@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix nt: . @prefix xsd: . @prefix skos: . @prefix orcid: . @prefix rdfs: . @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 { rdf:type rdfs:label "is a" . rdfs:comment rdfs:label "has the comment" . schema:ActiveActionStatus rdfs:label "in progress" . schema:CompletedActionStatus rdfs:label "done" . schema:FailedActionStatus rdfs:label "rejected" . schema:PotentialActionStatus rdfs:label "open" . schema:Statement rdfs:label "statement" . schema:actionStatus rdfs:label "has the status" . rdfs:label "nanosuggestion" . sub:comment a nt:LongLiteralPlaceholder; rdfs:label "reason for the status change (optional)" . sub:st01 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:suggestion . sub:st02 rdf:object schema:Statement; rdf:predicate rdf:type; rdf:subject sub:suggestion . sub:st03 rdf:object sub:status; rdf:predicate schema:actionStatus; rdf:subject sub:suggestion . sub:st04 a nt:OptionalStatement; rdf:object sub:comment; rdf:predicate rdfs:comment; rdf:subject sub:suggestion . sub:status a nt:RestrictedChoicePlaceholder; rdfs:label "new status"; nt:possibleValue schema:ActiveActionStatus, schema:CompletedActionStatus, schema:FailedActionStatus, schema:PotentialActionStatus . sub:suggestion a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder; rdfs:label "the nanosuggestion"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/np/RA5BAdUvlxLWMWFQN3UVKoIQEB_MYTiAoLH1klXJ7z-XI/Nanosuggestion" . sub:template a nt:AssertionTemplate; dct:description "Set the status of an existing nanosuggestion, for example to close it. The status counts for a space if it was published by a member of that space, so the same nanosuggestion can be closed from the point of view of one space and remain open from the point of view of another."; dct:isVersionOf ; rdfs:label "Setting the status of a nanosuggestion"; gen:governedBy ; nt:hasNanopubLabelPattern "Nanosuggestion ${suggestion} set to ${status}"; nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04; nt:hasTag "Nanosuggestions" . } 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 "Setting the status of a nanosuggestion"; 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: suggestion."; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "FNMr2R6vTq+QTpsRlgPiI4qUluHhtd5tLpf9SrfBUxGXiRbHeEk53tfBGWy+NavlNkPDc0o/1TrT37JA0lRnT7qx3cjrTjWM4Qv50B1zhtMDXsPZTHL/GeXsVi8sJoLQguTqHTArKcvmkJgaTIAGcgTjiREmPEGcKprBThr6BcQ="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }