SlideShare ist ein Scribd-Unternehmen logo
1 von 24
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Linked Data with hybrid
services in Agriculture
Raul Palma1, Rob Knapen2
1Poznan Supercomputing and Networking Center
2Wageningen University & Research
113th OGC Technical Committee meeting
Toulouse, 19th November 2019
1
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Linked data publication
• LD is increasingly becoming a popular method for publishing data on the Web
• Improves data accessibility by both humans and machines, e.g., for finding, reuse and integration
• Enables to discover more useful data through the links (and inferencing), and to exploit data with
semantic queries
• Growing number of datasets in the LOD cloud
 1,239 datasets with 16,147 links (as of March 2019)
• Coverage of the LOD cloud
 Large cross-domain datasets (dbpedia, freebase, etc.)
 Variable domain coverage (e.g., Geography,
Government, BioInformatics)
• What about Agriculture?
 “Just” few datasets (e.g., AGRIS biblio records,
AGROVOC thesaurus + other thesaurus like NALT)
 Farming data and other agri-activities related data?
2
http://lod-cloud.net/
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Why is Linked Data relevant in Agriculture:
Farming context
• Farm management
• Multiple activities and stakeholders
• Multiple applications, tools and
devices
• Multiple data sources, types and
formats
• Challenge
 To combine/integrate those different
and heterogeneous data sources in
order to make economically and
environmentally sound decisions
3
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Data Integration in relevant projects (context)
• Data integration challenges have been/are one of the key challenges
addressed in several recent projects related to the agri-food sector
4
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Linked data principles principles and general tasks
• Simple set of principles & technologies
• URI, HTTP, RDF, SPARQL
• Involves a set of (common) general tasks
5
Datasets identification
Model specification
RDF data generation
Linking
Exploiting
Hyland et al.
Hausenblas et al.
Villazón-Terrazas et al.
Best Practices for Publishing Linked Data
5-star deployment scheme
for Linked Open Data
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Linked data guidelines & patterns
6
T. Heath and C. Bizer. Linked Data: Evolving the Web into a Global Data Space,
http://linkeddatabook.com/editions/1.0/
B. Hyland, G. Atemezing, B. Villazón-Terrazas
Best Practices for Publishing Linked Data.
W3C Working Group Note
https://www.w3.org/TR/ld-bp/
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
From guidelines to practice
7
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Implementing Linked Data publication pipelines
• Goal: to define and deploy (semi-) automatic processes to carry out the necessary steps
to transform and publish different input datasets as Linked Data.
• A pipeline connect different data processing components to carry out the
transformation of data into RDF and their linking, and includes the mapping
specifications to process the input datasets.
• Each pipeline is configured to support specific input dataset types (same format, model
and delivery form).
• Principles
 Pipelines can be directly re-executed and re-applied
(e.g., extended/updated datasets)
 Pipelines must be easily reusable
 Pipelines must be easily adapted for new input datasets
 Pipeline execution should be as automatic as possible.
The final target is to fully automated processes.
 Pipelines should support both: (mostly) static data and data
streams (e.g., sensor data)
• The resulting datasets available as Linked Data, will provide an integrated view over the
initial (disconnected and heterogeneous) datasets, in compliance with any privacy and
access control needs
8
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Serving Linked Data with hybrid services
• Many practical linked data use cases have to address hybrid information
needs1:
 Variety of data sources
 Variety of data modalities
 Variety of data processing techniques
• Although SPARQL queries enable to express data requests over RDF
knowledge graphs, the support for hybrid information needs is limited
 Query engines focus on retrieving RDF data and support a set of built-in services
• Approach: implement wrappers around the APIs that:
 Assign HTTP URIs to the resources about which the API provides data
 Upon URI dereference, rewrite the client’s request into a request against the API
 Transform API results to RDF and sent back to the client.
9
1Nikolov, Andriy et al. “Ephedra: SPARQL Federation over RDF Data and Services.” International Semantic Web Conference (2017).
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Use case: AgroDataCube (ongoing work)
• AgroDataCube provides a large collection of both open and derived data from Netherlands for
use in agri-food applications (by Wageningen Environmental Research)
• AgroDataCube exposes a REST API with 6 resources:
 Fields: to retrieve data from the crop registration
datasets. Crop fields change per year,
and are recorded by farmers with an indication
of the crop that will be grown on the field.
 Altitude: to retrieve AHN
('Actueel Hoogtebestand Nederland')
 Meteo: to retrieve data from the KNMI
(the Royal Netherlands Meteorological Institute)
weather stations
 Soil: to retrieve data from the BOFEK 2012 datasets
and the Dutch soil map 1:50.000
 Vegetation: to retrieve NDVI
(Normalized Difference Vegetation Index) data
 Codes: to retrieve more details about a specific crop
or soil code returned by other requests
 Regions: to retrieve administrative boundaries of
provinces, municipalities, and postal code areas
• Data is returned in GeoJSON format
• Part of CYBELE demonstrator „Optimising computations for crop yield forecasting”
10
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
General steps
• Define/select semantic models to represent data of
resources from API
• Implement wrapper around API to transform on the fly
SPARQL request to API call and generate RDF data from
GeoJSON result
• Expose generated RDF data via SPARQL endpoint
• Query REST API with SPARQL
 Process (e.g., format) any required output on the fly
 Link the generated RDF data with other datasets and thesauri
(on the fly or with previously generated/discovered RDF links)
• Visualize and exploit Linked Data
11
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Ontologies for AgroDataCube
• General rule: reuse standard and/or widely used
ontologies/vocabularies whenever possible, and
extend as needed
• Selected resources:
 FOODIE ontology
 OLU vocabulary
 SOSA/SSN
 Soilphysics
 …
12
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
FOODIE ontology
• Application vocabulary covering the different categories
of information dealt by the farm mgmt. tools/apps
• in line with existing standards and best practices
 Builds on the INSPIRE AF specification for agricultural data, and
 the INSPIRE specification for themes in annex I for geospatial data,
based on
 ISO/OGC standards for geographical information
• Generated (semi-)automatically with ShapeChange tool
from base model in UML1
 ShapeChange implements ISO 19150-2 standard rules for mapping
ISO geographic information UML models to OWL ontologies.
• Overall structure (ShapeChange output)
 UML featureTypes and dataTypes modelled as classes, and their
attributes as datatype or object properties
 UML codeLists modelled as classes/concepts, and their attributes as
concept members
 Cardinalities restrictions defined on properties (exactly, min, max)
 DataType properties ranges defined according to model/mappings
 Object properties ranges defined according to model/mappings
 Object properties inverseOf defined
13
1Palma R., Reznik T., Esbri M., Charvat K., Mazurek C., An INSPIRE-based vocabulary
for the publication of Agricultural Linked Data. Proceedings of the OWLED
Workshop: collocated with the ISWC-2015, Bethlehem PA, USA, October 11-15, 2015
Datatype hierarchy codelist hierarchy
FeatureType hierarchy
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
FOODIE ontology
• Key feature on a more detailed level than Site that is already part
of the INSPIRE AF data model: Plot
• Represents a continuous area of agricultural land with
one type of crop species, cultivated by one user in one
farming mode
• Two kinds of data associated:
• metadata information
• agro-related information
 Next level: Management Zone
• Enables a more precise description of the land
characteristics in fine-grained area
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
FOODIE ontology
• The Intervention is the basic feature type for any kind of (farming)
application with explicitly defined geometry, e.g., tillage or pruning.
 Has multiple indirect associations with different concepts
15
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Ephedra: API Wrapper
• Ephedra is a SPARQL federation
engine aimed at processing hybrid
queries, which provides a flexible
declarative mechanism for including
hybrid services into a SPARQL
federation.
• Ephedra is a component of
Metaphactory
(https://www.metaphacts.com/), an
end-to-end Knowledge Graph
Platform for knowledge graph
management, rapid application
development, and end-user oriented
interaction.
16
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Creating SPARQL wrapper with Ephedra
• Describe the REST Service Signature (mapping)
17
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Creating SPARQL wrapper with Ephedra
• Configure the
AgroDataCube REST
Service Repository
• Include this repository
into the Ephedra
federation
18
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Expose generated RDF data via SPARQL endpoint
• SPARQL endpoint provided
 http://metaphactory.foodie-
cloud.org/sparql?repository=ephedra
• Use SPARQL SERVICE keyword
 SERVICE
<http://www.metaphacts.com/ontologies/platform/rep
ository/federation#agrodatacube>
19
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Query REST API with SPARQL
• Process (e.g., format) any required output on the fly
• Link the generated RDF data with other datasets and thesauri on the fly
20
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Visualize and exploit the linked data
• Demo app: http://metaphactory.foodie-cloud.org/resource/:AGROVOC-crops
21
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Visualize and exploit the linked data
• Demo app: http://metaphactory.foodie-cloud.org/resource/:AGROVOC-crops
22
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Visualize and exploit the linked data
• Demo app: http://metaphactory.foodie-cloud.org/resource/:AGROVOC-crops
23
www.cybele-project.eu
This project has received funding from the European
Union’s Horizon 2020 research and innovation
programme under grant agreement No. 825355.
Special thanks to Metaphacts team
Questions: rpalma@man.poznan.pl
24
Thank you!

Weitere ähnliche Inhalte

Was ist angesagt?

3rd DBpedia Community Meeting - ALIGNED
3rd DBpedia Community Meeting - ALIGNED3rd DBpedia Community Meeting - ALIGNED
3rd DBpedia Community Meeting - ALIGNEDodhrangavin
 
20141030 LinDA Workshop echallenges2014 - LinDA project overview
20141030 LinDA Workshop echallenges2014 - LinDA project overview20141030 LinDA Workshop echallenges2014 - LinDA project overview
20141030 LinDA Workshop echallenges2014 - LinDA project overviewLinDa_FP7
 
Progress of the Helix Nebula Science Cloud PCP Project
Progress of the Helix Nebula Science Cloud PCP ProjectProgress of the Helix Nebula Science Cloud PCP Project
Progress of the Helix Nebula Science Cloud PCP ProjectHelix Nebula The Science Cloud
 
Cross e-Infrastructure collaborations
Cross e-Infrastructure collaborationsCross e-Infrastructure collaborations
Cross e-Infrastructure collaborationsEUDAT
 
Experience in managing service portfolio by Pasquale Pagano
Experience in managing service portfolio by Pasquale PaganoExperience in managing service portfolio by Pasquale Pagano
Experience in managing service portfolio by Pasquale PaganoBlue BRIDGE
 
Open Source Software and Open Interoperability Standards at EDINA National Da...
Open Source Software and Open Interoperability Standards at EDINA National Da...Open Source Software and Open Interoperability Standards at EDINA National Da...
Open Source Software and Open Interoperability Standards at EDINA National Da...EDINA, University of Edinburgh
 
EPOS metadata catalogue
EPOS metadata catalogueEPOS metadata catalogue
EPOS metadata catalogueBlue BRIDGE
 
Project update - João Fernandes
Project update - João FernandesProject update - João Fernandes
Project update - João FernandesArchiver
 
European Data Portal - ePSI platform webinar 8 February 2016
European Data Portal - ePSI platform webinar 8 February 2016European Data Portal - ePSI platform webinar 8 February 2016
European Data Portal - ePSI platform webinar 8 February 2016EuropeanDataPortal
 
Serving Ireland's Geospatial Information as Linked Data (ISWC 2016 Poster)
Serving Ireland's Geospatial Information as Linked Data (ISWC 2016 Poster)Serving Ireland's Geospatial Information as Linked Data (ISWC 2016 Poster)
Serving Ireland's Geospatial Information as Linked Data (ISWC 2016 Poster)Christophe Debruyne
 
General Presentation European Data Portal
General Presentation European Data PortalGeneral Presentation European Data Portal
General Presentation European Data PortalEuropeanDataPortal
 
agINFRA vision after the end of the project
agINFRA vision after the end of the projectagINFRA vision after the end of the project
agINFRA vision after the end of the projectAndreas Drakos
 
ShareGeo: Discovering and Sharing Geospatial Data - 12 months on and going open!
ShareGeo: Discovering and Sharing Geospatial Data - 12 months on and going open!ShareGeo: Discovering and Sharing Geospatial Data - 12 months on and going open!
ShareGeo: Discovering and Sharing Geospatial Data - 12 months on and going open!EDINA, University of Edinburgh
 
A Research Data Catalogue supporting Blue Growth: the BlueBRIDGE case
A Research Data Catalogue supporting Blue Growth: the BlueBRIDGE caseA Research Data Catalogue supporting Blue Growth: the BlueBRIDGE case
A Research Data Catalogue supporting Blue Growth: the BlueBRIDGE caseBlue BRIDGE
 
PaNOSC: EOSC for Photon and Neutron Facilities Users
PaNOSC: EOSC for Photon and Neutron Facilities Users PaNOSC: EOSC for Photon and Neutron Facilities Users
PaNOSC: EOSC for Photon and Neutron Facilities Users EOSC-hub project
 
Towards an e-infrastructure in agriculture?
Towards an e-infrastructure in agriculture?Towards an e-infrastructure in agriculture?
Towards an e-infrastructure in agriculture?Blue BRIDGE
 
Leeds University Geospatial Metadata Workshop 20110617
Leeds University Geospatial Metadata Workshop 20110617Leeds University Geospatial Metadata Workshop 20110617
Leeds University Geospatial Metadata Workshop 20110617EDINA, University of Edinburgh
 

Was ist angesagt? (20)

3rd DBpedia Community Meeting - ALIGNED
3rd DBpedia Community Meeting - ALIGNED3rd DBpedia Community Meeting - ALIGNED
3rd DBpedia Community Meeting - ALIGNED
 
20141030 LinDA Workshop echallenges2014 - LinDA project overview
20141030 LinDA Workshop echallenges2014 - LinDA project overview20141030 LinDA Workshop echallenges2014 - LinDA project overview
20141030 LinDA Workshop echallenges2014 - LinDA project overview
 
EOSC-hub in EOSC context
EOSC-hub in EOSC contextEOSC-hub in EOSC context
EOSC-hub in EOSC context
 
Progress of the Helix Nebula Science Cloud PCP Project
Progress of the Helix Nebula Science Cloud PCP ProjectProgress of the Helix Nebula Science Cloud PCP Project
Progress of the Helix Nebula Science Cloud PCP Project
 
Cross e-Infrastructure collaborations
Cross e-Infrastructure collaborationsCross e-Infrastructure collaborations
Cross e-Infrastructure collaborations
 
Experience in managing service portfolio by Pasquale Pagano
Experience in managing service portfolio by Pasquale PaganoExperience in managing service portfolio by Pasquale Pagano
Experience in managing service portfolio by Pasquale Pagano
 
Open Source Software and Open Interoperability Standards at EDINA National Da...
Open Source Software and Open Interoperability Standards at EDINA National Da...Open Source Software and Open Interoperability Standards at EDINA National Da...
Open Source Software and Open Interoperability Standards at EDINA National Da...
 
EPOS metadata catalogue
EPOS metadata catalogueEPOS metadata catalogue
EPOS metadata catalogue
 
Project update - João Fernandes
Project update - João FernandesProject update - João Fernandes
Project update - João Fernandes
 
European Data Portal - ePSI platform webinar 8 February 2016
European Data Portal - ePSI platform webinar 8 February 2016European Data Portal - ePSI platform webinar 8 February 2016
European Data Portal - ePSI platform webinar 8 February 2016
 
Serving Ireland's Geospatial Information as Linked Data (ISWC 2016 Poster)
Serving Ireland's Geospatial Information as Linked Data (ISWC 2016 Poster)Serving Ireland's Geospatial Information as Linked Data (ISWC 2016 Poster)
Serving Ireland's Geospatial Information as Linked Data (ISWC 2016 Poster)
 
General Presentation European Data Portal
General Presentation European Data PortalGeneral Presentation European Data Portal
General Presentation European Data Portal
 
agINFRA vision after the end of the project
agINFRA vision after the end of the projectagINFRA vision after the end of the project
agINFRA vision after the end of the project
 
ShareGeo: Discovering and Sharing Geospatial Data - 12 months on and going open!
ShareGeo: Discovering and Sharing Geospatial Data - 12 months on and going open!ShareGeo: Discovering and Sharing Geospatial Data - 12 months on and going open!
ShareGeo: Discovering and Sharing Geospatial Data - 12 months on and going open!
 
A Research Data Catalogue supporting Blue Growth: the BlueBRIDGE case
A Research Data Catalogue supporting Blue Growth: the BlueBRIDGE caseA Research Data Catalogue supporting Blue Growth: the BlueBRIDGE case
A Research Data Catalogue supporting Blue Growth: the BlueBRIDGE case
 
PaNOSC: EOSC for Photon and Neutron Facilities Users
PaNOSC: EOSC for Photon and Neutron Facilities Users PaNOSC: EOSC for Photon and Neutron Facilities Users
PaNOSC: EOSC for Photon and Neutron Facilities Users
 
Towards an e-infrastructure in agriculture?
Towards an e-infrastructure in agriculture?Towards an e-infrastructure in agriculture?
Towards an e-infrastructure in agriculture?
 
Open @ EDINA
Open @ EDINAOpen @ EDINA
Open @ EDINA
 
Leeds University Geospatial Metadata Workshop 20110617
Leeds University Geospatial Metadata Workshop 20110617Leeds University Geospatial Metadata Workshop 20110617
Leeds University Geospatial Metadata Workshop 20110617
 
Introduction to Digimap's Ordnance Survey Collection
Introduction to Digimap's Ordnance Survey CollectionIntroduction to Digimap's Ordnance Survey Collection
Introduction to Digimap's Ordnance Survey Collection
 

Ähnlich wie Linked Data with hybrid services in Agriculture

Exposing EO Linked (meta-)Data from OpenSearch Catalogue
Exposing EO Linked (meta-)Data from OpenSearch CatalogueExposing EO Linked (meta-)Data from OpenSearch Catalogue
Exposing EO Linked (meta-)Data from OpenSearch CatalogueRaul Palma
 
Publication of INSPIRE-based agricultural linked data
Publication of INSPIRE-based agricultural linked dataPublication of INSPIRE-based agricultural linked data
Publication of INSPIRE-based agricultural linked dataRaul Palma
 
Virtual BenchLearning - DeepHealth - Needs & Requirements for Benchmarking
Virtual BenchLearning - DeepHealth - Needs & Requirements for BenchmarkingVirtual BenchLearning - DeepHealth - Needs & Requirements for Benchmarking
Virtual BenchLearning - DeepHealth - Needs & Requirements for BenchmarkingBig Data Value Association
 
Linked data publication pipelines for agri-related use cases
Linked data publication pipelines for agri-related use casesLinked data publication pipelines for agri-related use cases
Linked data publication pipelines for agri-related use casesRaul Palma
 
PaNOSC and Research Data Management / Battery2030+ Initiative Workshop / 12 M...
PaNOSC and Research Data Management / Battery2030+ Initiative Workshop / 12 M...PaNOSC and Research Data Management / Battery2030+ Initiative Workshop / 12 M...
PaNOSC and Research Data Management / Battery2030+ Initiative Workshop / 12 M...PaNOSC
 
H2020 big data and fiware an d iot
H2020 big data and fiware an d iotH2020 big data and fiware an d iot
H2020 big data and fiware an d iotWirelessInfo
 
WEBINAR: "How to manage your data to make them open and fair"
WEBINAR:  "How to manage your data to make them open and fair"  WEBINAR:  "How to manage your data to make them open and fair"
WEBINAR: "How to manage your data to make them open and fair" OpenAIRE
 
Deep-Learning and HPC to Boost Biomedical applications for health
Deep-Learning and HPC to Boost Biomedical applications for healthDeep-Learning and HPC to Boost Biomedical applications for health
Deep-Learning and HPC to Boost Biomedical applications for healthBig Data Value Association
 
3rd Dbpedia Community Meeting - ALIGNED
3rd Dbpedia Community Meeting - ALIGNED3rd Dbpedia Community Meeting - ALIGNED
3rd Dbpedia Community Meeting - ALIGNEDAlignedProject
 
Inspire hack 2017-linked-data
Inspire hack 2017-linked-dataInspire hack 2017-linked-data
Inspire hack 2017-linked-dataRaul Palma
 
Team 05 linked data generation
Team 05 linked data generationTeam 05 linked data generation
Team 05 linked data generationplan4all
 
PaNOSC Overview - ExPaNDS kick-off meeting - September 2019
PaNOSC Overview - ExPaNDS kick-off meeting - September 2019PaNOSC Overview - ExPaNDS kick-off meeting - September 2019
PaNOSC Overview - ExPaNDS kick-off meeting - September 2019PaNOSC
 
RDMkit, a Research Data Management Toolkit. Built by the Community for the ...
RDMkit, a Research Data Management Toolkit.  Built by the Community for the ...RDMkit, a Research Data Management Toolkit.  Built by the Community for the ...
RDMkit, a Research Data Management Toolkit. Built by the Community for the ...Carole Goble
 
CINECA webinar slides: Data Gravity in the Life Sciences: Lessons learned fro...
CINECA webinar slides: Data Gravity in the Life Sciences: Lessons learned fro...CINECA webinar slides: Data Gravity in the Life Sciences: Lessons learned fro...
CINECA webinar slides: Data Gravity in the Life Sciences: Lessons learned fro...CINECAProject
 
Service provisioning for Excellent Science (Daan Broeder - EUDAT/CLARIN) | Op...
Service provisioning for Excellent Science (Daan Broeder - EUDAT/CLARIN) | Op...Service provisioning for Excellent Science (Daan Broeder - EUDAT/CLARIN) | Op...
Service provisioning for Excellent Science (Daan Broeder - EUDAT/CLARIN) | Op...EUDAT
 
PaNOSC and ExPaNDS commitment to Open Science
PaNOSC and ExPaNDS commitment to Open SciencePaNOSC and ExPaNDS commitment to Open Science
PaNOSC and ExPaNDS commitment to Open SciencePaNOSC
 
European Open Science Cloud: Concept, status and opportunities
European Open Science Cloud: Concept, status and opportunitiesEuropean Open Science Cloud: Concept, status and opportunities
European Open Science Cloud: Concept, status and opportunitiesEOSC-hub project
 
Gergely Sipos, Claudio Cacciari: Welcome and mapping the landscape: EOSC-hub ...
Gergely Sipos, Claudio Cacciari: Welcome and mapping the landscape: EOSC-hub ...Gergely Sipos, Claudio Cacciari: Welcome and mapping the landscape: EOSC-hub ...
Gergely Sipos, Claudio Cacciari: Welcome and mapping the landscape: EOSC-hub ...EOSC-hub project
 
fiware_event_13_06_2023_fragkou_pavlina.pptx
fiware_event_13_06_2023_fragkou_pavlina.pptxfiware_event_13_06_2023_fragkou_pavlina.pptx
fiware_event_13_06_2023_fragkou_pavlina.pptxFIWARE
 

Ähnlich wie Linked Data with hybrid services in Agriculture (20)

Exposing EO Linked (meta-)Data from OpenSearch Catalogue
Exposing EO Linked (meta-)Data from OpenSearch CatalogueExposing EO Linked (meta-)Data from OpenSearch Catalogue
Exposing EO Linked (meta-)Data from OpenSearch Catalogue
 
Publication of INSPIRE-based agricultural linked data
Publication of INSPIRE-based agricultural linked dataPublication of INSPIRE-based agricultural linked data
Publication of INSPIRE-based agricultural linked data
 
Virtual BenchLearning - DeepHealth - Needs & Requirements for Benchmarking
Virtual BenchLearning - DeepHealth - Needs & Requirements for BenchmarkingVirtual BenchLearning - DeepHealth - Needs & Requirements for Benchmarking
Virtual BenchLearning - DeepHealth - Needs & Requirements for Benchmarking
 
Linked data publication pipelines for agri-related use cases
Linked data publication pipelines for agri-related use casesLinked data publication pipelines for agri-related use cases
Linked data publication pipelines for agri-related use cases
 
PaNOSC and Research Data Management / Battery2030+ Initiative Workshop / 12 M...
PaNOSC and Research Data Management / Battery2030+ Initiative Workshop / 12 M...PaNOSC and Research Data Management / Battery2030+ Initiative Workshop / 12 M...
PaNOSC and Research Data Management / Battery2030+ Initiative Workshop / 12 M...
 
H2020 big data and fiware an d iot
H2020 big data and fiware an d iotH2020 big data and fiware an d iot
H2020 big data and fiware an d iot
 
WEBINAR: "How to manage your data to make them open and fair"
WEBINAR:  "How to manage your data to make them open and fair"  WEBINAR:  "How to manage your data to make them open and fair"
WEBINAR: "How to manage your data to make them open and fair"
 
Deep-Learning and HPC to Boost Biomedical applications for health
Deep-Learning and HPC to Boost Biomedical applications for healthDeep-Learning and HPC to Boost Biomedical applications for health
Deep-Learning and HPC to Boost Biomedical applications for health
 
3rd Dbpedia Community Meeting - ALIGNED
3rd Dbpedia Community Meeting - ALIGNED3rd Dbpedia Community Meeting - ALIGNED
3rd Dbpedia Community Meeting - ALIGNED
 
Inspire hack 2017-linked-data
Inspire hack 2017-linked-dataInspire hack 2017-linked-data
Inspire hack 2017-linked-data
 
Team 05 linked data generation
Team 05 linked data generationTeam 05 linked data generation
Team 05 linked data generation
 
PaNOSC Overview - ExPaNDS kick-off meeting - September 2019
PaNOSC Overview - ExPaNDS kick-off meeting - September 2019PaNOSC Overview - ExPaNDS kick-off meeting - September 2019
PaNOSC Overview - ExPaNDS kick-off meeting - September 2019
 
RDMkit, a Research Data Management Toolkit. Built by the Community for the ...
RDMkit, a Research Data Management Toolkit.  Built by the Community for the ...RDMkit, a Research Data Management Toolkit.  Built by the Community for the ...
RDMkit, a Research Data Management Toolkit. Built by the Community for the ...
 
CINECA webinar slides: Data Gravity in the Life Sciences: Lessons learned fro...
CINECA webinar slides: Data Gravity in the Life Sciences: Lessons learned fro...CINECA webinar slides: Data Gravity in the Life Sciences: Lessons learned fro...
CINECA webinar slides: Data Gravity in the Life Sciences: Lessons learned fro...
 
Service provisioning for Excellent Science (Daan Broeder - EUDAT/CLARIN) | Op...
Service provisioning for Excellent Science (Daan Broeder - EUDAT/CLARIN) | Op...Service provisioning for Excellent Science (Daan Broeder - EUDAT/CLARIN) | Op...
Service provisioning for Excellent Science (Daan Broeder - EUDAT/CLARIN) | Op...
 
PaNOSC and ExPaNDS commitment to Open Science
PaNOSC and ExPaNDS commitment to Open SciencePaNOSC and ExPaNDS commitment to Open Science
PaNOSC and ExPaNDS commitment to Open Science
 
European Open Science Cloud: Concept, status and opportunities
European Open Science Cloud: Concept, status and opportunitiesEuropean Open Science Cloud: Concept, status and opportunities
European Open Science Cloud: Concept, status and opportunities
 
Gergely Sipos, Claudio Cacciari: Welcome and mapping the landscape: EOSC-hub ...
Gergely Sipos, Claudio Cacciari: Welcome and mapping the landscape: EOSC-hub ...Gergely Sipos, Claudio Cacciari: Welcome and mapping the landscape: EOSC-hub ...
Gergely Sipos, Claudio Cacciari: Welcome and mapping the landscape: EOSC-hub ...
 
2019 04-08 hopu-aj
2019 04-08 hopu-aj2019 04-08 hopu-aj
2019 04-08 hopu-aj
 
fiware_event_13_06_2023_fragkou_pavlina.pptx
fiware_event_13_06_2023_fragkou_pavlina.pptxfiware_event_13_06_2023_fragkou_pavlina.pptx
fiware_event_13_06_2023_fragkou_pavlina.pptx
 

Mehr von Raul Palma

FDO as building block for digitization technology stacks
FDO as building block for digitization technology stacksFDO as building block for digitization technology stacks
FDO as building block for digitization technology stacksRaul Palma
 
RO-crate-FDO-ROHub
RO-crate-FDO-ROHubRO-crate-FDO-ROHub
RO-crate-FDO-ROHubRaul Palma
 
RELIANCE-reproducible-OS.pptx
RELIANCE-reproducible-OS.pptxRELIANCE-reproducible-OS.pptx
RELIANCE-reproducible-OS.pptxRaul Palma
 
RELIANCE-services-final.pptx
RELIANCE-services-final.pptxRELIANCE-services-final.pptx
RELIANCE-services-final.pptxRaul Palma
 
ROHub-Argos integration
ROHub-Argos integrationROHub-Argos integration
ROHub-Argos integrationRaul Palma
 
RELIANCE ROHub hackathon
RELIANCE ROHub hackathonRELIANCE ROHub hackathon
RELIANCE ROHub hackathonRaul Palma
 
Fostering the Smart Agriculture Development in North East Europe
Fostering the Smart Agriculture Development in North East EuropeFostering the Smart Agriculture Development in North East Europe
Fostering the Smart Agriculture Development in North East EuropeRaul Palma
 
Reliance project introduction
Reliance project introductionReliance project introduction
Reliance project introductionRaul Palma
 
Wielkopolska activities with potential to cluster to cluster collaboration EU...
Wielkopolska activities with potential to cluster to cluster collaboration EU...Wielkopolska activities with potential to cluster to cluster collaboration EU...
Wielkopolska activities with potential to cluster to cluster collaboration EU...Raul Palma
 
Towards the development of smart agriculture infrastructure in Wielkopolska r...
Towards the development of smart agriculture infrastructure in Wielkopolska r...Towards the development of smart agriculture infrastructure in Wielkopolska r...
Towards the development of smart agriculture infrastructure in Wielkopolska r...Raul Palma
 
An INSPIRE-based vocabulary for the publication of Agricultural Linked Data
An INSPIRE-based vocabulary for the publication of Agricultural Linked DataAn INSPIRE-based vocabulary for the publication of Agricultural Linked Data
An INSPIRE-based vocabulary for the publication of Agricultural Linked DataRaul Palma
 
Aspects of Reproducibility in Earth Science
Aspects of Reproducibility in Earth ScienceAspects of Reproducibility in Earth Science
Aspects of Reproducibility in Earth ScienceRaul Palma
 

Mehr von Raul Palma (13)

FDO as building block for digitization technology stacks
FDO as building block for digitization technology stacksFDO as building block for digitization technology stacks
FDO as building block for digitization technology stacks
 
RO-crate-FDO-ROHub
RO-crate-FDO-ROHubRO-crate-FDO-ROHub
RO-crate-FDO-ROHub
 
RELIANCE-reproducible-OS.pptx
RELIANCE-reproducible-OS.pptxRELIANCE-reproducible-OS.pptx
RELIANCE-reproducible-OS.pptx
 
RELIANCE-services-final.pptx
RELIANCE-services-final.pptxRELIANCE-services-final.pptx
RELIANCE-services-final.pptx
 
ROHub-Argos integration
ROHub-Argos integrationROHub-Argos integration
ROHub-Argos integration
 
RELIANCE ROHub hackathon
RELIANCE ROHub hackathonRELIANCE ROHub hackathon
RELIANCE ROHub hackathon
 
Fostering the Smart Agriculture Development in North East Europe
Fostering the Smart Agriculture Development in North East EuropeFostering the Smart Agriculture Development in North East Europe
Fostering the Smart Agriculture Development in North East Europe
 
Reliance project introduction
Reliance project introductionReliance project introduction
Reliance project introduction
 
Wielkopolska activities with potential to cluster to cluster collaboration EU...
Wielkopolska activities with potential to cluster to cluster collaboration EU...Wielkopolska activities with potential to cluster to cluster collaboration EU...
Wielkopolska activities with potential to cluster to cluster collaboration EU...
 
Towards the development of smart agriculture infrastructure in Wielkopolska r...
Towards the development of smart agriculture infrastructure in Wielkopolska r...Towards the development of smart agriculture infrastructure in Wielkopolska r...
Towards the development of smart agriculture infrastructure in Wielkopolska r...
 
An INSPIRE-based vocabulary for the publication of Agricultural Linked Data
An INSPIRE-based vocabulary for the publication of Agricultural Linked DataAn INSPIRE-based vocabulary for the publication of Agricultural Linked Data
An INSPIRE-based vocabulary for the publication of Agricultural Linked Data
 
ROHub
ROHubROHub
ROHub
 
Aspects of Reproducibility in Earth Science
Aspects of Reproducibility in Earth ScienceAspects of Reproducibility in Earth Science
Aspects of Reproducibility in Earth Science
 

Kürzlich hochgeladen

办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一fhwihughh
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]📊 Markus Baersch
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...soniya singh
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改yuu sss
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...dajasot375
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdfHuman37
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfgstagge
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhijennyeacort
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryJeremy Anderson
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsappssapnasaifi408
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPTBoston Institute of Analytics
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Cantervoginip
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
Heart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectHeart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectBoston Institute of Analytics
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPramod Kumar Srivastava
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDRafezzaman
 

