SlideShare uma empresa Scribd logo
1 de 27
Baixar para ler offline
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
1
This project has received funding from
the European Union’s Horizon 2020
research and innovation programme
under grant agreement No 732064
This project is part
of BDV PPP
EXPOSING EO LINKED (META-)DATA FROM OPENSEARCH CATALOGUE
Raul Palma1, Yves Coene2
1Poznan Supercomputing and Networking Center, Poland
2Spacebel, Belgium
113th OGC Technical Committee meeting
Toulouse, 19th November 2019
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
2
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 EO (meta-)data ?
http://lod-cloud.net/
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
3
Earth Observation (EO) (meta-) data
• EO concerns the gathering of information about planet Earth’s physical, chemical and
biological systems using remote sensing technologies such as satellites and aerial sensors
along with ground-based observations.
• Huge amounts of EO data available that keeps continuously growing
• Several geospatial datasets already available as linked data
• Parts of CORINE, Urban Atlas, Open Land Use (TELEIOS, FOODIE)
• geonames, LinkedGeoData, GADM, NUTS,…
• Some ontologies available to publish EO data
• Data Cube vocabulary
• DLR ontology
• OGC 17-003
• …
• Large catalogues of EO products metadata are available (e.g., NASA, ESA, DLR,..)
• Some initiatives to provide Linked Data for EO products metadata (e.g., CREODIAS,
data.eo.esa.int)
• However, endpoints cannot be federated, e.g., to integrate data with external datasets, and in
cases difficult to maintain up-to-date (e.g., linked data has to be updated, and stored in
triplestore)
www.rezatec.com
Source: Soille et al., 2018
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
4
Linked data principles & general tasks
• Simple set of principles & technologies
• URI, HTTP, RDF, SPARQL
• Involves a set of (common) general tasks
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
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
5
Linked data guidelines & patterns
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/
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
6
From guidelines to practice
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
7
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
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
8
Use case: generating Linked Data from EO products metadata
• Existing approaches (example1)
Metadata: Linked Data
EO
Products
EO
Products
EO
Products
Source: Carlo Matteo Scalzo.
CTO, Epistematica
• RDF for EO products
• Define a EO Vocabulary
• Develop a OGC-to-EO Vocabulary parser to
create RDF Triples
• Extend the EO Vocabulary to link EO
products to EO ontologies
• Add RDF triples for each EO product to link
the product with the ontologies
• Store the RDF triples in a RDF Triple Store
• Web Access
• Create a web portal including semantic
search & map visualization (CKAN)
• Ontology Navigation
• graphical user interface that allows users to
explore a EO ontology
• select a term to obtain a list of all the EO
products that are relevant
Steps
http://data.eo.esa.int
Site is down
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
9
Use case: generating Linked Data from EO products metadata
• Existing approaches (example2)
• E1: New data will need to be parsed to create
updated RDF triples
• E1: New RDF data needs to be linked
• E1, E2: RDF data needs to be physically stored
in a triplestore (most probably in addition to
source data)
• E1: Although CKAN provides the possibility to
expose SPARQL endpoint it is not provided
• E1: No SPARQL interface (e.g., to create
federated query) and endpoint is not
externally accessible
• E2: provides interface to execute (federated)
SPARQL queries, but endpoint is not externally
accessible*
• E1, E2: Linked Data cannot be exploited from
other applications
• E1: E2: EO vocabularies used to represent
metadata are internal and closed
• E1, E2: limit set of missions/platforms
supported
Examples limitations
https://browser.creodias.eu/
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
10
Our approach: 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.
1Nikolov, Andriy et al. “Ephedra: SPARQL Federation over RDF Data and Services.” International Semantic Web Conference (2017).
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
11
Use case: FedEO: Federated Earth Observation Gateway System
(ongoing work)
FedEO = Federated Earth Observation missions access
The FedEO system provides a unique entry point to a growing number of scientific catalogues and services.
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
12
FedEO Interfaces
• Endpoints:
• http://geo.spacebel.be/opensearch/readme.html (development server)
• http://fedeo.esa.int/opensearch/readme.html (operational server)
• External interfaces:
• See http://ceos.org/ourwork/workinggroups/wgiss/access/fedeo/
• EO Extension of OpenSearch (OGC 13-026r8, OGC 17-047)
• Multiple encodings: GeoJSON, JSON-LD, Atom
• Multiple metadata formats:
• OGC 10-157r4: EOP O&M
• OGC 17-003: GeoJSON(-LD) encoding Product Metadata
• OGC 17-084: GeoJSON(-LD) encoding Collection Metadata
• ISO 19139(-2)
• DIF-10 etc.
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
13
FedEO: Connected Data Assets
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
14
FedEO: Vocabulary Server - GUI
• ESA Thesauri:
• Operational (October ‘19)
http://thesauri.eo.esa.int/thesaurus/en/
• Reference
•http://fedeo.spacebel.be/thesaurus/en/?clang=en
• SKOSMOS tool makes available APIs here documented
http://skosmos.org/
Examples
http://fedeo.spacebel.be/rest/v1/thesaurus/data?uri=https://earth.esa.int/concept/envisat
http://fedeo.spacebel.be/rest/v1/thesaurus/data?uri=https://earth.esa.int/concept/envisat&format=application/json
http://fedeo.spacebel.be/rest/v1/thesaurus/data?uri=https://earth.esa.int/concept/meris&format=application/json
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
15
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
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
16
Ontologies for EO products metadata
• General rule: reuse standard and/or widely used ontologies/vocabularies whenever
possible, and extend as needed
• In the case of FedEO,
the metadata returned is
already using semantic
vocabularies in the (Geo)JSON-LD
representation, thus it requires
just to expose results as
Linked Data
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
17
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.
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
18
Creating SPARQL wrapper with Ephedra
• Describe the REST Service
Signature (mapping)
• Define inputs & outputs terms,
e.g., dc:identifier
• Define input & output data types,
e.g., xsd:string
• Define output (JSON) path, e.g.,
$.@graph[0].rdfs:member[*].dct:id
entifier
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
19
Creating SPARQL wrapper with Ephedra
• Configure the AgroDataCube REST
Service Repository
• Include this repository into the Ephedra
federation
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
20
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/repository/fed
eration#spacebelOS>
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
21
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
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
22
Visualize and exploit the linked data
• Demo app: http://metaphactory.foodie-cloud.org/resource/:ESA-datasets
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
23
Visualize and exploit the linked data
• Demo app:
http://metaphactory.foodie-cloud.org/resource/:ESA-datasets
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
24
Visualize and exploit the linked data
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
25
Visualize and exploit the linked data
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
26
Visualize and exploit the linked data
This document is part of a project that has received funding
from the European Union’s Horizon 2020 research and innovation programme
under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or
reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu.
27
Thank you for your attention!
Special thanks to Metaphacts team
Questions: rpalma@man.poznan.pl

