@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 doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
@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:clm .

bioregistry:clm a bioregistry.schema:0000001 ;
    rdfs:label "Cell Markers Ontology" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "This ontology integrates cell type markers for cells in the Cell Ontology from various sources along with details of marker context (anatomical context, assay), confidence (where available) and provenance. [from repository]"^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/Cellular-Semantics/CellMark> ;
    dcat:keyword "ontology" ;
    foaf:homepage <https://github.com/Cellular-Semantics/CellMark> ;
    bioregistry.schema:0000005 "1000003"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.obolibrary.org/obo/CLM_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <https://github.com/Cellular-Semantics/CellMark/raw/refs/heads/main/clm.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-7073-9172 ;
    bioregistry.schema:0000024 "http://purl.obolibrary.org/obo/CLM_"^^xsd:string ;
    bioregistry.schema:0000027 obo:CLM_1000003 ;
    bioregistry.schema:0000029 "clm" .

orcid:0000-0002-7073-9172 rdfs:label "David Osumi-Sutherland" ;
    foaf:mbox "davidos@ebi.ac.uk" .

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

