@prefix this: <https://w3id.org/np/RAeRzsZrgg-uRsT5MituHLikxH-mysPvMVFaC4fZGRwYk> .
@prefix sub: <https://w3id.org/np/RAeRzsZrgg-uRsT5MituHLikxH-mysPvMVFaC4fZGRwYk/> .
@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 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 {
  sub:IPFS <http://schema.org/url> <https://www.ipfs.com/> ;
    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 <https://en.wikipedia.org/wiki/InterPlanetary_File_System> .
}
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 <https://fip.fair-wizard.com/wizard> ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces sub:IPFS ;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/5f84b0ca-040f-4619-9da0-a8cfca20c1d8> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB" ;
    npx:hasSignature "F/fNXEooFKrTYj8o/+byu2gymZY8OKNJvduFMp2l31UyJ0Spr8G200fmiU9KfIVyuO6LgXpWgqd9g/9Q9HqTIAiN6Mx+AbN0Elw1LmODydkELpZROZKZntdS2SbfamZxDJElU4xz6RVWh0+TtSpvbfk7tqA1FaxYNxfMtvO8oKs=" ;
    npx:hasSignatureTarget this: .
}