Mais conteúdo relacionado

Mais procurados

20151019 webinar Open Access in Horizon 2020
20151019 webinar  Open Access in Horizon 202020151019 webinar  Open Access in Horizon 2020
20151019 webinar Open Access in Horizon 2020OpenAccessBelgium
 
Horizon 2020 and the open research data pilot
Horizon 2020 and the open research data pilotHorizon 2020 and the open research data pilot
Horizon 2020 and the open research data pilotSarah Jones
 
H2020 Open Data Pilot
H2020 Open Data PilotH2020 Open Data Pilot
H2020 Open Data PilotSarah Jones
 
Webinar: Data management and the Open Research Data Pilot in Horizon 2020
Webinar: Data management and the Open Research Data Pilot in Horizon 2020Webinar: Data management and the Open Research Data Pilot in Horizon 2020
Webinar: Data management and the Open Research Data Pilot in Horizon 2020OpenAccessBelgium
 
Licence to Share: Research and Collaboration through Go-Geo! and ShareGeo
Licence to Share: Research and Collaboration through Go-Geo! and ShareGeoLicence to Share: Research and Collaboration through Go-Geo! and ShareGeo
Licence to Share: Research and Collaboration through Go-Geo! and ShareGeoEDINA, University of Edinburgh
 
Open Data Ireland Public Meeting
Open Data Ireland Public MeetingOpen Data Ireland Public Meeting
Open Data Ireland Public MeetingDerilinx
 
H2020 Open Research Data pilot
H2020 Open Research Data pilotH2020 Open Research Data pilot
H2020 Open Research Data pilotSarah Jones
 
Research data policy
Research data policyResearch data policy
Research data policySarah Jones
 
Research support-challenges
Research support-challengesResearch support-challenges
Research support-challengesSarah Jones
 
Cambridge University Geospatial Metadata Workshop 20110524
Cambridge University Geospatial Metadata Workshop 20110524Cambridge University Geospatial Metadata Workshop 20110524
Cambridge University Geospatial Metadata Workshop 20110524EDINA, University of Edinburgh
 
OpenAIRE webinar: Principles of Research Data Management, with S. Venkatarama...
OpenAIRE webinar: Principles of Research Data Management, with S. Venkatarama...OpenAIRE webinar: Principles of Research Data Management, with S. Venkatarama...
OpenAIRE webinar: Principles of Research Data Management, with S. Venkatarama...OpenAIRE
 
Horizon 2020 Open Research Data Pilot, Jean-Claude Burgelman, DG RTD European...
Horizon 2020 Open Research Data Pilot, Jean-Claude Burgelman, DG RTD European...Horizon 2020 Open Research Data Pilot, Jean-Claude Burgelman, DG RTD European...
Horizon 2020 Open Research Data Pilot, Jean-Claude Burgelman, DG RTD European...OpenAIRE
 
Open Access Week 2017: Life Sciences and Open Sciences - worfkflows and tools
Open Access Week 2017: Life Sciences and Open Sciences - worfkflows and toolsOpen Access Week 2017: Life Sciences and Open Sciences - worfkflows and tools
Open Access Week 2017: Life Sciences and Open Sciences - worfkflows and toolsOpenAIRE
 
2014 ALA MW SPARC-ACRL Forum Talk
2014 ALA MW SPARC-ACRL Forum Talk2014 ALA MW SPARC-ACRL Forum Talk
2014 ALA MW SPARC-ACRL Forum TalkPaul Bracke
 
OpenAIRE webinar on Open Access in H2020 (OAW2016)
OpenAIRE webinar on Open Access in H2020 (OAW2016)OpenAIRE webinar on Open Access in H2020 (OAW2016)
OpenAIRE webinar on Open Access in H2020 (OAW2016)OpenAIRE
 
OpenAIRE webinar: Horizon 2020 Open Science Policies and beyond, with Emilie ...
OpenAIRE webinar: Horizon 2020 Open Science Policies and beyond, with Emilie ...OpenAIRE webinar: Horizon 2020 Open Science Policies and beyond, with Emilie ...
OpenAIRE webinar: Horizon 2020 Open Science Policies and beyond, with Emilie ...OpenAIRE
 
Open Science at the European Commission
Open Science at the European CommissionOpen Science at the European Commission
Open Science at the European CommissionCarl-Christian Buhr
 
IDCC workshop: OpenAIRE services and tools for Open Research Data in H2020
IDCC workshop: OpenAIRE services and tools for Open Research Data in H2020IDCC workshop: OpenAIRE services and tools for Open Research Data in H2020
IDCC workshop: OpenAIRE services and tools for Open Research Data in H2020OpenAIRE
 
Towards an Infrastructure for Mining Scientific Publications
Towards an Infrastructure for Mining Scientific PublicationsTowards an Infrastructure for Mining Scientific Publications
Towards an Infrastructure for Mining Scientific Publicationspetrknoth
 

Mais procurados (20)

20151019 webinar Open Access in Horizon 2020
20151019 webinar  Open Access in Horizon 202020151019 webinar  Open Access in Horizon 2020
20151019 webinar Open Access in Horizon 2020
 
Horizon 2020 and the open research data pilot
Horizon 2020 and the open research data pilotHorizon 2020 and the open research data pilot
Horizon 2020 and the open research data pilot
 
H2020 Open Data Pilot
H2020 Open Data PilotH2020 Open Data Pilot
H2020 Open Data Pilot
 
Webinar: Data management and the Open Research Data Pilot in Horizon 2020
Webinar: Data management and the Open Research Data Pilot in Horizon 2020Webinar: Data management and the Open Research Data Pilot in Horizon 2020
Webinar: Data management and the Open Research Data Pilot in Horizon 2020
 
Licence to Share: Research and Collaboration through Go-Geo! and ShareGeo
Licence to Share: Research and Collaboration through Go-Geo! and ShareGeoLicence to Share: Research and Collaboration through Go-Geo! and ShareGeo
Licence to Share: Research and Collaboration through Go-Geo! and ShareGeo
 
Open Data Ireland Public Meeting
Open Data Ireland Public MeetingOpen Data Ireland Public Meeting
Open Data Ireland Public Meeting
 
H2020 Open Research Data pilot
H2020 Open Research Data pilotH2020 Open Research Data pilot
H2020 Open Research Data pilot
 
Research data policy
Research data policyResearch data policy
Research data policy
 
Research support-challenges
Research support-challengesResearch support-challenges
Research support-challenges
 
Cambridge University Geospatial Metadata Workshop 20110524
Cambridge University Geospatial Metadata Workshop 20110524Cambridge University Geospatial Metadata Workshop 20110524
Cambridge University Geospatial Metadata Workshop 20110524
 
OpenAIRE webinar: Principles of Research Data Management, with S. Venkatarama...
OpenAIRE webinar: Principles of Research Data Management, with S. Venkatarama...OpenAIRE webinar: Principles of Research Data Management, with S. Venkatarama...
OpenAIRE webinar: Principles of Research Data Management, with S. Venkatarama...
 
Horizon 2020 Open Research Data Pilot, Jean-Claude Burgelman, DG RTD European...
Horizon 2020 Open Research Data Pilot, Jean-Claude Burgelman, DG RTD European...Horizon 2020 Open Research Data Pilot, Jean-Claude Burgelman, DG RTD European...
Horizon 2020 Open Research Data Pilot, Jean-Claude Burgelman, DG RTD European...
 
Open Access Week 2017: Life Sciences and Open Sciences - worfkflows and tools
Open Access Week 2017: Life Sciences and Open Sciences - worfkflows and toolsOpen Access Week 2017: Life Sciences and Open Sciences - worfkflows and tools
Open Access Week 2017: Life Sciences and Open Sciences - worfkflows and tools
 
2014 ALA MW SPARC-ACRL Forum Talk
2014 ALA MW SPARC-ACRL Forum Talk2014 ALA MW SPARC-ACRL Forum Talk
2014 ALA MW SPARC-ACRL Forum Talk
 
Open data pilot
Open data pilotOpen data pilot
Open data pilot
 
OpenAIRE webinar on Open Access in H2020 (OAW2016)
OpenAIRE webinar on Open Access in H2020 (OAW2016)OpenAIRE webinar on Open Access in H2020 (OAW2016)
OpenAIRE webinar on Open Access in H2020 (OAW2016)
 
OpenAIRE webinar: Horizon 2020 Open Science Policies and beyond, with Emilie ...
OpenAIRE webinar: Horizon 2020 Open Science Policies and beyond, with Emilie ...OpenAIRE webinar: Horizon 2020 Open Science Policies and beyond, with Emilie ...
OpenAIRE webinar: Horizon 2020 Open Science Policies and beyond, with Emilie ...
 
Open Science at the European Commission
Open Science at the European CommissionOpen Science at the European Commission
Open Science at the European Commission
 
IDCC workshop: OpenAIRE services and tools for Open Research Data in H2020
IDCC workshop: OpenAIRE services and tools for Open Research Data in H2020IDCC workshop: OpenAIRE services and tools for Open Research Data in H2020
IDCC workshop: OpenAIRE services and tools for Open Research Data in H2020
 
Towards an Infrastructure for Mining Scientific Publications
Towards an Infrastructure for Mining Scientific PublicationsTowards an Infrastructure for Mining Scientific Publications
Towards an Infrastructure for Mining Scientific Publications
 

Semelhante a 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 dataRaul Palma
 
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
 
Linked Data with hybrid services in Agriculture
Linked Data with hybrid services in AgricultureLinked Data with hybrid services in Agriculture
Linked Data with hybrid services in AgricultureRaul 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
 
The Horizon 2020 Open Data Pilot - OpenAIRE webinar (Oct. 21 2014) by Sarah J...
The Horizon 2020 Open Data Pilot - OpenAIRE webinar (Oct. 21 2014) by Sarah J...The Horizon 2020 Open Data Pilot - OpenAIRE webinar (Oct. 21 2014) by Sarah J...
The Horizon 2020 Open Data Pilot - OpenAIRE webinar (Oct. 21 2014) by Sarah J...OpenAIRE
 
H2020 data pilot openaire
H2020 data pilot openaireH2020 data pilot openaire
H2020 data pilot openaireSarah Jones
 
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
 
Integration of Open Land Use, Smart Point of Interest and Open Transport Map ...
Integration of Open Land Use, Smart Point of Interest and Open Transport Map ...Integration of Open Land Use, Smart Point of Interest and Open Transport Map ...
Integration of Open Land Use, Smart Point of Interest and Open Transport Map ...plan4all
 
Overview of the data pilot and OpenAIRE tools, Elly Dijk and Marjan Grootveld...
Overview of the data pilot and OpenAIRE tools, Elly Dijk and Marjan Grootveld...Overview of the data pilot and OpenAIRE tools, Elly Dijk and Marjan Grootveld...
Overview of the data pilot and OpenAIRE tools, Elly Dijk and Marjan Grootveld...OpenAIRE
 
20170530_Open Research Data in Horizon 2020
20170530_Open Research Data in Horizon 202020170530_Open Research Data in Horizon 2020
20170530_Open Research Data in Horizon 2020OpenAIRE
 
Pampel & Kindling: Repositorien für Forschungsdaten - Infrastrukturen für die...
Pampel & Kindling: Repositorien für Forschungsdaten - Infrastrukturen für die...Pampel & Kindling: Repositorien für Forschungsdaten - Infrastrukturen für die...
Pampel & Kindling: Repositorien für Forschungsdaten - Infrastrukturen für die...Heinz Pampel
 
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
 
3rd Dbpedia Community Meeting - ALIGNED
3rd Dbpedia Community Meeting - ALIGNED3rd Dbpedia Community Meeting - ALIGNED
3rd Dbpedia Community Meeting - ALIGNEDAlignedProject
 
3rd DBpedia Community Meeting - ALIGNED
3rd DBpedia Community Meeting - ALIGNED3rd DBpedia Community Meeting - ALIGNED
3rd DBpedia Community Meeting - ALIGNEDodhrangavin
 
Open Access Week 2017: Introduction to Open Data Policies in H2020
Open Access Week 2017: Introduction to Open Data Policies in H2020Open Access Week 2017: Introduction to Open Data Policies in H2020
Open Access Week 2017: Introduction to Open Data Policies in H2020OpenAIRE
 
General introduction to Open Data Policies H2020, influence of OD policies on...
General introduction to Open Data Policies H2020, influence of OD policies on...General introduction to Open Data Policies H2020, influence of OD policies on...
General introduction to Open Data Policies H2020, influence of OD policies on...Nancy Pontika
 
Connecting the Dots: Linking Digitized Collections Across Metadata Silos
Connecting the Dots: Linking Digitized Collections Across Metadata SilosConnecting the Dots: Linking Digitized Collections Across Metadata Silos
Connecting the Dots: Linking Digitized Collections Across Metadata SilosOCLC
 
The European Commission's Open Data ambition (Marjan Grootveld) - EUDAT Summe...
The European Commission's Open Data ambition (Marjan Grootveld) - EUDAT Summe...The European Commission's Open Data ambition (Marjan Grootveld) - EUDAT Summe...
The European Commission's Open Data ambition (Marjan Grootveld) - EUDAT Summe...EUDAT
 

Semelhante a Exposing EO Linked (meta-)Data from OpenSearch Catalogue (20)

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
 
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
 
Linked Data with hybrid services in Agriculture
Linked Data with hybrid services in AgricultureLinked Data with hybrid services in Agriculture
Linked Data with hybrid services in Agriculture
 
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...
 
The Horizon 2020 Open Data Pilot - OpenAIRE webinar (Oct. 21 2014) by Sarah J...
The Horizon 2020 Open Data Pilot - OpenAIRE webinar (Oct. 21 2014) by Sarah J...The Horizon 2020 Open Data Pilot - OpenAIRE webinar (Oct. 21 2014) by Sarah J...
The Horizon 2020 Open Data Pilot - OpenAIRE webinar (Oct. 21 2014) by Sarah J...
 
H2020 data pilot openaire
H2020 data pilot openaireH2020 data pilot openaire
H2020 data pilot openaire
 
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 ...
 
Integration of Open Land Use, Smart Point of Interest and Open Transport Map ...
Integration of Open Land Use, Smart Point of Interest and Open Transport Map ...Integration of Open Land Use, Smart Point of Interest and Open Transport Map ...
Integration of Open Land Use, Smart Point of Interest and Open Transport Map ...
 
Scholze liber 2015-06-25_final
Scholze liber 2015-06-25_finalScholze liber 2015-06-25_final
Scholze liber 2015-06-25_final
 
Overview of the data pilot and OpenAIRE tools, Elly Dijk and Marjan Grootveld...
Overview of the data pilot and OpenAIRE tools, Elly Dijk and Marjan Grootveld...Overview of the data pilot and OpenAIRE tools, Elly Dijk and Marjan Grootveld...
Overview of the data pilot and OpenAIRE tools, Elly Dijk and Marjan Grootveld...
 
20170530_Open Research Data in Horizon 2020
20170530_Open Research Data in Horizon 202020170530_Open Research Data in Horizon 2020
20170530_Open Research Data in Horizon 2020
 
Pampel & Kindling: Repositorien für Forschungsdaten - Infrastrukturen für die...
Pampel & Kindling: Repositorien für Forschungsdaten - Infrastrukturen für die...Pampel & Kindling: Repositorien für Forschungsdaten - Infrastrukturen für die...
Pampel & Kindling: Repositorien für Forschungsdaten - Infrastrukturen für die...
 
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
 
3rd Dbpedia Community Meeting - ALIGNED
3rd Dbpedia Community Meeting - ALIGNED3rd Dbpedia Community Meeting - ALIGNED
3rd Dbpedia Community Meeting - ALIGNED
 
3rd DBpedia Community Meeting - ALIGNED
3rd DBpedia Community Meeting - ALIGNED3rd DBpedia Community Meeting - ALIGNED
3rd DBpedia Community Meeting - ALIGNED
 
Open Access Week 2017: Introduction to Open Data Policies in H2020
Open Access Week 2017: Introduction to Open Data Policies in H2020Open Access Week 2017: Introduction to Open Data Policies in H2020
Open Access Week 2017: Introduction to Open Data Policies in H2020
 
General introduction to Open Data Policies H2020, influence of OD policies on...
General introduction to Open Data Policies H2020, influence of OD policies on...General introduction to Open Data Policies H2020, influence of OD policies on...
General introduction to Open Data Policies H2020, influence of OD policies on...
 
What is a DMP
What is a DMPWhat is a DMP
What is a DMP
 
Connecting the Dots: Linking Digitized Collections Across Metadata Silos
Connecting the Dots: Linking Digitized Collections Across Metadata SilosConnecting the Dots: Linking Digitized Collections Across Metadata Silos
Connecting the Dots: Linking Digitized Collections Across Metadata Silos
 
The European Commission's Open Data ambition (Marjan Grootveld) - EUDAT Summe...
The European Commission's Open Data ambition (Marjan Grootveld) - EUDAT Summe...The European Commission's Open Data ambition (Marjan Grootveld) - EUDAT Summe...
The European Commission's Open Data ambition (Marjan Grootveld) - EUDAT Summe...
 

Mais de 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
 
Inspire hack 2017-linked-data
Inspire hack 2017-linked-dataInspire hack 2017-linked-data
Inspire hack 2017-linked-dataRaul 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
 

Mais de Raul Palma (14)

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
 
Inspire hack 2017-linked-data
Inspire hack 2017-linked-dataInspire hack 2017-linked-data
Inspire hack 2017-linked-data
 
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
 

Último

TrustArc Webinar - How to Live in a Post Third-Party Cookie World
TrustArc Webinar - How to Live in a Post Third-Party Cookie WorldTrustArc Webinar - How to Live in a Post Third-Party Cookie World
TrustArc Webinar - How to Live in a Post Third-Party Cookie WorldTrustArc
 
Explore the UiPath Community and ways you can benefit on your journey to auto...
Explore the UiPath Community and ways you can benefit on your journey to auto...Explore the UiPath Community and ways you can benefit on your journey to auto...
Explore the UiPath Community and ways you can benefit on your journey to auto...DianaGray10
 
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdf
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdfQ4 2023 Quarterly Investor Presentation - FINAL - v1.pdf
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdfTejal81
 
AI Workshops at Computers In Libraries 2024
AI Workshops at Computers In Libraries 2024AI Workshops at Computers In Libraries 2024
AI Workshops at Computers In Libraries 2024Brian Pichman
 
Stobox 4: Revolutionizing Investment in Real-World Assets Through Tokenization
Stobox 4: Revolutionizing Investment in Real-World Assets Through TokenizationStobox 4: Revolutionizing Investment in Real-World Assets Through Tokenization
Stobox 4: Revolutionizing Investment in Real-World Assets Through TokenizationStobox
 
Top 10 Squarespace Development Companies
Top 10 Squarespace Development CompaniesTop 10 Squarespace Development Companies
Top 10 Squarespace Development CompaniesTopCSSGallery
 
How to become a GDSC Lead GDSC MI AOE.pptx
How to become a GDSC Lead GDSC MI AOE.pptxHow to become a GDSC Lead GDSC MI AOE.pptx
How to become a GDSC Lead GDSC MI AOE.pptxKaustubhBhavsar6
 
CyberSecurity - Computers In Libraries 2024
CyberSecurity - Computers In Libraries 2024CyberSecurity - Computers In Libraries 2024
CyberSecurity - Computers In Libraries 2024Brian Pichman
 
Outage Analysis: March 5th/6th 2024 Meta, Comcast, and LinkedIn
Outage Analysis: March 5th/6th 2024 Meta, Comcast, and LinkedInOutage Analysis: March 5th/6th 2024 Meta, Comcast, and LinkedIn
Outage Analysis: March 5th/6th 2024 Meta, Comcast, and LinkedInThousandEyes
 
Oracle Database 23c Security New Features.pptx
Oracle Database 23c Security New Features.pptxOracle Database 23c Security New Features.pptx
Oracle Database 23c Security New Features.pptxSatishbabu Gunukula
 
Patch notes explaining DISARM Version 1.4 update
Patch notes explaining DISARM Version 1.4 updatePatch notes explaining DISARM Version 1.4 update
Patch notes explaining DISARM Version 1.4 updateadam112203
 
Novo Nordisk's journey in developing an open-source application on Neo4j
Novo Nordisk's journey in developing an open-source application on Neo4jNovo Nordisk's journey in developing an open-source application on Neo4j
Novo Nordisk's journey in developing an open-source application on Neo4jNeo4j
 
Graphene Quantum Dots-Based Composites for Biomedical Applications
Graphene Quantum Dots-Based Composites for  Biomedical ApplicationsGraphene Quantum Dots-Based Composites for  Biomedical Applications
Graphene Quantum Dots-Based Composites for Biomedical Applicationsnooralam814309
 
.NET 8 ChatBot with Azure OpenAI Services.pptx
.NET 8 ChatBot with Azure OpenAI Services.pptx.NET 8 ChatBot with Azure OpenAI Services.pptx
.NET 8 ChatBot with Azure OpenAI Services.pptxHansamali Gamage
 
Scenario Library et REX Discover industry- and role- based scenarios
Scenario Library et REX Discover industry- and role- based scenariosScenario Library et REX Discover industry- and role- based scenarios
Scenario Library et REX Discover industry- and role- based scenariosErol GIRAUDY
 
3 Pitfalls Everyone Should Avoid with Cloud Data
3 Pitfalls Everyone Should Avoid with Cloud Data3 Pitfalls Everyone Should Avoid with Cloud Data
3 Pitfalls Everyone Should Avoid with Cloud DataEric D. Schabell
 
Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024
Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024
Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024Alkin Tezuysal
 
My key hands-on projects in Quantum, and QAI
My key hands-on projects in Quantum, and QAIMy key hands-on projects in Quantum, and QAI
My key hands-on projects in Quantum, and QAIVijayananda Mohire
 
Extra-120324-Visite-Entreprise-icare.pdf
Extra-120324-Visite-Entreprise-icare.pdfExtra-120324-Visite-Entreprise-icare.pdf
Extra-120324-Visite-Entreprise-icare.pdfInfopole1
 
Trailblazer Community - Flows Workshop (Session 2)
Trailblazer Community - Flows Workshop (Session 2)Trailblazer Community - Flows Workshop (Session 2)
Trailblazer Community - Flows Workshop (Session 2)Muhammad Tiham Siddiqui
 

Último (20)

TrustArc Webinar - How to Live in a Post Third-Party Cookie World
TrustArc Webinar - How to Live in a Post Third-Party Cookie WorldTrustArc Webinar - How to Live in a Post Third-Party Cookie World
TrustArc Webinar - How to Live in a Post Third-Party Cookie World
 
Explore the UiPath Community and ways you can benefit on your journey to auto...
Explore the UiPath Community and ways you can benefit on your journey to auto...Explore the UiPath Community and ways you can benefit on your journey to auto...
Explore the UiPath Community and ways you can benefit on your journey to auto...
 
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdf
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdfQ4 2023 Quarterly Investor Presentation - FINAL - v1.pdf
Q4 2023 Quarterly Investor Presentation - FINAL - v1.pdf
 
AI Workshops at Computers In Libraries 2024
AI Workshops at Computers In Libraries 2024AI Workshops at Computers In Libraries 2024
AI Workshops at Computers In Libraries 2024
 
Stobox 4: Revolutionizing Investment in Real-World Assets Through Tokenization
Stobox 4: Revolutionizing Investment in Real-World Assets Through TokenizationStobox 4: Revolutionizing Investment in Real-World Assets Through Tokenization
Stobox 4: Revolutionizing Investment in Real-World Assets Through Tokenization
 
Top 10 Squarespace Development Companies
Top 10 Squarespace Development CompaniesTop 10 Squarespace Development Companies
Top 10 Squarespace Development Companies
 
How to become a GDSC Lead GDSC MI AOE.pptx
How to become a GDSC Lead GDSC MI AOE.pptxHow to become a GDSC Lead GDSC MI AOE.pptx
How to become a GDSC Lead GDSC MI AOE.pptx
 
CyberSecurity - Computers In Libraries 2024
CyberSecurity - Computers In Libraries 2024CyberSecurity - Computers In Libraries 2024
CyberSecurity - Computers In Libraries 2024
 
Outage Analysis: March 5th/6th 2024 Meta, Comcast, and LinkedIn
Outage Analysis: March 5th/6th 2024 Meta, Comcast, and LinkedInOutage Analysis: March 5th/6th 2024 Meta, Comcast, and LinkedIn
Outage Analysis: March 5th/6th 2024 Meta, Comcast, and LinkedIn
 
Oracle Database 23c Security New Features.pptx
Oracle Database 23c Security New Features.pptxOracle Database 23c Security New Features.pptx
Oracle Database 23c Security New Features.pptx
 
Patch notes explaining DISARM Version 1.4 update
Patch notes explaining DISARM Version 1.4 updatePatch notes explaining DISARM Version 1.4 update
Patch notes explaining DISARM Version 1.4 update
 
Novo Nordisk's journey in developing an open-source application on Neo4j
Novo Nordisk's journey in developing an open-source application on Neo4jNovo Nordisk's journey in developing an open-source application on Neo4j
Novo Nordisk's journey in developing an open-source application on Neo4j
 
Graphene Quantum Dots-Based Composites for Biomedical Applications
Graphene Quantum Dots-Based Composites for  Biomedical ApplicationsGraphene Quantum Dots-Based Composites for  Biomedical Applications
Graphene Quantum Dots-Based Composites for Biomedical Applications
 
.NET 8 ChatBot with Azure OpenAI Services.pptx
.NET 8 ChatBot with Azure OpenAI Services.pptx.NET 8 ChatBot with Azure OpenAI Services.pptx
.NET 8 ChatBot with Azure OpenAI Services.pptx
 
Scenario Library et REX Discover industry- and role- based scenarios
Scenario Library et REX Discover industry- and role- based scenariosScenario Library et REX Discover industry- and role- based scenarios
Scenario Library et REX Discover industry- and role- based scenarios
 
3 Pitfalls Everyone Should Avoid with Cloud Data
3 Pitfalls Everyone Should Avoid with Cloud Data3 Pitfalls Everyone Should Avoid with Cloud Data
3 Pitfalls Everyone Should Avoid with Cloud Data
 
Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024
Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024
Design and Modeling for MySQL SCALE 21X Pasadena, CA Mar 2024
 
My key hands-on projects in Quantum, and QAI
My key hands-on projects in Quantum, and QAIMy key hands-on projects in Quantum, and QAI
My key hands-on projects in Quantum, and QAI
 
Extra-120324-Visite-Entreprise-icare.pdf
Extra-120324-Visite-Entreprise-icare.pdfExtra-120324-Visite-Entreprise-icare.pdf
Extra-120324-Visite-Entreprise-icare.pdf
 
Trailblazer Community - Flows Workshop (Session 2)
Trailblazer Community - Flows Workshop (Session 2)Trailblazer Community - Flows Workshop (Session 2)
Trailblazer Community - Flows Workshop (Session 2)
 

