Nanopublication

< Home

ID

https://w3id.org/np/RARXaKxqXxmbMWkmyPl6CLNhNjy1SRRBnGCrjd79BoQO8

Formats

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

Content

@prefix this: <https://w3id.org/np/RARXaKxqXxmbMWkmyPl6CLNhNjy1SRRBnGCrjd79BoQO8> .
@prefix sub: <https://w3id.org/np/RARXaKxqXxmbMWkmyPl6CLNhNjy1SRRBnGCrjd79BoQO8/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiqmJjswVxUWRnEhBEcX+fQYTXC5/65fCzp/jMEEUt6Sy8vB+yKoDYErJig1VT4+EKI70a+7WjQdsSHtRYMRKGinonhZHbehY9TbjR+VMCxgFxTKCrTcuLCGXXXv1+YQuQaTRY8dNvGVjFPMt/wEHxbPEK4NAOf1MjcDHhV68DPMDmshF7YTUg3sJc/6dpYDIPH7tZcGhnx3tNgiN/HA8eE1B+IFxgZ7y499lRMffaxFJ0wPOUGb3S/n2gDIpWwb9KFKUF44AhMqppl0x/gKzGhES1gJLDBa3F9Ffc9TGfhL6v/vXpl7rgT+qMLaBt5c/VK3+Of++mnwZ0XXIZLegMQIDAQAB";
    npx:hasSignature "bOZ60o9Q2dcgZCNhltZUbhTBzyPrZ6dIcBcBpeehDQk7SSvqmb7oGb1ABNwBubwopM3RJoVFcyfUZGC7A0hsrcF50z6HqnYLluzqP+zrp9LeJOeRIlSJ5xviiLXVKbsM0AtXmwrVerB/TFwrtjfC3ndWpO24+zFx3f7LE24b8tS04JUeRX/8GZKely98Q8TxxJllKnmsBNbRsSZwwT84U46y6jpCOW5DJvwur/sUXhcguIoxBuKzRxon0FoW4vq34XIYvnkHIcPeIJ/kQhRzIqCiN8+m1Iy1b5oXGgone1VlLASaxJN8MxFGm+scAhEEMt3qQ3UddzOXJmro8j6bfg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}