Nanopublication

< Home

ID

https://w3id.org/np/RA97Sa-BB0RsJnEbtAvJBuKDueMfhclsqIu2PjWxlJNOg

Formats

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

Content

@prefix this: <https://w3id.org/np/RA97Sa-BB0RsJnEbtAvJBuKDueMfhclsqIu2PjWxlJNOg> .
@prefix sub: <https://w3id.org/np/RA97Sa-BB0RsJnEbtAvJBuKDueMfhclsqIu2PjWxlJNOg/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtFw63+44VVJb6RLY+agMVN56oaL7RMOe6eba78YX4kiUNUpA8ajeq5VRX5rScsAOCNGzJgeEjHnNKBzYQBslnII5JyJdJtPQyWdYNH/BsKGxKs53dfrlS86x0z7BiQ6GanJG1hcb+n2j8tO4iezVcawSZATY/w0SxiJGmzKhWLf/nl9IFEVku2zvh0n4Cbr4KP+DpL61DxMevoliTCmGrKZAUlIr8w9T2OZGeH4Dqd075jDRJvVTF9j2WbLZGXcDYLZo0VRPYRXIgK6KZbJAKEhPM+1pZMWBHPdkyHa0lwumSNDe7sJyPYcu51BrCpD6Nsezm2dzhN1RIZ5qazR3gwIDAQAB";
    npx:hasSignature "OnTLdtoo+dqBjDwjVDAMoc8DYG1xYwmNAnNhSWWm9C3hvLkgChncBOJSNNNX1m19tNf2LnSdWUFBU/jh7MPD09xmV5WVbZzgHQkJA2OJEUL+Py74QsEfBj1rjd1C++30MdFoBT5KWIoaBoSQ6hpSSpe1J6iTJSPojG9RoSs7Qez48bMOewFHL0GFCvdxjLvZ1/2UUXE9tdjMIWeeNIAs/Wb+Hzl6UCSzlrK31nT2FLT1AxafBHE5gfuXw+VOjlVFB9BvVMHeeMw7aHD2lUFnF0a5/Yv9uZWSykSfrVQbeatuvpkHy5R0nDhN1jiqaBWPYMLxjFQp4mh8THaPKq7N0w==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}