Nanopublication

< Home

ID

https://w3id.org/np/RAfLWaFcr7NZdeetnWPK8jmtUs5U8kCsf0eEAOKzZT4bs

Formats

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

Content

@prefix this: <https://w3id.org/np/RAfLWaFcr7NZdeetnWPK8jmtUs5U8kCsf0eEAOKzZT4bs> .
@prefix sub: <https://w3id.org/np/RAfLWaFcr7NZdeetnWPK8jmtUs5U8kCsf0eEAOKzZT4bs/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAortgE0JfpmorHVoCKKwaG6Bytf02311m+OSeR+oEZZdqJpVjHUg3csuNSuUyug81u/HsbSkvodMz+fEwiWpr3jrXbmw7EHtD9GDEii1zN8xX+iwpDuvZeNa++XL1a7ogOtCK4J4FFbYXNGJ7t2+BtEhNeyfOHa5qXegH+xKS9kURJWoQ/7dUIUsozfnV4linSWl+Pq1KLYfb9xmBcQcgOb85NLI7D3PiLHQ4mb2EudiECHiZxyMAGB7OLweAmkVyfEwGXQJiaqbGEOEe+ohyyTvqD4y6SMZ1wICjisSx5iQ8vAOydWlfhOy4twECBQJbQmzxP9BRu73YEF+CXlY3mQIDAQAB";
    npx:hasSignature "S1zPIq0XJ5mCrffR/W4DQm7CU+1DJTWysBxIjB5OLOOkFZGgbxG6E9eKrRGwPTLPCWdn0cbqg/suw4lp82Qi+jb0rd4IfagDQmbS+bV1/LUbk6HZxhvzX7fvce78LSRK+64s3nEHRgTLg36BpgG4oNcy7IkzMnttjejNC4Ev+hA9wbh5e8glLfbUQpPY1WQtGs7t1TEen9ELXSnyFppWSfjuP3/J7vZugQhSFjUBCov+EkkD6quWEhi+KnDiphumIldN+mguc/v71+UIX2e1sK2twBGil1Vw7hvIO8qCT1A9jiAbuI9e9GoTBJ9DKU4w04ycgr93vASh1Xq6UJjDtA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}