Nanopublication

< Home

ID

https://w3id.org/np/RAFQZkMnpJvmZiBb28in9t5kLm1nl1g16Z3sy01vo459E

Formats

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

Content

@prefix this: <https://w3id.org/np/RAFQZkMnpJvmZiBb28in9t5kLm1nl1g16Z3sy01vo459E> .
@prefix sub: <https://w3id.org/np/RAFQZkMnpJvmZiBb28in9t5kLm1nl1g16Z3sy01vo459E/> .
@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/> .

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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}

sub:pubinfo {
  this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAxAkfe5x03oFn37PfS1FDPVaEU6/2hdA2yFTdHK6H4HCtkf/PRf70U86Fg/sbl/oUHIvsu6Osfyv73HOhpKwJlYWuNzXCzg7Pm+7isNhHLKr60V/ZY8Uw06+4EJDCjA62aE4Tgi3lIMDswIvGm2N9xUHvL3/XmJOIwkaVwqehFEKlqbSnZMpfqURWLq0GyFg3tYdn++VJ9B6tqvLxlAGNJ78E7iCx9FDHdS7952dEx6UKBbBhNBkx984cMvh0wUh9ECpcgZ0R9yaW/GlgS9c1kyhNuG6gbVCJUayjUhdBgoE4NTgnfaeet14+8l3w6Labz+mUrCtxNDE7yhkZSD0RUwIDAQAB";
    npx:hasSignature "VOFN8fdlqjNF3tfJkTNtMugaPRPR3EzzVGefgLhMLobYQqcKmtnVYiji8MUnBj3XgeTlWfUmMyQRYkvUpyToH+SiV64+nG6K0s9p9u2IuvquRGn2W+m/DMgOnw0bt6aaKlLzf4Cg2MEsQONC2uPAIWS7RXaR6CRCvenQaWmlgSctk0GPk1wYE86H7XgxyPMoB0vChfBMEAc3nDWv22GPv9H/8g2uyqw4b0FHMVYwhfYSo/7h8VKr16b76Lde3xCnE5OEm1aDQoyWM96U4/cgOaqhiuqdB4SfOFIchl1eP18SCHVg5eq80yVLXXuVEt6bR0fhaMyau8kiGysgxemEHA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}