Nanopublication

< Home

ID

https://w3id.org/np/RAY4PfVB5MmXlGE1wUUjP5lJNdZf6feL5NDJP6ztQx5Qs

Formats

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

Content

@prefix this: <https://w3id.org/np/RAY4PfVB5MmXlGE1wUUjP5lJNdZf6feL5NDJP6ztQx5Qs> .
@prefix sub: <https://w3id.org/np/RAY4PfVB5MmXlGE1wUUjP5lJNdZf6feL5NDJP6ztQx5Qs/> .
@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-11T01:58:12.866Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApCjKvFjkVN6xAMkzglGcQLY6jUIHLtzDLfufowwj/zuqewJ+j0jM+8wa6Gn6oM1r5qBa/710TQQl16+IRucG1nOJEB9jz/U9igmpMmiJle0yAZkbkgAmbtA9vGX29IXu99Nl98wxbz9+27QuWpDjNqhCiE3t/pOIfPoCzHxCD7a+gDtTU3e57ISN9dO5dJ/PmWvQjrXaS4fs76jJSgYyQsu2MjBzotZJcPJ0oCNjwVJXbaYJbUmdYQUo1tr+krpq3pGk5pZJZmWu9vwttkchdqoXz6jumFRMRF3BVPM/nPwU/xIS7QKjNIp8P1NNBygcplQqrutRhqXVIQvo7FlIEwIDAQAB";
    npx:hasSignature "DTK7n55XWZ4xbBf18gzcER7ix/Q4APwxoeNSFv7ME3rZM10GE8/eEryVC0v7In5PBJ7RlYV4GrbROtTG0jmiNdUNlAoOMoifV9If9VmweUEsF4j6vFGPRzyAiFvgaVRLVV3yTFR4wTUj1kdyY0oKIwM9H/jAk+4IL5ZZkb74x7rdO+W5QW6JSloMBsJ5SllKOFQStFJhHg84s2eO9BNieYV9BWeUpVn2nZXVbS9THHc8CvQhKuFIXvpvecQtDG9T3+1laGhEcTyiiou+geyZnDgmSGqUVW5J1wAShCfF8dTQVraGMHS6rOUB3OF8gCkWVG481KxDn9HeLg/ama0nIQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}