@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 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:BKO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:BKO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:bko .

bioregistry:bko a bioregistry.schema:0000001 ;
    rdfs:label "SBGN Bricks data and ontology" ;
    dcterms:contributor orcid:0000-0001-9439-5346 ;
    dcterms:description "SBGN bricks represent biomolecular or biological concepts. BKO formally associates bricks with the concepts they represent. BKO includes terms that describe concepts, the template bricks representing these concepts, and categories that gather bricks in a broader way."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:BKO,
        bioportal:BKO ;
    dcat:keyword "ontology" ;
    foaf:homepage <http://www.sbgnbricks.org/> ;
    bioregistry.schema:0000005 "0000204"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.sbgnbricks.org/BKO/full/entry/all/BKO:$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d+$"^^xsd:string ;
    bioregistry.schema:0000010 <http://aber-owl.net/media/ontologies/BKO/1/bko.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-2118-035X ;
    bioregistry.schema:0000021 orcid:0000-0003-4423-4370 ;
    bioregistry.schema:0000024 "http://www.sbgnbricks.org/BKO/full/entry/all/BKO:"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.sbgnbricks.org/BKO/full/entry/all/BKO:0000204> ;
    bioregistry.schema:0000029 "bko" .

orcid:0000-0001-9439-5346 rdfs:label "Benjamin M. Gyori" ;
    foaf:mbox "benjamin_gyori@hms.harvard.edu" .

orcid:0000-0002-2118-035X rdfs:label "Adrien Rougny" ;
    foaf:mbox "adrienrougny@gmail.com" .

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

aberowl:BKO dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:BKO dcterms:isPartOf bioregistry.metaresource:bioportal .

