Nanopublication

< Home

ID

https://w3id.org/np/RAq1kYddz6xNFAW_SRHQNZOXgNQejVtGXHmhKBtbKEWkM

Formats

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

Content

@prefix this: <https://w3id.org/np/RAq1kYddz6xNFAW_SRHQNZOXgNQejVtGXHmhKBtbKEWkM> .
@prefix sub: <https://w3id.org/np/RAq1kYddz6xNFAW_SRHQNZOXgNQejVtGXHmhKBtbKEWkM/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmr3a9q8rUG6Oy3+yYqf9kql/W+PemVn4lE8f2LXFTNtrabS8WW9Css7CVau4wGHSqxGfW0whNSh1cicb6NEZZoib1KfpeANvY6uyfC0fQjmGsHFjsjxE/3Z6HLTTPa6vmZ1yWCB+HI2B6cZJ1ChySXeJZGbYmNNNzeWle9L1+R/Xx+wXUcd/FXAtUtfuD99ScSDijabO9tTf8sXRJtUyJ0tzjmkM9r7xPNuuX0xCHfbxiCuK0RIj3CmgLDwzlYpf2st79T266GFizymV/sbu/7n8XDoCQzs2p/vrkQcRnVpktU5FMN6kahm9Z0jrkkoNe8JUv6a4tQagnlQEUME80QIDAQAB";
    npx:hasSignature "LXSS2hPCqMCg66HRhV1KLhIlZ1SZXSDxpkYF1Y5YMkxnMeHCG6Ho3pjNZ/2rgYQ0Mv6ubqgeoTToLj+2ftqivko4BaLFwR4MJM26PqWgkrMtd5LdUTRicd+Xc9iULkrN0g5JHHTA22QCk9TBQlseGoI3Vl3+FZJ+xh5Lip0RC2hZwsQgSiGeOqaQTJ6MX+ncCyC95QF1am4DRG3eUATH08RcrNPLK4rKD4O4thel0csOFu92BetzgsKjtRMq75wn+JRIP4Je6x9yTSlynWbbl3x7aEE9ZgdHMDf5nKsrlMrRq6wiFNlxoqwNBdkXBzSxeCcjdSBICvNScULBPA3hsQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}