Nanopublication

< Home

ID

https://w3id.org/np/RAqueihp9nZD9ErffFtT-abzbfB_FLMixyUicJUNNftsE

Formats

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

Content

@prefix this: <https://w3id.org/np/RAqueihp9nZD9ErffFtT-abzbfB_FLMixyUicJUNNftsE> .
@prefix sub: <https://w3id.org/np/RAqueihp9nZD9ErffFtT-abzbfB_FLMixyUicJUNNftsE/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuti2wS3wAjy5G599BFcgyr229uvfuqiboWDcal+3VRlyeCPlOlcOngupJ0onPe41dskCY5gT8Si2CDtMNE9/5HroeA0vB0Rqhx1FrrdIFJz60CUfrVdk0EoP5pwjory2VFNTRXfSnHvNbE3NzvCWqLFzKPkKz7H6tg8fbehK83IAoWToXdqeuaRf5nU26eibu2GsAgTSJF/rSI+4NHwe9zp5Sjd46qM3iEnPwakKEWWElv6ROceS67kHO5ioVasckEIeYe+1LK+X0o9wNqP1tdZ0CAa5D2nO65pTh0HcIgxMK8NaHCQAYTPM9OZJNL7Fjb7OyQXv8kIWuLLHc3vuWwIDAQAB";
    npx:hasSignature "JVAGzqtLn5ejFPk+L4g3KgSaTKQ156SBIUSrz9SM06r83BQhm0Vu4sha1yfvyPBCAc770I26P6ZUCQJjOEDfXh76bXc/5yo/Es41DsTfrtIYt4RbfkurKxiqpjZCiudNF+j2L55TmiIQfb4Jtw+dLmtVgp6aSFocPHwr0DnEtuZTrj0pM2HER1sg60B3bgnuKqxyaRwE6gQ8VibpQ6Vf1ZwCBx+nWtZ1yKbR7Ko26FjVW9rTnXW9hKB897G84Az1Lm8hdqp+w+qoFVmr4C7yRAX/x1OwxRL8IiHOBQYBnUezjLZmm+tF2layxljB6QjyzSEXkgc/QPtN5fycYvo7Qw==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}