https://w3id.org/np/RAsJaV5jjVJVse2KgcggGB0u6pQMb3fJVxMMRt_6QxO-0
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RAsJaV5jjVJVse2KgcggGB0u6pQMb3fJVxMMRt_6QxO-0> .
@prefix sub: <https://w3id.org/np/RAsJaV5jjVJVse2KgcggGB0u6pQMb3fJVxMMRt_6QxO-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:created "2026-03-05T13:24:19.818Z"^^xsd:dateTime;
dc:creator <https://orcid.org/0000-0000-0000-0000> .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArU/ZxLal568r+SXfN4jiR49wfjyjwIseFoUcmN6OT84Mvqm+iQIIbYPZSQzHoDHFf95m6VtZ1l+jXspwodvaU5GRZGP8ZI5IHYCxIhNoF9x2cWxASGT1uk50OazJm+q+GUhcb8LCXaJonrn94bPRoK2jkRaUpN2+fEywvAtuJ60CPjNxZw2LZw2v0VY/kEPWzrp6PTh/SFmxjMq8csX5vl+bvCynY+Y5pwUocfRb/x58AX5j+gYNOSgUENXmOFioRptr7gEc2XtKdwb3HGiwGhIRDZ5+NPuAv6FaEJxeu5+86tR0QiuE9IqUkFTDwCzI4+5d6D/kV/kR7yX+5MRLJwIDAQAB";
npx:hasSignature "UsZ/aK9zT+mYL9e/5O1zihO3uxPbE0CFWXQ+PNbfLxIpXzefct3Q7sX7cTdXHsoqyQjgjAqHZYsivjn2RNb1/juQfDsqdPTWZprumx/8eAEmQF1l219/5+EaU6Pquj0ZCEUhuwlV4DHakemvKbhftHZSCq4D6WGdS/aOqTpLGYUcd5JxgYoXsWt8O7+JcYzwhxKDMpHfOtP/JZtXhTdkG0H4MEhFQokSgckQxGBfK4pkYg8FzJp/Q22plSqoVsZyNfqYpjYIQ8MOB2gUYzCo/e+7mJu/OWXOWfyfus0K/1sZPOdQ5iQOSxxnAufNiYQezTR0jlgLen2DNoDurpwr6Q==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}