Nanopublication

< Home

ID

https://w3id.org/np/RAbkbYtEidgRpEtu8u605jGNnH0ccWDbpZpY8C_wLGo8M

Formats

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

Content

@prefix this: <https://w3id.org/np/RAbkbYtEidgRpEtu8u605jGNnH0ccWDbpZpY8C_wLGo8M> .
@prefix sub: <https://w3id.org/np/RAbkbYtEidgRpEtu8u605jGNnH0ccWDbpZpY8C_wLGo8M/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

sub:assertion {
  <http://example.org/s> <http://example.org/p> <http://example.org/o> .
}

sub:provenance {
  sub:assertion dc:created "2024-01-01T00:00:00Z"^^xsd:dateTime .
}

sub:pubinfo {
  this: dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA67zp3Lz0/nQUYB554ncBOzCNtfmQbmHfxpOiW5evH4yKM31rPOw2JdNc0oM+wcpCO1fRDFzu7vd/1KvdtIZK8ZG8IaxaKufUSOaG3f96NNXJwfhGRrqHScaZZIs9nrXJ53ouQahU5Pa01jQKYCepCa0VTzdbcmaFIvN05cwiOIk33LelPKOFOSF/wIt9MVR7IaKJv0wCEVa78O9lySxUJQd51qWvmY6Ywk5Gxi8Qu/Q1EfGG4l+mpsgqhFvW3hU8bMxcd+uF2gmePfrcCMdqohWGE4IEBEpjIBEbII+gctexScWd64ifdL68rjuo4PeQ9FVbVn350h4Z9R3lffN4XQIDAQAB";
    npx:hasSignature "Ny2DNx1ZLHgDagYOb9gNYGbIrxe/yXiLwz6i54hUWDI04ew1PA6Kn94ZarU5t3Pp1QF4J6pxIUxlR60mUU0Qr0LJ04dKzPPEs2gmt9TOigVDXPBJru7hJV33RFD7QleMNzxfnOE67+uF3hIoyI0zlDAW2QdS+vjlrrQtYPTcNJgLgeshT99WaxziD6FM9Wwj6c4c6XcpCOnjd8RMfemtqHlUdwB4hr7gEHM22tUY1nR0FeAP+Rzh+9v34IJrzaZM5ZJUqWpba5tnjs7ar+QWKio1WQwlEyLs0DRm1K2T+80jf2G+ZRxiv+8O+61IBOZTddBUh1eYLqtBNO8ixxshbQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}