@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix ns1: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { 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 ; npx:wasCreatedAt ; rdfs:label "Comment on: RAZHJmoLra"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; 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 . }