@prefix this: . @prefix sub: . @prefix np: . @prefix dct: . @prefix rdf: . @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 { 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 (draft)"; nt:hasStatement sub:st1, sub:st1.1, sub:st2, sub:st3, sub:st4, sub:st5, sub:st7, sub:st8 . sub:conclusion a nt:LongLiteralPlaceholder; rdfs:label "describe the overall conclusion about the original claim" . 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: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:st1 rdf:object ; rdf:predicate rdf:type; rdf:subject sub:outcome . sub:st1.1 rdf:object sub:label; rdf:predicate rdfs:label; rdf:subject sub:outcome . sub:st2 rdf:object sub:study; rdf:predicate ; rdf:subject sub:outcome . sub:st3 rdf:object sub:repo; rdf:predicate ; rdf:subject sub:outcome . sub:st4 rdf:object sub:date; rdf:predicate ; rdf:subject sub:outcome . sub:st5 rdf:object sub:validationStatus; rdf:predicate ; rdf:subject sub:outcome . sub:st7 rdf:object sub:conclusion; rdf:predicate ; rdf:subject sub:outcome . sub:st8 rdf:object sub:evidence; rdf:predicate ; 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 , , , , . rdfs:label "contradicted" . rdfs:label "FORRT Replication Outcome" . rdfs:label "inconclusive" . rdfs:label "not tested" . rdfs:label "partially supported" . rdfs:label "validated" . rdfs:label "has the conclusion" . rdfs:label "has the evidence" . rdfs:label "has the repository" . rdfs:label "has the validation status" . rdfs:label "is an outcome of" . } 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-12T10:39:13.888Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:supersedes ; npx:wasCreatedAt ; rdfs:label "Declaring a replication study outcome according to FORRT (draft)"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "093gfuA1yVNg7Hb07P4tskuvL3PzYNS+vn3JL8B8C5JEb3zfaCYjnerSOPrF3tsrjUuL79dieaUefTbLKwOBjTV0Wh8Wo6ecHXt3nHcHE7RX/vxvhwyOVl79mHmZpw8Seh7Vryp5109a7da7l30F4F/rBCvZUmUgdy/620nfFNo="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }