@prefix s4agri: <https://saref.etsi.org/saref4agri/> .
PREFIX s4agri: <https://saref.etsi.org/saref4agri/>
The present document is a major revision of the SAREF4AGRI ontology extension, developed in the context of the STF 641, using updated reference ontology patterns specified in ETSI TS 103 548 [2] to solve the harmonization needs identified in ETSI TR 103 781 [i.5], with updated development framework and tools defined in ETSI TS 103 673 [3].The present document was originally developed in the context of the STF 534, an ETSI specialists task force that was established with the goal to extend SAREF [1] for the domains of Smart Cities, Smart Industry & Manufacturing, and Smart AgriFood (https://portal.etsi.org/STF/stfs/STFHomePages/STF534). The intention of SAREF4AGRI is to connect SAREF with existing ontologies (such as W3C SSN, W3C SOSA, GeoSPARQL, etc.) and important standardization initiatives in the Smart Agriculture and Food Chain domain, including ICAR for livestock data (https://www.icar.org/), AEF for agricultural equipment (http://www.aef-online.org), Plant Ontology Consortium for plants (http://archive.plantontology.org), AgGateway for IT support for arable farming (http://www.aggateway.org/), as mentioned in the associated SAREF4AGRI requirements document ETSI TR 103 511 [i.2].
To show the potential of SAREF4AGRI, the present document focuses on two examples, which are the "livestock farming" and "smart irrigation" use cases. Various other examples exist in the Smart Agriculture and Food Chain domain, such as arable farming, horticulture, agricultural equipment, greenhouses and food chain, as mentioned in [i.2] (for an exhaustive list of use cases, see also the H2020 Large Scale Pilot "Internet of Food and Farm 2020 (IoF2020)" at https://iof2020.eu/trials). However, it was necessary to make actionable choices within the STF 534 timeframe and the available resources, thus livestock farming and smart irrigation have been chosen as the two initial examples to create SAREF4AGRI. As a next step, it is recommended to further refine the proposed livestock farming and smart irrigation examples to add relevant sensors that are not considered yet, and also consider additional use cases to create new releases of SAREF4AGRI, following and extending the examples provided in the present document. As all the SAREF ontologies, SAREF4AGRI is a dynamic semantic model that is meant to evolve over time. Therefore, the stakeholders in the AgriFood domain (starting from the ICAR, AEF and AgGateway initiatives) are invited to use, validate and provide feedback on SAREF4AGRI, collaborating with the SAREF ontology experts to improve and evolve SAREF4AGRI in an iterative and interactive manner, so that changes and additions can be incorporated in future releases of the present document.
The livestock farming and smart irrigation use cases used as basis to create SAREF4AGRI in the present document are concerned with the integration of multiple data sources for the purpose of providing decision support services located on the local "Farm Management System" of the farmers or provided by a service over the network. Multiple data sources of interest include GPS, meteorological data (both historic and current), remote observation (via satellite sources such as Copernicus) and local observation using near or proximal sensors. As an extension of SAREF, which is a semantic model for IoT that describes smart devices and applications in terms of their functions, services, states and measurements [1], SAREF4AGRI is concerned with the description of proximal sensors that measure a variety of relevant parameters for agriculture, including: (on animal) movement, temperature, etc., (in the soil) moisture/humidity, Ph value, salinity, compaction, (on plant) plant colour (NDVI), etc. The measurements from these sensors need to be integrated by a decision support service to enable the planning of (for example) a treatment plan for animals (in a livestock scenario), or a decision to irrigate or harvest (in an irrigation, horticulture or greenhouse context). The requirements used to create the SAREF4AGRI extension specified in the present document are described in the associated ETSI TR 103 511 [i.2].
The prefixes and namespaces used in SAREF4AGRI and in the present document are listed in the Namespace Declarations section
The main entities in the modelling of platforms, systems and deployments are represented by the ssn:System and ssn:Deployment classes. Note that the design patterns for modelling these concepts have been taken from the W3C SSN ontology and, as a best practice for reuse, the SAREF4AGRI model refers directly to the URIs of the SSN (http://www.w3.org/ns/ssn/) and SOSA (http://www.w3.org/ns/sosa/) ontologies.
The ssn:System class in the SSN ontology represents a system and is components as specific devices, actuators or sensors. Moreover, the ssn:Deployment class from the SSN ontology describes the deployment of one or more systems on a sosa:Platform for a particular purpose for a given time period. SAREF4AGRI defines a saref:Device as subclass of an ssn:System and extends the ssn:Deployment class by means of the s4agri:Deployment class. In this way, it is possible to represent a specific installation of a certain agricultural system (e.g., a smart irrigation system) in a given space (expressed by means of the property s4agri:isDeployedAtSpace) and at a given temporal frame (expressed by means of the property s4agri:hasDeploymentPeriod) where SAREF4AGRI devices (e.g., a pluviometer, a soil tensiometer, a weather station, and a watering gun) can be deployed. The deployment can involve a given sosa:Platform which hosts the system deployed in such deployment. In order to represent temporal information the TIME ontology has been reused. For the geographical information the GeoSPARQL ontology (http://www.opengis.net/ont/geosparql#) is reused.
The main features of interest in SAREF4AGRI currently support (aspects of) the livestock farming and smart irrigation use cases and are represented by the s4agri:Animal, s4agri:AnimalGroup, s4agri:Crop and s4agri:Soil classes that are shown in Figure 1.
The s4agri:Animal class describes an animal that can be classified in SAREF4AGRI reusing the TAXRANK taxonomy vocabulary (http://purl.obolibrary.org/obo/taxrank.owl#). Besides the reuse of the TAXRANK taxonomy vocabulary, an animal is furthermore defined in SAREF4AGRI as having a birth and death date. An animal also has a unique identifier and can be part of one or more s4agri:AnimalGroup that are used to conduct experiments and observations on the livestock. Note that animals can be also specialized using subclasses, as is shown in the example in clause 4.3.1 with the ex:LactatingCow class that was created as a subclass of s4agri:Animal. Animals and animal groups are related to measurements via the saref:FeatureOfinterest concept of SAREF (see clause 4.2.3).
The s4agri:Soil class represents the upper layer of the earth in which plants grow. The s4agri:Crop class describes a collection of homogeneous plant species that is grown on a large scale commercially (especially a cereal, fruit, or vegetable) and is planted on a single location. A s4agri:Crop is grown on some s4agri:Parcel, which is an area of land, defined in SAREF4AGRI as subclass of the geo:Feature (see clause 4.2.6). Moreover, s4agri:Crop is related to measurements via saref:FeatureOfInterest (see clause 4.2.3).
SAREF4AGRI extends the device hierarchy defined in SAREF in order to include devices needed to support the livestock farming and the smart irrigation use cases. These devices are shown in Figure 2. The devices included for the Smart Irrigation use case are: s4agri:Pluviometer, s4agri:SoilTensiometer, s4agri:WeatherStation, and s4agri:WateringGun. The devices included for the Livestock Farming use case are: s4agri:MovementActivitySensor, EatingActivitySensor, s4agri:MilkingSensor, and s4agri:WeightSensor.
SAREF4AGRI extends the property hierarchy defined in SAREF in order to include properties needed to support the livestock farming and the smart irrigation use cases. These devices are shown in Figure 3. The properties included for the smart irrigation use case are: s4agri:SoilMoisture, s4agri:IrrigationWater, s4agri:SoilTemperature, s4agri:AirTemperature, s4agri:AmbientHumidity, s4agri:Precipitation and s4agri:PlantGrowthStage.
The properties included for the livestock farming use case are: s4agri:Yield (which can further be specialized in subclasses, such as MilkYield, CropYield, MeatYield, MilkYield, etc. as needed) and s4agri:Intake (which can further be specialized in subclasses, such as FoodIntake for animals, FertilizerIntake for crops, etc. as needed).
SAREF4AGRI adopts the same topology modelling pattern that is adopted in the SAREF4CITY extension [i.3], where existing standard ontologies have been reused for this purpose. As shown in Figure 4, for representing spatial objects in SAREF4AGRI, the geo:SpatialObject class from GeoSPARQL has been reused along with its subclasses geo:Feature, geo:Geometry and the properties geo:sfContains, geo:sfWithin and geo:hasGeometry.
For the purpose of SAREF4AGRI, the geo:Feature class has been extended with the following subclasses:
A s4agri:Farm can contain one or more s4bldg:Building and s4agri:Parcel (via the geo:sfContains relation). Note that these types of feature are used in the present document as examples, but more feature types (and building types) can be added as needed. Moreover, a s4bldg:Building can be further decomposed in one or more s4bldg:BuildingSpace individuals (once again via the geo:sfContains relation). As subclasses of geo:Feature, all the classes mentioned above inherit the possibility to have a physical geometric description using geo:Geometry, if needed (e.g., especially relevant for s4agri:Parcel).
The SAREF4AGRI extension reuses the FOAF vocabulary (http://xmlns.com/foaf/0.1/) to represent the concepts of Person and Organization. Figure 5 shows that in SAREF4AGRI the foaf:Person and foaf:Organization classes are extended with the s4agri:Farmer and s4agri:FarmHolding subclasses to describe farmers and their organizations. Both foaf:Person and foaf:Organization are subclass of foaf:Agent. Organizations (e.g. s4agri:FarmHolding) have members (e.g. farmers). Both s4agri:Farmer and s4agri:FarmHolding can manage some s4agri:Farm.
IRI: https://saref.etsi.org/saref4agri/Animal
IRI: https://saref.etsi.org/saref4agri/AnimalGroup
A collection of one or multiple animals.
IRI: https://saref.etsi.org/saref4agri/Crop
A collection of cultivated plants that is grown on a large scale commercially, especially a cereal, fruit, or vegetable.
IRI: https://saref.etsi.org/saref4agri/Deployment
The scenario, including temporal and spatial information, in which the systems and devices are installed.
IRI: https://saref.etsi.org/saref4agri/EatingActivitySensor
Eating activity sensor
IRI: https://saref.etsi.org/saref4agri/Farm
A plot of land used for the scope of farming which can contain buildings and parcels.
IRI: https://saref.etsi.org/saref4agri/FarmHolding
A class to decsribe a saref4agri farm holding as subcass of a foaf:Organization
IRI: https://saref.etsi.org/saref4agri/Farmer
A class to decsribe a saref4agri farmer as subcass of a foaf:Person
IRI: https://saref.etsi.org/saref4agri/MilkingSensor
A class to describe an animal milking sensor.
IRI: https://saref.etsi.org/saref4agri/MovementActivitySensor
A class to describe a motion sensor.
IRI: https://saref.etsi.org/saref4agri/Parcel
An area of land, which might be used for grazing animals or planting crops. The parcel is defined as an undividable logical area of land which contains homogeneous items.
IRI: https://saref.etsi.org/saref4agri/Platform
A Platform is an entity that hosts other entities, particularly Sensors, Actuators, Samplers, and other Platforms (definition taken from http://www.w3.org/ns/sosa/Platform)
IRI: https://saref.etsi.org/saref4agri/Pluviometer
A sensor that measures the rain fall.
IRI: https://saref.etsi.org/saref4agri/Soil
Upper layer of the earth in which plants grow.
IRI: https://saref.etsi.org/saref4agri/SoilTensiometer
A sensor that measures the soil moisture.
IRI: https://saref.etsi.org/saref4agri/Thermometer
A class to describe a sensor that measures temperature.
IRI: https://saref.etsi.org/saref4agri/WateringGun
An actuator to irrigate an space.
IRI: https://saref.etsi.org/saref4agri/WateringSystem
A class to describe a system that dispenses or irrigates water.
IRI: https://saref.etsi.org/saref4agri/WateringValve
A class to describe an actuator for dispensing water.
IRI: https://saref.etsi.org/saref4agri/WeatherStation
A sensor or system that measure weather conditions.
IRI: https://saref.etsi.org/saref4agri/WeightSensor
A class to describe a sensor that measures mass.
IRI: https://saref.etsi.org/saref4agri/generates
A relation to represent the yield generated by a Crop.
IRI: https://saref.etsi.org/saref4agri/hasDeploymentPeriod
Relation to indicate the temporal duration or period of a deployment.
has deployment period
IRI: https://saref.etsi.org/saref4agri/hasMember
A relation to represent the members of an AnimalGroup.
IRI: https://saref.etsi.org/saref4agri/isDeployedAtSpace
Relation to indicate the geographical componet of a deployment.
is deployed at space
IRI: https://saref.etsi.org/saref4agri/isLocatedIn
A relation to express the physical location of a saref4agri entity (e.g., an animal)
IRI: https://saref.etsi.org/saref4agri/isLocationOf
The physical location which locates a saref4agri entity.
IRI: https://saref.etsi.org/saref4agri/isMemberOf
A relation to express that an animal can be part of groups.
IRI: https://saref.etsi.org/saref4agri/managesFarm
A relation to represent the person or company that supervises a farm.
IRI: https://saref.etsi.org/saref4agri/hasBirthDate
A relation to express the birth date of an animal.
IRI: https://saref.etsi.org/saref4agri/hasDeathDate
A relation to express the death date of an animal.
IRI: https://saref.etsi.org/saref4agri/hasHarvestDate
A relation to express the day the crop is harvested.
IRI: https://saref.etsi.org/saref4agri/hasPlantDate
A relation to express the day the crop is planted.
IRI: https://saref.etsi.org/saref4agri/AirTemperature
The degree or intensity of heat present in the air.
IRI: https://saref.etsi.org/saref4agri/AmbientHumidity
The amount of water vapour in the air.
IRI: https://saref.etsi.org/saref4agri/Area
The total area of a spatial entity, such as a parcel or a farm.
IRI: https://saref.etsi.org/saref4agri/Intake
The amount of food or other substance taken into the body of an animal or into the soil.
IRI: https://saref.etsi.org/saref4agri/IrrigationWater
The amount of water falling in the soil by irrigation methods.
IRI: https://saref.etsi.org/saref4agri/PlantGrowthStage
The level or stage of growth of the plant.
IRI: https://saref.etsi.org/saref4agri/Precipitation
The amount of water falling in the soil by natural process (e.g. rain).
IRI: https://saref.etsi.org/saref4agri/SoilMoisture
The amount of water or humidity contained in the soil.
IRI: https://saref.etsi.org/saref4agri/SoilTemperature
The degree or intensity of heat present in the soil.
IRI: https://saref.etsi.org/saref4agri/Yield
The produced amount of food for animals or of agricultural products.
The editors would like to thank the ETSI SmartM2M technical committee for providing guidance and expertise.
Also, many thanks to the ETSI staff and all other current and former active Participants of the ETSI SmartM2M group for their support, technical input and suggestions that led to improvements to this ontology.
Also, special thanks goes to the ETSI SmartM2M Technical Officer Guillemin Patrick for his help.
This documentation page was generated automatically using SPARQL-Generate, developed by Maxime Lefrançois. The SAREF public portal, the SAREF sources with continuous integration and deployment, the SAREF Pipeline software, and ETSI Technical Specification TS 103 673 v1.1.1 "SAREF Development Framework and Workflow, Streamlining the Development of SAREF and its Extensions", have been developed in the context of the ETSI STF 578, which followed the ETSI STF 556.
An individual and identifiable living organism that feeds on organic matter, typically having specialized sense organs and nervous system and able to respond rapidly to stimuli.