Nanopublication

< Home

ID

https://w3id.org/np/RAoJs3bGNGEDNjrtv9-4bejgcvQT41aXcDPnpkgmmkY9w

Formats

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

Content

@prefix this: <https://w3id.org/np/RAoJs3bGNGEDNjrtv9-4bejgcvQT41aXcDPnpkgmmkY9w> .
@prefix sub: <https://w3id.org/np/RAoJs3bGNGEDNjrtv9-4bejgcvQT41aXcDPnpkgmmkY9w/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvpqOlMLp9ZsrqcyVwxKEuM7YIVWqFYx7WjVY4+zwsuwvrLSKigbG4Uf3B7Yxmh0Mz9+DGBKyEv8fbhR2c0RnlrM6JEbh0BKYnTEcrFu2k+XL9/JpEfJfLezcWxd/RVaa1sm4HdpY8j1ruCyHpNl4NvC8SjeMHkWK+qZ6LRdFNOFpFNVje6wRZl3jQo0ebzBPcpHtCo0CDKe25W+Ll0R/GVO8/yqzGbku7a6Q7CzamVi79fK1DL6UD1ZYF+LT5bIhXIPl0mx/lYmAu3+0xQaz8O3seXRK7jvW+w90LhTAFBHCSb8XaHoa5pXccfMIBydcYtuHp2iAFrcU1SrV7Eb+YQIDAQAB";
    npx:hasSignature "scviFt6G16g7jpn4+1qJb/dc0/S0zxavm2VmwWWk6nW7d0fj4yDAPUBgGda9rYLGJSrSVHg6ufLuaYKWi/nP7F03a37PUO2f8jsk5+E8N/VWr1eilUCbgH7NFOyix43tlVWR23pYQSz/2pvkOUyyz4W1epjPQ1JlB7qI5NgM3BIeS0kfGPv3+nbefyzGvSKoAVFbhiXb0No/cSoh7Un+def8us2E5X1CB6LUkr1yIocA64EYWSJk/+On5PcDTlMiYaWtW9+cMVn+qnHbN+cEEwHaXG9ulHOt41CI2Qyku5pjwnJMZgXMxQahle9WWERN26AlcqVDSUwjOXopdVMK2g==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}