@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

bioregistry.metaresource:aberowl a bioregistry.schema:0000002 ;
    rdfs:label "AberOWL" ;
    dc: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." ;
    foaf:homepage "http://aber-owl.net" ;
    bioregistry.schema:0000005 "CHEBI" ;
    bioregistry.schema:0000006 "http://aber-owl.net/ontology/$1" ;
    bioregistry.schema:0000007 "http://aber-owl.net/ontology/$1/#/Browse/<http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2F$1_$2>" ;
    bioregistry.schema:0000019 orcid:0000-0003-1710-1820 .

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

