@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:bioregistry dcterms:hasPart bioregistry:addicto .

bioregistry.metaresource:ols dcterms:hasPart ols:addicto .

bioregistry:addicto a bioregistry.schema:0000001 ;
    rdfs:label "Addiction Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "The Addiction Ontology (AddictO) is an ontology being developed all aspects of addiction research."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/addicto-org/addiction-ontology> ;
    skos:exactMatch ols:addicto ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://addictovocab.org> ;
    bioregistry.schema:0000005 "0000447"^^xsd:string ;
    bioregistry.schema:0000006 "http://addictovocab.org/ADDICTO_$1"^^xsd:string ;
    bioregistry.schema:0000010 <https://addictovocab.org/addicto.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-6398-0921 ;
    bioregistry.schema:0000024 "http://addictovocab.org/ADDICTO_"^^xsd:string ;
    bioregistry.schema:0000027 <http://addictovocab.org/ADDICTO_0000447> ;
    bioregistry.schema:0000029 "addicto" .

orcid:0000-0001-6398-0921 rdfs:label "Robert J. West" ;
    foaf:mbox "robertwest100@gmail.com" .

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

ols:addicto dcterms:isPartOf bioregistry.metaresource:ols .

