@prefix dcterms: . @prefix npx: . @prefix this: . @prefix sub: . @prefix vann: . @prefix latest: . @prefix rel: . @prefix rdf: . @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:ScientificRelationsOntology dcterms:creator orcid:0000-0002-1267-0234; dcterms:description "The Scientific Relations Ontology defines some general relations between classes."; dcterms:license ; dcterms:title "Scientific Relations Ontology"; vann:preferredNamespacePrefix "rel"; vann:preferredNamespaceUri "https://w3id.org/kpxl/rel/terms/"; a owl:Ontology; rdfs:isDefinedBy latest: . rel:tendsToAffect a rdf:Property; rdfs:domain owl:Class; rdfs:isDefinedBy latest:; rdfs:label "has instances that tend to affect instances of"@en; rdfs:range owl:Class; rdfs:seeAlso sp:affects; skos:definition "the instances of the subject tend to positively or negatively affect the intensity or frequency of activity instances of the object"@en . } sub:provenance { sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 . } sub:pubinfo { this: dcterms:created "2023-03-27T10:48:36.783+02:00"^^xsd:dateTime; dcterms:creator orcid:0000-0002-1267-0234; dcterms:license ; npx:supersedes . }