@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 obo: <http://purl.obolibrary.org/obo/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@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:bioportal dcterms:hasPart bioportal:REHABO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:rehabo .

bioregistry.metaresource:ols dcterms:hasPart ols:rehabo .

bioregistry:rehabo a bioregistry.schema:0000001 ;
    rdfs:label "The Rehabilitation Ontology" ;
    dcterms:description "An ontology of physical medicine & rehabilitation, physical therapy, occupational therapy, and speech therapy."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/mcwdsi/rehabo> ;
    skos:exactMatch bioportal:REHABO,
        ols:rehabo ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/mcwdsi/rehabo> ;
    bioregistry.schema:0000005 "0011014"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/REHABO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/mcwdsi/rehabo/releases/latest/download/rehabo.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "William Hogan" ;
            foaf:mbox "hoganwr@gmail.com" ] ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/REHABO_"^^xsd:string ;
    bioregistry.schema:0000027 obo:REHABO_0011014 ;
    bioregistry.schema:0000029 "rehabo" .

bioportal:REHABO dcterms:isPartOf bioregistry.metaresource:bioportal .

ols:rehabo dcterms:isPartOf bioregistry.metaresource:ols .

