@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:ols a bioregistry.schema:0000002 ;
    rdfs:label "EBI Ontology Lookup Service" ;
    dc:description "The Ontology Lookup Service (OLS) is a repository for biomedical ontologies that aims to provide a single point of access to the latest ontology versions. " ;
    foaf:homepage "https://www.ebi.ac.uk/ols4" ;
    bioregistry.schema:0000005 "chebi" ;
    bioregistry.schema:0000006 "https://www.ebi.ac.uk/ols4/ontologies/$1" ;
    bioregistry.schema:0000019 orcid:0000-0001-7251-9504 .

orcid:0000-0001-7251-9504 rdfs:label "Henriette Harmse" ;
    foaf:mbox "henriette007@ebi.ac.uk" .

