Commit 365c4e66 authored by María's avatar María
Browse files

added properties SAREF4AGRI

Added domain properties to the SAREF4AGRI extension: soil moisture,
irrigation water, soil temperature, air temperature, ambient humidity,
precipitation and plant growth stage
parent aecc5248
Loading
Loading
Loading
Loading
+6785 −4171

File changed.

Preview size limit exceeded, changes collapsed.

+31.1 KiB (441 KiB)
Loading image diff...
+35 −0
Original line number Diff line number Diff line
@@ -940,6 +940,41 @@ saref:UnitOfMeasure a owl:Class ;
<http://www.ontology-of-units-of-measure.org/resource/om-2/millivolt> a owl:NamedIndividual , saref:UnitOfMeasure ;
	rdfs:label "millivolt"@en .
# 
# https://w3id.org/def/saref4agri#AirTemperature

s4agri:AirTemperature a owl:NamedIndividual , saref:Temperature ;
	rdfs:label "Air temperature"@en .
# 
# https://w3id.org/def/saref4agri#AmbientHumidity

s4agri:AmbientHumidity a owl:NamedIndividual , saref:Humidity ;
	rdfs:label "Ambient huidity"@en .
# 
# https://w3id.org/def/saref4agri#IrrigationWater

s4agri:IrrigationWater a owl:NamedIndividual , saref:Property ;
	rdfs:label "Irrigation water"@en .
# 
# https://w3id.org/def/saref4agri#PlantGrowthStage

s4agri:PlantGrowthStage a owl:NamedIndividual , saref:Property ;
	rdfs:label "Plant growth stage"@en .
# 
# https://w3id.org/def/saref4agri#Precipitation

s4agri:Precipitation a owl:NamedIndividual , saref:Property ;
	rdfs:label "Precipitation"@en .
# 
# https://w3id.org/def/saref4agri#SoilMoisture

s4agri:SoilMoisture a owl:NamedIndividual , saref:Property ;
	rdfs:label "Soil moisture"@en .
# 
# https://w3id.org/def/saref4agri#SoilTemperature

s4agri:SoilTemperature a owl:NamedIndividual , saref:Temperature ;
	rdfs:label "Soil temperature"@en .
# 
# 
# 
# #################################################################