@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 "Declaring a study to be included in a systematic review"; nt:hasNanopubLabelPattern "${systematicReview} includes: ${study}"; nt:hasStatement sub:st01; nt:hasTag "PRISMA" . sub:st01 rdf:object sub:study; rdf:predicate ; rdf:subject sub:systematicReview . sub:study a nt:ExternalUriPlaceholder; rdfs:label "URI (e.g. DOI) of an individual study to include and assess" . sub:systematicReview a nt:GuidedChoicePlaceholder; rdfs:label "choose the systematic review"; nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=http://purl.org/spar/fabio/SystematicReview&searchterm=" . rdfs:label "includes the study" . } 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-24T08:01:49.612Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Declaring a study to be included in a systematic review"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "xYBwliHjdR+cMaVXjsNIOsXtl4i2ZAkD/hc2NBORm+oxKbQyOf1NS3IbKK9oTrbMo4UgC3kyLrbKWYu3sQo2+pPaACSCV9aSJcjVY2BElwfG2vmbnUGc6MTtoyZeHe0uhmGcTK17ZEjBuIP9/WPufHDoaG8WPKu96NvPmApUOrU="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }