@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 { schema:agent rdfs:label "is assigned to" . rdf:type rdfs:label "is a" . rdfs:comment rdfs:label "has the comment" . nsug:Nanosuggestion rdfs:label "nanosuggestion" . sub:assignee a nt:AgentPlaceholder; rdfs:label "person the nanosuggestion is assigned to" . sub:comment a nt:LongLiteralPlaceholder; rdfs:label "comment on the assignment (optional)" . sub:st01 rdf:object nsug:Nanosuggestion; rdf:predicate rdf:type; rdf:subject sub:suggestion . sub:st02 a nt:RepeatableStatement; rdf:object sub:assignee; rdf:predicate schema:agent; rdf:subject sub:suggestion . sub:st03 a nt:OptionalStatement; rdf:object sub:comment; rdf:predicate rdfs:comment; rdf:subject sub:suggestion . sub:suggestion a 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/RAxpyWv4l3FTD5Gq-qDkN_j-UrMVgrXlzjGth-4lGuz1o/Nanosuggestion" . sub:template a nt:AssertionTemplate; dct:description "Assign an existing nanosuggestion to one or more people, meaning that they are expected to take it on. The assignment counts for a space if it was published by a member of that space, so the same nanosuggestion can have different assignees in different spaces."; dct:isVersionOf sub:templateKind; rdfs:label "Assigning a nanosuggestion"; gen:governedBy ; nt:hasNanopubLabelPattern "Nanosuggestion ${suggestion} assigned to ${assignee}"; nt:hasStatement sub:st01, sub:st02, sub:st03; 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-08-26T11:55:48Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:template; npx:introduces sub:templateKind; rdfs:label "Assigning a nanosuggestion"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "K0YcQ7f+6lXJ4OHe6Fl4snDxDz/2sNL02Y/8aj6NCUglXwfUvWiO+dqKTj7Djznq47R+0rJ7J9fIZifm0aDfkIhbdWMGHli9O9+WuDiXWQ+JIbnNgR0R1Ex4hlzhYFpKHNy3xwhgUg8TaakkLzkiu8cbEyMdUpLUwtXYuuB0O6g="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }