@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:hasPositiveCausalLinkTo a rdf:Property, ; rdfs:domain ; rdfs:label "has positive causal link to"; rdfs:range ; "This relation asserts a positive 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:45:59.503Z"^^xsd:dateTime; dct:creator orcid:0000-0002-1267-0234; dct:license ; npx:introduces sub:hasPositiveCausalLinkTo; npx:wasCreatedAt ; rdfs:label "Property: has positive causal link to"; nt:wasCreatedFromProvenanceTemplate ; nt:wasCreatedFromPubinfoTemplate , , ; nt:wasCreatedFromTemplate . sub:sig npx:hasAlgorithm "RSA"; npx:hasPublicKey "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQD4Wj537OijfOWVtsHMznuXKISqBhtGDQZfdO6pbb4hg9EHMcUFGTLbWaPrP783PHv8HMAAPjvEkHLaOHMIknqhaIa5236lfBO3r+ljVdYBElBcLvROmwG+ZGtmPNZf7lMhI15xf5TfoaSa84AFRd5J2EXekK6PhaFQhRm1IpSYtwIDAQAB"; npx:hasSignature "WBcb/IabXrYfTrggZofeu3d9VFbqjUyxZqDURcRZ0wLPI/A/0vs+f/lG4O/hPJChWLreLQvaosb6jEyVVMvn/RYAxiAckgQkkfwOFsjvJQ22Ij91IxjVNGdM8ZCTzv/IMyhrviIs2Rb8e9gSYwbzWY5f06WwS0WA1QWc/oDEXy4="; npx:hasSignatureTarget this:; npx:signedBy orcid:0000-0002-1267-0234 . }