Exposing EO Linked (meta-)Data from OpenSearch Catalogue

  • 1. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 1 This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement No 732064 This project is part of BDV PPP EXPOSING EO LINKED (META-)DATA FROM OPENSEARCH CATALOGUE Raul Palma1, Yves Coene2 1Poznan Supercomputing and Networking Center, Poland 2Spacebel, Belgium 113th OGC Technical Committee meeting Toulouse, 19th November 2019
  • 2. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 2 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 EO (meta-)data ? http://lod-cloud.net/
  • 3. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 3 Earth Observation (EO) (meta-) data • EO concerns the gathering of information about planet Earth’s physical, chemical and biological systems using remote sensing technologies such as satellites and aerial sensors along with ground-based observations. • Huge amounts of EO data available that keeps continuously growing • Several geospatial datasets already available as linked data • Parts of CORINE, Urban Atlas, Open Land Use (TELEIOS, FOODIE) • geonames, LinkedGeoData, GADM, NUTS,… • Some ontologies available to publish EO data • Data Cube vocabulary • DLR ontology • OGC 17-003 • … • Large catalogues of EO products metadata are available (e.g., NASA, ESA, DLR,..) • Some initiatives to provide Linked Data for EO products metadata (e.g., CREODIAS, data.eo.esa.int) • However, endpoints cannot be federated, e.g., to integrate data with external datasets, and in cases difficult to maintain up-to-date (e.g., linked data has to be updated, and stored in triplestore) www.rezatec.com Source: Soille et al., 2018
  • 4. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 4 Linked data principles & general tasks • Simple set of principles & technologies • URI, HTTP, RDF, SPARQL • Involves a set of (common) general tasks 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
  • 5. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 5 Linked data guidelines & patterns 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/
  • 6. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 6 From guidelines to practice
  • 7. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 7 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. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 8 Use case: generating Linked Data from EO products metadata • Existing approaches (example1) Metadata: Linked Data EO Products EO Products EO Products Source: Carlo Matteo Scalzo. CTO, Epistematica • RDF for EO products • Define a EO Vocabulary • Develop a OGC-to-EO Vocabulary parser to create RDF Triples • Extend the EO Vocabulary to link EO products to EO ontologies • Add RDF triples for each EO product to link the product with the ontologies • Store the RDF triples in a RDF Triple Store • Web Access • Create a web portal including semantic search & map visualization (CKAN) • Ontology Navigation • graphical user interface that allows users to explore a EO ontology • select a term to obtain a list of all the EO products that are relevant Steps http://data.eo.esa.int Site is down
  • 9. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 9 Use case: generating Linked Data from EO products metadata • Existing approaches (example2) • E1: New data will need to be parsed to create updated RDF triples • E1: New RDF data needs to be linked • E1, E2: RDF data needs to be physically stored in a triplestore (most probably in addition to source data) • E1: Although CKAN provides the possibility to expose SPARQL endpoint it is not provided • E1: No SPARQL interface (e.g., to create federated query) and endpoint is not externally accessible • E2: provides interface to execute (federated) SPARQL queries, but endpoint is not externally accessible* • E1, E2: Linked Data cannot be exploited from other applications • E1: E2: EO vocabularies used to represent metadata are internal and closed • E1, E2: limit set of missions/platforms supported Examples limitations https://browser.creodias.eu/
  • 10. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 10 Our approach: 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. 1Nikolov, Andriy et al. “Ephedra: SPARQL Federation over RDF Data and Services.” International Semantic Web Conference (2017).
  • 11. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 11 Use case: FedEO: Federated Earth Observation Gateway System (ongoing work) FedEO = Federated Earth Observation missions access The FedEO system provides a unique entry point to a growing number of scientific catalogues and services.
  • 12. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 12 FedEO Interfaces • Endpoints: • http://geo.spacebel.be/opensearch/readme.html (development server) • http://fedeo.esa.int/opensearch/readme.html (operational server) • External interfaces: • See http://ceos.org/ourwork/workinggroups/wgiss/access/fedeo/ • EO Extension of OpenSearch (OGC 13-026r8, OGC 17-047) • Multiple encodings: GeoJSON, JSON-LD, Atom • Multiple metadata formats: • OGC 10-157r4: EOP O&M • OGC 17-003: GeoJSON(-LD) encoding Product Metadata • OGC 17-084: GeoJSON(-LD) encoding Collection Metadata • ISO 19139(-2) • DIF-10 etc.
  • 13. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 13 FedEO: Connected Data Assets
  • 14. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 14 FedEO: Vocabulary Server - GUI • ESA Thesauri: • Operational (October ‘19) http://thesauri.eo.esa.int/thesaurus/en/ • Reference •http://fedeo.spacebel.be/thesaurus/en/?clang=en • SKOSMOS tool makes available APIs here documented http://skosmos.org/ Examples http://fedeo.spacebel.be/rest/v1/thesaurus/data?uri=https://earth.esa.int/concept/envisat http://fedeo.spacebel.be/rest/v1/thesaurus/data?uri=https://earth.esa.int/concept/envisat&format=application/json http://fedeo.spacebel.be/rest/v1/thesaurus/data?uri=https://earth.esa.int/concept/meris&format=application/json
  • 15. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 15 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
  • 16. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 16 Ontologies for EO products metadata • General rule: reuse standard and/or widely used ontologies/vocabularies whenever possible, and extend as needed • In the case of FedEO, the metadata returned is already using semantic vocabularies in the (Geo)JSON-LD representation, thus it requires just to expose results as Linked Data
  • 17. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 17 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.
  • 18. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 18 Creating SPARQL wrapper with Ephedra • Describe the REST Service Signature (mapping) • Define inputs & outputs terms, e.g., dc:identifier • Define input & output data types, e.g., xsd:string • Define output (JSON) path, e.g., $.@graph[0].rdfs:member[*].dct:id entifier
  • 19. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 19 Creating SPARQL wrapper with Ephedra • Configure the AgroDataCube REST Service Repository • Include this repository into the Ephedra federation
  • 20. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 20 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/repository/fed eration#spacebelOS>
  • 21. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 21 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
  • 22. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 22 Visualize and exploit the linked data • Demo app: http://metaphactory.foodie-cloud.org/resource/:ESA-datasets
  • 23. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 23 Visualize and exploit the linked data • Demo app: http://metaphactory.foodie-cloud.org/resource/:ESA-datasets
  • 24. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 24 Visualize and exploit the linked data
  • 25. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 25 Visualize and exploit the linked data
  • 26. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 26 Visualize and exploit the linked data
  • 27. This document is part of a project that has received funding from the European Union’s Horizon 2020 research and innovation programme under agreement No 732064. It is the property of the DataBio consortium and shall not be distributed or reproduced without the formal approval of the DataBio Management Committee. Find us at www.databio.eu. 27 Thank you for your attention! Special thanks to Metaphacts team Questions: rpalma@man.poznan.pl