Nanopublication

< Home

ID

https://w3id.org/np/RAQJ1tCWGxowxJ8ptGWKdTOllGuQKG7PVXqm5oh4Pq2rE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAQJ1tCWGxowxJ8ptGWKdTOllGuQKG7PVXqm5oh4Pq2rE> .
@prefix sub: <https://w3id.org/np/RAQJ1tCWGxowxJ8ptGWKdTOllGuQKG7PVXqm5oh4Pq2rE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0Z4J1U3ltNqWxO7oyb15Nm9fX7c/ifwVs1OIBQVjUb9YwFaG55AFuoHf4r8EcDAeIvQjCTTWaXaNSpskiucjVIQA8RbvJ8tPvw47fRP641HWwK06UhrgHfUIQXU0Hn1GP99IlQpud0VFFB4ReB7KKNhTF/O5XiHI0utBb6XbnS0KdfhZ3kCOK+AroXRAKDo+5zlkKHJIjPv0XZtE7vq5/gByjsec75Lm4zhFY6c+P9SUPd4eMAwYQwY06VDfvOwSA75CuaUfOYe/JTvOfxggzRHv2obSx2uiB6dDJ1zgqmE69Oqm93u/AVl5PO5iAVTeSaO9jqmbfmgdyEodct78JQIDAQAB";
    npx:hasSignature "G6XPZ0bzzM9Ii7nNIdVf/tq8nXNERToREbMzg04Wjs/bRtIwDQDCotgCA9fKc87AF6t3Xd/qJd//9P7rC7f+irhd84iGxv5SvVd1AeG7scdLLhkHgx8mdECJ98kBRgHbzFyvR++25n3aHacylRf4IxD6srm6cP+XPZa9nD60sBayRYBCbhBTgQBYcmu4Er3KqoULlisgEV5utOGLXhtHHXjxLgNZrMWPtWuETjofMfyuH+D9+bVK8L43lUDnfbJ8uycFxFMS3SGIv8Tix7JwmmanpManrl7zTqJnlOKofC0G0qPEUE6H9ZhBYuAijm2izFV9DwLJwA82inM12A/83A==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}