@prefix this: . @prefix sub: . @prefix gen: . @prefix np: . @prefix dct: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:askAction a gen:ViewResultAction; rdfs:label "❓ ask a question..."; gen:hasActionFillQuery ; gen:hasActionFillQueryMapping "questionText:questionText evidence:!evidence"; gen:hasActionFillQueryTargetField "resource"; gen:hasActionTemplate ; gen:hasActionTemplateTargetField "target"; gen:isVisibleTo gen:EveryoneRole . sub:qa-fill-demo-view a gen:ResourceView, gen:TabularView; dct:isVersionOf sub:qa-fill-demo-view-kind; dct:title "💬 Q&A (fill-query demo)"; rdfs:label "Questions and answers view with a fill query (issue #690 demo)"; gen:appliesToInstancesOf gen:Space; gen:hasPageSize "10"; gen:hasStructuralPosition "4.3.qaFillDemo"; gen:hasViewAction sub:askAction, sub:replyAction; gen:hasViewQuery ; gen:hasViewQueryTargetField "resource" . sub:replyAction a gen:ViewEntryAction; rdfs:label "💬 reply..."; gen:hasActionTemplate ; gen:hasActionTemplateQueryMapping "reply_target:target"; gen:isVisibleTo gen:EveryoneRole . } 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-08T06:51:02.000Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:embeds sub:qa-fill-demo-view; npx:introduces sub:qa-fill-demo-view-kind; rdfs:label "Questions and answers view with a fill query (issue #690 demo)"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB"; npx:hasSignature "mUG7HK97B9GM9mJZKiV9wKAZ1EjFIRYlhEJGc0Z+IXmkQaCw/BlApsBw/MbbIvulUr7LXh3gACcDAXi5RuLVc0dgxvMoDNjc4LxKwuQ2p9f8g63jsRV90Nil4s7hUub0w8zkTiw13rm07uDporWPnSYmQ6ohkKbKSSSg/mBqRkw="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }