https://w3id.org/np/RAyvLIjL2iJOW_--H1VQ2anML8gvjs0sMq-PIxEFHLJqI
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAyvLIjL2iJOW_--H1VQ2anML8gvjs0sMq-PIxEFHLJqI> .
@prefix sub: <https://w3id.org/np/RAyvLIjL2iJOW_--H1VQ2anML8gvjs0sMq-PIxEFHLJqI/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqiZt+uj5y8Slt9SqEbA1s22dYMB1YANHj7qiqzwcEixNttDMVoScF71gUpwpuyoMuyb67SI9Zo+CmCzKjCRQ8ImkAsRatqCcp3nCTuKhTpSIpBwxySgjW7cpVCoDnm7YQW+O37l4yEH8hGfgCJqvjzvFfi3XrgN3qpfnMxsB9e/f3mwqn2MPpfJbZLuHAl9aw0HQH6NQMrJH9Oqz6GN2EvRm6MfDr0VML3baoIKBBjGO/KKSyvHfStkjK9QO5AFAX9JirYt1VktyvF+R1CMHEf1z0iUWlb3rsPVVqwqPGEsGjtqCt9BestUH30QaRKMyMS3WBwEB755516HLzOn4vwIDAQAB";
npx:hasSignature "PL1FGq48jYTYPE0G2jh2ycVEj9zOgPAvW3pbEPiRlYVpYBXhF8cL5Lllu1XraQXw/eiDpA6PmYoQB2Yo3O6uKpXCHdhHlGmlLTTGWk8+ZAe3fiwZkCzKHtxTDq7rmbh0tAj4rMPxp+MCTKqRNXDcYspelAkJItQ8Uc+JVv7X+VjKV+FHQ/cbTXE332l4Rh3x0EeP7gDh3PN9fMXJviKKQcKA/y16c+FVwxZdjV3MQXHUhhpfZFFvN9u4hvfOblewLOPzo6fdPvoOHVV+h3iN+IN0KlDhoXwYgFxNDNv72ZjLvXr77UjPKFHofqF6Er2VEtKZoX3ABrEw703AD+f2jQ==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}