Nanopublication

< Home

ID

https://w3id.org/np/RAHQ0uC_Y8Hni18roPbk_Ws-2lwipDrmlf8dRo_yvH0qY

Formats

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

Content

@prefix this: <https://w3id.org/np/RAHQ0uC_Y8Hni18roPbk_Ws-2lwipDrmlf8dRo_yvH0qY> .
@prefix sub: <https://w3id.org/np/RAHQ0uC_Y8Hni18roPbk_Ws-2lwipDrmlf8dRo_yvH0qY/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl+ar71jjRebqE8EnjUJP898pqDY/SqC78UzXitvtDvQtta+vHUDeFbmXcECEYjZfNv3HY2bc7m7XclLUU+XEffo8fapNuK31m7cVR+mpm/SPHK+rAlmnWzlotvC07jTyfaALRnnUjEh1kdCu6VsL42HiIXJ1ZKdGC5p9X+vnYecu4J7l6Md8eOlH5UMOpz1wtqayrvTh/irwmm3wxUJKzAAEUnjiz3hcr/8bvMpAGi5Omev9/cY1dvJG88MxfK/p/NvQdEZiB1pMRadhniEC13rMOotsQfgrnx6QElLqsEGGOl0qtgzVQLO8HaFWzcOxxVP1GmdOMj0UeP/NrjPvwQIDAQAB";
    npx:hasSignature "SRvUL0vXl7XHiPXOT4O0nt3ylDOlqAmjucELRnvyNBQiZdCnnQvp+dwOF953tKNWRq020BQ3aqHbSq6gn2nFMfz+ezQoJ275unt/4RPe0c6s0Ih9H1eko+ahUDsJNqk7kC+U9XKpv+640ryjPdE+5GZJI4qfr1ZE+IyhlvDhzL7v30bwKpyEGIfsStniKEmZ1XLSbr/u2Id1NGF2972l4qdye//HbNM4j844mhJpFzit4ItfvDa+zyrxZPow7Jqh11DU1/7DhJvj1lxDnXrmYg/tBkFfZmEm6cxoEanrPjMR9yjaDEzJF6L7Ew+CKqqDtFd4BiXz/YBaTMXdmKVvTg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}