Nanopublication

< Home

ID

https://w3id.org/np/RAQpdqtOW2d0V-TDBnFwTz9qEpnvuUauetB_ZjgZQnVzw

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAQpdqtOW2d0V-TDBnFwTz9qEpnvuUauetB_ZjgZQnVzw> .
@prefix sub: <https://w3id.org/np/RAQpdqtOW2d0V-TDBnFwTz9qEpnvuUauetB_ZjgZQnVzw#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix orcid: <https://orcid.org/> .
@prefix npx: <http://purl.org/nanopub/x/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  sub:assertion dcterms:creator orcid:0009-0006-6996-7342;
    <http://purl.org/spar/cito/linksTo> <https://specs.ipfs.tech/architecture/principles/>;
    rdfs:comment "https://specs.ipfs.tech/architecture/principles";
    <https://schema.org/keywords> "Architecture", "ContentAddressing,", "IPFS,", "Implementation,",
      "Specifications,", "TransportAgnosticity," .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0009-0006-6996-7342 .
}

sub:pubinfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjYnwMYcyJKDVBRjjt4b9xYADFOlojgM10Rz6Hs7AP3YYP+q0D4XJ1PHyXOVFRBmu/4ZyzhQyrHZbxF1rQ8q6zUcPcKWfklthZZXEbVSNSFm6HlL9aHfOMLiKTSpTe+yzWNscIduxvE2yHf9H5KB43VzGE+iDK74Iu8Cui4L8DcW+QarWNZj0bSQbwBMjDm/o8JjY04A1PledA0/CYgRqaelZ5JXsmLQuKqccNQMfh+pUJ5SD/O21FZzwpsI8Ww+kvUp/F5OVnnP/ePgTEVjRK2YrKztd0i20CNxKnoMueLcmzWtohhrFsnNNtU9LUsNuBaucwIgEeZK4AbcrjM/BfQIDAQAB";
    npx:hasSignature "IeLv+hpM4O3C2LkSB8d3qhW552196mQYYCkweT65+dZnqrMXV+1I2WpFquClMbcuv3ZjCTg2/lF4dHIItaXIzQOnkJMNXv6UrewKzvZeakZzCS555whQQ8SOSzeKRCrFxYu4N7UxvhRGyQmq32YHj9y6UJ+IkakRIKBgFfvjqDwm4GEv7KgO6mmfsUuwE+ZmNQJHfkAHfezqUkynIgHbclD6/tkuLzs/oVgGgZJEZi7I1jxUNK7cuzcAOJXuPDuHLTVQFOPnrgOIbSQG5AqxmGPiroWghxOTq8o9E7OGMzRSN9HpPaP0WaCWkf0YqMS1OUg6HDnvsOzUwKw9b/CDzQ==";
    npx:hasSignatureTarget this: .
  
  this: a npx:ExampleNanopub, <https://sense-nets.xyz/SemanticPost>;
    dcterms:created "2024-02-29T17:53:38.931Z"^^xsd:dateTime;
    dcterms:creator orcid:0009-0006-6996-7342;
    <http://sense-nets.xyz/rootSigner> "0xF1E1B62B76D82655BD679c79EB8772131d2bf9C2" .
}