@prefix aberowl: <http://aber-owl.net/ontology/> .
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

bioregistry:aberowl a bioregistry.schema:0000001 ;
    rdfs:label "AberOWL" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "AberOWL is a framework for ontology-based access to biological data. It consists of a repository of bio-ontologies, a set of webservices which provide access to OWL(-EL) reasoning over the ontologies, and several frontends which utilise the ontology repository and reasoning services to provide access to specific biological datasets."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    dcat:keyword "biomedicine",
        "registry" ;
    foaf:homepage <http://aber-owl.net> ;
    bioregistry.schema:0000005 "CHEBI"^^xsd:string ;
    bioregistry.schema:0000006 "http://aber-owl.net/ontology/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0003-1710-1820 ;
    bioregistry.schema:0000024 "http://aber-owl.net/ontology/"^^xsd:string ;
    bioregistry.schema:0000027 aberowl:CHEBI ;
    bioregistry.schema:0000029 "aberowl" .

orcid:0000-0003-1710-1820 rdfs:label "Maxat Kulmanov" ;
    foaf:mbox "maxat.kulmanov@kaust.edu.sa" .

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

