Nanopublication

< Home

ID

https://w3id.org/np/RAqsXBMpdkw9uC53Gml7ryUcn2p1TOlUODIH6guirT4I8

Formats

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

Content

@prefix this: <https://w3id.org/np/RAqsXBMpdkw9uC53Gml7ryUcn2p1TOlUODIH6guirT4I8> .
@prefix sub: <https://w3id.org/np/RAqsXBMpdkw9uC53Gml7ryUcn2p1TOlUODIH6guirT4I8/> .
@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/> .

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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}

sub:pubinfo {
  this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA66WkvZLXHUllY/oIC2dJB158vGYtcF7sCowDbgQ5f+0bbQOxrUEVBqp/9KRRbvN3e9VoXCKoiTF8DKm3oOIEdXsew34in2Rdfm8OhB1rnHveBpPa+/qDkJXO5494b3zLFr0qbtVe5X/EK69o3fAyd/CUjAaEPrqnXDx5+lsRVZMa/njAl/Qu0llxfydwXz2jPr2YqEvhTQaz0wr0/iAIQdU9iXN8EIZFMecBf8PyS3l3OxdCJ7b8GPT4wTbrQIAvSJs3pangaYVnCOz98+Vd9O4W2EuiE0vu23Wik0kn66YmK2FzUsLMx5f+E1rZlF2Aai0gcoyiU3vZU5HLA7CLRwIDAQAB";
    npx:hasSignature "Gaup3LXmchb6HLnRHUOsATFqcixoOaY3DOH/SO/h0ArxfSSGwzEI3IYBZ2APiRARcnlPeDM9WZypJKu/ruZ8lXRZ8anyIvuZQnD3TqfdK8t9yAGH16v14EkVMrt+bW+HXi9h369JfEOdilxzrKuQWhZ5pagODnZtzaWKHx5fxk1KU9b0yG/rLUPDS4AUMP3U+aekQYu/j30sIgiJLqAjzAHDfTuemvLC1iAxe9Of8iw6ZroSyHjUySq98iCopnrTqAryJq3Dzb2Mg+fOopwz8TD2ynsqm2gmtn1ZAQPI4RYPnmOGz5QS8cta/wMyAemBwh2B2Fab277e/A5mrgKL2A==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}