Nanopublication

< Home

ID

https://w3id.org/np/RAPI0dhgskCJIhNXER0g1_7Annaj_DIGE1HbnU20sz8Rc

Formats

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

Content

@prefix this: <https://w3id.org/np/RAPI0dhgskCJIhNXER0g1_7Annaj_DIGE1HbnU20sz8Rc> .
@prefix sub: <https://w3id.org/np/RAPI0dhgskCJIhNXER0g1_7Annaj_DIGE1HbnU20sz8Rc/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix ns1: <http://purl.org/np/> .
@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 {
  <https://w3id.org/np/RAZHJmoLraSc7aDip-wMlArYrUWivp5XWHtppVyHYhTgM> rdfs:comment """We have the nanopub tutorial page: https://nanopub.net/docs/tutorials/

And this gentle intro: https://saranjeetkaur.github.io/nanopub_101/#/title-slide also expressed as fair training material: https://w3id.org/np/RAz25iqVXH4PWBENKSqdUBAif3oDVgUa2-GVU30HD1lLE - and probably other resources.""" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0003-2408-7588 .
}

sub:pubinfo {
  orcid:0000-0003-2408-7588 foaf:name "Christian Meesters" .
  
  this: dct:created "2026-05-16T07:39:34.689Z"^^xsd:dateTime;
    dct:creator orcid:0000-0003-2408-7588;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Comment on: RAZHJmoLra";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate ns1:RA3gQDMnYbKCTiQeiUYJYBaH6HUhz8f3HIg71itlsZDgA .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC+DVJTSCzdJUJMzlwRfb2Qm2NZpuZ932RpVliWxMAhmZ6ZkeeibmJlW/Z0q51YkFArJIWbJ0f7rLQWM5epuZV4I5cjMqepOWGey6LrPolMs8lI9dJf9zW9lJsneV+py3U8WsrB6mg//pkEeXnVDd+WscADyXJ5EeLwoZjCkPn8/QIDAQAB";
    npx:hasSignature "KkeTYZZ2noSup913+AaLqw6UiO5q/wMG2jn7MQYCVrLIOkfvTbVisbK+PMIK9I2zcV0NjTWlAj0Eg5WemKmp+EF+hLWL1K0F5xHFsqZ8n8++UcOz/NLY0hoWdTm61iOAL+3G4PxWxa1uK6Fw4a7RQ4haLwdCwoMvyeuKQF7scNo=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0003-2408-7588 .
}