Nanopublication

< Home

ID

https://w3id.org/np/RA6EMFi4DUhUzLbzBRo51IDoAlu155L3sZ1a5pvlLlhEU

Formats

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

Content

@prefix this: <https://w3id.org/np/RA6EMFi4DUhUzLbzBRo51IDoAlu155L3sZ1a5pvlLlhEU> .
@prefix sub: <https://w3id.org/np/RA6EMFi4DUhUzLbzBRo51IDoAlu155L3sZ1a5pvlLlhEU/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlC8i0cA2OinN+J1JxPdipyV+a5t25IDfIaPCV8x3ejOcr71a0H3B1PbXEmj8YuTsvjYQ873RyTBO0cAHhZfTyXDafqxdaldVqxI5SN9HZv6h9ApcCJCoHqGpoTwUeWzhlpH1j2rZqWGUxCv+YIaNnTXpZ7Sg2MMn5q6DvBbrqVEdeOoCF/VR0K+BLzONxeY89q1UbZXSTogl4UGhD0R5elyqPnBLBsuqQ5F6BcnBz/nLl/VqQ1PuSrQ6qYRO+X20wEKi6skmEeU1Lt2h1DW3MtLfIEJDyhOkAyM/4Af0cq0DeIyOMpVGO15p38gSonkt16DsaadhY7rtH4RqQyUWpwIDAQAB";
    npx:hasSignature "O+4x/4Eo4cJhsmEQw8zVJ+c1QPfcLIZJGdhY00GPacAWIjwnZEBICcS7kWO5kkYyKk8y4tE88lqrn1CWA/IHe/WQVHgfQJjphUlZI2OSYZYM9iIbSL6W1Fi/RMVVT0TcSm0CmEExU3Y1OB9vtNlC7AivTBjuusvKyCrLG6xDDuWc6TQeebiwvL4C4CyMBKmYxOp/7T4hqTWgvahRfFD47R5nuFx19mFRil4JtMHK9kZxdG4ETu3fPf3gYJ2s107UvK2wyOIHBjzwjvxP9fI8MGh4w8UHttRV1G3hj+NWJGy17uJjGcJU655Lv9VNRbmm3omFGx3ZybxzrSlQjOCyPA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}