@prefix this: . @prefix sub: . @prefix schema: . @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 { schema:about , ; rdfs:comment "A common way of requesting information and responding to such requests."; rdfs:label "Asking and answering questions"; rdfs:subClassOf gen:UseCase; gen:isUseCaseFor . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0001-9488-1870 . } sub:pubinfo { nt:hasLabelFromApi "question - linguistic expression used to make a request for information, or the request made using such an expression" . nt:hasLabelFromApi "reply - response to a question" . orcid:0000-0001-9488-1870 foaf:name "Daniel Mietchen" . this: dct:created "2026-08-12T14:50:05.353Z"^^xsd:dateTime; dct:creator orcid:0000-0001-9488-1870; dct:license ; npx:hasNanopubType gen:UseCase; npx:introduces ; npx:wasCreatedAt ; rdfs:label "Use case: Asking and answering questions"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCW+VopfbAsAusLtasUe5QnVQL4ovdEXZRd7/44ZfSOuSYBr9BOFBxBoxBpfdCij85m1UHz3Dvb9YLSfx8oSyhdGhBFO4m6zimJ1hpnHQe5jA1cvF6PRYznWgQAhwC4RaYhZJ4MkzVMxXmWTI+8hYRn4oC2+qsg7DJjiS+cttD3tQIDAQAB"; npx:hasSignature "iYv+VPZX28fadtdzUr7cK/0MU8E0LiTAxGZw0VH4vpsudjc28CLVavwY/DTGxgUOITHiXxGruh6T7AwuKcN0G0hBrhnvMeByenIEebGlgXUkRrTHxBWYHE9qjj8Nr9h2ZvA6IzZBCMaZGf53HNkyom0Cojg2e1tCUfBXM1FOmu8="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0001-9488-1870 . nt:hasLabelFromApi "Nanopublications" . }