@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 skos: <http://www.w3.org/2004/02/skos/core#> . ns0:benefits_from a owl:ObjectProperty ; skos:definition "A relationship that holds between an actor or an actor aggregate and the value of a commodity or human activity from which they derive some benefit" ; skos:example "fisher benefits from income" .
@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 skos: <http://www.w3.org/2004/02/skos/core#> .

ns0:benefits_from
    a owl:ObjectProperty ;
    skos:definition "A relationship that holds between an actor or an actor aggregate and the value of a commodity or human activity from which they derive some benefit" ;
    skos:example "fisher benefits from income" .