@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 { sub:hasNegativeCausalLinkTo a rdf:Property, ; rdfs:domain ; rdfs:label "has negative causal link to"; rdfs:range ; "This relation asserts a negative causal link from the subject to the object." . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { rdfs:label "variable" . orcid:0000-0002-1267-0234 foaf:name "Tobias Kuhn" . this: dct:created "2025-07-07T13:46:37.211Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:hasNegativeCausalLinkTo; npx:wasCreatedAt ; rdfs:label "Property: has negative causal link to"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "180gKQnINKGeslyfzOOUJbWAF6fotPwG8RXsDWeOhEtH1nIjQ/lVxlQHlalFDuM3YVUTblm6Zr0Pb63VXC5dEuglbGz52SsO2M2n8NkmTvl7U+m5x2fN/G6y91dD951VVnGMvPUmjsQ+eR889KD/ZcPW33bU0Z3KwIok+cjhtqY="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }