ontology.xml 79.6 KB
Newer Older
OnToologyUser's avatar
OnToologyUser committed
    


    <!-- https://w3id.org/def/saref4agri#IrrigationWater -->


    <owl:NamedIndividual rdf:about="https://w3id.org/def/saref4agri#IrrigationWater">
        <rdf:type rdf:resource="https://w3id.org/saref#Property"/>
    </owl:NamedIndividual>
    


    <!-- https://w3id.org/def/saref4agri#PlantGrowthStage -->


    <owl:NamedIndividual rdf:about="https://w3id.org/def/saref4agri#PlantGrowthStage">
        <rdf:type rdf:resource="https://w3id.org/saref#Property"/>
    </owl:NamedIndividual>
    


    <!-- https://w3id.org/def/saref4agri#Precipitation -->


    <owl:NamedIndividual rdf:about="https://w3id.org/def/saref4agri#Precipitation">
        <rdf:type rdf:resource="https://w3id.org/saref#Property"/>
    </owl:NamedIndividual>
    


    <!-- https://w3id.org/def/saref4agri#SoilMoisture -->


    <owl:NamedIndividual rdf:about="https://w3id.org/def/saref4agri#SoilMoisture">
        <rdf:type rdf:resource="https://w3id.org/saref#Property"/>
    </owl:NamedIndividual>
    


    <!-- https://w3id.org/def/saref4agri#SoilTemperature -->


    <owl:NamedIndividual rdf:about="https://w3id.org/def/saref4agri#SoilTemperature">
        <rdf:type rdf:resource="https://w3id.org/saref#Temperature"/>
    </owl:NamedIndividual>
    


OnToologyUser's avatar
OnToologyUser committed
    <!-- 
    ///////////////////////////////////////////////////////////////////////////////////////
    //
    // Annotations
    //
    ///////////////////////////////////////////////////////////////////////////////////////
     -->


    <rdf:Description rdf:about="http://www.w3.org/2003/01/geo/wgs84_pos#location">
        <rdfs:comment>The relation between something and the point, 
 or other geometrical thing in space, where it is.  For example, the realtionship between
 a radio tower and a Point with a given lat and long.
 Or a relationship between a park and its outline as a closed arc of points, or a road and
 its location as a arc (a sequence of points).
 Clearly in practice there will be limit to the accuracy of any such statement, but one would expect
 an accuracy appropriate for the size of the object and uses such as mapping .
 </rdfs:comment>
        <rdfs:label xml:lang="en">location</rdfs:label>
    </rdf:Description>
OnToologyUser's avatar
OnToologyUser committed
    <rdf:Description rdf:about="https://w3id.org/def/saref4agri#AirTemperature">
        <rdfs:comment>The degree or intensity of heat present in the air.</rdfs:comment>
        <rdfs:label xml:lang="en">Air temperature</rdfs:label>
    </rdf:Description>
    <rdf:Description rdf:about="https://w3id.org/def/saref4agri#AmbientHumidity">
        <rdfs:comment>The amount of water vapour in the air.</rdfs:comment>
        <rdfs:label xml:lang="en">Ambient huidity</rdfs:label>
        <rdfs:label xml:lang="en">Ambient humidity</rdfs:label>
    </rdf:Description>
    <rdf:Description rdf:about="https://w3id.org/def/saref4agri#IrrigationWater">
        <rdfs:comment>The amount of water falling in the soil by irrigation methods.</rdfs:comment>
        <rdfs:label xml:lang="en">Irrigation water</rdfs:label>
    </rdf:Description>
    <rdf:Description rdf:about="https://w3id.org/def/saref4agri#PlantGrowthStage">
        <rdfs:comment>The level or stage of growth of the plant.</rdfs:comment>
        <rdfs:label xml:lang="en">Plant growth stage</rdfs:label>
    </rdf:Description>
    <rdf:Description rdf:about="https://w3id.org/def/saref4agri#Precipitation">
        <rdfs:comment>The amount of water falling in the soil by natural process (e.g. rain).</rdfs:comment>
        <rdfs:label xml:lang="en">Precipitation</rdfs:label>
    </rdf:Description>
    <rdf:Description rdf:about="https://w3id.org/def/saref4agri#SoilMoisture">
        <rdfs:comment>The amount of water or humidity contained in the soil.</rdfs:comment>
        <rdfs:label xml:lang="en">Soil moisture</rdfs:label>
    </rdf:Description>
    <rdf:Description rdf:about="https://w3id.org/def/saref4agri#SoilTemperature">
        <rdfs:comment>The degree or intensity of heat present in the soil.</rdfs:comment>
        <rdfs:label xml:lang="en">Soil temperature</rdfs:label>
    </rdf:Description>
OnToologyUser's avatar
OnToologyUser committed
<!-- Generated by the OWL API (version 5.1.9) https://github.com/owlcs/owlapi/ -->