@prefix dcterms: .
@prefix this: .
@prefix sub: .
@prefix np: .
@prefix rdf: .
@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:source rdfs:label "has the source" .
rdfs:label "study" .
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "has the label" .
sub:assertion a nt:AssertionTemplate;
rdfs:label "Declaring a study to be included in a systematic review";
nt:hasStatement sub:st01, sub:st02, sub:st03, sub:st10;
nt:hasTag "PRISMA" .
sub:source a nt:ExternalUriPlaceholder;
rdfs:label "source URI, e.g. DOI of paper" .
sub:st01 rdf:object ;
rdf:predicate rdf:type;
rdf:subject sub:study .
sub:st02 rdf:object sub:studyLabel;
rdf:predicate rdfs:label;
rdf:subject sub:study .
sub:st03 rdf:object sub:source;
rdf:predicate dcterms:source;
rdf:subject sub:study .
sub:st10 rdf:object sub:study;
rdf:predicate ;
rdf:subject sub:systematicReview .
sub:study a nt:IntroducedResource, nt:LocalResource;
rdfs:label "this study" .
sub:studyLabel a nt:LiteralPlaceholder;
rdfs:label "label for the study" .
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: dcterms:created "2025-11-24T08:11:38.427Z"^^xsd:dateTime;
dcterms:creator orcid:0000-0002-1267-0234;
dcterms: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 "Z0nD3p0PDvi5TsTpn+YPj1j0Gbw+Ey3ywQxKqJfN8tATjaORHV89mvZKQqe8nH9HvW8s0gCBxvxA0+1DR/OsoRiqrK2ibKRWqndkteO4il2boNSegotn6XcfceqXy5Y4BBn7YQC1lJV6ymh+n11X82URetaxi147Q5jP0EPC2LM=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}