sub:assertion {
rdf:type rdfs:label "is a" .
rdfs:label rdfs:label "has the label" .
<
http://www.w3.org/2004/02/skos/core#related>
rdfs:label "is related to" .
sub:assertion a nt:AssertionTemplate ;
rdfs:label "Declaring a replication study design according to FORRT" ;
nt:hasStatement sub:st1 ,
sub:st2 ,
sub:st3 ,
sub:st3.2 ,
sub:st4 ,
sub:st5 ,
sub:st6 ,
sub:st7 ,
sub:st8 ;
nt:hasTag "FORRT" .
sub:claim a nt:GuidedChoicePlaceholder ;
rdfs:label "choose FORRT claim" ;
nt:possibleValuesFromApi "http://purl.org/nanopub/api/find_signed_things?type=https://w3id.org/sciencelive/o/terms/FORRT-Claim&searchterm=" .
sub:deviation a nt:LongLiteralPlaceholder ;
rdfs:label "Describe any deviations from original methodology." .
sub:discipline a nt:GuidedChoicePlaceholder ;
rdfs:label "Choose the scientific discipline" ;
nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
sub:keyword a nt:GuidedChoicePlaceholder ;
rdfs:label "choose terms as related keywords" ;
nt:possibleValuesFromApi "https://www.wikidata.org/w/api.php?action=wbsearchentities&language=en&format=json&limit=5&search=" .
sub:label a nt:LiteralPlaceholder ;
rdfs:label "label/name of replication study" .
sub:methodology a nt:LongLiteralPlaceholder ;
rdfs:label "Describe how the claim is reproduced/replicated." .
sub:scope a nt:LongLiteralPlaceholder ;
rdfs:label "Describe what part of the claim is reproduced/replicated." .
sub:st1 rdf:object <
https://w3id.org/sciencelive/o/terms/FORRT-Replication-Study> ;
rdf:predicate rdf:type ;
rdf:subject sub:study .
sub:st2 rdf:object sub:label ;
rdf:predicate rdfs:label ;
rdf:subject sub:study .
sub:st3 rdf:object sub:type ;
rdf:predicate rdf:type ;
rdf:subject sub:study .
sub:st3.2 rdf:object sub:claim ;
rdf:predicate <
https://w3id.org/sciencelive/o/terms/targetsClaim> ;
rdf:subject sub:study .
sub:st4 rdf:object sub:scope ;
rdf:predicate <
https://w3id.org/sciencelive/o/terms/hasScopeDescription> ;
rdf:subject sub:study .
sub:st5 rdf:object sub:methodology ;
rdf:predicate <
https://w3id.org/sciencelive/o/terms/hasMethodologyDescription> ;
rdf:subject sub:study .
sub:st6 rdf:object sub:deviation ;
rdf:predicate <
https://w3id.org/sciencelive/o/terms/hasDeviationDescription> ;
rdf:subject sub:study ;
a nt:OptionalStatement .
sub:st7 rdf:object sub:keyword ;
rdf:predicate <
http://www.w3.org/2004/02/skos/core#related> ;
rdf:subject sub:study ;
a nt:OptionalStatement ,
nt:RepeatableStatement .
sub:st8 rdf:object sub:discipline ;
rdf:predicate <
https://w3id.org/sciencelive/o/terms/hasDiscipline> ;
rdf:subject sub:study ;
a nt:OptionalStatement .
sub:study a nt:IntroducedResource ,
nt:LocalResource ,
nt:UriPlaceholder ;
rdfs:label "short URI suffix for study ID" .
sub:type a nt:RestrictedChoicePlaceholder ;
rdfs:label "choose the study type" ;
nt:hasDefaultValue <
https://w3id.org/sciencelive/o/terms/Reproduction-Study> ;
nt:possibleValue <
https://w3id.org/sciencelive/o/terms/Replication-Study> , <
https://w3id.org/sciencelive/o/terms/Reproduction-Replication-Study> , <
https://w3id.org/sciencelive/o/terms/Reproduction-Study> .
<
https://w3id.org/sciencelive/o/terms/FORRT-Replication-Study>
rdfs:label "FORRT Replication Study" .
<
https://w3id.org/sciencelive/o/terms/Replication-Study>
rdfs:label "Replication Study - replication with different methodology or conditions" .
<
https://w3id.org/sciencelive/o/terms/Reproduction-Replication-Study>
rdfs:label "Reproduction/Replication Study - study that is both, reproduction and replication" .
<
https://w3id.org/sciencelive/o/terms/Reproduction-Study>
rdfs:label "Reproduction Study - direct reproduction: same methodology, same tools" .
<
https://w3id.org/sciencelive/o/terms/hasDeviationDescription>
rdfs:label "has the deviation" .
<
https://w3id.org/sciencelive/o/terms/hasDiscipline>
rdfs:label "has the discipline" .
<
https://w3id.org/sciencelive/o/terms/hasMethodologyDescription>
rdfs:label "has the methodology" .
<
https://w3id.org/sciencelive/o/terms/hasScopeDescription>
rdfs:label "has the scope" .
<
https://w3id.org/sciencelive/o/terms/targetsClaim>
rdfs:label "targets the claim" .
}