@prefix this: <https://w3id.org/np/RAc7ac7csqguVKRL53QTSl6VZkz7KD-DSibmZemDe02M4> .
@prefix sub: <https://w3id.org/np/RAc7ac7csqguVKRL53QTSl6VZkz7KD-DSibmZemDe02M4/> .
@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/RAc7ac7csqguVKRL53QTSl6VZkz7KD-DSibmZemDe02M4> a np:Nanopublication;
  np:hasAssertion sub:assertion;
  np:hasProvenance sub:provenance;
  np:hasPublicationInfo sub:pubinfo;
  dct:created "2026-03-12T10:57:48.552Z"^^xsd:dateTime;
  dct:creator orcid:0000-0002-1267-0234;
  dct:license <https://creativecommons.org/licenses/by/4.0/>;
  npx:supersedes <https://w3id.org/np/RA3GcYP_IMDpRLY_qpxs2kc9J-xsDNOJyhkzL6OZa35yc>;
  npx:wasCreatedAt <https://nanodash.knowledgepixels.com/>;
  rdfs:label "Declaring a replication study outcome according to FORRT";
  nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU>;
  nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8>,
    <https://w3id.org/np/RAoTD7udB2KtUuOuAe74tJi1t3VzK0DyWS7rYVAq1GRvw>, <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI>;
  nt:wasCreatedFromTemplate <https://w3id.org/np/RAQIZQdqa_kqYfFSnboJOHst-BTcR7_PPG_ywE5EMUEMI> .

<http://schema.org/endDate> rdfs:label "was completed on" .

rdf:type rdfs:label "is a" .

rdfs:label rdfs:label "has the label" .

sub:assertion a nt:AssertionTemplate;
  rdfs:label "Declaring a replication study outcome according to FORRT";
  nt:hasStatement sub:st01, sub:st01.1, sub:st02, sub:st03, sub:st04, sub:st05, sub:st07,
    sub:st08, sub:st09, sub:st10;
  prov:wasAttributedTo orcid:0000-0002-1267-0234 .

sub:conclusion a nt:LongLiteralPlaceholder;
  rdfs:label "describe the overall conclusion about the original claim" .

sub:confidenceLevel a nt:RestrictedChoicePlaceholder;
  rdfs:label "choose confidence level";
  nt:possibleValue <https://w3id.org/sciencelive/o/terms/HighConfidence>, <https://w3id.org/sciencelive/o/terms/LowConfidence>,
    <https://w3id.org/sciencelive/o/terms/Moderate>, <https://w3id.org/sciencelive/o/terms/VeryHighConfidence>,
    <https://w3id.org/sciencelive/o/terms/VeryLowConfidence> .

sub:date a nt:LiteralPlaceholder;
  rdfs:label "choose completion date";
  nt:hasDatatype xsd:date .

sub:evidence a nt:LongLiteralPlaceholder;
  rdfs:label "describe the evidence that supports your conclusion" .

sub:label a nt:LiteralPlaceholder;
  rdfs:label "plain-text label for the outcome" .

sub:limitations a nt:LongLiteralPlaceholder;
  rdfs:label "describe what limits the conclusions of the study" .

sub:outcome a nt:IntroducedResource, nt:LocalResource, nt:UriPlaceholder;
  rdfs:label "short URI suffix for outcome ID" .

sub:repo a nt:ExternalUriPlaceholder;
  rdfs:label "repository URL" .

sub:st01 rdf:object <https://w3id.org/sciencelive/o/terms/FORRT-Replication-Outcome>;
  rdf:predicate rdf:type;
  rdf:subject sub:outcome .

sub:st01.1 rdf:object sub:label;
  rdf:predicate rdfs:label;
  rdf:subject sub:outcome .

sub:st02 rdf:object sub:study;
  rdf:predicate <https://w3id.org/sciencelive/o/terms/isOutcomeOf>;
  rdf:subject sub:outcome .

sub:st03 rdf:object sub:repo;
  rdf:predicate <https://w3id.org/sciencelive/o/terms/hasOutcomeRepository>;
  rdf:subject sub:outcome .

sub:st04 rdf:object sub:date;
  rdf:predicate <http://schema.org/endDate>;
  rdf:subject sub:outcome .

sub:st05 rdf:object sub:validationStatus;
  rdf:predicate <https://w3id.org/sciencelive/o/terms/hasValidationStatus>;
  rdf:subject sub:outcome .

sub:st07 rdf:object sub:conclusion;
  rdf:predicate <https://w3id.org/sciencelive/o/terms/hasConclusionDescription>;
  rdf:subject sub:outcome .

sub:st08 rdf:object sub:evidence;
  rdf:predicate <https://w3id.org/sciencelive/o/terms/hasEvidenceDescription>;
  rdf:subject sub:outcome .

sub:st09 rdf:object sub:confidenceLevel;
  rdf:predicate <https://w3id.org/sciencelive/o/terms/hasConfidenceLevel>;
  rdf:subject sub:outcome .

sub:st10 a nt:OptionalStatement;
  rdf:object sub:limitations;
  rdf:predicate <https://w3id.org/sciencelive/o/terms/hasLimitationsDescription>;
  rdf:subject sub:outcome .

sub:study a nt:GuidedChoicePlaceholder;
  rdfs:label "choose study";
  nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=https://w3id.org/sciencelive/o/terms/FORRT-Replication-Study&searchterm=" .

sub:validationStatus a nt:RestrictedChoicePlaceholder;
  rdfs:label "choose validation status";
  nt:possibleValue <https://w3id.org/sciencelive/o/terms/Contradicted>, <https://w3id.org/sciencelive/o/terms/Inconclusive>,
    <https://w3id.org/sciencelive/o/terms/NotTested>, <https://w3id.org/sciencelive/o/terms/PartiallySupported>,
    <https://w3id.org/sciencelive/o/terms/Validated> .

<https://w3id.org/sciencelive/o/terms/Contradicted> rdfs:label "contradicted" .

<https://w3id.org/sciencelive/o/terms/FORRT-Replication-Outcome> rdfs:label "FORRT Replication Outcome" .

<https://w3id.org/sciencelive/o/terms/HighConfidence> rdfs:label "high - Strong evidence, mostly agrees with original" .

<https://w3id.org/sciencelive/o/terms/Inconclusive> rdfs:label "inconclusive" .

<https://w3id.org/sciencelive/o/terms/LowConfidence> rdfs:label "low - Limited evidence, significant disagreement" .

<https://w3id.org/sciencelive/o/terms/Moderate> rdfs:label "moderate - Adequate evidence, partial agreement" .

<https://w3id.org/sciencelive/o/terms/NotTested> rdfs:label "not tested" .

<https://w3id.org/sciencelive/o/terms/PartiallySupported> rdfs:label "partially supported" .

<https://w3id.org/sciencelive/o/terms/Validated> rdfs:label "validated" .

<https://w3id.org/sciencelive/o/terms/VeryHighConfidence> rdfs:label "very high - Extensive evidence, high agreement with original" .

<https://w3id.org/sciencelive/o/terms/VeryLowConfidence> rdfs:label "very low - Minimal evidence, major disagreement" .

<https://w3id.org/sciencelive/o/terms/hasConclusionDescription> rdfs:label "has the conclusion" .

<https://w3id.org/sciencelive/o/terms/hasConfidenceLevel> rdfs:label "has the confidence level" .

<https://w3id.org/sciencelive/o/terms/hasEvidenceDescription> rdfs:label "has the evidence" .

<https://w3id.org/sciencelive/o/terms/hasLimitationsDescription> rdfs:label "has the limitations" .

<https://w3id.org/sciencelive/o/terms/hasOutcomeRepository> rdfs:label "has the repository" .

<https://w3id.org/sciencelive/o/terms/hasValidationStatus> rdfs:label "has the validation status" .

<https://w3id.org/sciencelive/o/terms/isOutcomeOf> rdfs:label "is an outcome of" .

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

sub:sig npx:hasAlgorithm "RSA";
  npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB";
  npx:hasSignature "Y4/4uQj80W10r58BhYDHVhRe8y2d9WJ9jlkZtylHp/EeJOBeHC8ASicdyuj2JkANaiSAy/zIEJLopelapbl+lPZPK6GeRptNhUUYIw+KW/Tboar5WDPsW1Xl/+7V0mWmmNxVJADCa6MjNdOAWH8k3nGCcP1vx+dsohvuQUOu5Pg=";
  npx:hasSignatureTarget <https://w3id.org/np/RAc7ac7csqguVKRL53QTSl6VZkz7KD-DSibmZemDe02M4>;
  npx:signedBy orcid:0000-0002-1267-0234 .

