https://w3id.org/np/RA27AfR9E7FFzRLKvkCqfmPqTLh1_KnzyNs43rxpuNftc
.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt
@prefix this: <https://w3id.org/np/RA27AfR9E7FFzRLKvkCqfmPqTLh1_KnzyNs43rxpuNftc> .
@prefix sub: <https://w3id.org/np/RA27AfR9E7FFzRLKvkCqfmPqTLh1_KnzyNs43rxpuNftc/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAw/L9hvkjdOzS1cFCuSm78e1evZHDQSVcMXxDrPsB7bV+PMnH7DesJqAkq7dCXYLWWkzsJVWyRBj3LQ4KAJWXdVojASxpcmUe3E7qd+pXAUkcRgbkQWnDmch+FfU2CkAhd0qNR0zgWtrAuKhupou5g/X9sjLw7aeWtVX88bD11uF8WIJYAiG0xY9yxb3YPxXgPHvzyTTHn1igYRj4oQL8vZJiiZriPwW+0n6ImLHz1g60t/RdxQGphC7vbgIsYF4UBRZII1dsXi37Y1DEZ9lsHRmLo3kwZPcX1T6YofO8KKzy2I9PRiRRo2E/c8WxBcefqo+Kh4GHmGeN7glU9WQKlwIDAQAB";
npx:hasSignature "Ji2WubtQuVBXVJQL7WbItD4Ss/nfDvx1oCr4fqO0oxRT9VDof15ykc7QEx4unTJ+ZtVnHsQx/Tb/Ipe/Re4GoT7h7S4e5ZE6EkEqxgazTYdbsHNn5NDtz+b5ymEfR37afA0gr878ssXCiVfHyHuR76/DH4rJFguEby1fE8qoZwhXxxcvbQJYCXq9L3r94A4AobgPNhwiaBTjaLO4eY1HkazxVPMQ6gqZiphlBsTaJzBXKRT21e/+EWSXFi2xHBR0BAdHG7nIm4lzSzyTHdEjmxGCG7ug6wX15EO0Ef9WVIDl4iqZ1ignNm+azX2oEWDpMHIqi43f6vpXvaqELVQRYw==";
npx:hasSignatureTarget this:;
npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}