Nanopublication

< Home

ID

https://w3id.org/np/RAB7iGYtNnUPSXhWB_BjUvhcyRtlDuGttV5poU4Am4CA0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAB7iGYtNnUPSXhWB_BjUvhcyRtlDuGttV5poU4Am4CA0> .
@prefix sub: <https://w3id.org/np/RAB7iGYtNnUPSXhWB_BjUvhcyRtlDuGttV5poU4Am4CA0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnj2wwJK5Ym10u7xOrvRjqHwWXgHdnY49Iyhu0uG5acWbBwPRwGM29pK/ud+k8JNjWLJp6H9pgH1AG7JOMRX/ekCv4XoSAAXzai/P8asuVZfDpSjCjDX5yB9MBL7pcNyvMFrS5pMScVCJzE1wMSlxiy7YSDGwO9Q76f7NllhBKhXrI2xQS8wM7G67I+u/Y8g5gNU4w0QoubGcdUtAgyXBuvd9kLUiYMfk1fo+cEjgo4FVn5mcxXQS7WX4cE9qEnA7Zt6wkHQCux0TvLgKonQFSogSrvqeqXndpkYuKc1Wzd13TFMR4SlVjNbf0qBl6uLcjjM18l1Z/XO+ElVwdggY0wIDAQAB";
    npx:hasSignature "ICsfbl2MRZUzGBPzBSThLALx27J2y057NnndwjIIHQPEXbTWD1pbM2K6F2a3LBYls2p1GVQZUreiVWdKTGnG2luqG/RZFXlgLtMkYH4CR8chOAvj050jwmoTWw0/vCgAWU6pE0cpIUCEno+DTIxLtEO1tbvFq60p3e4USQFeG9YjVaVdDrK9NeQ2Fn3GG12nENaAQtNVEFrT7j8FotbEhRAbFj5nESLsnUVDGeqk2ut/TrfG3hS+6lV/BJQ0NCaQPufD0f0VO8bWO7hvHPo4uLABi/gW5casVxZ7O/5zKrbZXCB0nUyAbz+LMqrUtXxBMvoyDssmBQARtA37Ck66Og==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}