@prefix this: <https://w3id.org/np/RA3v36e1xiRs_A_SczrBObjLn4L-kq8bgH2rOBZ77aRfs> .
@prefix sub: <https://w3id.org/np/RA3v36e1xiRs_A_SczrBObjLn4L-kq8bgH2rOBZ77aRfs/> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix dct: <http://purl.org/dc/terms/> .
@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 ns1: <http://purl.org/np/> .
@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 {
  <https://w3id.org/sciencelive/o/terms/Contradicted> dct:description "The status of a replication study when the new evidence contradicts the original claim." ;
    dct:partOf <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology> ;
    a <http://www.w3.org/2002/07/owl#NamedIndividual> , <https://w3id.org/sciencelive/o/terms/ValidationStatus> ;
    rdfs:label "Contradicted" .
}
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:15:46.137Z"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:introduces <https://w3id.org/sciencelive/o/terms/Contradicted> ;
    npx:wasCreatedAt <https://nanodash.knowledgepixels.com/> ;
    rdfs:label "Contradicted" ;
    nt:wasCreatedFromProvenanceTemplate <https://w3id.org/np/RA7lSq6MuK_TIC6JMSHvLtee3lpLoZDOqLJCLXevnrPoU> ;
    nt:wasCreatedFromPubinfoTemplate <https://w3id.org/np/RACJ58Gvyn91LqCKIO9zu1eijDQIeEff28iyDrJgjSJF8> , <https://w3id.org/np/RAukAcWHRDlkqxk7H2XNSegc1WnHI569INvNr-xdptDGI> ;
    nt:wasCreatedFromTemplate ns1:RAUXTKJMABL75eHuEH5WEw4NweGUKL8gs0v3qot5Tptdo .
  sub:sig npx:hasAlgorithm "RSA" ;
    npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB" ;
    npx:hasSignature "tku8yzCgC26af6j2vPCbkI0NNZq/FK2059KwH2k7F27I0ciFSnL0qNPp/GSCFr/hTewRH0Vhu5K2K3kyrKgH6x+IXqCKovpGTqL/UsfQmpYFX6kRZQcqXh6Zi3JQI6IBW1Bdz+e3vYosIos7ZqC+MUSM7Gef3dqhb7Zzo+q1AIg=" ;
    npx:hasSignatureTarget this: ;
    npx:signedBy orcid:0000-0002-1267-0234 .
  <https://w3id.org/sciencelive/o/terms/ScienceLiveOntology> nt:hasLabelFromApi "Science Live Ontology" .
  <https://w3id.org/sciencelive/o/terms/ValidationStatus> nt:hasLabelFromApi "Validation status - The status of validation of a concluded replication study." .
}