Nanopublication

< Home

ID

https://w3id.org/np/RAz6NB1YFRADa-PVDpllfucdvQHG1F_vw4VSkClnYZU9c

Formats

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

Content

@prefix this: <https://w3id.org/np/RAz6NB1YFRADa-PVDpllfucdvQHG1F_vw4VSkClnYZU9c> .
@prefix sub: <https://w3id.org/np/RAz6NB1YFRADa-PVDpllfucdvQHG1F_vw4VSkClnYZU9c/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoQ6VzTxUo7vk1F6M/852k4WZu7iZAmW1CRgiNqRh8Tt1CvZZvOXO773TD63nqvueWB7yF+cyGVsBj0RsljC2OSh9omdnvrP7OQEyieEWRGfAzC9YbyCLyUiSDsR+8tx9i55/bMPfo9WAxjUEilBn9+tXOBY6iReEaBCFAvJlefbAGW5n5OS90RApGOQJ0CvV7gBYY9USo2CqaeHp9zFQd0yXiZjQKY7eTqDSc6TSSTZZYRz3hFUfKPnY6fphfFsOB+2lzPB8jyeARa0WJOnxkiAyJJ18VtJimW2Hz+LixnJ7J1154GTEdAKiXhUWhm4WmPZ0BASsqcAkYDIgooJzTwIDAQAB";
    npx:hasSignature "Iu5w3/ifX9WehZDlaFTg86/eztLmJ7c7VX4SIVZekMwcvnddi/pt9ZDiNLRuRktZ4mKBPH+9WcunJVJ/t+hNVHhZ1EOyChMqJfhPT8LJpZO9p1JvHqd2WdB4+aeeKRGbiJEghmQULcY8AUm7FKlJuT+m19B07zWs38DyTI7ySLM0QKIfLskuRFNnEVbKi8PWqyKLGyxLzvoTG8LxLl5P9L+woO+i7rGzVbf45saXFPHQGsQ4/0NuSyktjKLeG/Nf1ZredFinNs+NDuqxIyqfDZTZwjauI0dzK+dYGdZApctKFlS0Y8d71xyHIyi5FCjLXYaAfdWvniL/S37tY64oow==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}