Nanopublication

< Home

ID

https://w3id.org/np/RAdTta91E98KPNh7MJnX5SZytSkcEylQwpE0QJ6p9XAK0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAdTta91E98KPNh7MJnX5SZytSkcEylQwpE0QJ6p9XAK0> .
@prefix sub: <https://w3id.org/np/RAdTta91E98KPNh7MJnX5SZytSkcEylQwpE0QJ6p9XAK0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyKMpDm4FOcUT8Q9qYQ6TC0lUXt9qSC16oj31k2WIrbrgC36xFKtWSl17oQ+TcQUPI3x7aXq45pgEJ5IONCCv8kKVkUmOKCUrnkTJu0cOuIf5iZBgZTIyVbT7PP8LFfhrj61dJLT6hJbsPgHv0FeA46F/RnjwNfFweMvWCuvqUcA26xuikpqjs5q2Ti7xdNGCEGZjpDm3WL94FZ6vnO6V957c1zR7KDxFw49rZSC/1se/HS07I+uMkxCxV/5Fn/UOAKnBrJGJp00LZH5zMucSQwWxAxvtwn8o8dGddkGXZ3nJ+xB+uRv6pomQEsStNkE7hX1Yy72nEZrKxYup4sqOewIDAQAB";
    npx:hasSignature "Q4Lr2G6Uvv+/n6Tdr/hCHaZ5mgP2g3zjJRLc/PwZf2rF5qWaIVC52oLG7kxQVYfgVVymbpLS3r6Mu5Ylltt+q5qAt2GuC5V3D4pJ2yPnv1sNuAfEPIoaB/PbXpcqW2eCPgNZ/JAmFhwbYrljoDG8YZqMmfXhkQHvK1WENJ8COWahNKp78ckC5RzrIfsQAb4jZ5uM43pPVbDBHBsb0Lrx431qmnv71zuSh0bTbT/kT3/U1QvydahscXHvY6yjJhHEfzn9SW8dxIZMeVrPnZMRnKNEq0dSWumyDvN9DxxXIkjkL5GtkWMvsY5ZHKhSSkhR2/D9qMCFIRwx88NS//I52Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}