https://w3id.org/np/RAZAm3bP7-KNX8lyc49m678EBdw7HASxpw0euz70MWrfA
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAZAm3bP7-KNX8lyc49m678EBdw7HASxpw0euz70MWrfA> .
@prefix sub: <https://w3id.org/np/RAZAm3bP7-KNX8lyc49m678EBdw7HASxpw0euz70MWrfA/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0f6gENpODPXRlaXfF6nuilttOOUs5Gik4a/iNwuLbMKBh8AjiwYNifo0wDQxcN9jbQvQjrQQzbzPoTuIgtf2MGSPV+qpj7uJnoTHtdbTnT63DjVRBwNklmhf5dOgdYjK/B8I1/PpWnX/WbeAcs1/1TV1Kmj3+ZXaOmSemO++IZmRGNnUqRzIH0xju2PWjvgDL+8HM4b1tpSErYhEIZ1zxaUFKeg6sJCOTbi56ANvN/+n77iqn9UMwf2HN+yMI1Hgm4QWMgAsI0MsQW0Pu6JCWGETGYNx3ekwesZEdOqYa8RvjMjzGw8hS1dphun6RL8DtgOZJPxSwHA7tg8rjqk+HQIDAQAB";
npx:hasSignature "f25EH6QUgAV4gSObFRWWjQtqoAkyalzNa51z4S7cn9sS7HqQYRcRmZRa/R8eWQ6JVVraJnPSAfm7Yx2k//xV759Py1m7PcyX/CKMdAyifO+V342sSFIrtQj3h/fjX8n30lF78fTUd7XmCSgUiV5rEl0yUKPCarHt2y/kBti13H/rEVT0aTmtURV+JPRmKVVUHV60eSimiTUES+KvX4r1/ANIgRPdugW2H05MzY+a0RYAiQIqxE+15csVWQm1H4aPdUzz6e9jN8UKOXrHo6CC9sum0WRTLO49PlMBWMaHV4hrfcBUdAtqdJnr6Qye06u4vOG0LZ/08aF+9jJ8i1pZRw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}