Commit efe912dd authored by Cornelis Bouter's avatar Cornelis Bouter
Browse files

change yield and intake to Property

parent 0a2fe1f1
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1177,12 +1177,12 @@ s4agri:SoilTemperature rdf:type owl:NamedIndividual ,
  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 owl:Class ;
s4agri:Intake a 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 owl:Class ;
s4agri:Yield a 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 .