<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>Enabling Semantic Web for Precision Agriculture: a Showcase of the Project agriOpenLink</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Dana Tomic</string-name>
          <email>tomic@ieee.org</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Domagoj Drenjanac</string-name>
          <email>drenjanac@ftw.at</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Wilifred Wöber</string-name>
          <email>wilfried.woeber@boku.ac.at</email>
          <xref ref-type="aff" rid="aff4">4</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Sandra Hörmann</string-name>
          <email>sandra.hoermann@josephinum.at</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>General Terms</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Wolfgang Auer</string-name>
          <email>wolfgang.auer@mkwe.com</email>
          <xref ref-type="aff" rid="aff3">3</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Design</institution>
          ,
          <addr-line>Experimentation</addr-line>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>FTW</institution>
          ,
          <addr-line>Donau-City Strasse 1, Vienna</addr-line>
          ,
          <country country="AT">Austria</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>Josephinum Research</institution>
          ,
          <addr-line>Rottenhauser Straße 1, Wieselburg</addr-line>
          ,
          <country country="AT">Austria</country>
        </aff>
        <aff id="aff3">
          <label>3</label>
          <institution>MKW electronics GmbH</institution>
          ,
          <addr-line>Jutogasse 3, Weibern</addr-line>
          ,
          <country country="AT">Austria</country>
        </aff>
        <aff id="aff4">
          <label>4</label>
          <institution>Universität für Bodenkultur</institution>
          ,
          <addr-line>Gregor-Mendel-Strasse 33, Vienna</addr-line>
          ,
          <country country="AT">Austria</country>
        </aff>
      </contrib-group>
      <fpage>26</fpage>
      <lpage>29</lpage>
      <abstract>
        <p>This paper describes the agriOpenLink approach towards triplification of the production data generated by heterogeneous agricultural equipment, for their easy integration and querying within a common information context of various decision support applications. The presented approach has been developed within the running project agriOpenLink, which aims at improving agricultural production processes. Triplification is performed by equipment-specific model adapters (plugins), which translate the equipment data into RDF triples. The plugins are realized by means of semantic REST services, and triplification is a result of a workflow orchestrated "on-demand" by chaining services of appropriate data sources. In the project, we have also conceptualized, and are currently implementing a platform and tools that facilitate easy plugin development and deployment. Dealing with the problem of creating a common information context, the project designed a domain ontology taking into account existing work, experimented with triplification of existing domain knowledge, and proposed an approach for the ontology maintenance. The agriOpenLink platform is being tested and demonstrated in the precision irrigation use case and the precision dairy farming use case. H.4 [Information Systems Applications]: Miscellaneous</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>Categories and Subject Descriptors</title>
      <p>Triplification, ontology, semantic services</p>
    </sec>
    <sec id="sec-2">
      <title>1. INTRODUCTION</title>
    </sec>
    <sec id="sec-3">
      <title>1.1 Precision Farming</title>
      <p>
        Precision agriculture stands for management practices and tools
