@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix npx: . @prefix xsd: . @prefix orcid: . @prefix rdfs: . @prefix fip: . @prefix prov: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:PICO a fip:Available-FAIR-Supporting-Resource, fip:FAIR-Enabling-Resource, fip:FAIR-Specification, fip:Semantic-model; ; rdfs:comment """The PICO acronym has come to stand for: P – Patient, problem, or population I – Intervention C – Comparison, control, or comparator O – Outcome(s) The PICO framework is used to develop literature search strategies, for instance in systematic reviews. However, it was originally developed to frame and answer a clinical or health care related question. It is also argued that PICO can be used universally for every scientific endeavour in any discipline with all study designs."""; rdfs:label "PICO Research Question Template"; rdfs:seeAlso ; fip:has-description-source . } sub:provenance { sub:assertion dct:creator orcid:0000-0002-1784-2920 . } sub:pubinfo { this: dct:created "2025-09-21T08:41:02Z"^^xsd:dateTime; dct:creator ; dct:license ; npx:introduces sub:PICO; prov:wasDerivedFrom . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCoKFb7LKlXyBB7BUvjFF9bDJNk0WxH3Xerr4H3v/VCiRVshEDl3BZVekbMMmdRe+TOPyc8AOLd9IAL2VfVVD/T0rmCHk7Pw7DQjI96mwyeXhE7f4g0WG5UT5Pxxm0Rzy7IrYnEaaVDs7dkZUt952M6qWlHfTwCQDcXJhZfLiXoMwIDAQAB"; npx:hasSignature "GLyljgx5Ot8ZeQcocGHTig9iVADR3tWxT/xI3jIB+eKJvNi2hDYWJh6ClaU+xqHo2chs6192srQjFXdx7eKrQUPoxvFQSXJPJ5gmiT//oNAM0VwBiADQgchqY/NJksoQGr/lZlmBQCJPFgxTuJQGtg8honb/6fcKDpQNAbn+Jrs="; npx:hasSignatureTarget this: . }