@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @prefix nt: . @prefix npx: . @prefix xsd: . @prefix rdfs: . @prefix orcid: . @prefix prov: . @prefix foaf: . sub:Head { this: a np:Nanopublication; np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo . } sub:assertion { sub:assertion a nt:AssertionTemplate; rdfs:label "Linking a research question to a systematic review"; nt:hasNanopubLabelPattern "${systematicReview} targets ${researchQuestion}"; nt:hasStatement sub:st01 . sub:researchQuestion a nt:GuidedChoicePlaceholder; rdfs:label "choose the research question"; nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http://data.cochrane.org/ontologies/pico/PICO&searchterm=" . sub:st01 a nt:RepeatableStatement; rdf:object sub:researchQuestion; rdf:predicate ; rdf:subject sub:systematicReview . sub:systematicReview a nt:ExternalUriPlaceholder; rdfs:label "URI of the systematic review" . rdfs:label "targets the research question" . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2025-11-18T10:10:38.892Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Linking a research question to a systematic review"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "SnF3t71E7PlXuVw8zf5Di98131SdCCuq1GObEeS1yUm2OsBv4UfL/+4N5azBLLbmjo6PwizYoE1vtpT8jiPdEeWmRMQbAyolTiKzU2rkIEnZYGbPJGAO77ondWVMJIBMDxRue1AOIgHxGpSx4BpfT+Wjb+fD/NfDP0OSfHk/J+c="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }