@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: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { rdfs:label "was completed on" . rdf:type rdfs:label "is a" . sub:assertion a nt:AssertionTemplate; rdfs:label "Declaring a replication study outcome according to FORRT (draft)"; nt:hasStatement sub:st1, sub:st2, sub:st3, sub:st4 . sub:date a nt:LiteralPlaceholder; rdfs:label "choose completion date"; nt:hasDatatype xsd:date . 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: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: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=" . rdfs:label "FORRT Replication Outcome" . rdfs:label "has the repository" . 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:06:27.635Z"^^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 "eecVO39Ns3ZZKTftjuoafU3lm5Hi9SeIA2tTyWoIgnn8VPZ+GkZspqQd1PnGVj8WQ7y+B2OAAp7OvdJ9RGffPwvYasjeiFv2Iye3d8MacImFUb53FpD3/4HuJj6S04fBNnL2QYtemzKJFutugr+CaiFP07Bc+EUDAFg7Xfrpg3A="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }