Nanopublication

< Home

ID

https://w3id.org/np/RARwSsbZBiVFwgM7QFfFW01NDs8Awi4AgrcD2xDDLeUVU

Formats

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

Content

@prefix this: <https://w3id.org/np/RARwSsbZBiVFwgM7QFfFW01NDs8Awi4AgrcD2xDDLeUVU> .
@prefix sub: <https://w3id.org/np/RARwSsbZBiVFwgM7QFfFW01NDs8Awi4AgrcD2xDDLeUVU/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyLeorIqjl6tEXN3lB8lbhaLUezQK6+nd9s/pR4+wTE/4CS9uAZQ4pvcqboyZUZJhLyvVoqW6DZMIyiz198zg41RdJaDDj9w9zdIVAng81P5ZOIGsb/XCf67v84mZdn9j6QFq2tp0C+jlsGqFljsH/5Y0RHWwTO1e2v4hTI0nPzDfoNpiYyDEwGRyGLwL8DtfcRblpjqyZFos9N8bzNDrmWB5x3T6aqJ7eN5Gtr+FPQmQwxgaVRoBzRNCcc/upxVOqwoHzg1zYYo5I6tV0xjxd5uXAHQdQsN+W2VrUhVqMdjoHkevvxPOjFQ2BOolF+jkW/tAZ1KnZnOUJEbiJT+5LwIDAQAB";
    npx:hasSignature "STSiC4hOPL1O7hOKH/BYhGxWGJnZXZei3T1bcTQdYbJ7vnAJiesUZ2woln7xn759WupErdaN1sUmo8zGtfycgyo6gbwWH+f0LCsLmZqJbNB1ZWSNbgWZR18uy6pokut+/qTCtd5trsdLsXLdWol1Vj7bFMNgSrFlj5k60Xe+fBFuW/XLevnjn4u47hguUYCReVezBad9s1b5UmvztumxMkjJ4HKirn4gqHBsQAC8i0YADh9STPSE/zkZOU9VJGwmPg73DtGMKBX0LwVLE8dx6Jp7a9aXDoLXYrKPnboxQs1YTZpDBXhNnZVn8lfmUbXWVievPVB/kviJUXR4jXa/yQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}