Kürzlich hochgeladen (20)

办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
办理学位证纽约大学毕业证(NYU毕业证书)原版一比一
 
E-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptxE-Commerce Order PredictionShraddha Kamble.pptx
E-Commerce Order PredictionShraddha Kamble.pptx
 
GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]GA4 Without Cookies [Measure Camp AMS]
GA4 Without Cookies [Measure Camp AMS]
 
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
High Class Call Girls Noida Sector 39 Aarushi 🔝8264348440🔝 Independent Escort...
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
专业一比一美国俄亥俄大学毕业证成绩单pdf电子版制作修改
 
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
Indian Call Girls in Abu Dhabi O5286O24O8 Call Girls in Abu Dhabi By Independ...
 
20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf20240419 - Measurecamp Amsterdam - SAM.pdf
20240419 - Measurecamp Amsterdam - SAM.pdf
 
RadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdfRadioAdProWritingCinderellabyButleri.pdf
RadioAdProWritingCinderellabyButleri.pdf
 
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝DelhiRS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
RS 9000 Call In girls Dwarka Mor (DELHI)⇛9711147426🔝Delhi
 
Defining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data StoryDefining Constituents, Data Vizzes and Telling a Data Story
Defining Constituents, Data Vizzes and Telling a Data Story
 
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /WhatsappsBeautiful Sapna Vip  Call Girls Hauz Khas 9711199012 Call /Whatsapps
Beautiful Sapna Vip Call Girls Hauz Khas 9711199012 Call /Whatsapps
 
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default  Presentation : Data Analysis Project PPTPredictive Analysis for Loan Default  Presentation : Data Analysis Project PPT
Predictive Analysis for Loan Default Presentation : Data Analysis Project PPT
 
