Nanopublication

< Home

ID

https://w3id.org/np/RAsiuS3NGhA4T4fyiiwMPlpIdB1UddIG3fY0S7K__XMnw

Formats

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

Content

@prefix this: <https://w3id.org/np/RAsiuS3NGhA4T4fyiiwMPlpIdB1UddIG3fY0S7K__XMnw> .
@prefix sub: <https://w3id.org/np/RAsiuS3NGhA4T4fyiiwMPlpIdB1UddIG3fY0S7K__XMnw/> .
@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:created "2026-03-05T11:07:59.754Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyeRSMOBVxhJXSqkxBjvRnYlWYqFoLltu6+6KPuaoy2h18IYJSzk5SwdyE0LLwQTQb0j/MuUAEgcbAquNtihv4AXHhVhlAeku0Dtv8LVEB4V1ee+egZOjApb4hsqC7Dj5kXzkE/RAuPpv5x1Zrnt0Ebl2REn/aPZeQVF9cmFSWbWcCptKUGO9XIxB0ThZOzoFE76jGCL/TdIyvR4HRNiNBai41PkccC4OaJQK0rJc59PknuBWugpTWgfadcB3JgML1NfrnKntK4qrvm327iOefKOdZw22mr1t3tgFreWWveoX1zeag46HUtKC6VkpwqoG6IqS7RXacFmmcd2A4ffTNwIDAQAB";
    npx:hasSignature "lhiddGWtocwckt58AKtjNSHTxme7GTrMuvrLfXECepztMjAqz43f6nNiVEox36hxsDsb3HqfY88BeRSuZdtRIbcd4W0ntii+VHoXJLd/lELCsdnzuSvl8GQufoN7bcdSbes7jkD0qPZy1+qORznf6/o/QEvmUde/s9PxdZtXFSYs4kvdSBEn48nf+NQ7cMoUZkE4Ym/XLQf2tPNGusEahxbNA6PPKqKzQhg1jCJFFfgby2tuxPKegOUw02zLiklltLXnS9dhiObrdi5e4HfWEm5WrLPxtcUmFp/RSY+8BbGdbnsv7mjitDtXJ7QHdahAyo9lQ7gVB8bX36eCoVxonw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}