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

closes #10

parent 4ce59d91
Loading
Loading
Loading
Loading
Loading
+21 −25
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ ex:Animalia
  rdfs:label "Animalia"^^xsd:string ;
.
ex:BioCompostIntake
  rdf:type ex:CompostIntake ;
  skos:broader ex:CompostIntake ;
.
ex:Bos_Taurus
  rdf:type obo:TAXRANK_0000006 ;
@@ -64,9 +64,9 @@ ex:Compartment_B
  s4agri:isContainedIn ex:Milk_Cow_Barn ;
.
ex:CompostIntake
  rdf:type owl:Class ;
  rdf:type saref:Property ;
  rdfs:label "Fertilizer intake"^^xsd:string ;
  rdfs:subClassOf s4agri:Intake ;
  skos:broader s4agri:Intake ;
.
ex:Compost_2019-02-02
  rdf:type saref:Measurement ;
@@ -82,9 +82,9 @@ ex:Compost_2019-02-16
  saref:relatesToProperty ex:CompostIntake ;
.
ex:ConcentrateIntake
  rdf:type owl:Class ;
  rdf:type saref:Property ;
  rdfs:label "Concentrate intake"^^xsd:string ;
  rdfs:subClassOf s4agri:Intake ;
  skos:broader s4agri:Intake ;
.
ex:Cow1
  rdf:type ex:LactatingCow ;
@@ -148,22 +148,22 @@ ex:Cow_Eating_Activity_Sensor_33
.
ex:Cow_Group_A
  rdf:type s4agri:AnimalGroup ;
  s4agri:generates ex:MilkYield ;
  saref:hasProperty ex:MilkYield ;
.
ex:Cow_Group_B
  rdf:type s4agri:AnimalGroup ;
  s4agri:contains ex:Cow3 ;
.
ex:CropIntake
  rdf:type owl:Class ;
  rdf:type saref:Property ;
  rdfs:label "Crop intake"^^xsd:string ;
  rdfs:subClassOf s4agri:Intake ;
  skos:broader s4agri:Intake ;
.
ex:CropYield
  rdf:type owl:Class ;
  rdf:type saref:Property ;
  rdfs:comment "Produced crops (i.e. cultivated plant)"@en ;
  rdfs:label "Crop Yield"^^xsd:string ;
  rdfs:subClassOf s4agri:Yield ;
  skos:broader s4agri:Yield ;
.

ex:Cyperales
@@ -178,9 +178,9 @@ ex:Eating_Activity_in_minutes_per__hour
  rdf:type saref:Property ;
.
ex:EggYield
  rdf:type owl:Class ;
  rdf:type saref:Property ;
  rdfs:label "Egg Yield"^^xsd:string ;
  rdfs:subClassOf s4agri:Yield ;
  skos:broader s4agri:Yield ;
.
ex:FarmHolding
  rdf:type owl:Class ;
@@ -231,7 +231,7 @@ ex:Humidity_Percentage
  rdf:type owl:NamedIndividual ;
.
ex:Intake_Sugar_Corn
  rdf:type ex:CropIntake ;
  skos:broader ex:CropIntake ;
.
<https://saref.etsi.org/saref4agri/v1.1.2/example/saref4agri-ex1/J._Jansen>
  rdf:type ex:Farmer ;
@@ -255,20 +255,16 @@ ex:LactatingCow


ex:MeatYield
  rdf:type owl:Class ;
  rdf:type saref:Property ;
  rdfs:label "Meat Yield"^^xsd:string ;
  rdfs:subClassOf s4agri:Yield ;
  skos:broader s4agri:Yield ;
.


ex:Milk
  rdf:type ex:MilkYield ;
  rdf:type owl:NamedIndividual ;
.
ex:MilkYield
  rdf:type owl:Class ;
  rdf:type saref:Property ;
  rdfs:label "Milk Yield"^^xsd:string ;
  rdfs:subClassOf s4agri:Yield ;
  skos:broader s4agri:Yield ;
.
ex:MilkYieldSensor
  rdf:type ex:MilkingSensor ;
@@ -283,8 +279,8 @@ ex:MilkYieldSensor
ex:Milk_Cow_Barn
  rdf:type ex:FarmingBuilding ;
.
ex:Milk_Cow_Meat
  rdf:type ex:MeatYield ;
ex:Milk_Cow_Meat a saref:Property ;
  skos:broader ex:MeatYield ;
.
ex:Milk_Yield_2019-03-01_1
  rdf:type saref:Measurement ;
@@ -416,8 +412,8 @@ ex:Soil_Sensor
ex:Storage_Barn
  rdf:type ex:FarmingBuilding ;
.
ex:Sugar_Corn_Yield
  rdf:type s4agri:Yield ;
ex:Sugar_Corn_Yield a saref:Property ;
  skos:broader s4agri:Yield ;
.
ex:Sugar_Snaps_1
  rdf:type s4agri:Crop ;
+0 −1
Original line number Diff line number Diff line
@@ -544,7 +544,6 @@ 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:label "Intake"@en .


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