@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 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:bioregistry dcterms:hasPart bioregistry:hcao .

bioregistry.metaresource:ols dcterms:hasPart ols:hcao .

bioregistry:hcao a bioregistry.schema:0000001 ;
    rdfs:label "Human Cell Atlas Ontology" ;
    dcterms:description "Application ontology for human cell types, anatomy and development stages for the Human Cell Atlas."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch ols:hcao ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://www.humancellatlas.org> ;
    bioregistry.schema:0000010 <https://raw.githubusercontent.com/ebi-ait/ontology/master/hcao.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000029 "hcao" .

ols:hcao dcterms:isPartOf bioregistry.metaresource:ols .

