@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix nsug: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix gen: . @prefix dct: . @prefix npx: . @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:suggestion a schema:Action, nsug:Feature, nsug:Nanosuggestion; dct:description "This is an example nanosuggestion. It exists to illustrate the \"Reporting a nanosuggestion\" template and to bootstrap the type-specific triple store for nanosuggestions, and is marked as an example so that it is excluded from real listings. Its content is illustrative only: it suggests that the list of nanosuggestions shown on a space page could offer a filter for open, in-progress and closed entries."; schema:actionStatus schema:PotentialActionStatus; rdfs:label "Example: let nanosuggestions be filtered by status on a space page"; rdfs:seeAlso ; gen:isRelevantFor . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2026-08-26T11:59:19Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:hasNanopubType npx:ExampleNanopub, nsug:Nanosuggestion; npx:introduces sub:suggestion; rdfs:label "Example: let nanosuggestions be filtered by status on a space page"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "V2omvWb3RPTfzL3OGmQvINJAavyKsjMls1KGwDAFrEmluDuFKfPH6MBTCs730UPuBv8mLzxIGhII2EXbhS2cO2HSWa8eyO4v+ge8jV6U7XBkSKorBMrNardpMuAk7UsemHzG0xjBc8/rv4Pb/W2VtVemGtt1wCiU+x3HNqNpDx8="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }