@prefix this: . @prefix sub: . @prefix schema: . @prefix gen: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:item a gen:AgendaItem; dct:description "Example agenda item used to bootstrap the gen:AgendaItem type."; dct:isPartOf ; schema:about ; rdfs:label "Example: Discuss Q3 roadmap" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: a npx:ExampleNanopub; dct:created "2026-05-20T10:11:51Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:item; rdfs:label "Example: Discuss Q3 roadmap"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "eBVRg+Xg4GmHsdrYF5Fe76jqmRBPh0DVa7zZK7bAyDB7G2tvmOGS6RKGhT7aUVEUinfD5qKTOXjQ5PsIABFCoXUK1NOZO9ebDk8mFgwZMEP4ljxr59q6QmyBoEowWGYwhJ+OVUwDFpBK0m3E8TYQk8Cx0zRjweRlAF6G+1c8jtQ="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }