@prefix biocontext: <https://bioregistry.io/metaregistry/biocontext/> .
@prefix biolink: <https://bioregistry.io/metaregistry/biolink/resolve/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:biocontext dcterms:hasPart biocontext:OBAN .

bioregistry.metaresource:biolink dcterms:hasPart biolink:OBAN .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:oban .

bioregistry:oban a bioregistry.schema:0000001 ;
    rdfs:label "Open Biomedical Annotations" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "It is an ontology model used to describe associations between biomedical entities in triple format based on W3C specification. OBAN is a generic association representation model that loosely couples a subject and object (e.g. disease and its associated phenotypes supported by the source of evidence for that association) via a construction of class OBAN:association. [from GitHub]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/EBISPOT/OBAN> ;
    skos:exactMatch biocontext:OBAN,
        biolink:OBAN ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/EBISPOT/OBAN> ;
    bioregistry.schema:0000005 "provenance"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.org/oban/$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\w+$"^^xsd:string ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/EBISPOT/OBAN/master/ontology/oban_core.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000024 "http://purl.org/oban/"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.org/oban/provenance> ;
    bioregistry.schema:0000029 "oban" .

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

biocontext:OBAN dcterms:isPartOf bioregistry.metaresource:biocontext .

biolink:OBAN dcterms:isPartOf bioregistry.metaresource:biolink .

