@prefix this: <https://w3id.org/np/RA54eMNsZDGLTQH-xRz23foLXymF1pCOvukWyQafYvGbA> .
@prefix sub: <https://w3id.org/np/RA54eMNsZDGLTQH-xRz23foLXymF1pCOvukWyQafYvGbA#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix oa: <https://www.w3.org/ns/oa#> .
@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#> .
@prefix obo: <http://purl.obolibrary.org/obo/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  sub:CSO-ICRP <http://schema.org/url> <https://icrpartnership.org/cso> ;
    <http://usefulinc.com/ns/doap#implements> <https://icrpartnership.org/sites/default/files/cso/ICRP_Coding_Guidelines.pdf> ;
    a fip:Available-FAIR-Supporting-Resource , fip:FAIR-Enabling-Resource , fip:Metadata-schema ;
    rdfs:comment "The CSO is complemented by a standard cancer type coding scheme. Together, these tools lay a framework to improve coordination among research organizations, making it possible to compare and contrast the research portfolios of public, non-profit, and governmental research agencies" ;
    rdfs:label "Common" ;
    rdfs:seeAlso <https://icrpartnership.org/cso> ;
    oa:hasPurpose obo:T4FS_0000531 .
}
sub:provenance {
  sub:assertion dct:creator orcid:0009-0009-1083-8716 .
}
sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "McguB32IOnxsq9fdPcPfPVGurSwXIojWT2iYpxgqGvrGfOAVnqEkUe9N0rwvpDaaAeyDD1fSdBX+h/4cnLmHZo1G2e5mQIODxarE56HkbX/mUslzqfBAb/HtCn0363ZKkanQ5BQEqP2U269pmZy0L3EjgZ7shUf2QZGuf19UCBc=" ;
    npx:hasSignatureTarget this: .
  this: dct:created "2024-06-07T10:20:34Z"^^xsd:dateTime ;
    dct:creator <https://fip-wizard.ds-wizard.org/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:CSO-ICRP ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/608e110b-3a80-4757-8be3-6ff1772e9d61> .
}