@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix npx: <http://purl.org/nanopub/x/> .
@prefix this: <https://w3id.org/kpxl/rel/np/tendsToAffect/RAhSant5QirOtVMO8o-96ul9q-PNlxOKgnqStP23WhFSk> .
@prefix sub: <https://w3id.org/kpxl/rel/np/tendsToAffect/RAhSant5QirOtVMO8o-96ul9q-PNlxOKgnqStP23WhFSk#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix latest: <https://w3id.org/kpxl/rel/latest/tendsToAffect> .
@prefix rel: <https://w3id.org/kpxl/rel/terms/> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix prov: <http://www.w3.org/ns/prov#> .
@prefix np: <http://www.nanopub.org/nschema#> .
@prefix orcid: <https://orcid.org/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix sp: <https://w3id.org/linkflows/superpattern/terms/> .
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 <https://creativecommons.org/publicdomain/zero/1.0/> ;
    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 <https://creativecommons.org/publicdomain/zero/1.0/> ;
    npx:supersedes <https://w3id.org/kpxl/rel/np/tendsToAffect/RA_AfyBiaU3qZBxQcbz_CFl_72HYx-OTvpsUlOUL9NSwg> .
}