@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 { rdfs:label rdfs:label "has the text" . rdfs:seeAlso rdfs:label "has the link / further info at" . schema:about rdfs:label "is about" . sub:assertion a nt:AssertionTemplate; rdfs:label "Publish a plain-text message for this Space"; nt:hasNanopubLabelPattern "${message}"; nt:hasStatement sub:st1, sub:st2, sub:st3; nt:hasTag "Spaces" . sub:link a nt:ExternalUriPlaceholder; rdfs:label "link your message is about or with additional info" . sub:message a nt:LongLiteralPlaceholder; rdfs:label "your plain-text message" . sub:space a nt:ExternalUriPlaceholder, nt:GuidedChoicePlaceholder; rdfs:label "choose the Space"; nt:possibleValuesFromApi "https://w3id.org/np/l/nanopub-query-1.1/api/RAyMrQ89RECTi9gZK5q7gjL1wKTiP8StkLy0NIkkCiyew/find-things?type=https://w3id.org/kpxl/gen/terms/Space" . sub:st1 rdf:object sub:message; rdf:predicate rdfs:label; rdf:subject nt:ASSERTION . sub:st2 a nt:OptionalStatement, nt:RepeatableStatement; rdf:object sub:link; rdf:predicate rdfs:seeAlso; rdf:subject nt:ASSERTION . sub:st3 rdf:object sub:space; rdf:predicate schema:about; rdf:subject nt:ASSERTION . } 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:supersedes ; rdfs:label "Publish a plain-text message for this Space"; 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: space."; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "KKE+ik1lP0+39Z0hlV67SUoA3S1nvS1RKuvfLy3kVMF5vLf90Dk8GxTPiSUu1LZja0CGTwu33AGmyrJCDPeB72LBoXihF3oDq/bRkRhJJcHvKNEQfrwGQXTHBfHfqoBpvFS72NZBD3Fz8M3VoYtVAKX9PRTDciEGWZcLJrtEw5s="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }