@prefix this: .
@prefix sub: .
@prefix np: .
@prefix dct: .
@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 {
sub:get-replication-study-outcome a ;
dct:description "This query returns the outcome relations of a replication study.";
dct:license ;
rdfs:label "Get replication study outcome";
;
"""prefix rdfs:
prefix dct:
prefix np:
prefix npa:
prefix npx:
prefix sl:
select ?relation ?relation_label (group_concat(if(isLiteral(?value), concat(\"\", replace(replace(str(?value), \"\\\\\", \"\\\\\\\\\"), \"\\n\", \"\\\\n\"), \"
\"), str(?value)); separator=\"\\n\") as ?value_multi_val) where {
graph npa:graph {
?np npa:hasValidSignatureForPublicKeyHash ?pubkey .
filter not exists { ?npx npx:invalidates ?np ; npa:hasValidSignatureForPublicKeyHash ?pubkey . }
?np np:hasAssertion ?a .
?np npx:introduces ?outcome .
}
values ?_replicationStudy_multi_iri {}
graph ?a {
?outcome sl:isOutcomeOf ?_replicationStudy_multi_iri .
}
values (?relation ?relation_label ?order) {
( \"Label:\" 1)
( \"Outcome repository:\" 2)
( \"End date:\" 3)
( \"Validation status:\" 4)
( \"Conclusion:\" 5)
( \"Evidence:\" 6)
( \"Confidence level:\" 7)
( \"Limitations:\" 8)
}
graph ?a {
?outcome ?relation ?value .
}
} group by ?relation ?relation_label ?order order by ?order""" .
}
sub:provenance {
sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" .
this: dct:created "2026-03-28T16:10:29.747+01:00"^^xsd:dateTime;
dct:creator orcid:0000-0002-1267-0234;
dct:license ;
npx:embeds sub:get-replication-study-outcome;
npx:supersedes ;
npx:wasCreatedAt ;
prov:wasDerivedFrom ;
nt:wasCreatedFromProvenanceTemplate ;
nt:wasCreatedFromPubinfoTemplate ,
, ,
;
nt:wasCreatedFromTemplate .
sub:sig npx:hasAlgorithm "RSA";
npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCwUtewGCpT5vIfXYE1bmf/Uqu1ojqnWdYxv+ySO80ul8Gu7m8KoyPAwuvaPj0lvPtHrg000qMmkxzKhYknEjq8v7EerxZNYp5B3/3+5ZpuWOYAs78UnQVjbHSmDdmryr4D4VvvNIiUmd0yxci47dTFUj4DvfHnGd6hVe5+goqdcwIDAQAB";
npx:hasSignature "bz3KWpD1SwKk6rpKqNaQrXdUSE7N+mUIFT3graAPG7TBL9CTKYhxMX+X93M0q1ue/By45gBALz8lRL7DNWyCoKpEFef4fchz4y5kmhBqKf5ittNr7k9yFkYwkaK3dawFb8vqAIB6WzZcWWYBSzpa8Vv1DbO4tKOBCoCCipDmLwI=";
npx:hasSignatureTarget this:;
npx:signedBy orcid:0000-0002-1267-0234 .
}