Nanopublication

< Home

ID

https://w3id.org/np/RAzdum-9Hzt3Biulud0s0HhqayVnIWZq1rVl9PKVQb2Ls

Formats

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

Content

@prefix this: <https://w3id.org/np/RAzdum-9Hzt3Biulud0s0HhqayVnIWZq1rVl9PKVQb2Ls> .
@prefix sub: <https://w3id.org/np/RAzdum-9Hzt3Biulud0s0HhqayVnIWZq1rVl9PKVQb2Ls/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhoA6iCvv2b5VpssZDCPTtUBPsJZHNhvrM58cLVvkJWYD51sAlT990qcjPijTDBKP5+TOEmpGjOuAd1W4WLiLhIt/3UzRFqv9tzcDFGA/WaBGWNEuz3QdRWI4o42c8P3ZaII5dnNPCnzrDJFZsvQBd8m2WZSLlKNJiuMeY40JK5Ctj8zZ8kBuWMxFi/rqH9Pp65Uv5s6tloI8ZsNMaiA4uGU2iOJxeXV24ycl8ebR7R7AZLzEi0WihSEVZ08v7tfRvtesJfQ/RJpqp1aaEvb23Vn6SuotScsdYuZNh7+pU6nKe0pJiNo2O+L3pKoAaqmKZcwNv6iD+o3muNU2BV/NOQIDAQAB";
    npx:hasSignature "UccP1Lp6ShW5hYMySveJfja/w/Loj9dgMkfVtIMbOjBzffVJIW4FDEKg7tHPwsceWsr9rxWdxYAUvi+zps0qmEtdSi7S9dzAtmNe2hc7stZWXnR1+E8IFUU6rO/i3PGnZZIvgyF2aCee9PeGlF55KJlKAWfuWztgTEgt/zFac2W8osHYMYZnLWYmapzZ6pXdkR+zIimUGyTpDZUU1i3bTwsFPp3b3eKftM1YA00kusm/B4ZMDlWUiGQKZvIfFJnwfLHfu+y2RrA119YsYd+IqYvNJXi2QjcmC+NGhAm4dFFgx+j3BN2GPS4RT1LZGls0SMO1WNf3BrwKMRa4oJYLFg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}