@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 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:aberowl dcterms:hasPart aberowl:BCIO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:BCIO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:bcio .

bioregistry.metaresource:ols dcterms:hasPart ols:bcio .

bioregistry:bcio a bioregistry.schema:0000001 ;
    rdfs:label "The Behaviour Change Intervention Ontology" ;
    dcterms:description "The Behaviour Change Intervention Ontology is an ontology for all aspects of human behaviour change interventions and their evaluation."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/HumanBehaviourChangeProject/ontologies> ;
    skos:exactMatch aberowl:BCIO,
        bioportal:BCIO,
        ols:bcio ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://www.humanbehaviourchange.org/> ;
    bioregistry.schema:0000005 "040000"^^xsd:string ;
    bioregistry.schema:0000006 "https://w3id.org/BCI-ontology#$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{6}$"^^xsd:string ;
    bioregistry.schema:0000010 <http://humanbehaviourchange.org/ontology/bcio.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-7203-8399 ;
    bioregistry.schema:0000024 "https://w3id.org/BCI-ontology#"^^xsd:string ;
    bioregistry.schema:0000027 <https://w3id.org/BCI-ontology#040000> ;
    bioregistry.schema:0000029 "bcio" .

orcid:0000-0001-7203-8399 rdfs:label "Sergio José Rodríguez Méndez" ;
    foaf:mbox "srodriguez142857@gmail.com" .

aberowl:BCIO dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:BCIO dcterms:isPartOf bioregistry.metaresource:bioportal .

ols:bcio dcterms:isPartOf bioregistry.metaresource:ols .

