Nanopublication

< Home

ID

https://w3id.org/np/RAW63ef94rA5S5jG33Or1wR5EdK89rUtgM77D_dSwBaIw

Formats

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

Content

@prefix this: <https://w3id.org/np/RAW63ef94rA5S5jG33Or1wR5EdK89rUtgM77D_dSwBaIw> .
@prefix sub: <https://w3id.org/np/RAW63ef94rA5S5jG33Or1wR5EdK89rUtgM77D_dSwBaIw/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs8bFTirfFaM+iYdC2pqHaTewIcjlPetSYDaxfp+sZNOD8CyV1QzwUrRShxojOjVioLdBYP6KXR9NzrL6I7CtcYLOhm8LklqMa1JJOqmRHFEzHva1XwRUoP4e6zuzUqaeL/YraYY8gWQWcLuNQDAwVZWmT+LN5gLHOITiq+iWtkgv+vkDaEeC5p97YNsthy0IEZA9DE3BZEBHOhz8m2A1Tx8SLU7uFo+wQD3PMAcWiJ+Lu/CJZF8cRgOhY4xbMZw+kZNCzDeQNxlAHI/EGaiWuJUqp+nJno8TKzXQT4Dt3ZUVy9Jv+IxPzPw8TLvrerbpfle/WbWlgzOh3RS6ax7jTwIDAQAB";
    npx:hasSignature "MYkeO5CQvn32i8LV/cYgnM3Z64Ze2o7//8prshsrE+cdIztk7/WUe9LZPBj37GqilY5SHw0o9wHReRSlsIHj5r1qsehUzDujJ6+wCEN479pkllAJ13QywHXz0Z9piceahdNVuWqdvp/Vta2y2r/TXQsIhwhGIhjLry8VvEBojqtT4DikzVV7pnRMlS/YOaBR/87aoD/2tP+x8voEKMYOqhloXoCXuymkqJfnxQF+GorH/T5FE5yJ36OYED7BMCfCwnInKSHj/qMvcxUfQLKEglSTv/oXJsNyejprPRM78lVbTNPCibj99Vdu8meUM6ki+lpyDGaW8W2HhmINZaWvLg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}