sub:assertion {
<
http://data.cochrane.org/ontologies/pico/PICO>
rdfs:label "PICO-based research question" .
<
http://data.cochrane.org/ontologies/pico/comparatorGroup>
rdfs:label "has" .
<
http://data.cochrane.org/ontologies/pico/interventionGroup>
rdfs:label "has" .
<
http://data.cochrane.org/ontologies/pico/outcomeGroup>
rdfs:label "has" .
<
http://data.cochrane.org/ontologies/pico/population>
rdfs:label "has" .
dct:description rdfs:label "has the description" .
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "has the label" .
sub:assertion a nt:AssertionTemplate ;
rdfs:label "Defining a PICO-based research question" ;
nt:hasStatement sub:st1 ,
sub:st1b ,
sub:st2 ,
sub:st3 ,
sub:st4a ,
sub:st4b ,
sub:st5a ,
sub:st5b ,
sub:st6a ,
sub:st6b ,
sub:st7a ,
sub:st7b .
sub:comparatorGroup a nt:LocalResource ;
rdfs:label "a comparator group" .
sub:comparatorGroupDescription a nt:LongLiteralPlaceholder ;
rdfs:label "description of the comparator group" .
sub:description a nt:LongLiteralPlaceholder ;
rdfs:label "description of the research question" .
sub:interventionGroup a nt:LocalResource ;
rdfs:label "an intervention group" .
sub:interventionGroupDescription a nt:LongLiteralPlaceholder ;
rdfs:label "description of the intervention group" .
sub:label a nt:LiteralPlaceholder ;
rdfs:label "label for the research question" .
sub:outcomeGroup a nt:LocalResource ;
rdfs:label "an outcome group" .
sub:outcomeGroupDescription a nt:LongLiteralPlaceholder ;
rdfs:label "description of the outcome group" .
sub:pico a nt:IntroducedResource ,
nt:LocalResource ,
nt:UriPlaceholder ;
rdfs:label "short ID used as URI suffix" .
sub:population a nt:LocalResource ;
rdfs:label "a population" .
sub:populationDescription a nt:LongLiteralPlaceholder ;
rdfs:label "description of the population" .
sub:st1 rdf:object <
http://data.cochrane.org/ontologies/pico/PICO> ;
rdf:predicate rdf:type ;
rdf:subject sub:pico .
sub:st1b rdf:object sub:type ;
rdf:predicate rdf:type ;
rdf:subject sub:pico .
sub:st2 rdf:object sub:label ;
rdf:predicate rdfs:label ;
rdf:subject sub:pico .
sub:st3 rdf:object sub:description ;
rdf:predicate dct:description ;
rdf:subject sub:pico .
sub:st4a rdf:object sub:population ;
rdf:predicate <
http://data.cochrane.org/ontologies/pico/population> ;
rdf:subject sub:pico .
sub:st4b rdf:object sub:populationDescription ;
rdf:predicate dct:description ;
rdf:subject sub:population .
sub:st5a rdf:object sub:interventionGroup ;
rdf:predicate <
http://data.cochrane.org/ontologies/pico/interventionGroup> ;
rdf:subject sub:pico .
sub:st5b rdf:object sub:interventionGroupDescription ;
rdf:predicate dct:description ;
rdf:subject sub:interventionGroup .
sub:st6a rdf:object sub:comparatorGroup ;
rdf:predicate <
http://data.cochrane.org/ontologies/pico/comparatorGroup> ;
rdf:subject sub:pico .
sub:st6b rdf:object sub:comparatorGroupDescription ;
rdf:predicate dct:description ;
rdf:subject sub:comparatorGroup .
sub:st7a rdf:object sub:outcomeGroup ;
rdf:predicate <
http://data.cochrane.org/ontologies/pico/outcomeGroup> ;
rdf:subject sub:pico .
sub:st7b rdf:object sub:outcomeGroupDescription ;
rdf:predicate dct:description ;
rdf:subject sub:outcomeGroup .
sub:type a nt:RestrictedChoicePlaceholder ;
nt:possibleValue <
https://w3id.org/sciencelive/o/terms/CausationResearchQuestion> , <
https://w3id.org/sciencelive/o/terms/DescriptiveResearchQuestion> .
<
https://w3id.org/sciencelive/o/terms/CausationResearchQuestion>
rdfs:label "causation research question - (Does factor X cause outcome Y?)" .
<
https://w3id.org/sciencelive/o/terms/DescriptiveResearchQuestion>
rdfs:label "descriptive research question - (What are the characteristics of X?)" .
}