Call Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort ServiceCall Girls in Saket 99530🔝 56974 Escort Service
Call Girls in Saket 99530🔝 56974 Escort Service
 
ASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel CanterASML's Taxonomy Adventure by Daniel Canter
ASML's Taxonomy Adventure by Daniel Canter
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
Heart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis ProjectHeart Disease Classification Report: A Data Analysis Project
Heart Disease Classification Report: A Data Analysis Project
 
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptxPKS-TGC-1084-630 - Stage 1 Proposal.pptx
PKS-TGC-1084-630 - Stage 1 Proposal.pptx
 
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTDINTERNSHIP ON PURBASHA COMPOSITE TEX LTD
INTERNSHIP ON PURBASHA COMPOSITE TEX LTD
 

Linked Data with hybrid services in Agriculture

  • 1. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Linked Data with hybrid services in Agriculture Raul Palma1, Rob Knapen2 1Poznan Supercomputing and Networking Center 2Wageningen University & Research 113th OGC Technical Committee meeting Toulouse, 19th November 2019 1
  • 2. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Linked data publication • LD is increasingly becoming a popular method for publishing data on the Web • Improves data accessibility by both humans and machines, e.g., for finding, reuse and integration • Enables to discover more useful data through the links (and inferencing), and to exploit data with semantic queries • Growing number of datasets in the LOD cloud  1,239 datasets with 16,147 links (as of March 2019) • Coverage of the LOD cloud  Large cross-domain datasets (dbpedia, freebase, etc.)  Variable domain coverage (e.g., Geography, Government, BioInformatics) • What about Agriculture?  “Just” few datasets (e.g., AGRIS biblio records, AGROVOC thesaurus + other thesaurus like NALT)  Farming data and other agri-activities related data? 2 http://lod-cloud.net/
  • 3. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Why is Linked Data relevant in Agriculture: Farming context • Farm management • Multiple activities and stakeholders • Multiple applications, tools and devices • Multiple data sources, types and formats • Challenge  To combine/integrate those different and heterogeneous data sources in order to make economically and environmentally sound decisions 3
  • 4. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Data Integration in relevant projects (context) • Data integration challenges have been/are one of the key challenges addressed in several recent projects related to the agri-food sector 4
  • 5. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Linked data principles principles and general tasks • Simple set of principles & technologies • URI, HTTP, RDF, SPARQL • Involves a set of (common) general tasks 5 Datasets identification Model specification RDF data generation Linking Exploiting Hyland et al. Hausenblas et al. Villazón-Terrazas et al. Best Practices for Publishing Linked Data 5-star deployment scheme for Linked Open Data
  • 6. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Linked data guidelines & patterns 6 T. Heath and C. Bizer. Linked Data: Evolving the Web into a Global Data Space, http://linkeddatabook.com/editions/1.0/ B. Hyland, G. Atemezing, B. Villazón-Terrazas Best Practices for Publishing Linked Data. W3C Working Group Note https://www.w3.org/TR/ld-bp/
  • 7. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. From guidelines to practice 7
  • 8. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Implementing Linked Data publication pipelines • Goal: to define and deploy (semi-) automatic processes to carry out the necessary steps to transform and publish different input datasets as Linked Data. • A pipeline connect different data processing components to carry out the transformation of data into RDF and their linking, and includes the mapping specifications to process the input datasets. • Each pipeline is configured to support specific input dataset types (same format, model and delivery form). • Principles  Pipelines can be directly re-executed and re-applied (e.g., extended/updated datasets)  Pipelines must be easily reusable  Pipelines must be easily adapted for new input datasets  Pipeline execution should be as automatic as possible. The final target is to fully automated processes.  Pipelines should support both: (mostly) static data and data streams (e.g., sensor data) • The resulting datasets available as Linked Data, will provide an integrated view over the initial (disconnected and heterogeneous) datasets, in compliance with any privacy and access control needs 8
  • 9. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Serving Linked Data with hybrid services • Many practical linked data use cases have to address hybrid information needs1:  Variety of data sources  Variety of data modalities  Variety of data processing techniques • Although SPARQL queries enable to express data requests over RDF knowledge graphs, the support for hybrid information needs is limited  Query engines focus on retrieving RDF data and support a set of built-in services • Approach: implement wrappers around the APIs that:  Assign HTTP URIs to the resources about which the API provides data  Upon URI dereference, rewrite the client’s request into a request against the API  Transform API results to RDF and sent back to the client. 9 1Nikolov, Andriy et al. “Ephedra: SPARQL Federation over RDF Data and Services.” International Semantic Web Conference (2017).
  • 10. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Use case: AgroDataCube (ongoing work) • AgroDataCube provides a large collection of both open and derived data from Netherlands for use in agri-food applications (by Wageningen Environmental Research) • AgroDataCube exposes a REST API with 6 resources:  Fields: to retrieve data from the crop registration datasets. Crop fields change per year, and are recorded by farmers with an indication of the crop that will be grown on the field.  Altitude: to retrieve AHN ('Actueel Hoogtebestand Nederland')  Meteo: to retrieve data from the KNMI (the Royal Netherlands Meteorological Institute) weather stations  Soil: to retrieve data from the BOFEK 2012 datasets and the Dutch soil map 1:50.000  Vegetation: to retrieve NDVI (Normalized Difference Vegetation Index) data  Codes: to retrieve more details about a specific crop or soil code returned by other requests  Regions: to retrieve administrative boundaries of provinces, municipalities, and postal code areas • Data is returned in GeoJSON format • Part of CYBELE demonstrator „Optimising computations for crop yield forecasting” 10
  • 11. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. General steps • Define/select semantic models to represent data of resources from API • Implement wrapper around API to transform on the fly SPARQL request to API call and generate RDF data from GeoJSON result • Expose generated RDF data via SPARQL endpoint • Query REST API with SPARQL  Process (e.g., format) any required output on the fly  Link the generated RDF data with other datasets and thesauri (on the fly or with previously generated/discovered RDF links) • Visualize and exploit Linked Data 11
  • 12. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Ontologies for AgroDataCube • General rule: reuse standard and/or widely used ontologies/vocabularies whenever possible, and extend as needed • Selected resources:  FOODIE ontology  OLU vocabulary  SOSA/SSN  Soilphysics  … 12
  • 13. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. FOODIE ontology • Application vocabulary covering the different categories of information dealt by the farm mgmt. tools/apps • in line with existing standards and best practices  Builds on the INSPIRE AF specification for agricultural data, and  the INSPIRE specification for themes in annex I for geospatial data, based on  ISO/OGC standards for geographical information • Generated (semi-)automatically with ShapeChange tool from base model in UML1  ShapeChange implements ISO 19150-2 standard rules for mapping ISO geographic information UML models to OWL ontologies. • Overall structure (ShapeChange output)  UML featureTypes and dataTypes modelled as classes, and their attributes as datatype or object properties  UML codeLists modelled as classes/concepts, and their attributes as concept members  Cardinalities restrictions defined on properties (exactly, min, max)  DataType properties ranges defined according to model/mappings  Object properties ranges defined according to model/mappings  Object properties inverseOf defined 13 1Palma R., Reznik T., Esbri M., Charvat K., Mazurek C., An INSPIRE-based vocabulary for the publication of Agricultural Linked Data. Proceedings of the OWLED Workshop: collocated with the ISWC-2015, Bethlehem PA, USA, October 11-15, 2015 Datatype hierarchy codelist hierarchy FeatureType hierarchy
  • 14. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. FOODIE ontology • Key feature on a more detailed level than Site that is already part of the INSPIRE AF data model: Plot • Represents a continuous area of agricultural land with one type of crop species, cultivated by one user in one farming mode • Two kinds of data associated: • metadata information • agro-related information  Next level: Management Zone • Enables a more precise description of the land characteristics in fine-grained area
  • 15. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. FOODIE ontology • The Intervention is the basic feature type for any kind of (farming) application with explicitly defined geometry, e.g., tillage or pruning.  Has multiple indirect associations with different concepts 15
  • 16. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Ephedra: API Wrapper • Ephedra is a SPARQL federation engine aimed at processing hybrid queries, which provides a flexible declarative mechanism for including hybrid services into a SPARQL federation. • Ephedra is a component of Metaphactory (https://www.metaphacts.com/), an end-to-end Knowledge Graph Platform for knowledge graph management, rapid application development, and end-user oriented interaction. 16
  • 17. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Creating SPARQL wrapper with Ephedra • Describe the REST Service Signature (mapping) 17
  • 18. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Creating SPARQL wrapper with Ephedra • Configure the AgroDataCube REST Service Repository • Include this repository into the Ephedra federation 18
  • 19. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Expose generated RDF data via SPARQL endpoint • SPARQL endpoint provided  http://metaphactory.foodie- cloud.org/sparql?repository=ephedra • Use SPARQL SERVICE keyword  SERVICE <http://www.metaphacts.com/ontologies/platform/rep ository/federation#agrodatacube> 19
  • 20. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Query REST API with SPARQL • Process (e.g., format) any required output on the fly • Link the generated RDF data with other datasets and thesauri on the fly 20
  • 21. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Visualize and exploit the linked data • Demo app: http://metaphactory.foodie-cloud.org/resource/:AGROVOC-crops 21
  • 22. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Visualize and exploit the linked data • Demo app: http://metaphactory.foodie-cloud.org/resource/:AGROVOC-crops 22
  • 23. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Visualize and exploit the linked data • Demo app: http://metaphactory.foodie-cloud.org/resource/:AGROVOC-crops 23
  • 24. www.cybele-project.eu This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No. 825355. Special thanks to Metaphacts team Questions: rpalma@man.poznan.pl 24 Thank you!