Nanopublication

< Home

ID

https://w3id.org/np/RAcpyMIYmwYsZEW7lqdMVutCOTVdbYFhSc0fPjRY3NuRA

Formats

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

Content

@prefix this: <https://w3id.org/np/RAcpyMIYmwYsZEW7lqdMVutCOTVdbYFhSc0fPjRY3NuRA> .
@prefix sub: <https://w3id.org/np/RAcpyMIYmwYsZEW7lqdMVutCOTVdbYFhSc0fPjRY3NuRA/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArbe1x4vnUeuJ63J4PCcZqHraDQaEl7HvCHKYhZHDe0ZvdGhbjzuFrrKTO5Mwy3KyM3/TAN/4eorTHAmFVR/nwQ00Ev35HH1i1llgj5sRosjTEpfMWAz5zlbL/cmi5VkHqczmbJ2eL4dNdQyesywTjatyZdplzeujusYsq64f3flZlmEZxChD91SWvarj/49kEWLP9yRetEh/j1e9IZamP7HEhcnK3iWYmyVhhw2gDB4LjgwrBOV2+onfJXQNJEeB+glJl478PKqBrQbw6LgsguYlwUd8+MbC/saTiFQK4yUl21/BNk4SpZpGnQnZhJhX77pGZdPI0JAfK0cjxH7s8QIDAQAB";
    npx:hasSignature "cKi78+CT8sHOuT0yG7v/5MmrYLAASmbXl0y64cIzFSNU3o07tBd+T/faMDgw10+SblsYhivVbBByJVhM7QSh+EdkoOynqd9bbBLsvq2AgFwucXcGAFWo47E/Vvncw49fuArxSpHHbQUHJzGmw8lhwy9OkoF1hbPcrH8QL+jLoIwH1p9+AfbO3zrw/UUBnoLGizkHXEsYp95hFsjhoyeuXjFeoTAATW0KSE4w/0aRCiHVws5ZT5whZwYNK0iFwjZ8N/GiT9T2titNZbzRqez4EcXaRgeUDOVz/V2GPgJ7/t6yhbvBoXXRQV5jWPvtxhuJIt0wXjw86f9vfVM0oGFjKQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}