@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 { . "Templates" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . nt:hasLabelFromApi "Nanopublication Tutorial at ESWC 2025 - This is the space for the Nanopublication Tutorial at ESWC 2025." . this: dct:created "2025-09-15T13:22:29.711+02:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:hasNanopubType ; npx:wasCreatedAt ; rdfs:label "Nanopublication Tutorial at ESWC 2025 has pinned template: Template: Publishing a plain-text message related to ESWC 2025"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "NLd1dHRSj2S6y9lIwWV8XdXnyo8VuXPB+L1Yg+aZ5znIY60Z2VJDLlS7MFEEhTJP6JgeV43BpiYerrYA6WN7sr5wL4k40ce/N40J4b1z8IzHf8qhIyo7XWHMzleecuuO7tw2UWCeJTG7aqN9njv1hKi7hMOjeD2y2kzxL755MQg="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . nt:hasLabelFromApi "Template: Publishing a plain-text message related to ESWC 2025" . }