that leverage advanced sensor, actuator and decision support
technology to aid in optimization of the production processes
[
        <xref ref-type="bibr" rid="ref1">1</xref>
        ][
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>The market for the precision agriculture equipment, both for the
arable farming and the livestock farming is rapidly growing, and
the robotic and sensor systems are already indispensable at larger
farms. These are expected to be ubiquitously used in the years to
come. Today, modern agricultural equipment such as
autonomously driving tractors with their smart implements,
milking and feeding robots or animal monitoring systems,
aggregate many different types of sensors and collect many
different sensor data. In many cases, these data are stored in local
databases, e.g., imbedded within robots or accompanying
controllers (PCs) that provide user applications. The raw sensor
data are often processed locally so as to provide users with a
meaningful aggregated information for the decision support. Such
interpreted data is often presented to users in a tabular of
graphical form. Cloud-based solutions are being increasingly
offered, however the issues of data ownership or reuse by 3rd
parties are still subject of many controversies hampering the
takeoff of these solutions.</p>
      <p>
        Nevertheless, the equipment is just one source of the production
data. The farmers need to interact with a multitude of other
external information systems with the weather data, soil, weed,
crops, pest, animal breeds, feed, and other information. Although
the integration of data from different sources is a paramount
enabler for the decision support applications and for the
production process optimization, it still remains a grand
challenge. Today it is often a farmer who has to collect data from
different sources e.g., in form of comma separated value (CSV)
files, and link them, and process them together. This is
particularly noticeable in the domain of precision livestock
farming where proprietary data models are often used, partially
because of a low acceptance of existing standards (e.g.,
ISOagriNET framework, www.isoagrinet.org) and their often
criticized inflexibility. As an answer to strong user needs,
emerging data integration solutions [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] typically also fall back to
using proprietary data models, without attempting to solve the
problem of data model interoperability. These approaches focus
more on providing a single integrated user interface for the
farmers, and less on establishing open interfaces for any new
system that can be meaningfully connected. Therefore they often
lead to non-scalable solutions sensitive to changes in data formats
that are used on the interfaces of heterogeneous integrated
sources.
      </p>
    </sec>
    <sec id="sec-4">
      <title>1.2 Semantic Web for Precision Farming</title>
      <p>
        The goal of Semantic Web is to use Web as an information
management platform [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. The standards of the Semantic Web
enable unified modelling of data and metadata, so that they could
be incrementally integrated within transparent knowledge
structures within which concepts can be disambiguated and
interrelated, and data easily linked to their defining schemas. The
standards, tools and practices of Semantic Web have reached
considerable maturity, and are used for the management of both
open data (freely accessible) and enterprise data (accessible to
registered users) in many different sectors and applications [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ][
        <xref ref-type="bibr" rid="ref6">6</xref>
        ].
These tools support the whole lifecycle of creating and
maintaining linked data, which includes 1) extraction of
structured data from other sources, 2) data authoring or creation
via “triplification”, enrichment, interlinking and fusing and 3)
data maintenance in a repository. As a result of the Linked Data
community effort the Open Linked Data Cloud today include
huge number of data sets (ontologies, vocabularies, … and real
data) with geographic information, publications, user generated
content, government, life sciences, and cross-domain. The
enterprise systems can re-use established semantic descriptions
and uniquely defined resources and benefit from the linked data
concepts and the shared semantics.
      </p>
      <p>
        The languages and tools for translation of data from different
formats into RDF are important components of existing Semantic
Web tool chains. Several approaches have already been proposed,
demonstrated and offered as standards. For the translation of
relational databases the W3C defined R2RML [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ]. The RML
approach [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ] defines a language that extends the R2RML standard
particularly addressing concurrent translation of many related
sources. These approaches are very well suited to be used by
owners of large databases that have already accumulated huge
amounts of data.
      </p>
      <p>
        Within the agricultural domain the Semantic Web approach
already inspired a number of solutions in the research spectrum,
e.g., [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref13 ref9">9-13</xref>
        ] and is also embraced by the Food and Agriculture
Organization of the United Nations (FAO; http://aims.fao.org) in
their global initiatives for agricultural information management
systems (AIMS), AGROVOC vocabulary, and agricultural
ontology service [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ]. Also in the agricultural domain there are
many different sources of information, and actors who currently
maintain these data for the farmers and are opening them via
APIs, e.g. as described in [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ], or can be found on [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ].
      </p>
    </sec>
    <sec id="sec-5">
      <title>2. THE AGRIOPENLINK APPROACH</title>
    </sec>
    <sec id="sec-6">
      <title>2.1 The Motivation</title>
      <p>Motivated with the shortcomings of the existing data integration
approaches in commercial precision farming solutions and the
promises of the Semantic Web, the project agriOpenLink1
developed a semantic approach with a goal to establish a common
context for the integration of heterogeneous interfaces and data,
and to develop tools to facilitate in better decision making and
process optimization. This approach integrates three tasks: 1)
establishing a platform in which a common ontology-based model
can be created and maintained to reflect the common data
integration possibilities and needs, 2) designing tools to ease the
development of the model adapters – the equipment-specific or
data-source-specific triplifiers – that translates process data into
RDF triples based on the concepts of the common ontology, and
3) designing a run time environment in which data translation
(tripligication) is performed on demand as a result of execution of
queries. As these RDF data relate to the common ontology (the
knowledge context) they can be easily integrated and queried
together.</p>
      <p>While agreeing on a common model (a defacto standard) is a
