Nanopublication

< Home

ID

https://w3id.org/np/RAPmSCqUj44uNIL1HvvdHVnXVFqbCjCPSnBqbWMCIvHbs

Formats

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

Content

@prefix this: <https://w3id.org/np/RAPmSCqUj44uNIL1HvvdHVnXVFqbCjCPSnBqbWMCIvHbs> .
@prefix sub: <https://w3id.org/np/RAPmSCqUj44uNIL1HvvdHVnXVFqbCjCPSnBqbWMCIvHbs/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAunpuGXgxBwPjX6D+nCQ+K3lhrWgXkk57OhTkfGkWoadHcb7M2qY4VB/kdgZExSTvGhrgjqqTtRrq3FIM4u36fRSDIczT2tt2AhwgUUbnfc77vsXWwxr3iiaesO3XLuXRqSmndNHM4Cn4+Bhap9eghe08VP+bn7T7+ny2pHnUfh2QcisTPhVho7YDhKnXL+ujXPn1Vf2oPnLACW5elVvrysA21nMWv9uYuOGKZz+VOvOY4Qr/MnZx4zmqA+fSrHYSCjGG/X5kW3YnzF7PTrEYkLUdEGDgOEHX+fHBMeqPUJWpY1nPUyahJAQfM3+LT45RdVtr4OY9zib15QkehtgFVQIDAQAB";
    npx:hasSignature "ksE9Iwyufv3jryguvZN7px0v4eBVte6SVc97p6xDW6Sbh4PdO7RPgV376DTh/D9QsaQzODOhNQQSWh7hYa2fnAa2pf+1tGB9fclyWcePCTwrWR3sr3wH6OaEzfTmuVDe9Jb0LRvCkqzHRKqM3fpDPKrI4lyL+vOZtLR2aZUpIDEAE31myKAtygRDTfh7QLt1nY4UCttUN9u0M3XBLb1Ca5hPj8zSJ0DQnEYagUBH25MS7+LUEHrr351oIWd6xXnkZxXBa/10wj6IGbXi3djvORrqFVxV2BRe4cGABKBo/IbfllK5oyUzTSQWdp/f7n1Ebghb7zJ8eoE009yoZxe4vg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}