Nanopublication

< Home

ID

https://w3id.org/np/RAhwLL1AMToD8NYr_7zrXHhDjD2TNTnJpYZFkSa2dIVOM

Formats

.trig | .trig.txt | .jelly | .jelly.txt | .jsonld | .jsonld.txt | .nq | .nq.txt | .xml | .xml.txt

Content

@prefix this: <https://w3id.org/np/RAhwLL1AMToD8NYr_7zrXHhDjD2TNTnJpYZFkSa2dIVOM> .
@prefix sub: <https://w3id.org/np/RAhwLL1AMToD8NYr_7zrXHhDjD2TNTnJpYZFkSa2dIVOM/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix fip: <https://w3id.org/fair/fip/terms/> .
@prefix prov: <http://www.w3.org/ns/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;
    <http://schema.org/url> <https://w3id.org/np/RAfZfE1gbUtc35W7xT12XTO0ptZwycN2-jj7Jow6COAoQ>;
    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 <https://w3id.org/np/RAfZfE1gbUtc35W7xT12XTO0ptZwycN2-jj7Jow6COAoQ>;
    fip:has-description-source <https://en.wikipedia.org/wiki/PICO_process> .
}

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 <https://fip.fair-wizard.com/wizard>;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/>;
    npx:introduces sub:PICO;
    prov:wasDerivedFrom <https://w3id.org/fip/wizard/5f2807d9-1904-478c-ac15-d16aa33ca8d0> .
  
  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: .
}