Nanopublication

< Home

ID

https://w3id.org/np/RASJdtwuyq580E6-XK0Xs8PWLagPAlgou4I3qIiw_EW0Y

Formats

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

Content

@prefix this: <https://w3id.org/np/RASJdtwuyq580E6-XK0Xs8PWLagPAlgou4I3qIiw_EW0Y> .
@prefix sub: <https://w3id.org/np/RASJdtwuyq580E6-XK0Xs8PWLagPAlgou4I3qIiw_EW0Y/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2JWIlNQi5xeiAKYILnoZpx7jMBBh2Fn/ixLBsElPOVOjw9GtrXjL+VrzEl7ZVZfP5F4jMw6cFi0TvyLc7YeN23rko86WvP9Kf9zYVtTa0qh+HkXDTSGU1DvukczYv2SQyJ+qiPofxsOEfwzpqF9L/HJcWTs4AwY3JV4Z78PULl8dIgI1JmDRLppYbOON2XWDl6k15TMjwBlVWjj6zOM9/Bfj7nnzOgRNQQqIVzK7cMNfo7Pakl6u003qlJCMHd0Doey93AzYfLD5GhF7IoqeHZiFib+rTyv/fF7+2hFZQNqdgUDa0g8ScIJPunZR/WC+3jCEs8oqPjgqu12FPRpW+wIDAQAB";
    npx:hasSignature "qIklIGrLLkHpwe8CCC/4YXDS6snA1SODKsE5KsgovnfcyZIJFviovpJYDt52zF6GgHpJyhhv+O9RRbVqXuxHBwRtVvZEHuRKHwOZ0D3mQ/QTzy6vmejKlZugrCtI1sKFLiWaaMABhRsXfZe/g8gKEwvq1l4OYdAFweTJurEX5dgaB6nrIcGCqvrCYPfDUcsgSjasqrDl9tscYJVCY/IeQwQQ856kAHLKrALeL5TRhcAEJibgSJAD5yttEeaCdCzFi/kt4fwbsRQmOeTH7XeErv5gEW79yVKR6Z3hI6XTdEieyWQ9aRmktM03pY6r9J+uDBBXVtlMMp4wYezrqswP9Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}