@prefix agroportal: <http://agroportal.lirmm.fr/ontologies/> .
@prefix biodivportal: <https://biodivportal.gfbio.org/ontologies/> .
@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 foaf: <http://xmlns.com/foaf/0.1/> .
@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:agroportal dcterms:hasPart agroportal:BOHLMANN .

bioregistry.metaresource:biodivportal dcterms:hasPart biodivportal:BOHLMANN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:bohlmann .

bioregistry:bohlmann a bioregistry.schema:0000001 ;
    rdfs:label "Bohlmann Ontology" ;
    dcterms:description "An ontology listing the natural substances that occur in the plant family of Compositae (Asteraceae)., An ontology listing the natural substances that occur in the plant family of Compositae (Asteraceae)"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch agroportal:BOHLMANN,
        biodivportal:BOHLMANN ;
    foaf:homepage <http://terminologies.gfbio.org/terms/BOHLMANN> ;
    bioregistry.schema:0000005 "Compositae"^^xsd:string ;
    bioregistry.schema:0000006 "http://terminologies.gfbio.org/terms/BOHLMANN/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "David Fichtmueller" ;
            foaf:mbox "d.fichtmueller@bgbm.org" ] ;
    bioregistry.schema:0000024 "http://terminologies.gfbio.org/terms/BOHLMANN/"^^xsd:string ;
    bioregistry.schema:0000027 <http://terminologies.gfbio.org/terms/BOHLMANN/Compositae> ;
    bioregistry.schema:0000029 "bohlmann" .

agroportal:BOHLMANN dcterms:isPartOf bioregistry.metaresource:agroportal .

biodivportal:BOHLMANN dcterms:isPartOf bioregistry.metaresource:biodivportal .

