@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://purl.obolibrary.org/obo/esmo.owl#> . @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 skos: <http://www.w3.org/2004/02/skos/core#> . ns0:has_quality a owl:ObjectProperty ; rdfs:range obo_purl:BFO_0000019 ; skos:definition "b has quality c =Def c quality of b" ; skos:example "tree has quality height, phone has quality price" .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://purl.obolibrary.org/obo/esmo.owl#> .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:has_quality
    a owl:ObjectProperty ;
    rdfs:range obo_purl:BFO_0000019 ;
    skos:definition "b has quality c =Def c quality of b" ;
    skos:example "tree has quality height, phone has quality price" .