@prefix this: <https://w3id.org/np/RA-BdgQANHLZaVY98DL5KIAKiTOwRAtK4DLskMjB5UsTU> .
@prefix sub: <https://w3id.org/np/RA-BdgQANHLZaVY98DL5KIAKiTOwRAtK4DLskMjB5UsTU#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .
@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://w3id.org/np/RAUZ6fDNq42ys5A-cWVkijZzlqadIhof5V2Kt0Ks7CiC4#CMO> <http://schema.org/url> <https://download.rgd.mcw.edu/ontology/clinical_measurement/> ;
    <http://usefulinc.com/ns/doap#implements> <https://download.rgd.mcw.edu/ontology/clinical_measurement/clinical_measurement.obo> , <https://download.rgd.mcw.edu/ontology/clinical_measurement/clinical_measurement.owl> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Semantic-model , fip:Structured-vocabulary ;
    rdfs:comment "The Clinical Measurement Ontology is designed to be used to standardize morphological and physiological measurement records generated from clinical and model organism research and health programs." ;
    rdfs:label "Clinical Measurement Ontology" ;
    rdfs:seeAlso <https://www.animalgenome.org/bioinfo/projects/cmo/> ;
    skos:closeMatch <https://obofoundry.org/ontology/cmo.html> .
}
sub:provenance {
  sub:assertion dct:creator orcid:0009-0004-2157-1408 ;
    prov:wasDerivedFrom <https://obofoundry.org/ontology/cmo.html> .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "byHvM18uLy5x4KZ3LwXY7EoHcdKxh9a4UzFmYiM6N6r8IDJf0GRGe1hyxDp4j8WNUpmHhJ2MoJLss8PVqvsIbHXyZNRw5aLBS9ZzL+W0IwgIjrKNcBfakxDItX1JC3atbBskHxLoiSMybj3YPk40lGp2+6q5PVoXaBP8OaeXEvo=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2025-03-28T22:36:43Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <https://w3id.org/np/RAUZ6fDNq42ys5A-cWVkijZzlqadIhof5V2Kt0Ks7CiC4#CMO> ;
    npx:supersedes <https://w3id.org/np/RAUZ6fDNq42ys5A-cWVkijZzlqadIhof5V2Kt0Ks7CiC4> ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/99a3a74c-e541-4e18-986e-5747ce23437c> .
}