Nanopublication

< Home

ID

https://w3id.org/np/RAEqxPfEeHqV61fET1lfjs92-OdP9YQqMy1O-6Wf0YRfw

Formats

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

Content

@prefix this: <https://w3id.org/np/RAEqxPfEeHqV61fET1lfjs92-OdP9YQqMy1O-6Wf0YRfw> .
@prefix sub: <https://w3id.org/np/RAEqxPfEeHqV61fET1lfjs92-OdP9YQqMy1O-6Wf0YRfw/> .
@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-05T10:23:42.854Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA5hA0bP8eOTcatNozynqK1AzJkcVFOL6iAPfl6T/HT10R0UmqiRgeuYQ8j3bBVlnAURldZOnpPQ/HZN5K9eX1Gq+0wxrRgAIHHZ2gvtLiQ16/SrJDYexNTAz9HxMW9lKQvqjh0fpaOuQnWYeIWNyo8oCvtdgKYN5kbyBmmbMpm6v3bi5P2jxocFHyHVran6LWA/UHYA5j/Zork0nPLS/WebZjEq2nUz0TlOpJxw85T5QiRxEGgxPFQhUZiYbpXmDaYwCEFC87tnFhlZFrDqbuNPJbC+0BFGN412RdwFBRsx4MB4soOfrugVIi6gmgbhQIzSO2lVqzHySviUkzh2JgTwIDAQAB";
    npx:hasSignature "w64Aohx2Cp+TGa90MP4ZyIqEEjAlhtH5bYuWUVPs9xlALg8W5Fjp1SuC69dpEAWKIhdGSmauk5BJwUUlXome0ihMGF8xgJdp9lZg21UQGfs5mYvo4P9zrlpsdky4Gbxfwa9uaSy1R3+8GkYezvQajJpq8yp9neL/I8lnttjYXjN//rcbacnzRP8LejO6t5hLj+V0HPg7v/+iZefF2NHf69ZPlfXEK6dn5BJZUVRQ16YThSVXyhxmWqVipWYiF3UXcDItDGYY/mSp9ksb0mceGdVsadnRds0Gyz3TR/5CUSOm/TOn8B/x4c2UeXwcPjAVk7APXwqSKQ0rfcD0VX2Wig==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}