sub:assertion {
<
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 .
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 rdf:object sub:limitations ;
rdf:predicate <
https://w3id.org/sciencelive/o/terms/hasLimitationsDescription> ;
rdf:subject sub:outcome ;
a nt:OptionalStatement .
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" .
}