@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix dct: . @prefix xsd: . @prefix orcid: . @prefix fip: . @prefix prov: . @prefix npx: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:declaration a fip:FIP-No-Choice-Declaration; schema:version "1.0.0"; fip:considerations "CLU does not currently rely on an external standardized schema or service for provenance tracking and versioning. Instead, it implements a custom, internal mechanism tailored to its specific data model and operational requirements. This approach allows fine-grained control over how provenance information and version history are recorded and linked to metadata and data objects within the system."; fip:declared-by ; fip:declared-for-digital-object-type ; fip:declared-for-sample-digital-object ; fip:refers-to-question fip:FIP-Question-I3-MD . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-0651-4622 . } sub:pubinfo { this: dct:created "2026-05-31T06:45:22Z"^^xsd:dateTime; dct:creator ; dct:license ; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "ZUXscRdlxK5vA2dK1aJ6oba1CsJgzXF7G8LsKx8uChJffOHp6OUep5uH1SdINHBuB7LInnpb+rn5OGGaKNh3d0kRsSxdNkaqDxXeFyV1Rd38u95B05IG7R4IoHprhzo2VLmfr4tbqUgdGo4Ohg4kH7mJx41mgLdXW+zo+QjooGU="; npx:hasSignatureTarget this: . }