Nanopublication

< Home

ID

https://w3id.org/np/RAZcIllYij_g8SOz7gv6JEn3z2idZWRqIprkSc288mS-0

Formats

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

Content

@prefix this: <https://w3id.org/np/RAZcIllYij_g8SOz7gv6JEn3z2idZWRqIprkSc288mS-0> .
@prefix sub: <https://w3id.org/np/RAZcIllYij_g8SOz7gv6JEn3z2idZWRqIprkSc288mS-0/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA3+el3JmUh5TLUpdVlxZLjf5XqQhrq27RxzEMQ23DPN7Z6RFA3JtAblLILmw1nnBzuCHn/YVQbAEk0LPxGJhCpLgocVsHx7xGEqCj/DU4tj9dJiVHqHgJbF2/QilC1zYJVoBfHb9yik9LDxF4FxiNBpVdIWTZs+uPMzdXeuxCxEk4Z04W5A3RSyannu0Tv2zv4gaxS8ZtIQ0VwKBoZe49u0em8sX3b3+DYO7qOv2tgx0xgXBvRsfxRPPB99bFTqNTIvUN2ilZMEYn1nbFjMTuK6ULSEd7oGVTntOU04PzsvHoA/FUfjRByaXbi41C+PCGbuRhG9HfshD8gKGcQQZh5QIDAQAB";
    npx:hasSignature "xGc0lKmJ3lj2kYLy7cl0Hj8O/6+KGNe3cIvzXBpPJf7326dqDFjl7WAuHFCIf6Gw5WL5T+3JUQ7Iuu4n1xYYfjjjtDBSMY2I+3gfV9yQvQe2qDeFeIt0AAqiMr9K2bnwn2VcerJcEgL+Hk7+0GEkKvwLgwU1UrP8CFNBkeMknBXD9LagNugxKpYKOL4F4FYQ/MmqsDuyVv4knmpeeA8TJXFnnuDIDzdGKOhuok9mhrnCnZKWISBhpIaE3S77pcJTdeV37VRapu+VieiN2W1bmEu+tGvVxOYmeowZdjq7AZnlYWaCSCe/KzMoiPP6/OUDPygOf9kH5QPQVNHcLPjOIQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}