@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix ns0: <http://www.mistea.supagro.inra.fr/ontologies/2015/aeo#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . ns0:appliedTo a owl:ObjectProperty ; rdfs:comment "semantic relation between classes under AgriActivity and some classes under Agrientity. This relation represents that an instance of AgriActivity is applied to an instance of AgriEntity. For instance, an instance of Fertilizing is applied to an instance of Plot or SubPlot"@en ; rdfs:domain ns0:AgriActivity ; rdfs:label "applied to"@en ; rdfs:range ns0:AgriEntity ; owl:inverseOf ns0:applies .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix ns0: <http://www.mistea.supagro.inra.fr/ontologies/2015/aeo#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

ns0:appliedTo
    a owl:ObjectProperty ;
    rdfs:comment "semantic relation between classes under AgriActivity and some classes under Agrientity. This relation represents that an instance of AgriActivity is applied to an instance of AgriEntity. For instance, an instance of Fertilizing is applied to an instance of Plot or SubPlot"@en ;
    rdfs:domain ns0:AgriActivity ;
    rdfs:label "applied to"@en ;
    rdfs:range ns0:AgriEntity ;
    owl:inverseOf ns0:applies .