@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix nt: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @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 { rdf:type rdfs:label "is an" . schema:VoteAction rdfs:label "up-vote" . schema:agent rdfs:label "is given by" . schema:object rdfs:label "supports" . sub:idea a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder; rdfs:label "the idea or feedback you want to up-vote"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://schema.org/Review", "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/np/RA7b4hUMrroGWIlG_JJm9XV_XJlHGqRiTFP0amY0BcOd8/Idea" . sub:st01 rdf:object schema:VoteAction; rdf:predicate rdf:type; rdf:subject sub:vote . sub:st02 rdf:object nt:CREATOR; rdf:predicate schema:agent; rdf:subject sub:vote . sub:st03 rdf:object sub:idea; rdf:predicate schema:object; rdf:subject sub:vote . sub:template a nt:AssertionTemplate; dct:description "Support an idea that somebody suggested, or feedback that somebody gave to organizers, for a space or maintained resource. The up-vote is a schema:VoteAction by you (the creator of this nanopublication) whose object is the idea or feedback. Each person counts once per item, however many up-votes they publish; to take an up-vote back, retract this nanopublication."; rdfs:label "Up-voting an idea or feedback"; nt:hasNanopubLabelPattern "Up-vote: ${idea}"; nt:hasStatement sub:st01, sub:st02, sub:st03; nt:hasTag "Feedback", "Ideas"; nt:hasTargetNanopubType schema:VoteAction . sub:vote a nt:IntroducedResource, nt:LocalResource; rdfs:label "This up-vote" . } 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-09-24T09:38:44+00:00"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:template; npx:supersedes ; rdfs:label "Up-voting an idea or feedback"; skos:changeNote "Guided choices that must refer to existing resources are now also external URI placeholders, so Nanodash no longer offers to mint a typed plain name locally for them: idea."; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "m30V6NdSADm27aBE6ZM2g4tSDj9OaEQO346zbfLxC/eNwUs6iWhikxXcvbjKWv03UXHdeh7fyfBHFYMQZvpBarTHwm03yH3xyDzhhhp5A0sFdJfUdSGlo8VoIfSeuaU2LGzCG97fYw9gJrnhAokypkz5ueggiCdluc7ukaE2D+w="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }