Nanopublication

< Home

ID

https://w3id.org/np/RAwCL2oI2bmBiYHb1NB-xgvSE63nSVEQfIFPm22wyboV0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAwCL2oI2bmBiYHb1NB-xgvSE63nSVEQfIFPm22wyboV0> .
@prefix sub: <https://w3id.org/np/RAwCL2oI2bmBiYHb1NB-xgvSE63nSVEQfIFPm22wyboV0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0m477kDJf1CW6y5yBEeAwx6JxXu+8awIKqhQiRtzL/DMaAj/TdwU7CPlWWgTXbkUNyzsQa2K6yYMYBmXTU+UmEDg0z+vZpvJAZHJ3+XolcrRhKyVI/pkGpWYpPM75fGTqGRoOQmQJPdQe2Jn4h4I17MSiDkXSRaaZDshHfiWGLQSjqxpmN+I/LGv/N9nIgiBoB7lpR7MLeqEPQ1yD2u6xravueroWhvcZHpcE9gCdRHitm0Oq8hAqGDqpEUxQTQ7Iwwm8crKa4LtN+zPR4yLooFIkb9rP+9CUn9r/Z2GRAjcwD8jhSapdoB0sXK5t0WHPedJXvIk/c+qkgK+qaTVowIDAQAB";
    npx:hasSignature "vLdlh4GcMFU3fpjypPDQDggX6DTeHw3OZ5p22hAjjl02J/k5Q7dFj2XR07nUOB5ePSgTncL2JHZeqHIup2PcV8ls5LiY0+ITBdXaGjdjMRBpCtDcQP6oory5L2UBeIx5Q7Ak21RjuFCaE4vz8qdknG/oC2uJcg/R0OvgrRhXhPf2qk06vgW+KNLsnQaGt9fzpNk09jOFhOYMgS6euW+kqNV2uCYpLy1ELfnoNR2Gw9Q7DfxppLzSiQC9/w8LRvEwGbyXM8II4f7AQeUXv+rm/SPXMr7S3aTE4gH//yzo7BRQbSiw8QWrMTU7RfWz0eFGUdQpp5QvkBGN1dHRCQ6GJA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}