@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix tib.ts: <https://terminology.tib.eu/ts/ontologies/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:emg .

bioregistry.metaresource:tib dcterms:hasPart tib.ts:emg .

bioregistry:emg a bioregistry.schema:0000001 ;
    rdfs:label "Electron Microscopy Glossary" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Electron Microscopy (EM) Glossary is a widespread community effort to harmonize terminology in the electron and ion microscopies. It is created in a not-for profit collaboration between academic and non-university research institutions including domain and metadata experts. It provides harmonized terminology for application level semantic artifacts to source from and align with. [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://codebase.helmholtz.cloud/em_glossary/em_glossary> ;
    skos:exactMatch tib.ts:emg ;
    dcat:keyword "material science",
        "miscellaneous",
        "ontology",
        "physics" ;
    foaf:homepage <https://purls.helmholtz-metadaten.de/emg> ;
    bioregistry.schema:0000005 "00000005"^^xsd:string ;
    bioregistry.schema:0000006 "https://purls.helmholtz-metadaten.de/emg/EMG_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{8}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://owl.emglossary.helmholtz-metadaten.de/ontology.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-0575-2853 ;
    bioregistry.schema:0000024 "https://purls.helmholtz-metadaten.de/emg/EMG_"^^xsd:string ;
    bioregistry.schema:0000027 <https://purls.helmholtz-metadaten.de/emg/EMG_00000005> ;
    bioregistry.schema:0000029 "emg" .

orcid:0000-0003-0575-2853 rdfs:label "Oonagh Brendike-Mannix" ;
    foaf:mbox "oonagh.mannix@helmholtz-berlin.de" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

tib.ts:emg dcterms:isPartOf bioregistry.metaresource:tib .

