Nanopublication

< Home

ID

https://w3id.org/np/RAfZfE1gbUtc35W7xT12XTO0ptZwycN2-jj7Jow6COAoQ

Formats

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

Content

@prefix this: <https://w3id.org/np/RAfZfE1gbUtc35W7xT12XTO0ptZwycN2-jj7Jow6COAoQ> .
@prefix sub: <https://w3id.org/np/RAfZfE1gbUtc35W7xT12XTO0ptZwycN2-jj7Jow6COAoQ/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

sub:Head {
  this: a np:Nanopublication;
    np:hasAssertion sub:assertion;
    np:hasProvenance sub:provenance;
    np:hasPublicationInfo sub:pubinfo .
}

sub:assertion {
  dct:audience rdfs:label "focuses on population" .
  
  dct:description rdfs:label "asks the question" .
  
  dct:relation rdfs:label "compares with" .
  
  dct:subject rdfs:label "examines intervention" .
  
  dct:type rdfs:label "is of type" .
  
  <http://schema.org/expectedResult> rdfs:label "measures outcome" .
  
  rdfs:comment rdfs:label "has rationale" .
  
  sub:assertion a nt:AssertionTemplate;
    dct:description "This template allows researchers to structure their systematic review research question using the PICO framework (Population, Intervention, Comparison, Outcome). It captures the structured question components and provides the foundation for systematic review methodology following PRISMA 2020 guidelines.";
    rdfs:label "PICO Research Question Template";
    nt:hasNanopubLabelPattern "PICO Research Question: ${question-title}";
    nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04, sub:st05, sub:st06, sub:st07,
      sub:st08;
    nt:hasTag "PRISMA" .
  
  sub:causation rdfs:label "Causation (Does factor X cause outcome Y?)" .
  
  sub:comparison-group a nt:LongLiteralPlaceholder;
    rdfs:label "Comparison group or alternative intervention (C in PICO)" .
  
  sub:descriptive rdfs:label "Descriptive (What are the characteristics of X?)" .
  
  sub:effectiveness rdfs:label "Effectiveness (Does approach X work better than Y?)" .
  
  sub:experience rdfs:label "Experience (How do people experience phenomenon X?)" .
  
  sub:intervention-focus a nt:LongLiteralPlaceholder;
    rdfs:label "Intervention, exposure, or phenomenon of interest (I in PICO)" .
  
  sub:prediction rdfs:label "Prediction (What outcomes can we expect from X?)" .
  
  sub:primary-outcomes a nt:LongLiteralPlaceholder;
    rdfs:label "Primary outcomes of interest (O in PICO)" .
  
  sub:question-title a nt:LiteralPlaceholder;
    rdfs:label "Title of the systematic review research question";
    nt:hasRegex "[\\s\\S]{10,200}" .
  
  sub:question-type a nt:RestrictedChoicePlaceholder;
    rdfs:label "Type of research question";
    nt:possibleValue sub:causation, sub:descriptive, sub:effectiveness, sub:evaluation,
      sub:experience, sub:prediction .
  
  sub:rationale-text a nt:LongLiteralPlaceholder;
    rdfs:label "Background and rationale for this research question" .
  
  sub:research-question rdfs:label "Systematic Review Research Question" .
  
  sub:st01 rdf:object sub:question-title;
    rdf:predicate dct:title;
    rdf:subject sub:research-question .
  
  sub:st02 rdf:object sub:target-population;
    rdf:predicate dct:audience;
    rdf:subject sub:research-question .
  
  sub:st03 rdf:object sub:intervention-focus;
    rdf:predicate dct:subject;
    rdf:subject sub:research-question .
  
  sub:st04 rdf:object sub:comparison-group;
    rdf:predicate dct:relation;
    rdf:subject sub:research-question .
  
  sub:st05 rdf:object sub:primary-outcomes;
    rdf:predicate <http://schema.org/expectedResult>;
    rdf:subject sub:research-question .
  
  sub:st06 rdf:object sub:structured-question-text;
    rdf:predicate dct:description;
    rdf:subject sub:research-question .
  
  sub:st07 rdf:object sub:question-type;
    rdf:predicate dct:type;
    rdf:subject sub:research-question .
  
  sub:st08 rdf:object sub:rationale-text;
    rdf:predicate rdfs:comment;
    rdf:subject sub:research-question .
  
  sub:structured-question-text a nt:LongLiteralPlaceholder;
    rdfs:label "Complete structured research question" .
  
  sub:target-population a nt:LongLiteralPlaceholder;
    rdfs:label "Population or participants of interest (P in PICO)" .
}

sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1784-2920 .
}

sub:pubinfo {
  orcid:0000-0002-1784-2920 foaf:name "Anne Fouilloux" .
  
  this: dct:created "2025-08-27T11:57:12.494Z"^^xsd:dateTime;
    dct:creator orcid:0000-0002-1784-2920;
    dct:license <https://creativecommons.org/licenses/by/4.0/>;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
    rdfs:label "Template: PICO Research Question Template";
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
      <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
    nt:wasCreatedFromTemplate <https://w3id.org/np/RA5reLVXOCPQFWr2UiCJb19ES7NwOpQRmudb17e2iB0c4> .
  
  sub:sig npx:hasAlgorithm "RSA";
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWv2pJnmDsBOq8OlT1aSvYXSuWT34WOp4FYqEzdnn2F0kqzcFevBqWGZDxJWC0lqCrDEuNfp2QFyPe/+nES9dlHGYIhqPi68fwK6ZiNUotRFxXou+rjFznVvUxtCL8Ede79EBHwWN61QtwSIcU12bLoZsNPFlqQASQ93BJuKlihwIDAQAB";
    npx:hasSignature "z3irEU0HaNL2ZvgomGFspA6pksRQpvVWogKX/8/n9urloDcfPLSB332Hz2WJySlLUiPyZ2LoDuYY+yRMuP3ATPz4dqp501nJ0+lP1Sw4KTPRAHqWKNAhDD2xwRbu69iXEc9WT5JKSPDFAD74D4bT6PLPkxogr/xDC2AoDbdCUVk=";
    npx:hasSignatureTarget this:;
    npx:signedBy orcid:0000-0002-1784-2920 .
}