@prefix this: <https://w3id.org/np/RAglCMWtNh6BQhpkSpZuOtTPd44I_56SJcv2rNDoY9Dwo> .
@prefix sub: <https://w3id.org/np/RAglCMWtNh6BQhpkSpZuOtTPd44I_56SJcv2rNDoY9Dwo/> .
@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/> .
sub:Head {
  this: np:hasAssertion sub:assertion ;
    np:hasProvenance sub:provenance ;
    np:hasPublicationInfo sub:pubinfo ;
    a np:Nanopublication .
}
sub:assertion {
  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: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 <https://w3id.org/sciencelive/o/terms/FORRT-Replication-Outcome> ;
    rdf:predicate rdf:type ;
    rdf:subject sub:outcome .
  sub:st2 rdf:object sub:study ;
    rdf:predicate <https://w3id.org/sciencelive/o/terms/isOutcomeOf> ;
    rdf:subject sub:outcome .
  sub:st3 rdf:object sub:repo ;
    rdf:predicate <https://w3id.org/sciencelive/o/terms/hasOutcomeRepository> ;
    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=" .
  <https://w3id.org/sciencelive/o/terms/FORRT-Replication-Outcome> rdfs:label "FORRT Replication Outcome" .
  <https://w3id.org/sciencelive/o/terms/hasOutcomeRepository> rdfs:label "has the repository" .
  <https://w3id.org/sciencelive/o/terms/isOutcomeOf> 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:02:52.865Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/licenses/by/4.0/> ;
    npx:supersedes <https://w3id.org/np/RAsGZ-1ofTGxztm92vG5fgwCkt0V5nx8YeAZAhGE9yhjE> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Declaring a replication study outcome according to FORRT (draft)" ;
    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> .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" ;
    npx:hasSignature "VxvEzrD4Eo+5rVSKYEahy4w6/E8V/DzjD1RgtzFjpL3J9Gujr1YbuRinCQHrk8rmkmdUI8N+AzViBDeFuNV95SRNYPVxB03NY0TT+cUl/BrtQ2AHcHoykTSeOfnODgC59DlOlNEmF9jJ7/O4UKiS/odhhAsA1DkVYs3QhI0T19U=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
}