Nanopublication

< Home

ID

https://w3id.org/np/RAPhBOJgya8xMnugTYEK79Eog6oaVvZZGYjN8m4LhZkzQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RAPhBOJgya8xMnugTYEK79Eog6oaVvZZGYjN8m4LhZkzQ> .
@prefix sub: <https://w3id.org/np/RAPhBOJgya8xMnugTYEK79Eog6oaVvZZGYjN8m4LhZkzQ/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAwm9M4+FfOY7Oxlcwpe6nXJsE5S6BGKaGu0t3+xuxOqM8TzynDkVJaF4VCDDH57wn982c27y1RiKHWJD5SrnqOffxECj1hXX0K6ItU2gTvGSqREYdjBTvqpRpH5SfuVfWt6KOf3nJoUXl+KvXm9zVB6Xbsklxra26XqmIX35m2JSGOuJDh8SsJP6eAPXUmztY6HFzpm2pm4H1aV9n2veS4ahlkZT7tSptdXFPjnWX37pSr1fIM84e3dE5AEC9tXOvxpWLVcTeFHFW0VPHyYuA3Im9RsKeWdqscf1bA+RLJl/8OOhHc7LbVaoUY7Fy2WYlc9+VXgrP93qNxNHCEL8BKwIDAQAB";
    npx:hasSignature "Tyt2z1dnsS+3iwgzw4OjXKHKPPCNT+ORGbPnJU6zIQ/3RlF2/O9CQy3uqTTXJw+0Ng0bcm10GO/MBiS+JZAQaw9RqwWOUs21meve8Jqsr3O58Kz+OZPxY4fwxdgVrT95OSwTZH94yIdaslBzeWQxlWR8eHEOhf3dQr8G08UDauVlQqkN3XlFfX/VvOgVi6KX1OJH2c6tfmkq11flg1IRj1KkT5RHj1ftYCt3iB69wwhBHUimC8aouagV73FpPJ5uA1AtEwHHcUbhRhSgvRySI2ds9UayPTFFVZosyLGVK3ISqlc39HGsymCJbUPAS4EDvfNiezB17NAXTnkHJC8y2A==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}