@prefix this: <https://w3id.org/np/RAr1P7wTaVzHmnhl_As3jtzVzrc3rpCL4viTMjrPP4VM0> .
@prefix sub: <https://w3id.org/np/RAr1P7wTaVzHmnhl_As3jtzVzrc3rpCL4viTMjrPP4VM0/> .
@prefix schema: <http://schema.org/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  <https://doi.org/10.25504/FAIRsharing.knp11s> schema:url <http://www.ebi.ac.uk/cmpo/> ;
    a fip:Available-FAIR-Enabling-Resource , fip:FAIR-Enabling-Resource , fip:FAIR-Specification , fip:Semantic-model ;
    rdfs:comment "The Cellular Microscopy Phenotype Ontology (CMPO) provides a species-neutral controlled vocabulary for describing phenotypic qualities relating to the whole cell, cellular components, cellular processes and cell populations. Terms from CMPO are being used to annotate phenotype descriptions from high-content screening databases and cellular image repositories." ;
    rdfs:label "The Cellular Microscopy Phenotype Ontology | CMPO" ;
    rdfs:seeAlso <https://doi.org/10.25504/FAIRsharing.knp11s> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0000-0002-5862-6132 ;
    prov:wasDerivedFrom <https://doi.org/10.25504/FAIRsharing.knp11s> .
}
sub:pubinfo {
  this: dct:created "2025-08-29T14:41:07Z"^^xsd:dateTime ;
    dct:creator <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:describes <https://doi.org/10.25504/FAIRsharing.knp11s> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/e6165bbf-3b28-4a77-84f1-bf89b423df51> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "bQaiMaBihvinsPJrEMg1ofHzZa9T/2/MhK0vydvDwU6fyhmGoY81jZ7/53cbGff0OpNWKnmC9Lsi8SPvHgiHNAzAM0rRzpWjyogUzYmYXOph9GoASxb4ronkqGbgC/WS5vHuGVz7l3psusGVoZoJ3mPUjulrmSOLgIeqjSBT9RA=" ;
    npx:hasSignatureTarget this: .
}