Nanopublication

< Home

ID

https://w3id.org/np/RA0CFj_u5t_JILdmdSn1Uq5wbasOeXBFDZPh2WJ43qyoQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RA0CFj_u5t_JILdmdSn1Uq5wbasOeXBFDZPh2WJ43qyoQ> .
@prefix sub: <https://w3id.org/np/RA0CFj_u5t_JILdmdSn1Uq5wbasOeXBFDZPh2WJ43qyoQ/> .
@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 "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnFdRSsEsT85HXJu5o2dezVqQQl8mgR6A9tjHjyOdvlYfVWOcqhWsKH1Kaic3TBaemcC9pvDcZzS0YvOeah4vIBpscXjhLLvbjBgBxMjjXSHJDPO6zo6zw4I0lTSqvl7wxGoAXqr2ko/ogfQndoU6JX1T7nieGRbjg9rF9XV5rHQm4oWVfFpeZMrVBF6qlNMBY4h26roFNrTcw4v5vM8p5kvbgZvVVMcmOf5aVo8kwEjX1JmT4itEYeMEVLGUDC1iU1hywKc+THvWltGC+CDjJmKY+sFs84F0WnF2vV/ChvRamd5Zec/AAneGk13kZK83XFFNS/BQ/kaJaucXZBVUdQIDAQAB";
    npx:hasSignature "LGfu52M+K7R0CFoRLM2d58vU9a5S0PMY4bRv+XRP8+TJx8wjsHGTFCh/bO9n3xCRqXpcMDJ4uO2r0MkfEQfN6q50Hjox514svthVIiX/F2gPL3nIBUvltZSRd+ud4DzrcpUxoHKIxSTF8kD4ieq4dCFLacMWzy6TqPmBHbhYqhlSur5AoE5pczij2VUFqhOurPCIu3QQsX4P6ojJnhd2ARdifjg3l7b0hF3T23nSuFKrtV5gFcUGZFkjyT0Nadbus01O4CYOToOqH2AKaLlY1Fp7HhIlscVh+JZgNlq2hfwKYKA/SftqBHf3R3PZZuR/Uhjun9DQbZ/DfXGCr/vU/Q==";
    npx:hasSignatureTarget this:;
    npx:signedBy <https://orcid.org/0000-0000-0000-0000> .
}