Unverified Commit 1d61c596 authored by Maxime Lefrançois's avatar Maxime Lefrançois
Browse files

cosmetic changes for html doc

parent 0a02f14a
Loading
Loading
Loading
Loading
Loading
+6 −7
Original line number Original line Diff line number Diff line
@@ -488,14 +488,13 @@ s4agri:WeightSensor rdf:type owl:Class ;




###  https://saref.etsi.org/saref4agri/AirTemperature
###  https://saref.etsi.org/saref4agri/AirTemperature
s4agri:AirTemperature rdf:type owl:NamedIndividual ,
s4agri:AirTemperature rdf:type owl:NamedIndividual , saref:Property ;
                         saref:Temperature ;
  rdfs:comment "The degree or intensity of heat present in the air."@en ;
  rdfs:comment "The degree or intensity of heat present in the air."@en ;
  rdfs:label "Air temperature"@en .
  rdfs:label "Air temperature"@en .




###  https://saref.etsi.org/saref4agri/AmbientHumidity
###  https://saref.etsi.org/saref4agri/AmbientHumidity
s4agri:AmbientHumidity rdf:type owl:NamedIndividual ,
s4agri:AmbientHumidity rdf:type owl:NamedIndividual , saref:Property ;
  rdfs:comment "The amount of water vapour in the air."@en ;
  rdfs:comment "The amount of water vapour in the air."@en ;
  rdfs:label "Ambient humidity"@en .
  rdfs:label "Ambient humidity"@en .


@@ -529,18 +528,18 @@ s4agri:SoilMoisture rdf:type owl:NamedIndividual ,




###  https://saref.etsi.org/saref4agri/SoilTemperature
###  https://saref.etsi.org/saref4agri/SoilTemperature
s4agri:SoilTemperature rdf:type owl:NamedIndividual ,
s4agri:SoilTemperature  rdf:type owl:NamedIndividual , saref:Property ;
  rdfs:comment "The degree or intensity of heat present in the soil."@en ;
  rdfs:comment "The degree or intensity of heat present in the soil."@en ;
  rdfs:label "Soil temperature"@en .
  rdfs:label "Soil temperature"@en .


s4agri:Intake a saref:Property ;
s4agri:Intake a owl:NamedIndividual , saref:Property ;
  rdfs:comment "The amount of food or other substance taken into the body of an animal or into the soil."@en ;
  rdfs:comment "The amount of food or other substance taken into the body of an animal or into the soil."@en ;
  rdfs:label "Intake"@en .
  rdfs:label "Intake"@en .


s4agri:Yield a saref:Property ;
s4agri:Yield a owl:NamedIndividual , saref:Property ;
  rdfs:comment "The produced amount of food for animals or of agricultural products."@en ;
  rdfs:comment "The produced amount of food for animals or of agricultural products."@en ;
  rdfs:label "Yield"@en .
  rdfs:label "Yield"@en .


s4agri:Area a saref:Property ;
s4agri:Area a owl:NamedIndividual , saref:Property ;
  rdfs:comment "The total area of a spatial entity, such as a parcel or a farm."@en ;
  rdfs:comment "The total area of a spatial entity, such as a parcel or a farm."@en ;
  rdfs:label "Area"@en .
  rdfs:label "Area"@en .