Nanopublication

< Home

ID

https://w3id.org/np/RATbeIdS3qlPr-SJ-ZbI0ZbbZsqJhoNI0tFtkGgcoAuYg

Formats

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

Content

@prefix this: <https://w3id.org/np/RATbeIdS3qlPr-SJ-ZbI0ZbbZsqJhoNI0tFtkGgcoAuYg> .
@prefix sub: <https://w3id.org/np/RATbeIdS3qlPr-SJ-ZbI0ZbbZsqJhoNI0tFtkGgcoAuYg/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkuB1o0dPM1I/3+P9K4lonLHdKTjmx9RJ7HZMaf/JFWgAcdL4wuQYYKlv55q4bWUxql1H4U7yJkArLiqW37pClH8dA/ytble8EHwkE0V0Yu1kdiKSySaVVGG67T+ZIYQQGx0TSoulDv78HfyU19i1H3QM26wZCdie6TuoIsBugwyj2xaDbtCTFn3jgmlEFNC1Yg2ws/9SzcMY9S49OSVzh/QXHZwDelcskSiaOz4ipVQaDkVKx+FhExegGR1dNQga91S9NBJCJyaUv6GHos2i9HgOQaOCOEVZ31/Y2qo9MXUbSuwM/W3n6tCjb0vh6S7OPyq1p5RDAbkISWwRmi2qywIDAQAB";
    npx:hasSignature "Lf7k+BTVbgT9ZzRSKaI0kLMfVVvMj9wEFOMTMuJclYYFzMoUpcrOVb8ALm1N151HhagIRNkn9Cj429m8K7n5mqwSbU1exFl9xZSeG+UYdgMZZZeKx0sDnyuGBsKdW+E/+3bpjj1Bn3WvLfUwkxiokqGnRWImZ14GQqkuEumeeM6ga7QjWsQrjdIduDhxaXHQOGF0CZXEP3qBqzHd/nc5U3SxAS4WChpd5b4rubl2QBHxsNNAWALbH5zz+eEfYVg07kYTe/dM1TvEHHeXO/yi/FYseRd6m023a+O4dUBDQSaOqEKjb7uobZhJ47xM8Z+sCClhfLfXSMlU3f5DKq5D+Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}