@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { orcid:0000-0002-1501-1082 . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1501-1082 . } sub:pubinfo { orcid:0000-0002-1501-1082 foaf:name "Vincent Emonet" . this: dct:created "2025-06-02T14:10:27.266Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1501-1082; dct:license ; npx:wasCreatedAt ; rdfs:label "Participation in ESWC2025 nanopub tutorial"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCtZ2sVkSFgKojwQ3IOGhDkqrvu9gNevg0gC1ChHdOeyAvV/84Qy2BZFYueN8SwWrGs+PbOw13uSk0nJc6NWHTbOm3VIZrGpC+PwNe3xnyxuUtf/FNFXxvxO2vSn7GoEuOpaVkrBtvRx28QEP7e/DTZ0GPv564PXa8LcCfplhNVRQIDAQAB"; npx:hasSignature "T0Gpxldb+8prE7wiSpAQ9P0w1P2Dff7Bu0f1CeANoH3sbp9XL0IUv4p5nuah8VL2EPAHlPVtC+f6kKGDw1rhNEdWJxiTKjdexQxmicBY712Vm5kw2oE3tOFtJsgbTPGe6jgMSzmiD95uJ94ZvynsM3XW7t6YJZaOKBS8er2MVKs="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1501-1082 . }