prominent requirements in the agricultural sector, it is not
possible to aspire model completeness. Therefore, the model
extension or change has to be technologically easy to implement
and propagate. This requirement makes semantic technology the
technology of choice for creating and maintaining a standard
model. Ontology-based domain knowledge is easy to extend and
interlink with already established concepts. That is why
agriOpenLink focus on tools for the ontology-based lifecycle
management of the schema and data. Accordingly adding a new
data source or changing formats does not result in a detrimental
complexity or a high implementation cost.</p>
      <p>The agriOpenLink approach also aims to account for specificities
of data sources in agricultural production environment and special
requirements on structuring them. While the applicability of the
relational database schema translation approaches is high for the
owners of large databases, this does not apply for the equipment
as a source of production data, because data stored within the
equipment database first needs to be processed (e.g., averaged
within a specific interval, etc.) to be useful for sharing. Therefore,
agriOpenLink uses plugin approach and application specific
translation of data into RDF by means of semantic REST services.</p>
    </sec>
    <sec id="sec-7">
      <title>2.2 The Realization</title>
      <p>
        2.2.1 Plugins as Triplifiers
The agriOpenLink platform offers tools and procedures to
translate the agricultural data from the precision agriculture
equipment or other agricultural information sources into their
semantic RDF-based form, in which they can be interlinked and
jointly queried. We adopted a plugin-based approach where each
source of a relevant information is wrapped within a so called
plugin acting as a model adapter - a triplefier. The triplification is
realized as service-based business logic. More specifically a
plugin is a software component which publishes semantic REST
services, similar to the SADI Web Services [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] that consume and
produce RDF triples. A plugin acts as a model mediator – it
translates data from the internal model of the device into instances
of particular class of the ontology decorated with specific
properties. Accordingly its function is to open and provide for
further linking RDF data from the devices. An important
component of our plugin approach is the development
1 www.agriopenlink.com
environment which offers plugin skeleton code and basic
functionality to aid in the plugin implementation.
      </p>
      <p>
        The decision to create a specific plugin platform and not use
existing Internet of things (IOT) frameworks such as [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ], and to
encapsulate translation of the data into RDF within semantic
services is based on specific requirements and current constraints
existing within the agriculture sector. First of all, we aimed at a
compact solution with a minimum set of functionality. The goal is
to bring the benefits of the semantics and ontology to the involved
actors (equipment vendors/ 3rd party application providers), but
hide as much as possible the complexity of the semantic
representation. To this aim the ontology is maintained via the
platform, and the plugin development environment automates
some of the complexity of semantic data processing and semantic
REST service creation, for the plugin developers. Accordingly,
agriOpenLink aims at scalable integration of any data interface
and data format within a common information and knowledge
context in which data can easily be related to and combined with
other data.
      </p>
      <p>
        While many agricultural equipment use relational databases to
organize its internal data, our triplification approach is not based
on the approaches and tools for data model translation such as
[
        <xref ref-type="bibr" rid="ref7">7</xref>
        ][
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The reasons for this are twofold. Firstly, the raw data
generated by the equipment is very often quite sensitive and must
first be processed into interpreted data that can be offered to
farmers. The raw data is often considered as being owned by the
equipment vendors. Accordingly, the amount of interpreted
information is lower as compared to the raw data. The information
offered to the farmer is sometimes not in the database, but is
calculated and only presented on the user interface. Secondly, the
engineers implementing the internal logic of this equipment, and
accordingly the plugins, do not have to learn semantic-heavy tools
but can program the business logic of translation completing the
plugin skeleton.
      </p>
      <p>
        The project agriOpenLink is demonstrating the use of the platform
in two scenarios: (1) in the precision irrigation scenario we focus
on triplifying weather, soil and sensor data and expressing the
transpiration model knowledge in form of semantic services [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ].
In the precision dairy farming scenario we triplify data from the
farm robots and farm systems and experiment with expert
knowledge for animal state diagnosis expressed as SPARQL
queries [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]. Figure 1 illustrates the platform architecture in a
precision dairy farming. A plugin server that implements HTTP
REST interfaces is a central component of the local system that
initiates and run different plugins on the farm. The agriOpenLink
platform also includes a plugin development environment in
which plugins can be designed and built into dynamically
loadable components.
      </p>
      <p>We experimented with the ways of encoding the expert
knowledge in form of defined classes, SPARQL queries and
semantic services. To this aim the Ontology Editor offers a user
interface to create defined classes with restrictions on properties
as a basis for classification. An example is a class that restricts the
activity property to define an animal which may be potentially
lame. The Query Editor offers a user interface for the creation of
SPARQL queries. We are currently implementing a solution with
which any query can be also translated into 1) a dynamically
deployed service (which controls invocation of other services) and
2) an API which can be programmatically included in any 3rd
party application that wants to start such query.</p>
      <sec id="sec-7-1">
        <title>2.2.2 The Domain Ontology</title>
        <p>
          Particularly the creation of the domain ontology for the dairy
farming scenario was challenging, due to not much of existing
work in this domain. In the process of DFO engineering for the
domains of milk quality, feeding, breeding, fertility, we analyzed
both the ISOagriNET standard dictionaries [
          <xref ref-type="bibr" rid="ref16">16</xref>
          ] and the schemas
of the milking robots, concentrate feeder, and heat and activity
monitoring equipment. We created the first version of the
ontology in the OWL ontology editor Protégé. It addresses the
scenario in which a linked data set is created for a herd at the farm
as a basis for herd management applications. The herd linked data
set includes the farm core data, i.e., the animal registration
information, and is enriched with the data continuously coming
from different farm equipment and external sources, including the
milk quality, feed, activity, fertility, and health information. We
started with a small set of OWL classes including: Animal, Farm,
Farmer, Equipment, Organization and the object properties to
reflect the relationships between instances of these classes such as
parent-child relationship between Animals, similar to the
ontologies [
          <xref ref-type="bibr" rid="ref11">11</xref>
          ][
          <xref ref-type="bibr" rid="ref21">21</xref>
          ]. While these existing ontologies provided an
important input, only the latter one has been recently published.
During the ontology creation it became clear that standard
ISOagriNET dictionaries need to be available in the linked data
format in order to reference them in a formal way. Consequently,
we defined their “triplification” as a goal for the 2nd phase of our
DFO engineering task. In finalizing the 1st phase we revisited the
requirements of our initial herd linked data scenario and
refocused the DFO engineering on the animal state diagnoses
scenario, in which WC3 SPARQL queries coming from Decision
Support Systems trigger search, access, interlinking and filtering
of semantic data available via Plugin Services. We reduced our
DFO to the properties that belong to a core data set, and that can
be extracted from equipment and external sources. DFO further
includes defined classes that are used by Plugin Services. They
specify what properties can be extracted from each specific
Plugin, i.e., specific type of the equipment.
        </p>
      </sec>
      <sec id="sec-7-2">
        <title>2.2.3 Translating ISOagriNET Data Dictionaries</title>
        <p>
          To obtain an RDF/OWL model of the standard dictionaries for
