@prefix this: <https://w3id.org/np/RAiB1nhbWYCpPsVuT6FrGblj_L09q0nqmEoKWZbVmSHsc> .
@prefix sub: <https://w3id.org/np/RAiB1nhbWYCpPsVuT6FrGblj_L09q0nqmEoKWZbVmSHsc/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix nt: <https://w3id.org/np/o/ntemplate/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix orcid: <https://orcid.org/> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .

<https://w3id.org/np/RAiB1nhbWYCpPsVuT6FrGblj_L09q0nqmEoKWZbVmSHsc> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dct:created "2025-11-24T08:01:49.612Z"^^xsd:dateTime;
  dct:creator orcid:0000-0002-1267-0234;
  dct:license <https://creativecommons.org/licenses/by/4.0/>;
  npx:supersedes <https://w3id.org/np/RARAP89JvQjqwvcVBEJkyOOlnb9p3b8vLR3qnyNrDbgcQ>;
  npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
  rdfs:label "Declaring a study to be included in a systematic review";
  nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
  nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RA0J4vUn_dekg-U1kK3AOEt02p9mT2WO03uGxLDec1jLw>,
    <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
  nt:wasCreatedFromTemplate <https://w3id.org/np/RA1XuAdO6LOtlPJgWiytJHFuK4BFHjQK5x7d9FVymzFnc> .

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";
  prov:wasAttributedTo orcid:0000-0002-1267-0234 .

sub:st01 rdf:object sub:study;
  rdf:predicate <https://w3id.org/sciencelive/o/terms/includesStudy>;
  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=" .

<https://w3id.org/sciencelive/o/terms/includesStudy> rdfs:label "includes the study" .

orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB";
  npx:hasSignature "xYBwliHjdR+cMaVXjsNIOsXtl4i2ZAkD/hc2NBORm+oxKbQyOf1NS3IbKK9oTrbMo4UgC3kyLrbKWYu3sQo2+pPaACSCV9aSJcjVY2BElwfG2vmbnUGc6MTtoyZeHe0uhmGcTK17ZEjBuIP9/WPufHDoaG8WPKu96NvPmApUOrU=";
  npx:hasSignatureTarget <https://w3id.org/np/RAiB1nhbWYCpPsVuT6FrGblj_L09q0nqmEoKWZbVmSHsc>;
  npx:signedBy orcid:0000-0002-1267-0234 .

