@prefix dc1: . @prefix npx: . @prefix this: . @prefix sub: . @prefix latest: . @prefix rel: . @prefix rdfs: . @prefix owl: . @prefix xsd: . @prefix prov: . @prefix np: . @prefix orcid: . @prefix skos: . @prefix sp: . sub:Head { this: np:hasAssertion sub:assertion; np:hasProvenance sub:provenance; np:hasPublicationInfo sub:pubinfo; a np:Nanopublication . } sub:assertion { rel:tendsToBeCausedBy a owl:ObjectProperty; rdfs:domain owl:Class; rdfs:isDefinedBy latest:; rdfs:label "has instances that tend to be caused by instances of"@en; rdfs:range owl:Class; rdfs:seeAlso sp:causes; skos:definition "the instances of the subject tend to cause the existence of instances of the object"@en . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { this: dc1:created "2023-03-27T11:21:43.468+02:00"^^xsd:dateTime; dc1:creator orcid:0000-0002-1267-0234; dc1:license ; npx:supersedes . }