livestock farming we developed a triplifyer tool that follows the
best practices for creating the linked data [
          <xref ref-type="bibr" rid="ref6">6</xref>
          ]. Our triplifier tool
can also transform standard exchange data files into linked data.
The triplification of the standard schema was described in [
          <xref ref-type="bibr" rid="ref22">22</xref>
          ].
To test the procedure we triplified all dictionaries available via
http://ian.lkv-nrw.de as well as exemplary data files. The
translated dictionary for the year 2003 is available at
www.agriopenlink.com/ADR2003. We are currently working
towards completing and opening the ontology platform with
ontology browsing and editing GUI and a SPARQL interface.
        </p>
      </sec>
    </sec>
    <sec id="sec-8">
      <title>3. CONCLUSIONS</title>
      <p>The presented agriOpenLink platform is a work-in-progress
solution that was designed by strongly focusing on data created
within the agricultural production environment, on the data
formats that are currently used in these environments, and on the
benefits of translating production data into RDF for their easy
integration and integrated querying.</p>
      <p>Today farmers need to use data from many different data sources
and to integrate them in a meaningful way. Very often relevant
data sources, such as agricultural equipment, do not offer open
data interfaces, so farmers need to either manually verify data or
dump data into csv files and process them in some common
purpose tools. Also, some data interfaces do not comply with the
existing ISOagriNET standard, and often it takes a long time to
introduce new data properties pertaining to innovative new
sensors and systems into this standard.</p>
      <p>The contribution of the agriOpenLink solution is in offering an
integrated approach and a platform which can support 1)
maintenance of the domain knowledge (ontology) in the
repository with the SPARQL and user interfaces for ontology
community-based editing, 2) adding of new devices by means of
plugins that publish RDF data complying to the ontology, and
which can be easily created in a plugin development environment,
and, 3) querying of RDF data on-demand, where the resulting data
can be stored for further publishing and querying. We have
implemented and demonstrated core functionalities of the
platform in a demonstrator and are currently focusing on
deployment on farms, as well as on completing and opening the
agriOpenLink ontology maintaining platform for experimentation.</p>
    </sec>
    <sec id="sec-9">
      <title>4. ACKNOWLEDGMENTS</title>
      <p>The work presented here is partially funded by the Austrian
