@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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:aberowl dcterms:hasPart aberowl:CHEMROF .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:CHEMROF .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:chemrof .

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

bioregistry:chemrof a bioregistry.schema:0000001 ;
    rdfs:label "Chemical Entity Materials and Reactions Ontological Framework" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "A data model for managing information about chemical entities, ranging from atoms through molecules to complex mixtures."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/chemkg/chemrof> ;
    skos:exactMatch aberowl:CHEMROF,
        bioportal:CHEMROF,
        tib.ts:chemrof ;
    dcat:keyword "chemistry",
        "nfdi4chem",
        "ontology" ;
    foaf:homepage <https://chemkg.github.io/chemrof/> ;
    bioregistry.schema:0000005 "FullySpecifiedAtom"^^xsd:string ;
    bioregistry.schema:0000006 "https://chemkg.github.io/chemrof/$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/chemkg/chemrof/main/schema/owl/chemrof.owl.ttl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-6601-2165 ;
    bioregistry.schema:0000024 "https://chemkg.github.io/chemrof/"^^xsd:string ;
    bioregistry.schema:0000027 <https://chemkg.github.io/chemrof/FullySpecifiedAtom> ;
    bioregistry.schema:0000029 "chemrof" .

orcid:0000-0002-6601-2165 rdfs:label "Chris Mungall" ;
    foaf:mbox "cjmungall@lbl.gov" .

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

aberowl:CHEMROF dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:CHEMROF dcterms:isPartOf bioregistry.metaresource:bioportal .

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

