@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.obolibrary.org/obo/pato#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix obo_purl: <http://purl.obolibrary.org/obo/> . @prefix oboinowl_gen: <http://www.geneontology.org/formats/oboInOwl#> . ns0:increased_in_magnitude_relative_to obo_purl:IAO_0000115 "OBSOLETE. q1 increased_in_magnitude_relative_to q2 if and only if magnitude(q1) > magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale." ; obo_purl:IAO_0100001 obo_purl:RO_0015007 ; oboinowl_gen:hasOBONamespace "quality" ; oboinowl_gen:id "increased_in_magnitude_relative_to" ; a owl:ObjectProperty, owl:TransitiveProperty ; rdfs:comment "Refer to https://github.com/pato-ontology/pato/issues/454. This relation is used to determine the 'directionality' of relative qualities such as 'increased strength', relative to the parent type, 'strength'." ; rdfs:domain obo_purl:PATO_0000001 ; rdfs:label "obsolete increased_in_magnitude_relative_to" ; rdfs:range obo_purl:PATO_0000001 ; owl:deprecated true .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.obolibrary.org/obo/pato#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix obo_purl: <http://purl.obolibrary.org/obo/> .
@prefix oboinowl_gen: <http://www.geneontology.org/formats/oboInOwl#> .

ns0:increased_in_magnitude_relative_to
    obo_purl:IAO_0000115 "OBSOLETE. q1 increased_in_magnitude_relative_to q2 if and only if magnitude(q1) > magnitude(q2). Here, magnitude(q) is a function that maps a quality to a unit-invariant scale." ;
    obo_purl:IAO_0100001 obo_purl:RO_0015007 ;
    oboinowl_gen:hasOBONamespace "quality" ;
    oboinowl_gen:id "increased_in_magnitude_relative_to" ;
    a owl:ObjectProperty, owl:TransitiveProperty ;
    rdfs:comment "Refer to https://github.com/pato-ontology/pato/issues/454. This relation is used to determine the 'directionality' of relative qualities such as 'increased strength', relative to the parent type, 'strength'." ;
    rdfs:domain obo_purl:PATO_0000001 ;
    rdfs:label "obsolete increased_in_magnitude_relative_to" ;
    rdfs:range obo_purl:PATO_0000001 ;
    owl:deprecated true .