@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" . dct:temporal rdfs:label "has temporal coverage" . dct:title rdfs:label "has title" . rdfs:comment rdfs:label "includes methodology notes" . rdfs:label "starts searching from" . rdfs:label "ends searching at" . 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:st04, 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:methodology-notes rdfs:label "Metholodogy notes" . sub:search-terms a nt:UriPlaceholder; rdfs:label "search concepts (URI)" . 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:st04 rdf:object sub:temporal-coverage; rdf:predicate dct:temporal; rdf:subject sub:systematic-review . sub:st04a rdf:object sub:start-date; rdf:predicate ; rdf:subject sub:temporal-coverage . sub:st04b rdf:object sub:end-date; rdf:predicate ; rdf:subject sub:temporal-coverage . 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:temporal-coverage a nt:LocalResource, nt:UriPlaceholder . 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-22T11:49:33.950Z"^^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 "lFePHbEXrU85GUuYnD9bZ2aP3XxNIRHJ9XX9ZQA+GSKWg9AjHk+xKB+Qyo4d7duwQfYu6XCcTTsj7bxGwEPf1NSXPZEHXq2wzYMV2gmqSLk7zEFWkN3Ab7cEtGY+6RWSmm3HfOLlt1JoDuWVoYluCR19B1Zie+sjKBy97mwi2aE="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1784-2920 . }