Nanopublication

< Home

ID

https://w3id.org/np/RA9x6YBmJEXEtMAdqsMjly5end1YA0i9rWHAW5gZwYOtA

Formats

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

Content

@prefix this: <https://w3id.org/np/RA9x6YBmJEXEtMAdqsMjly5end1YA0i9rWHAW5gZwYOtA> .
@prefix sub: <https://w3id.org/np/RA9x6YBmJEXEtMAdqsMjly5end1YA0i9rWHAW5gZwYOtA/> .
@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-11T07:29:22.762Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuoHFHmSSfsc2lGsrF8vqOk3Apt9EufUsEp/rRekHTJs7Er4T65Bv/lsRGBYSziPcmSy6OrTiqwjXSYk0yr1szkvFfd1OgzjGvICrD5Z3iO763OhhXz62UkBPCw3/iT2TE7fg4aM83cXekTTcowU+t61y2h4NzdSGO2N3Q4OMCeQ1lAU7fneWMokXNQ2nkp33WLwBQdTkpPZL08cIqwe+N3bNPqGS1UlAiWJhF6cg5l/8ebpqunSXNLkfojVEPmNElMyN3WhgzuQg0K/RsLRAP2t64mDuo9ncfPZ+UA3PdsZb1/lY1Iejqo2i2LmHOgrtyIquCFajzf+0nqkipyeLgQIDAQAB";
    npx:hasSignature "ma7ESg9o5jky1hvhIgbUJ8B8lb2BHUHeMKHshrGqHiICMpiVS61YKTcfvYMI4u5BWZ2W/Dhs+MznQDLD9IUEUjK8tE/JG3RKbiyBfGumyqE1WyT3OMIQA7Xcfcy/JJnqbG+W9AyIwycHkG88b7VlmKavZbPiYBFRTostJUTbHM8BT04C8aZNipBGxWmrPvYZIJH3f/DsJD22efjDVoHOqzBghQaE+xd5ZQpGAwzGOTDdXtZmheOxESgRis7DwoeoR2EEHAANy1j3pSLiMDDy/TMv+rC4lhU6Qz9OHSHKZJUbmluoWWUP3GdhjU11b+T4jkSTPhdltXc94M+Y9KkWyw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}