@prefix slv: .
@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix nt: .
@prefix npx: .
@prefix xsd: .
@prefix rdfs: .
@prefix orcid: .
@prefix prov: .
@prefix foaf: .
sub:Head {
this: np:hasAssertion sub:assertion;
np:hasProvenance sub:provenance;
np:hasPublicationInfo sub:pubinfo;
a np:Nanopublication .
}
sub:assertion {
dcterms:isPartOf ;
a slv:SystematicReviewSearchStrategy;
rdfs:label "Quantum Computing for Biodiversity - Literature Search";
slv:coversLanguage ;
slv:coversTimePeriod sub:timePeriod;
slv:hasMethodologyNotes "Search strategy designed for scoping review on quantum computing applications in biodiversity research. Boolean operators: (quantum OR 'quantum computing' OR 'quantum machine learning' OR QML OR QAOA OR 'quantum annealing') AND (biodiversity OR conservation OR 'species distribution' OR 'ecological network' OR 'population genetics'). Date restriction: 2015-present to capture modern quantum computing era. Language: English only. Exclusions: opinion pieces, editorials without methods.";
slv:hasSearchDatabase , , ,
;
slv:hasSearchTerms , ,
, .
sub:timePeriod "2025-12-01"^^xsd:date;
"2015-01-01"^^xsd:date .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1784-2920 .
}
sub:pubinfo {
orcid:0000-0002-1784-2920 foaf:name "Anne Fouilloux" .
this: dcterms:created "2025-12-29T11:08:47.515Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1784-2920;
dcterms:license ;
npx:introduces ;
npx:supersedes ;
npx:wasCreatedAt ;
prov:wasDerivedFrom ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ,
;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDWv2pJnmDsBOq8OlT1aSvYXSuWT34WOp4FYqEzdnn2F0kqzcFevBqWGZDxJWC0lqCrDEuNfp2QFyPe/+nES9dlHGYIhqPi68fwK6ZiNUotRFxXou+rjFznVvUxtCL8Ede79EBHwWN61QtwSIcU12bLoZsNPFlqQASQ93BJuKlihwIDAQAB";
npx:hasSignature "CQbf2fw8Zmcq5XM5y57itZzXkTyyEUm0WBGKnlWLC3kcgB62mcsu8Dh0gTFzvmgFSy4ZuLUm2FiQm35RrX+TDwH7g7GRHwcCZtCoRK5lzLtW4fO2rs1SCvdFyEfoAIc7NKK4UiCf/KJV84jz9FoFa1zaCbdsWXGY7nfiMeCSehg=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1784-2920 .
}