Nanopublication

< Home

ID

https://w3id.org/np/RAH8MQgncwd19m7P7JTqFYTSJKn-E5rg6asrEqXqctpKQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RAH8MQgncwd19m7P7JTqFYTSJKn-E5rg6asrEqXqctpKQ> .
@prefix sub: <https://w3id.org/np/RAH8MQgncwd19m7P7JTqFYTSJKn-E5rg6asrEqXqctpKQ/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoNHXELW9gAc/AtMpWMM3v0F0pDZq43BuLky2etqHJCXldFQ/lxE86SpcySxl+N4yMzkPZ0p5+Hn+ss2nqAAlQp7PFYpscIgQ5PjPhjb1Xqhbx2UkbAZeIpFd6dJ0zSNU5yJQaeHBHYxKQRW3F0diaKxJpNZahnM6Av6LV5Alsm39zR3ifTNsPtbyh9WDZ4QMr8ptQrce3rX6i39XBZuzSxchU+F4W4xBnZSrIwUNZafZ1a2q3cdXsXR4iEpX3+8Dq7Pp47hK5/RylayXVG5b7D+MU6l51wzaYlFkEiC7TEf1p+GsadKK5ixdYjNymFum26jM4qDtHfQSio9E9xoBLQIDAQAB";
    npx:hasSignature "dOMQ/m+IEsHhkuO4qtdV8mSySn2iyFK4/JYpf6BzO/X0CNAd8XONqcHaZyBIFv8tHfJkUu7L4tDj6vj+2veJGRF5I8y7FDgxN11fOSVd3pjZJ1ljE0TMRtQnf+H9rxUx5huP7BUylMfFo2NBVjrloymFQt/C1eGRVIq7KBdT89rv5d+X3mRq1cA5d0xalGNcnhmHbD/2MR9vTbZLIfKYoRHVMlOtmmBa5Up9BX3D061Zi/c6QHJKKi/JCG8bSWoAkcz2CPpNbX+SVPHet3hiB+2BNHK3NMGrNDsbxw3tnrLrtRQs68oT0W82q9ax6zos4ZiRU9Nr9lo9Q/ABhPcTrg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}