@prefix this: <https://w3id.org/kpxl/rel/np/tendsToAffect/RAytya1N4hYE5O23o6TinEF9szxTs-_L7rDCDe2DoVXDQ> .
@prefix sub: <https://w3id.org/kpxl/rel/np/tendsToAffect/RAytya1N4hYE5O23o6TinEF9szxTs-_L7rDCDe2DoVXDQ#> .
@prefix latest: <https://w3id.org/kpxl/rel/latest/tendsToAffect> .
@prefix rel: <https://w3id.org/kpxl/rel/terms/> .
@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 dct: <http://purl.org/dc/terms/> .
@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:tendsToAffect a owl:ObjectProperty ;
    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: dct:created "2023-06-14T11:15:19.149+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> ;
    <http://purl.org/nanopub/x/supersedes> <https://w3id.org/kpxl/rel/np/tendsToAffect/RAVWkTOLE4wYyxl36sxA4eROCly_uf6HeifB1epLiu9vM> .
}