@prefix this: <https://w3id.org/kpxl/rel/np/tendsToIncrease/RA27hQo3hZ5Oll0OlDC-W73DAgepmRmNP9rxdcR5VLqnc> .
@prefix sub: <https://w3id.org/kpxl/rel/np/tendsToIncrease/RA27hQo3hZ5Oll0OlDC-W73DAgepmRmNP9rxdcR5VLqnc#> .
@prefix latest: <https://w3id.org/kpxl/rel/latest/tendsToIncrease> .
@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:tendsToIncrease a owl:ObjectProperty ;
    rdfs:domain owl:Class ;
    rdfs:isDefinedBy latest: ;
    rdfs:label "has instances that tend to increase instances of"@en ;
    rdfs:range owl:Class ;
    rdfs:seeAlso sp:increases ;
    skos:definition "the instances of the subject tend to cause the value of instances of the object to increase"@en .
}
sub:provenance {
  sub:assertion prov:wasAttributedTo orcid:0000-0002-1267-0234 .
}
sub:pubinfo {
  this: dct:created "2023-04-03T11:06:59.159+02:00"^^xsd:dateTime ;
    dct:creator orcid:0000-0002-1267-0234 ;
    dct:license <https://creativecommons.org/publicdomain/zero/1.0/> .
}