Nanopublication

< Home

ID

https://w3id.org/np/RA7MbLrWSsxRf7apRsD9vXgkU9RrI-Aea2gvY5VsxKFJE

Formats

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

Content

@prefix this: <https://w3id.org/np/RA7MbLrWSsxRf7apRsD9vXgkU9RrI-Aea2gvY5VsxKFJE> .
@prefix sub: <https://w3id.org/np/RA7MbLrWSsxRf7apRsD9vXgkU9RrI-Aea2gvY5VsxKFJE/> .
@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/> .

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 <http://purl.org/dc/terms/created> "2024-01-01T00:00:00Z"^^<http://www.w3.org/2001/XMLSchema#dateTime> .
}

sub:pubinfo {
  this: <http://purl.org/dc/terms/creator> <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoMzqqjFxs7MAhS6NMYN/xmA4MKFMAM6jmkKIUITqgF9KTkQtAwt4n4NIulfzYB9qs8e5HjNNk2fVV78UfBr4TbSx39RGoYcwtfCevokjyt02RNveFAOx4vKQ0+VyXJQatsGTENXBy5B5ZruTpSxS9Np0vEeDmKZxhYKmOSlS0LzMpopCbQEQetwzyozC6xUJRA2aHHu+9XM29ApSFRaETUJ4cewhvt08/swbOegQr9q0kiYUxtAxuQWOAGWvOtRdWz66Yi1L4dz1k7WEJV5MIenkSELE7AFps+XH2lLEAxN5icmF5m5CBM/N7mmApUWb6CuQPQFssIppTRqghp47vwIDAQAB";
    npx:hasSignature "GEwi/6lSnZE0a5lJuEdetmx5BFdYO1WGTjUe67RWAcDHPFHXi2W2UqBj3Vkl3tlkA+SELrhTx6YM3vjaHMUYoTHaii7wzEgtpUqePDsREykJKKo+gb2f8rAypHXAJC1oNbB0jGz4tcEFQcdJJrXsCrI0niKIhN4z8VcgOCfy7q+OiwnjTfQSTUHeTXBwlDk90N5GPjjtUbl4A8cAqZ4aSgyJ7EB31KdqbT/9ZHLJzLVJ1fI4LFB5gUJOfDNohpLdv8mg1n4wu/JLnGGLglnr0ciwie9uHSy0BGVf3c19o1Gc7oG9fn+4nznwzoJeidETHw/2HH8OXFrWCiIsuTRF1A==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}