@prefix this: . @prefix sub: . @prefix schema: . @prefix np: . @prefix nt: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix cito: . @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 { cito:citesAsEvidence rdfs:label "cites as evidence" . rdf:type rdfs:label "type" . rdf:value rdfs:label "value" . schema:Question rdfs:label "Question" . schema:Statement rdfs:label "Statement" . schema:about rdfs:label "is about" . sub:evidence a nt:ExternalUriPlaceholder; rdfs:label "URI of a resource cited as evidence or context" . sub:question a nt:IntroducedResource; rdfs:label "question" . sub:questionText a nt:LongLiteralPlaceholder; rdfs:label "question text" . sub:st1 rdf:object schema:Question; rdf:predicate rdf:type; rdf:subject sub:question . sub:st1b rdf:object schema:Statement; rdf:predicate rdf:type; rdf:subject sub:question . sub:st2 rdf:object sub:questionText; rdf:predicate rdf:value; rdf:subject sub:question . sub:st3 rdf:object sub:target; rdf:predicate schema:about; rdf:subject sub:question . sub:st4 a nt:OptionalStatement, nt:RepeatableStatement; rdf:object sub:evidence; rdf:predicate cito:citesAsEvidence; rdf:subject sub:question . sub:target a nt:ExternalUriPlaceholder; rdfs:label "URI of the resource this question is about" . sub:template a nt:AssertionTemplate; dct:description "A question about a specific resource (e.g. a space, a maintained resource, or any other entity): a schema:Question carrying its text in rdf:value and anchored to the resource it is about via schema:about. It is also typed as a schema:Statement, i.e. a discourse content node, so that it and the contributions replying to it live in the same discourse graph. It may cite evidence or context. Answers and other follow-ups are separate discourse contributions that target this question via as:inReplyTo."; dct:isVersionOf sub:templateKind; rdfs:label "Question about a resource"; gen:governedBy ; nt:hasStatement sub:st1, sub:st1b, sub:st2, sub:st3, sub:st4; nt:hasTag "Discourse" . } 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-14T14:22:34Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:template; npx:introduces sub:templateKind; rdfs:label "Question about a resource"; prov:wasDerivedFrom ; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "NKNiNYE9Mx49ciTR12jlJu59JfZJRrfP2pzYr4gvOHWUF2Oj3iRLG3AdIumLe+09J1EygK/CzcDzz7/628tvXvueZYk9y39OLwfu1tROzrsWhWzlc9apuhgKSNagmetPRqDf4iTLV2gB+ZecBOgUHYtg7GNYI1oGoJWOklibztE="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }