@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix nsug: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix gen: . @prefix dct: . @prefix rdf: . @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:Statement, nsug:Feature, nsug:Nanosuggestion; rdf:value "This is an example nanosuggestion, published to illustrate the \"Reporting a nanosuggestion\" template and to bootstrap the type-specific triple store. Its content is illustrative only: it suggests that the list of nanosuggestions on a space page could offer a filter for open, in-progress and closed entries."; rdfs:label "Example: let nanosuggestions be filtered by status"; schema:actionStatus schema:PotentialActionStatus; 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-26T14:03:01Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:hasNanopubType npx:ExampleNanopub; npx:introduces sub:suggestion; npx:supersedes ; rdfs:label "Example: let nanosuggestions be filtered by status"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "fOuGh407hbonnR5oWldAPti5AhrA7Funrf6HkgSzn/6mZiOpQMILBTGEOm0qIcfvJhcnQrtADLQiw2qi9CXtQfFLY80vAFGXupcMvbXYIYx/U5Tb46bKo1AlRZfuFB4OFXXpgymFMzszg20ttYeV3sS/2sjl6zGRYCSf+48slEc="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }