Nanopublication

< Home

ID

https://w3id.org/np/RAvxscCueCuKqM6rDFOJnUQlLIJF6pv-OH2Olc7xG0-zE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAvxscCueCuKqM6rDFOJnUQlLIJF6pv-OH2Olc7xG0-zE> .
@prefix sub: <https://w3id.org/np/RAvxscCueCuKqM6rDFOJnUQlLIJF6pv-OH2Olc7xG0-zE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp83me0He+pjEsenhJGpIx8AQVid45FbZKq3rR9XE6M+4G9fDLJeWyxktqVMFGtQkfdSyI2TMrwwbnA060H9XJJHTG9u2cCOvjKnms6rJaM3gKeV94E7mTENLXAorC/8qzNpofd/JQE5bat6AdK64Psclq5hmb+XsRuvW1vIptO6yqKaT4Ae6mklLtDk9w7G4XITy2ZWCDzwNoiNBQKpNqzxBhm/sSWrcq/OmsYr89sAiNG8cPRdmbVLk2fWxWvh9fyaRwrq2XATYzX2F098ApisHvqO4TK3Mb09qmI/nfjsfIwjtZm0ErpaVBXTRvzBjusnArZ3z7yKZRpXXzFUu7QIDAQAB";
    npx:hasSignature "I4LZocW843KfEp28Zq2qOak1dA6ydd+RertLSA/a106tggvxR22cDkzdNsahQD1nOPA3RiCcRHKS9ryFnRuVh70sf9UNYUGGiA8XPdjaEco6EklUqziTL3QaF3mC2+1HZIaNrUPJybaJ5ekKPIm0tHDI9UlGcgwx19nlfAjTqfTda8oviflbdeAbnI6yIfVrYUVgDAUBMO+RKfcyxXVNGSAIv3qpCI/rmsmbM5Wb/Ee63PNNJizVYwQS1Nh7ugXck87P3ENci0kdDdmnpsSr+5iprrDWxWplQnEEppoaz2sT91P0v3d9tsKu4go3r5X7tqwr4Q1wTs5qzY3ufvkOsw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}