Research Agency (FFG) within the project agriOpenLink
(research fund 898398).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <surname>McBratney</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Whelan</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ancev</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <year>2005</year>
          . Future Directions of Precision Agriculture.
          <source>Precision Agriculture</source>
          ,
          <volume>6</volume>
          ,
          <fpage>7</fpage>
          -
          <lpage>23</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <surname>Bewley</surname>
            ,
            <given-names>J.M.</given-names>
          </string-name>
          <year>2013</year>
          .
          <article-title>Exciting Dairy Breakthroughs: Science Fiction or Precision Dairy Farming? Proceedings of the Precision Dairy Conf</article-title>
          .,
          <string-name>
            <surname>Rochester</surname>
          </string-name>
          , MI, June 26-27,
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <surname>Elite</surname>
          </string-name>
          ,
          <year>2014</year>
          '
          <article-title>Drei Programme für die Organisation Ihrer Herde'</article-title>
          , in German,
          <source>Elite Magazin 6/14</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>W3C</given-names>
            <surname>Semantic Web</surname>
          </string-name>
          , http://www.w3.org/standards/semanticweb/, last accessed:
          <source>Aug</source>
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Auer</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <year>2014</year>
          . Introduction to LOD2, in Linked Open Data - Creating
          <source>Knowledge Out of Interlinked Data</source>
          ,
          <fpage>1</fpage>
          -
          <lpage>17</lpage>
          , Springer,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <surname>Mezaour</surname>
          </string-name>
          ,
          <string-name>
            <surname>A-D.</surname>
          </string-name>
          ,
          <string-name>
            <surname>Van Nuffelen</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          , and
          <string-name>
            <given-names>C.</given-names>
            <surname>Blaschke</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Building Enterprise Ready Applications Using Linked Open Data</article-title>
          ,
          <source>in Linked Open Data - Creating Knowledge Out of Interlinked Data</source>
          , Springer,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>W3C</given-names>
            <surname>Semantic Web</surname>
          </string-name>
          ,
          <article-title>R2RML: RDB to RDF Mapping Language</article-title>
          , (
          <year>2012</year>
          ) http://www.w3.org/TR/r2rml/,
          <source>last accessed Aug</source>
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <surname>Dimou</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vander</surname>
            <given-names>Sande</given-names>
          </string-name>
          ,
          <string-name>
            <surname>M</surname>
          </string-name>
          , Colpaert,
          <string-name>
            <surname>P</surname>
          </string-name>
          , Verborgh,
          <string-name>
            <surname>R</surname>
          </string-name>
          , Mannens,
          <string-name>
            <surname>E.</surname>
          </string-name>
          and R. Van de Walle.
          <article-title>RML: A Generic Language for Integrated RDF Mappings of Heterogeneous Data</article-title>
          .
          <source>Proceedings of the 7th Workshop on Linked Data on the Web</source>
          ,
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Eckartz</surname>
            ,
            <given-names>S</given-names>
          </string-name>
          , Verhoosel,
          <string-name>
            <given-names>J</given-names>
            ,
            <surname>Folmer</surname>
          </string-name>
          <string-name>
            <surname>E</surname>
          </string-name>
          and
          <string-name>
            <surname>E Somers</surname>
          </string-name>
          <year>2013</year>
          .
          <article-title>Semantics for Smart Dairy Farming: a milk production registration standard v1.0</article-title>
          ,
          <string-name>
            <surname>Report</surname>
          </string-name>
          , available at http://www.smartdairyfarming.nl,
          <source>last accessed Aug</source>
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Chaplinskyy</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          and
          <string-name>
            <given-names>O.</given-names>
            <surname>Subbotina</surname>
          </string-name>
          ,
          <year>2013</year>
          .
          <article-title>Ontology-driven advice and decision-making within knowledge, dissemination for extension</article-title>
          ,
          <source>HAICTA</source>
          <year>2013</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Gao</surname>
            <given-names>Yongchun</given-names>
          </string-name>
          ,
          <year>2005</year>
          .
          <article-title>The application of Web Ontology Language for information sharing in the dairy industry</article-title>
          ,
          <source>PhD Thesis</source>
          ,
          <source>McGill Univ. Montreal</source>
          .
          <year>2005</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Athanasiadis</surname>
            <given-names>IN</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rizzoli</surname>
            <given-names>AE</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Janssen</surname>
            <given-names>S</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Andersen</surname>
            <given-names>E</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Villa</surname>
            <given-names>F.</given-names>
          </string-name>
          <year>2009</year>
          .
          <article-title>Ontology for Seamless Integration of Agricultural Data and Models</article-title>
          .
          <source>MTSR 2009; Milan, Italy, October 1-2</source>
          ,
          <year>2009</year>
          ,
          <fpage>282</fpage>
          -
          <lpage>293</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Grimnes</surname>
            <given-names>MK</given-names>
          </string-name>
          , Abufouda, M and
          <string-name>
            <given-names>A</given-names>
            <surname>Schröder</surname>
          </string-name>
          .
          <year>2012</year>
          ,
          <article-title>Semantic Integration through Linked Data in the iGreen project</article-title>
          .
          <source>GIL Jahrestagung</source>
          , volume
          <volume>194</volume>
          <source>of LNI</source>
          , page
          <volume>107</volume>
          -
          <fpage>110</fpage>
          .GI,(
          <year>2012</year>
          )
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Lauser</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Sini</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Liang</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Keizer</surname>
            , J. and
            <given-names>S.</given-names>
          </string-name>
          <string-name>
            <surname>Katz</surname>
          </string-name>
          , Stephen,
          <year>2006</year>
          . From AGROVOC to the Agricultural Ontology Service / Concept Server, available at http://aims.fao.org
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Haezebrouck</surname>
            ,
            <given-names>T-P</given-names>
          </string-name>
          , Emeric,
          <string-name>
            <given-names>E</given-names>
            ,
            <surname>Sine</surname>
          </string-name>
          <string-name>
            <surname>M</surname>
          </string-name>
          ,
          <article-title>API-AGRO: An Open Data and Open API platform to promote interoperability standards for Farm Services and Ag Web Applications</article-title>
          ,
          <string-name>
            <surname>EFITA</surname>
          </string-name>
          <year>2015</year>
          , June 29-July 2,
          <string-name>
            <surname>Poznan</surname>
          </string-name>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>LKV</surname>
          </string-name>
          ,
          <year>2015</year>
          'ISOagriNet, http://ian.lkv-nrw.de/index.php, http://ian.lkv-nrw.de, http://webapp.lkvnrw.de/AdedDataDictionary, last accessed Aug 2015
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Wilkinson</surname>
            ,
            <given-names>M.D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>McCarthy</surname>
            ,
            <given-names>E.L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vandervalk</surname>
            ,
            <given-names>B.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Withers</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kawas</surname>
            ,
            <given-names>E.A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Samadian</surname>
          </string-name>
          ,
          <year>2010</year>
          . S.:
          <article-title>SADI, SHARE, and the in silico scientific method</article-title>
          .
          <source>;BMC Bioinformatics</source>
          (
          <year>2010</year>
          )
          <fpage>7</fpage>
          -
          <lpage>7</lpage>
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <given-names>FIWARE</given-names>
            <surname>Backend Device Management - IDAS</surname>
          </string-name>
          , http://catalogue.fiware.org/enablers/backend-devicemanagement-idas,
          <source>last accessed Aug</source>
          <year>2015</year>
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Wöber</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ; Supper,
          <string-name>
            <surname>G.</surname>
          </string-name>
          ; Aschauer,
          <string-name>
            <given-names>C.</given-names>
            ;
            <surname>Gronauer</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            ;
            <surname>Tomic</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ;
            <surname>Hörmann</surname>
          </string-name>
          ,
          <string-name>
            <surname>S.</surname>
          </string-name>
          ,
          <article-title>Entwicklung eines auf semantischer Technologie basierenden Analysesystems zur Überwachung der Wasserversorgung von landwirtschaftlichen Nutzflächen</article-title>
          ,
          <source>GIL Tagung</source>
          <year>2015</year>
          , Available at http://www.gilnet.de/Publikationen/27_201.pdf, Last accessed June 2015
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Tomic</surname>
            <given-names>SDK</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoermann</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Handler</surname>
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wöber</surname>
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Otte</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>and W.</given-names>
            <surname>Auer</surname>
          </string-name>
          ,
          <year>2014</year>
          . agriOpenLink:
          <article-title>Semantic Services for Adaptive Processes in Livestock Farming</article-title>
          ,
          <string-name>
            <surname>AgEng</surname>
          </string-name>
          <year>2014</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Seamless</surname>
          </string-name>
          ,
          <year>2015</year>
          . http://ontologies.seamlessip.org/livestock.owl,
          <source>last accessed Aug</source>
          <year>2015</year>
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Tomic</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Drenjanac</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hoermann</surname>
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Auer</surname>
            ,
            <given-names>W,</given-names>
          </string-name>
          <article-title>Experience with Creating and Maintaining Ontology for Precision Dairy Farming: A Showcase of agriOpenLink</article-title>
          ,
          <source>EFITA</source>
          <year>2015</year>
          , June 29-July 2,
          <string-name>
            <surname>Poznan</surname>
          </string-name>
          ,
          <year>2015</year>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>