Nanopublication

< Home

ID

http://purl.org/np/RAZ1UV-4vrY26l1jN9eO9TN5Fd-Hqu1hB7rDxIt-vnARk

Formats

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

Content

@prefix this: <http://purl.org/np/RAZ1UV-4vrY26l1jN9eO9TN5Fd-Hqu1hB7rDxIt-vnARk> .
@prefix sub: <http://purl.org/np/RAZ1UV-4vrY26l1jN9eO9TN5Fd-Hqu1hB7rDxIt-vnARk#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubInfo .
}

sub:assertion {
  sub:keyDeclaration npx:declaredBy <https://orcid.org/0000-0000-0000-0000>;
    npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdScxs7fkXyx/kbJaCidMMRjkeK+0bZ6Jx1toC+Hw1pc8p+6nbA4p6bwGQ9pxqCmHtTlsoaWUd/h+J6UqwBTZ4jsUoHafbaa1gTyrbkU+voBsMGMvWg5dEbyMxg2UVXAkRtROQ9Mrd3EpTfueqq36E7iADT34LlJVAIghTB96HEQIDAQAB" .
  
  <https://orcid.org/0000-0000-0000-0000> foaf:name "Test" .
}

sub:provenance {
  sub:assertion prov:generatedAtTime "2026-03-18T13:16:58.838459"^^xsd:dateTime;
    prov:wasAttributedTo <https://orcid.org/0000-0000-0000-0000> .
}

sub:pubInfo {
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCdScxs7fkXyx/kbJaCidMMRjkeK+0bZ6Jx1toC+Hw1pc8p+6nbA4p6bwGQ9pxqCmHtTlsoaWUd/h+J6UqwBTZ4jsUoHafbaa1gTyrbkU+voBsMGMvWg5dEbyMxg2UVXAkRtROQ9Mrd3EpTfueqq36E7iADT34LlJVAIghTB96HEQIDAQAB";
    npx:hasSignature "PBn2dqnlPrfQTeK7wiM4grAjOZn+uefbSczvQcHiMuB2i2BpkzmifRDndjXVLMGB70ELRcmImn7/8MqdbUG1AyfU/Cwh5hngjKVUsf4LTq2rUQd9WIVBWBwiHULsUVgu3RxPWLWHIX8D9qRRwmaW2OFnXMQrhlVSR1RMcfTTsuk=";
    npx:hasSignatureTarget this: .
  
  this: npx:introduces sub:keyDeclaration;
    prov:generatedAtTime "2026-03-18T13:16:58.838459"^^xsd:dateTime;
    prov:wasAttributedTo <https://orcid.org/0000-0000-0000-0000> .
}