Nanopublication

< Home

ID

https://w3id.org/np/RAVMTMefE54zJLR0uP7-jjEBAK3wjpexym0shY2NF6S3Y

Formats

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

Content

@prefix this: <https://w3id.org/np/RAVMTMefE54zJLR0uP7-jjEBAK3wjpexym0shY2NF6S3Y> .
@prefix sub: <https://w3id.org/np/RAVMTMefE54zJLR0uP7-jjEBAK3wjpexym0shY2NF6S3Y/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAubloPccBfRa+/guS6rRi4hGCDgfB9OYKr5p+RiXpNOb2C075TWBYE73voH+IM4tikMfvON600sOmAr/1ncLsKuobJutT1DefZroiGAfu+gUf/5kSm/xdWdcosIR/g2PYLIFJwIE/Zh8LUQ/GOEWf5cEPxK9/qnWJ67IcWtop8Nt41wgsIWq+lJwjM9+xQ6RVfHxfW/lwyhEOP9MBg4QUwLiD/ZJfRNTUC/kI/d7urzv9G3LVEeDUfBwK8gcDSGXLw0Z2nSh0bvr6KGMtjZzYInuBhcVnrOf7E8/L+BaivCDh0BB3lL3Kqv7EREb6n6TlCVKL+pq2W52iAM/oGjYWaQIDAQAB";
    npx:hasSignature "EsrI4Iffq0OGqhtUWlKYRIrVGMi/KREoZiI/njzA6G63bMxq+bc+y49EzAHnUDMHfcwhiPQMWQYkSZpS/CEhKTpc1QYHDlMTH6qeAiWEvrlweB5E9rHci+OFB6PnWKuuu1zG86OYULoHJJQ9Sd7d7mAtB4eIvJtCm9DEulXELWg9/9nMGdzKTqZjbELoqsFrkYIQtu/LB/3Yt269cqEfPb1Ftk1LNzNFuxUha+lEj/2uonXxFATeMDBQWJqvR7BaqoGdCrTdXKUctyABQVuLBcNIhRKG2Yp2DcJVendttcARQdC3k2pXwilQpkjhsx9gaiWTjfLtlG46j0MgQnGu0Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}