@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:IPFS a fip:Available-FAIR-Supporting-Resource, fip:Communication-protocol, fip:FAIR-Enabling-Resource, fip:FAIR-Specification; ; rdfs:comment "The InterPlanetary File System (IPFS) is a protocol, hypermedia and file sharing peer-to-peer network for sharing data using a distributed hash table to store provider information. By using content addressing, IPFS uniquely identifies each file in a global namespace that connects IPFS hosts, creating a distributed system of file storage and sharing.[4]"; rdfs:label "InterPlanetary File System"; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0009-0001-5154-5946 . } sub:pubinfo { this: dct:created "2025-09-22T23:31:56Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:IPFS; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "F/fNXEooFKrTYj8o/+byu2gymZY8OKNJvduFMp2l31UyJ0Spr8G200fmiU9KfIVyuO6LgXpWgqd9g/9Q9HqTIAiN6Mx+AbN0Elw1LmODydkELpZROZKZntdS2SbfamZxDJElU4xz6RVWh0+TtSpvbfk7tqA1FaxYNxfMtvO8oKs="; npx:hasSignatureTarget this: . }