@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 foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:chemfont.ontology .

bioregistry:chemfont.ontology a bioregistry.schema:0000001 ;
    rdfs:label "ChemFOnt Ontology" ;
    dcterms:contributor orcid:0000-0001-9439-5346 ;
    dcterms:description "The Chemical Functional Ontology (ChemFOnt) is a hierarchical, OWL-compatible ontology describing the functions and actions of biologically important chemicals including primary metabolites, secondary metabolites, natural products, food chemicals, synthetic food additives, drugs, herbicides, pesticides and environmental chemicals. The identifiers in this semantic space correspond to entries in the ChemFOnt ontology that are used to organize individual chemicals. Terms can be looked up using the following URL (https://www.chemfont.ca/ontology_browse/term_info/18), but not directly by ID"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "chemical",
        "ontology" ;
    foaf:homepage <https://www.chemfont.ca/ontology_browse> ;
    bioregistry.schema:0000005 "CFo000000197"^^xsd:string ;
    bioregistry.schema:0000008 "^CFo\\d{9}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://www.chemfont.ca/system/downloads/1.0/chemfont.owl.zip> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-3207-2434 ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000029 "chemfont.ontology" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "b.gyori@northeastern.edu" .

orcid:0000-0002-3207-2434 rdfs:label "David S. Wishart" ;
    foaf:mbox "david.wishart@ualberta.ca" .

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

