Nanopublication

< Home

ID

https://w3id.org/np/RA7zeamjsHTxhPOaEvCelOKxVRiZ7J8sEf2RrpldILimM

Formats

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

Content

@prefix this: <https://w3id.org/np/RA7zeamjsHTxhPOaEvCelOKxVRiZ7J8sEf2RrpldILimM> .
@prefix sub: <https://w3id.org/np/RA7zeamjsHTxhPOaEvCelOKxVRiZ7J8sEf2RrpldILimM/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv7MmdM3569M45rsv/WYzVQois9+ATVMFEHjHyTbckxKl5hMf5Stq4odkIXnzwXW4JLOX5CUv8eVEllAlKLcuemoioqAxswA986RjE4dM5AAIt19FNIAqGHvpwHQSykn+EfNffUgkvli+qYCGwScobGm66p3/VUZsJk/7DwLO6AZ8sdtIOPxs5seawPuH6qPuHV0w52+3S6215KLaLEtnr5YyAc1Yfg5Y+mKHVShw81WregJtwhEkv9onbZIgIyOn+W1l9r3Jt9LKNJxg3ak/cNipQ0Lczm0pFZZL/dQzhKyJVQHpi10gCyLXADMX9yIeFHBGcPs95Uydm642vaVT9wIDAQAB";
    npx:hasSignature "En4uEgbUAWHGLJ+fb5YqzRYDOAdbkIdHER2D/Md6T8NxgnFPdLp6l7e/GgyIClXQt5Ilisd7LLaAlaVgYf+i2EUY0Gyqf1k4mL/rb9E3BhzRDy98ZiQYXrGIZ6f0boGalH5Asf1+DSML2+DZq9i6QiahscrhTwiaWO1AcEYNqShkUU4Lco8LMEEJhHlViiCsEf6eezxKzSn2VlWYX2t9qJnswYPHDQ1ZQOLHN/Ck4eWNk4yx6QHZXI616WORU+mn6+MBJNj4m4s5Krclx6cg8VFYzmyL8Q1TJX9CAZr49YWDvS0T0gA6LKMxFUVAoJANe+IQY1mFc5/469pPzFtSjQ==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}