Nanopublication

< Home

ID

https://w3id.org/np/RASTsfLI1HltdEBG6B74-n_db8P5P9v7e31ns6JXz3e0g

Formats

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

Content

@prefix this: <https://w3id.org/np/RASTsfLI1HltdEBG6B74-n_db8P5P9v7e31ns6JXz3e0g> .
@prefix sub: <https://w3id.org/np/RASTsfLI1HltdEBG6B74-n_db8P5P9v7e31ns6JXz3e0g/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuybcAuhYxRmI0ZZ4P14IJsqn3nS2h/7R9keDDgg6mbMKXxzRmsqsfD9YZFwWeY1L8DJ+VXldR4QwSmaMGFIf7SE/gsL/ENfPTmXzJpurawchVPJSBeouvf7wJDQiUV8gtTu1krXu3tfGfwdJ3ny46HGA5irj0QnBG47gt6UilgWItm7iIOz8+V4C0rsv9UH2LvLLlHs6KnnFy7cQwfABdRl957CoEeHWs/zvdg+YD7b7Q73CZjdKQNQE/ns/rFw1fPp3Ft2FquKUOswiCq4z53asipdEEbSEIh8gA6BCgn5LKv/vkfJEzrFU8jBOxDTTZBan3Lep6/ia2PLBvKjVXQIDAQAB";
    npx:hasSignature "fkKutCs090ma4x7APyTIIc81TsO3qcwiWqjpBMBlFzRavFoegVOsS1WTzYRFRA52Gi5ITxVLoFIQDmECh4pUzaTKG0qV8vzUKa7+qy70evRP/PuLEFPIwQ5PVew8kk/Znr0n4QJzaN0s+xiPuih+HEsSpuRV1cmnU1SYRw9B4ewYHjanOrLsq5hmplDpjxS4UJk+9mzRy5yf6hkWBbC0xaxQQVUGsXwhEKUS5r7eB/X9HaXgJiewFOY4b38o9EWXbv1HUrkX1tfnFyawJPb/2afDlx8af6INgh5WkBllMUThyD3gI67ckoHiLrwqlT2zpecswLhs7w/+lW4K51euGA==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}