@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 fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ols: <https://www.ebi.ac.uk/ols4/ontologies/> .
@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:bioregistry dcterms:hasPart bioregistry:ols .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.Mkl9RR .

bioregistry:ols a bioregistry.schema:0000001 ;
    rdfs:label "EBI Ontology Lookup Service" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms: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."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch fairsharing:FAIRsharing.Mkl9RR ;
    dcat:keyword "biomedicine",
        "classification",
        "data visualization",
        "knowledge representation",
        "life science",
        "omics",
        "ontology",
        "registry" ;
    foaf:homepage <https://www.ebi.ac.uk/ols4> ;
    bioregistry.schema:0000005 "chebi"^^xsd:string ;
    bioregistry.schema:0000006 "https://www.ebi.ac.uk/ols4/ontologies/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0001-7251-9504 ;
    bioregistry.schema:0000024 "https://www.ebi.ac.uk/ols4/ontologies/"^^xsd:string ;
    bioregistry.schema:0000027 ols:chebi ;
    bioregistry.schema:0000029 "ols" .

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

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

fairsharing:FAIRsharing.Mkl9RR dcterms:isPartOf bioregistry.metaresource:fairsharing .

