🔗 References (max. 100)

show query show view full screen
part subject predicate object published by date
Assertion
Assertion
Get PICO research questions
Assertion
PublicationInfo
Get PICO research questions - This query returns all PICO-based research questions.
Assertion
This query returns all PICO-based research questions.
Assertion
Assertion
prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> prefix dct: <http://purl.org/dc/terms/> prefix np: <http://www.nanopub.org/nschema#> prefix npa: <http://purl.org/nanopub/admin/> prefix npx: <http://purl.org/nanopub/x/> prefix pico: <http://data.cochrane.org/ontologies/pico/> select ?question ?question_label ?creator ?date ?np where { graph npa:graph { ?np npx:hasNanopubType pico:PICO . ?np npa:hasValidSignatureForPublicKeyHash ?pubkey . filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . } ?np dct:created ?date . ?np npx:signedBy ?creator . ?np npx:introduces ?question . ?np rdfs:label ?question_label . } }
PublicationInfo
Assertion