@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@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 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:aberowl dcterms:hasPart aberowl:CMPO .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:CMPO .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:cmpo .

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

bioregistry.metaresource:ols dcterms:hasPart ols:cmpo .

bioregistry:cmpo a bioregistry.schema:0000001 ;
    rdfs:label "Cellular Microscopy Phenotype Ontology" ;
    dcterms:description "CMPO is a species neutral ontology for describing general phenotypic observations relating to the whole cell, cellular components, cellular processes and cell populations."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    doap:GitRepository <https://github.com/EBISPOT/CMPO> ;
    skos:exactMatch aberowl:CMPO,
        bioportal:CMPO,
        fairsharing:FAIRsharing.knp11s,
        ols:cmpo ;
    dcat:keyword "bioimaging",
        "cell",
        "cell biology",
        "cellular_component",
        "imaging",
        "microscopy",
        "ontology",
        "phenomics",
        "phenotype" ;
    foaf:homepage <http://www.ebi.ac.uk/cmpo> ;
    bioregistry.schema:0000005 "0000435"^^xsd:string ;
    bioregistry.schema:0000006 "http://www.ebi.ac.uk/cmpo/CMPO_$1"^^xsd:string ;
    bioregistry.schema:0000008 "^\\d{7}$"^^xsd:string ;
    bioregistry.schema:0000010 <http://www.ebi.ac.uk/cmpo/cmpo.owl> ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 orcid:0000-0002-0643-3144 ;
    bioregistry.schema:0000024 "http://www.ebi.ac.uk/cmpo/CMPO_"^^xsd:string ;
    bioregistry.schema:0000027 <http://www.ebi.ac.uk/cmpo/CMPO_0000435> ;
    bioregistry.schema:0000029 "cmpo" .

orcid:0000-0002-0643-3144 rdfs:label "Simon Jupp" ;
    foaf:mbox "jupp@ebi.ac.uk" .

aberowl:CMPO dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:CMPO dcterms:isPartOf bioregistry.metaresource:bioportal .

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

ols:cmpo dcterms:isPartOf bioregistry.metaresource:ols .

