Nanopublication

< Home

ID

https://w3id.org/np/RAAESLt6e-_Q45KEgmrF_JBfldmghH2oz4t3eATOK_j80

Formats

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

Content

@prefix this: <https://w3id.org/np/RAAESLt6e-_Q45KEgmrF_JBfldmghH2oz4t3eATOK_j80> .
@prefix sub: <https://w3id.org/np/RAAESLt6e-_Q45KEgmrF_JBfldmghH2oz4t3eATOK_j80/> .
@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:created "2026-03-05T11:00:16.259Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlqogH4pAnmJPHfnDJmDJwPkub0IMN/7E1co9Yi8xPUCI+DFYIJDe1VFNMEdeVNcfj+7cFIrGuGqGyQCo82cUlAgxA4hLAwwUwxRwh1wWnslCXWjbr5JJA+YGLO2oU6SbDLbjCIrQLN0bLoCnv47hBjmRXimRyzDX8xxNhhUWYtcRo+O14RJqLyK6yAlQ95E0CRNc0iFevBt4o2BaG1hiJXGnzbwDpWInaC7og5LzmlqnZSRAmhOxwT3yTUGcfWIEFxD/C7DOycF9aslV6Wlzk7LmXYbpnYauFh/bab+1CzTTU/V1/GzxHTzmnpVdrK3W1tp2Sljw5xg7fC5+znXyOQIDAQAB";
    npx:hasSignature "M5YwB7Qzr9Tk5Iv8GskPay/jBiR6xMXjwH67zHCWabzpG0oumrWyYSsL07HiVM61q6P5MBPD2sP9sIb9K7kp6vXVUBgb4zS6yCjK6uP4gYn4efwS8QoQ/57P+8h5D+C4uREE0Fe8TGaBguUvHEg8V0fbU9STKZ7Nae2ByApLHDhFmR7ohSay8akaO+b3XOe8jlnax7uZ5Mx7iplR2bw6FTEFcECouwZ7mrkvF1wDhIQH/G4zRKHG8P1zdY5OlZPGwKFTImlTgil8jbJFwIQKSdPDf6P6xaVkACIfG+pqEN1xQytj9QMNQK8FlRQ8d/+WGZ0ouv7Svj7pm4gNCJuaOA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}