@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 { dct:language rdfs:label "restricts to language" . dct:source rdfs:label "searches database" . dct:subject rdfs:label "uses search terms" . rdfs:comment rdfs:label "includes methodology notes" . rdfs:label "ends searching at" . rdfs:label "starts searching from" . sub:assertion a nt:AssertionTemplate; dct:description "This template allows researchers to document their systematic review search strategy following PRISMA 2020 guidelines. It captures search terms, databases, date ranges, and expected results using Dublin Core Terms and RDFS vocabularies. Corresponds to PRISMA 2020 Item 7 (Search) and supports transparent, reproducible literature searches."; rdfs:label "PRISMA Search Strategy Documentation"; nt:hasNanopubLabelPattern "PRISMA Search Strategy: ${search-terms}"; nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st04a, sub:st04b, sub:st05, sub:st06; nt:hasTag "PRISMA" . sub:databases a nt:UriPlaceholder; rdfs:label "Database URI (PubMed, scopus, etc.)" . sub:end-date a nt:LiteralPlaceholder; rdfs:label "End date for literature search (YYYY-MM-DD)"; nt:hasRegex "\\d{4}-\\d{2}-\\d{2}" . sub:language a nt:UriPlaceholder; rdfs:label "Language code (from https://id.loc.gov/vocabulary/iso639-1.html)"; nt:hasPrefix "http://id.loc.gov/vocabulary/iso639-1/"; nt:hasPrefixLabel "Language code (from http://id.loc.gov/vocabulary/iso639-1/)" . sub:methodology-notes a nt:LongLiteralPlaceholder; rdfs:label "Metholodogy notes" . sub:search-terms a nt:UriPlaceholder; rdfs:label "URI of the concept used for the literature search" . sub:st01 rdf:object sub:title; rdf:predicate dct:title; rdf:subject sub:systematic-review . sub:st02 a nt:RepeatableStatement; rdf:object sub:search-terms; rdf:predicate dct:subject; rdf:subject sub:systematic-review . sub:st03 a nt:RepeatableStatement; rdf:object sub:databases; rdf:predicate dct:source; rdf:subject sub:systematic-review . sub:st04a rdf:object sub:start-date; rdf:predicate ; rdf:subject sub:systematic-review . sub:st04b rdf:object sub:end-date; rdf:predicate ; rdf:subject sub:systematic-review . sub:st05 a nt:RepeatableStatement; rdf:object sub:language; rdf:predicate dct:language; rdf:subject sub:systematic-review . sub:st06 rdf:object sub:methodology-notes; rdf:predicate rdfs:comment; rdf:subject sub:systematic-review . sub:start-date a nt:LiteralPlaceholder; rdfs:label "Start date for literature search (YYYY-MM-DD)"; nt:hasRegex "\\d{4}-\\d{2}-\\d{2}" . sub:systematic-review rdfs:label "Systematic Review" . sub:title a nt:LiteralPlaceholder; rdfs:label "Title of the systematic review"; nt:hasRegex "[\\s\\S]{5,200}" . } 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-22T12:00:28.448Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1784-2920; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Template: PRISMA Search Strategy Documentation"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWv2pJnmDsBOq8OlT1aSvYXSuWT34WOp4FYqEzdnn2F0kqzcFevBqWGZDxJWC0lqCrDEuNfp2QFyPe/+nES9dlHGYIhqPi68fwK6ZiNUotRFxXou+rjFznVvUxtCL8Ede79EBHwWN61QtwSIcU12bLoZsNPFlqQASQ93BJuKlihwIDAQAB"; npx:hasSignature "wSkiAo22ZW3YdQqh5msQ3v8l/fKYR5FTx50jqvOsqWb4Cu5heJHBYXDEdPiwdd93I9a57lyTDJsVGWtcSYLcXsEIUywxikt9VhUMOkccHgTdee0NBOf40y1CF6xPbbODD5Hog1PEmPgre/tmOFvsvZPfISKR/lJ/nAq+HxSsjBA="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1784-2920 . }