Nanopublication

< Home

ID

https://w3id.org/np/RAOOEVYpKd9FYMm62BC4yxP1jU6VrvtipD1XV2CH7aoUg

Formats

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

Content

@prefix this: <https://w3id.org/np/RAOOEVYpKd9FYMm62BC4yxP1jU6VrvtipD1XV2CH7aoUg> .
@prefix sub: <https://w3id.org/np/RAOOEVYpKd9FYMm62BC4yxP1jU6VrvtipD1XV2CH7aoUg/> .
@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-08-22T08:42:53.168Z"^^xsd:dateTime;
    dc:creator <https://orcid.org/0000-0000-0000-0000> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAy9rUVxR0WvhaVyNeolmjSMgKWsrLwhB77vg3gVno6qlbaigDM9mj0D6zVBeQnaE+Oqf3/VMmSx+uk9otDmxq0RMmhaV9f+9Mlg7a9CypdIYnFDK64M19AwBc2OjfH+JlavjI07b1VNFIiKa9V9GzrT1Xxw/TEFztO29HSq8fs/zquD5yeAxGPXr81NUxHMKenBruZaEzyIVV9ZiYflXtyX5i6QFuFPLzgqqMIhtsTnYJHWM7gq3NjO6lrF5g6hZyF1hXHhKKVO9MITja+ddAj1kybdWsNc7koyTeSd8V1eWgi/dNYqsQzdTSEj0px/UJihNeyTvdtIq7tzrYrWRB5QIDAQAB";
    npx:hasSignature "DSWF8/G1DFSpup0XB9aFpIk0+wscKVLxfBcxkdPAw4OG32tHqPG10PdKU/urVbJ0tNG+NUB8C/DLs1W3B+mSlfWjxgXhy+H7MNYIKJYYwj8s1okrea3sxpa+xKsIjmqJjwGhiIUlcK4ecJXScRFeUu/SL+0cb6UHvUsJOoKHSabDUcFrOaaImqVtyj6vz4hHdweOIgJI5pRK+33eZ/vt+EAHwdN/1SqH3zGJyIExjc5LVUxdSaE8fwLAu99UXNwABKlOIGb+j9BYv4eBOZAwOe8Fxslekfvtx+x9rAL+XVlHUO8y3SBs5hEr4ztM74YpLe8eoxHqkIiRw9jrD0FXwg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}