Nanopublication

< Home

ID

https://w3id.org/np/RAENGrTEWLoA6z2_GSz3uVSDxLgVz_IMSdTM2Vo3z4JNw

Formats

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

Content

@prefix this: <https://w3id.org/np/RAENGrTEWLoA6z2_GSz3uVSDxLgVz_IMSdTM2Vo3z4JNw> .
@prefix sub: <https://w3id.org/np/RAENGrTEWLoA6z2_GSz3uVSDxLgVz_IMSdTM2Vo3z4JNw/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+kXTs02KfQ9sbCfRJbN4sE2UoxpH632xcIAARzZ5SJx1wd20hlORy/+s/GGJgyZZg/7WeAD9LLUj7VMxOmCR4zB3iI7AZ9CE0Q1BRLnDVU3VsbOxrgNTkAYig4pvjw5fz2CJJfTdG03LZAoYzgvOp8TGYBuvrqnwabKgwSS3x3WNPS9eWYeBO7Q9MlVK/qYuo7D2r2WlW1XauwySNwPd5QXYGwhyeE7beglaK7mm+8H/diflDXfssrEFiYf5qAq+3fwaOTBlnhECbxCHFb/uxEpJsbyCxI9Ab6E+V3vxs7IjSfnApo9q4ezqwcDIvE56zuLcz4stPHYRQLrT8dteFQIDAQAB";
    npx:hasSignature "QCuRkqTI5KUXzdALZrhKPfLhznrmxmZ7hLQGo4nac337bpTJE4gpRENTVG8qdySPREK3ZwUrOY+fUKjHcDi9IYd90nffhYwhAFhGnMRH7PF27uF8rtROJi80ZRGANw/NdkCeVxcJCGeqJkOq1bvvdguRUTYscHVEl65hwd/+rsqmzJaBAdWbRwLpedfsw6zCuL2vVJZ3IeBv5coon6GXVTJDcbyJbDiFThWjO3i88PzBI1zSuOmmGhK+W1hficQHRL9k65vBDDlaHwE5xq3D5KsOCHuaUbMle2fQtD4y0h/pj8kqZuZF+TP4KBdoPnvhyxaZV8rUpAdQpyM4HLtUHg==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}