Nanopublication

< Home

ID

https://w3id.org/np/RAUZ7c7D6l9sh8YRimpQJsqoEC4hZXe9r1ksijqsECYqQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RAUZ7c7D6l9sh8YRimpQJsqoEC4hZXe9r1ksijqsECYqQ> .
@prefix sub: <https://w3id.org/np/RAUZ7c7D6l9sh8YRimpQJsqoEC4hZXe9r1ksijqsECYqQ/> .
@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:created "2026-03-04T16:30:16.592Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvtDyK6kKDb4+jFcjVJT2kFzI4AWEKDxLVazkGQuZznXVXX4qpiGicgW7X9zyxgE79miL9rAVACmEjsx6hF1OSeDuk76+tOFWJze67FXXgeGjNWwJQRqTVvIuezQCTV5F6//W5FcWO4IQ0nh5YgL0T0OFiOyfQMzeQeEB6jJwz5Y+MZldmClFT0lQY/0cfMlegYK8PMqImVw7++IVEi9NflgMQFlevHb7bCiy9svb+4c8qGaabqU+wm0I+800zWmIvc5EHpHSYoeisDCqOquoszDXVgAHToGzIOrHCZqV6A1rR4GMckvLEJwEuGrORhGwsDczKDU2opQ45hYyGryJ1wIDAQAB";
    npx:hasSignature "U7HHmFoIFvTa0Oa2KSa/r37+rx1hiAMK4SmcKMgf0sWbG2WcDvj3v3giiE/c882BSAfXNEmYns3keC8H3A59jrO2EJysTP+fUV/1qY0wHPQwxjsARYKQ4Q8GGdh5naIOE4Kszl6aWmqJa96zt2AVes6qa6jrvPc9R6vk8GBQZv2gyxxxshgYKZyKmpU0IPtHKuc+6SrVj8i7yweXWgeWuPQhUtpsdaCW9eSvx/L1GojfbN89v7zOMGee4+onXZ1iBLqM4eT5wcaWvfytzDImkrXqAXdYv2T1oWDitMw781yeZgfz1WvVS9OPBjEqY867F7MJi1DB7sL0xu4bMLPEhQ==";
    npx:hasSignatureTarget this: .
}