@prefix fip: . @prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { sub:CID a fip:Available-FAIR-Enabling-Resource, fip:FAIR-Enabling-Resource, fip:Identifier-service; rdfs:comment "A content identifier, or CID, is a label used to point to material in IPFS. It doesn't indicate where the content is stored, but it forms a kind of address based on the content itself. CIDs are short, regardless of the size of their underlying content."; rdfs:label "Content Identifiers"; rdfs:seeAlso ; . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-7567-0311 . } sub:pubinfo { sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCbhStqE38OJwT+ximq6JDoJdM4jm9VVlgaV8MC+3ZDKoLhRDA1owq/GRy65gWGff5Yxylfd17vx2L/wiNUb8ZjeRYz5fJMWgI95YjJNu2p9KIwQIyS2nNoyUrsac2yaCPHgAK28yKM2C5lhdUsPfxVc6HQRWAOQ72cz9Q0lKo2iwIDAQAB"; npx:hasSignature "S06nuOTYE8/gHTI47cNYy/KIoHH3exo6D/n3gSp8+j1wIGIUGaPiTMM4J7zUdlXMphuK7c8IM9rIiph+tV6/Av4dFlpgiNDWLHPnZ2FLjxSc+VM+7HhA1zWIFteQS3BQlcaqNp5L/Pjhf001rLraFolDkH09uUimO/RYGtdj1QM="; npx:hasSignatureTarget this: . this: dct:created "2023-04-29T19:39:23.283Z"^^xsd:dateTime; dct:creator orcid:0000-0002-7567-0311; dct:license ; npx:introduces sub:CID; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . }