@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:emi .

bioregistry.metaresource:ols dcterms:hasPart ols:emi .

bioregistry:emi a bioregistry.schema:0000001 ;
    rdfs:label "Earth Metabolome Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The EMI ontology is used to structure spectrum annotation provenance by reusing the PROV-O ontology (a W3C recommendation) and sample and observation data by applying the SOSA ontology. EMI reuses the SOSA ontology as a data schema for struturing the Sample and Observation data. SOSA (Sensor, Observation, Sample, and Actuator) is a subset of SSN (Semantic Sensor Network Ontology) that is a W3C recommendation. [from homepage]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/digital-botanical-gardens-initiative/earth_metabolome_ontology> ;
    skos:exactMatch ols:emi ;
    foaf:homepage <https://www.dbgi.org/earth_metabolome_ontology/> ;
    bioregistry.schema:0000005 "ChemicalStructure"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.dbgi.org/earth_metabolome_ontology/#$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-3175-5372 ;
    bioregistry.schema:0000024 "https://www.dbgi.org/earth_metabolome_ontology/#"^^xsd:string ;
    bioregistry.schema:0000027 <https://www.dbgi.org/earth_metabolome_ontology/#ChemicalStructure> ;
    bioregistry.schema:0000029 "emi" .

orcid:0000-0002-3175-5372 rdfs:label "Tarcisio Mendes de Farias" ;
    foaf:mbox "Tarcisio.Mendes@sib.swiss" .

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

ols:emi dcterms:isPartOf bioregistry.metaresource:ols .

