SlideShare a Scribd company logo
1 of 29
A Linked Sensor Data Cube 
for a 100 year homogenised daily temperature dataset 
Laurent Lefort 
5th Semantic Sensor Network Workshop, 12 November 2012 
CSIRO ICT CENTRE
Outline 
ā€¢ ACORN-SAT dataset 
ā€¢ Role of SSN ontology 
ā€¢ Role of RDF Data Cube vocabulary 
ā€¢ Integration of SSN and RDF Data Cube 
ā€¢ Lessons learned 
ā€¢ Conclusions 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 2 | dataset | Laurent Lefort
The ACORN-SAT dataset 
ā€¢ Released by Aus. Bureau of Meteorology (23 March 2012) 
ā€¢ Available at http://www.bom.gov.au/climate/change/acorn-sat/ 
ā€¢ 112 stations in total - 60 from 1910 to 2011 
ā€¢ Homogenised (adjusted) daily temperatures 
ā€¢ Tabular format (1 file per time series/station) 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 3 | dataset | Laurent Lefort
The Linked Data version of ACORN-SAT 
ā€¢ Experimental version of ACORN-SAT data 
ā€¢ Available at http://lab.environment.data.gov.au/ 
ā€¢ Developed for the Australian Bureau of Meteorology (BOM) by CSIRO in 
cooperation with the Australian Government Information Management Office 
(AGIMO) 
ā€¢ Temperature (homogenised) plus Rainfall (not homogenised) 
ā€¢ First version presented at Australian GovHack Day 
ā€¢ Alternative to tabular data 
ā€¢ Last version, uploaded to LOD cloud 
ā€¢ http://thedatahub.org/dataset/acorn-sat 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 4 | dataset | Laurent Lefort
Motivation: linked gov. agencies data in Australia 
ā€¢ Linked data (and well managed URIs) to build the bridges between 
the different agencies 
ā€¢ Current linked data pilot is one agency (BoM) and one server but 
applies solutions and schemes already in place in multi-agencies 
and multi-service providers context (e.g. UK) 
ā€¢ Thanks to AGIMO for helping us to set up 
http://lab.environment.data.gov.au/
SSN Ontology 
ā€¢ SSN-XG report http://www.w3.org/2005/Incubator/ssn/XGR-ssn/ 
ā€¢ SSN Ontology http://purl.oclc.org/NET/ssnx/ssn 
ā€¢ Navigable documentation on wiki auto derived 
http://www.w3.org/2005/Incubator/ssn/wiki/SSN 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 6 | dataset | Laurent Lefort
SSN: deployed systems and observations 
Device 
Skeleton 
Deployment 
PlatformSite 
System 
ssn:System 
onPlatform 
hasSubsystem 
deploymentProcesPart 
ssn:DeploymentRelatedProcess 
hasDeployment 
ssn:Deployment 
deployedSystem 
deployedOnPlatform 
ssn:Platform 
attachedSystem 
ssn:Device 
ssn:Sensor 
ssn:SensingDevice 
observes 
inDeployment 
observedBy 
ssn:Property 
observedProperty 
ssn:Observation
Specific challenges for the SSN Ontology 
ā€¢ ACORN-SAT data derived from multiple stations with complex history 
ā€¢ Uses homogenisation algorithm to make adjustments to raw data 
ā€¢ ā€œMetadataā€ used by the algorithm to identify ā€œbreakpointsā€ in time series 
ā€“ Site changes (moves, building or vegetation having an impact on the quality of 
observation), sensor (and sensor screens) changes, procedure changes (hours 
of observations) 
ā€¢ BoM station numbering system ā€œsomewhat confusing over timeā€ 
ā€¢ Desire to retain a single site number for upper-air observations at obs sites 
ā€¢ Several numbering conventions have been used at one or more locations where 
an overlap occurs between an old (comparison) and new site: 
ā€“ Old site retains old number, new site opens with new number. 
ā€“ Old site switches to new number for the duration of the comparison, new site 
takes over old number from the start of its observations. 
ā€“ New site opens under new number then switches to old number after end of 
comparison. 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 8 | dataset | Laurent Lefort
Linked ACORN SAT deployment data with SSN 
ā€¢ Data describing the deployment history 
ā€¢ Available in ACORN-SAT station catalogue (pdf) 
ā€¢ Not available in tabular format distribution 
ā€¢ ACORN-SAT composite stations 
ā€“ System composed of one or several BoM stations 
ā€¢ BoM (Bureau of Meteorology) stations 
ā€“ System composed of one or several station sharing the same codes 
ā€¢ Textual description of significant events 
ā€¢ Data describing the detailed conditions of observations 
ā€¢ Sensors 
ā€¢ Screens 
ā€¢ Automatic Weather stations 
ā€¢ Procedures e.g. hours of observation 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 9 | dataset | Laurent Lefort
Example (Darwin) 
Time series ā€“ Weather stations ā€“ Sites ā€“ (Sensors) 
Darwin Post Office 
014016 (1910-1942) 
Darwin Airport 
014015 (1941-2007 & 2001-now) 
2 sites ā€“ 1km apart ā€“ same code used 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 10 | dataset | Laurent Lefort
Deployment phases in Darwin 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 11 | dataset | Laurent Lefort
RDF Data cube http://purl.org/linked-data/cube 
ā€¢ RDF Data Cube: a method to organise linked data in slices 
ā€¢ A vocabulary published by the W3C Government Linked Data (GLD) Working 
Group (Working Draft) 
ā€¢ Also the method used to publish statistics data and environmental data in 
Europe e.g. for Bathing Water Quality in UK 
http://www.epimorphics.com/web/projects/bathing-water-quality 
ā€¢ Advantages 
ā€¢ Allows multiple views on the same data (similar to OLAP) 
ā€¢ Generic approach which supports the links to domain-specific definitions 
ā€¢ Useable: 
ā€¢ In any browser via Linked Data API (HTML output) 
ā€¢ In JavaScript via Linked Data API (JSON output) 
ā€¢ In R via SPARQL 
12 | A Linked Sensor Data Cube for a 100 year homogenised daily temperature dataset | Laurent Lefort
From: The RDF Data Cube Vocabulary 
W3C Working Draft 05 April 2012 
http://www.w3.org/TR/vocab-data-cube/ 
13 | A Linked Sensor Data Cube for a 100 year homogenised daily temperature dataset | Laurent Lefort
Data cube, slice and observation 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 14 | dataset | Laurent Lefort 
Dimension d7 
Dimension d6 
Dimension d1 
Dimension d2 
Dimension d3 
Dimension d4 
Dimension d5 
Measure m1, m2, ā€¦ 
Attribute a1, a2, ā€¦ 
Cube 
Slice 
Observation
QB: Dataset, Slice, Observation 
Cube and Slice 
qb:Slice 
qb:Dataset 
slice 
Cube observation 
observation 
qb:Observation 
subslice
Data Cube Structure: 
dimensions, measure, attributes 
Current Data Cube structure (and URI/API logic) 
Observation 
- MinTemperature 
- MaxTemperature 
- Rainfall 
- Booleans for missing data 
(2) Year 
(3) Month 
Day 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 16 | dataset | Laurent Lefort 
(1) ACORN-SAT Series/System (station) 
ā€¢ Stations/time series 
ā€¢ Year 
ā€¢ Month 
ā€¢ All linking to observations
Slices and URI scheme 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 17 | dataset | Laurent Lefort
Coupling SSN and RDF Data Cube 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 18 | dataset | Laurent Lefort
Device 
Skeleton 
acorn-system 
Cube observation 
observation 
structure qb:DataStructureDefinition 
component 
qb:ComponentSpecification 
deployedSystem deploymentProcesPart 
bom-station acorn-deploy 
hasSubsystem 
bom-station:System 
acorn-site 
raindist 
locatedIn 
parentADM1 
parentFeature, parentCountry 
parentADM1, parentADM2 
bom-station:Station deployedOnPlatform 
acorn-site:Site 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 19 | dataset | Laurent Lefort 
acorn-deploy:Deployment 
deployment- 
ProcessPart 
currentSite 
acorn-system:System 
concept 
etcddi 
etcddi:xxx 
acorn-series:xxx 
acorn-series 
acorn-series:TimeSeries 
acorn-deploy:StandaloneOperation 
acorn-sat:Observation 
acorn-sat observation 
acorn-deploy:PreDeployment 
acorn-deploy:PostDeployment 
observedBy 
acorn-sat:xxx 
time:Interval (Instant) 
Intervals OWL Time 
interval:CalendarInterval (Instant) 
raindist:RainfallDistrict 
rainstate 
rainstate:RainfallState 
gn:Feature 
geonames 
Deployment 
System PlatformSite 
ssn:System 
onPlatform 
hasSubsystem 
hasDeployment 
ssn:DeploymentRelatedProcess 
ssn:Deployment 
ssn:Platform 
deployedOnPlatform 
attachedSystem 
ssn:Device 
ssn:Sensor 
ssn:SensingDevice 
observes 
inDeployment 
observedBy 
ssn:Property 
observedProperty 
Cube and Slice 
qb:Slice 
qb:Dataset 
slice 
qb:Observation 
qb:ComponentProperty 
DSD 
componentProperty 
Dataset 
void:Dataset 
Concepts 
skos:Concept 
ssn:Observation
Access to data with Elda via 
http://lab.environment.data.gov.au/ 
ssn:hasSubSystem 
ssn:hasDeployment 
ssn:observedBy ssn:deploymentProcessPart 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 20 | dataset | Laurent Lefort
Mashups 
ā€¢ Display the station locations and their average temperature 
readings on a map 
ā€¢ http://lab.environment.data.gov.au/mashup/drilldown 
ā€¢ Select a Date range for climate readings for a given location 
ā€¢ http://lab.environment.data.gov.au/mashup 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 21 | dataset | Laurent Lefort
Lessons learned 
ā€¢ Flexible URI scheme 
ā€¢ ELDA-friendly, UK-style: using nested list endpoints and item endpoints 
ā€“ http://lab.environment.data.gov.au/data/acorn/climate/slice/station 
ā€“ http://lab.environment.data.gov.au/data/acorn/climate/slice/station/014015 
ā€¢ Extra slice(s) easy to add to allow multiple access to the same observations 
ā€¢ RDF Data Cube vocabulary (QB) 
ā€¢ Some clarifications needed for qb:structure, qb:sliceKey, qb:sliceStructure, 
qb:component and qb:componentAttachment properties e.g. through the 
publication of validation rules 
ā€¢ Coupling of SSN ontology and RDF Data Cube vocabulary 
ā€¢ Different ecosystems (OWL vs. RDF/RDFS) 
ā€“ OK for RDF Data Cube, not OK for other reused vocabularies e.g. UK Intervals 
(Jena Eyeball used for validation) 
ā€¢ Observed properties are classes in the SSN ontology and properties in the RDF 
Data Cube 
ā€“ Possibility to reuse/extend the qb:concept properties defined to manage 
references to skos:Concept in QB 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 22 | dataset | Laurent Lefort
Conclusions 
ā€¢ Approach is applicable to all climate time series 
ā€¢ Several climate-specific issues not addressed 
ā€¢ Transparency/reproducibility of homogenisation process 
ā€“ Require raw data plus extra (meta)data (sensors, screen types, sensors 
exposure, ā€œqualifiedā€ observed properties during a specific observation 
interval), plus data used/generated during homogenisation algorithm (ACORN-SAT 
uses different values for different value distribution percentiles) 
ā€“ More ontology work needed (compared to SSN) on homogenisation algorithms 
parameters, types of breakpoints and types of adjustment lookup table 
ā€¢ Opportunities to link to other datasets (Australia, World) 
ā€¢ Geo-features (e.g. GeoNames - done) for weather station sites, districts 
ā€¢ Other climate data e.g. regional and world climate data archives, cyclone tracks 
(not yet available as linked data) 
ā€¢ Other environmental data (not yet available as linked data) 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 23 | dataset | Laurent Lefort
Thank you 
Division/Unit Name 
Laurent Lefort 
Ontologist 
t +61 2 9123 4567 
e laurent.lefort@csiro.au 
w ict.csiro.au 
CSIRO ICT CENTRE
Images credits 
ā€¢ Blair Trewin The ACORN-SAT station at Butlers Gorge in central 
Tasmania (surfacetemperatures.blogspot.com.au ) 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 25 | dataset | Laurent Lefort
Reused ontologies 
Ontology Short Description URL 
DOLCE Ultra 
Lite (DUL) 
A lightweight foundational ontology for 
modeling either physical or social contexts 
http://www.loa-cnr. 
it/ontologies/DUL.owl 
Semantic 
Sensor Network 
An ontology for the description of sensors 
and observations, and related concepts. 
http://purl.oclc.org/NET/ssnx/ssn 
RDF Data Cube 
A vocabulary for the publication of multi-dimensional 
data as linked data 
http://purl.org/linked-data/cube 
OWL Time An ontology of temporal concepts http://www.w3.org/2006/time 
Intervals 
A vocabulary (and URI scheme) for the 
definition of instants and intervals. 
http://reference.data.gov.uk/def/in 
tervals 
WGS84_Pos 
A vocabulary for representing latitude, 
longitude and altitude information in the 
WGS84 geodetic reference datum 
http://www.w3.org/2003/01/geo/w 
gs84_pos 
GeoNames 
An ontology for the description of 
geographical features, their characteristics 
and relationships 
http://www.geonames.org/ontolog 
y/ontology_v3.01.rdf 
VoID (Vocabula-ry 
of Interlinked 
Datasets) 
A vocabulary for expressing metadata 
about RDF datasets 
http://vocab.deri.ie/void 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 26 | dataset | Laurent Lefort
Developed ontologies 
Ontology Short Description URL 
ETCCDI 
Indicators defined by the joint 
CCl/CLIVAR/JCOMM Expert Team on 
Climate Change Detection and Indices 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 27 | dataset | Laurent Lefort 
http://purl.oclc.org/NET/ssnx/etccdi 
Rainfall 
districts and 
states 
Geographical areas defined as part of the 
Bureau's numbering system for observation 
sites 
http://lab.environment.data.gov.au/ 
def/stations/raindist 
ā€¦/rainstate 
BoM Station 
Definition for the weather stations 
registered in the Bureauā€™s Weather Station 
Directory 
http://lab.environment.data.gov.au/ 
def/stations/station 
Surface Air 
Temperature 
ACORN-SAT observation (temperature, 
rainfall) for one day 
http://lab.environment.data.gov.au/ 
def/acorn/sat 
Time Series 
Time series data defined as data cube 
slices (aggregated at different levels) 
http://lab.environment.data.gov.au/ 
def/acorn/time-series 
ACORN-SAT 
deployment 
Phases and sub-phases recorded in the 
ACORN-SAT documentation pack 
http://lab.environment.data.gov.au/ 
def/acorn/deployment 
ACORN-SAT 
system 
The sensing asset used for a deployment 
phases (or sub-phase) 
http://lab.environment.data.gov.au/ 
def/acorn/system 
ACORN-SAT 
site 
The site used for a deployment phase (or 
sub-phase) 
http://lab.environment.data.gov.au/ 
def/acorn/site
RDF Data Cube (qb:ComponentAttachement) 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 28 | dataset | Laurent Lefort
Reference to skos:Concept 
A Linked Sensor Data Cube for a 100 year homogenised daily temperature 29 | dataset | Laurent Lefort

More Related Content

What's hot

5 IGARSS_Riishojgaard July 25 2011_rev2.ppt
5 IGARSS_Riishojgaard July 25 2011_rev2.ppt5 IGARSS_Riishojgaard July 25 2011_rev2.ppt
5 IGARSS_Riishojgaard July 25 2011_rev2.pptgrssieee
Ā 
Accelerating Science with Cloud Technologies in the ABoVE Science Cloud
Accelerating Science with Cloud Technologies in the ABoVE Science CloudAccelerating Science with Cloud Technologies in the ABoVE Science Cloud
Accelerating Science with Cloud Technologies in the ABoVE Science CloudGlobus
Ā 
Producing INSPIRE compliant datasets
Producing INSPIRE compliant datasetsProducing INSPIRE compliant datasets
Producing INSPIRE compliant datasetsRoope Tervo
Ā 
Open Data and and INSPIRE
Open Data and and INSPIREOpen Data and and INSPIRE
Open Data and and INSPIRERoope Tervo
Ā 
Meteorological and Aviation Weather Open Data implementation utilising OGC st...
Meteorological and Aviation Weather Open Data implementation utilising OGC st...Meteorological and Aviation Weather Open Data implementation utilising OGC st...
Meteorological and Aviation Weather Open Data implementation utilising OGC st...Roope Tervo
Ā 
Aaltoes opendata 20130206
Aaltoes opendata 20130206Aaltoes opendata 20130206
Aaltoes opendata 20130206Roope Tervo
Ā 
AusCover Earth Observation Services and Data Cubes
AusCover Earth Observation Services and Data CubesAusCover Earth Observation Services and Data Cubes
AusCover Earth Observation Services and Data CubesTERN Australia
Ā 
Ian Grant_Adoption of AusCover data standards and systems to improve access t...
Ian Grant_Adoption of AusCover data standards and systems to improve access t...Ian Grant_Adoption of AusCover data standards and systems to improve access t...
Ian Grant_Adoption of AusCover data standards and systems to improve access t...TERN Australia
Ā 
TU2.T10.1.pptx
TU2.T10.1.pptxTU2.T10.1.pptx
TU2.T10.1.pptxgrssieee
Ā 
Eco-informatics: Data services for bringing together and publishing the full ...
Eco-informatics: Data services for bringing together and publishing the full ...Eco-informatics: Data services for bringing together and publishing the full ...
Eco-informatics: Data services for bringing together and publishing the full ...TERN Australia
Ā 
AusPlots field data collection with AusScribe
AusPlots field data collection with AusScribeAusPlots field data collection with AusScribe
AusPlots field data collection with AusScribeTERN Australia
Ā 
ExtremeEarth Open Workshop - Overview and Achievements
ExtremeEarth Open Workshop - Overview and AchievementsExtremeEarth Open Workshop - Overview and Achievements
ExtremeEarth Open Workshop - Overview and AchievementsExtremeEarth
Ā 
FR1.L09.2 - ONBOARD RADAR PROCESSING CONCEPTS FOR THE DESDYNI MISSION
FR1.L09.2 - ONBOARD RADAR PROCESSING CONCEPTS FOR THE DESDYNI MISSIONFR1.L09.2 - ONBOARD RADAR PROCESSING CONCEPTS FOR THE DESDYNI MISSION
FR1.L09.2 - ONBOARD RADAR PROCESSING CONCEPTS FOR THE DESDYNI MISSIONgrssieee
Ā 
Application packaging and systematic processing in earth observation exploita...
Application packaging and systematic processing in earth observation exploita...Application packaging and systematic processing in earth observation exploita...
Application packaging and systematic processing in earth observation exploita...terradue
Ā 
WE1.L10 - IMPLEMENTATION OF THE LAND, ATMOSPHERE NEAR-REAL-TIME CAPABILITY FO...
WE1.L10 - IMPLEMENTATION OF THE LAND, ATMOSPHERE NEAR-REAL-TIME CAPABILITY FO...WE1.L10 - IMPLEMENTATION OF THE LAND, ATMOSPHERE NEAR-REAL-TIME CAPABILITY FO...
WE1.L10 - IMPLEMENTATION OF THE LAND, ATMOSPHERE NEAR-REAL-TIME CAPABILITY FO...grssieee
Ā 
Polar Use Case - ExtremeEarth Open Workshop
Polar Use Case  - ExtremeEarth Open WorkshopPolar Use Case  - ExtremeEarth Open Workshop
Polar Use Case - ExtremeEarth Open WorkshopExtremeEarth
Ā 
AstroInformatics 2015: Large Sky Surveys: Entering the Era of Software-Bound ...
AstroInformatics 2015: Large Sky Surveys: Entering the Era of Software-Bound ...AstroInformatics 2015: Large Sky Surveys: Entering the Era of Software-Bound ...
AstroInformatics 2015: Large Sky Surveys: Entering the Era of Software-Bound ...Mario Juric
Ā 
2004-09-12 Data and Tools for Web-Based Monitoring and Analysis
2004-09-12 Data and Tools for Web-Based Monitoring and Analysis2004-09-12 Data and Tools for Web-Based Monitoring and Analysis
2004-09-12 Data and Tools for Web-Based Monitoring and AnalysisRudolf Husar
Ā 
IGARSS2011_radarvolcanology.pptx
IGARSS2011_radarvolcanology.pptxIGARSS2011_radarvolcanology.pptx
IGARSS2011_radarvolcanology.pptxgrssieee
Ā 

What's hot (20)

5 IGARSS_Riishojgaard July 25 2011_rev2.ppt
5 IGARSS_Riishojgaard July 25 2011_rev2.ppt5 IGARSS_Riishojgaard July 25 2011_rev2.ppt
5 IGARSS_Riishojgaard July 25 2011_rev2.ppt
Ā 
Accelerating Science with Cloud Technologies in the ABoVE Science Cloud
Accelerating Science with Cloud Technologies in the ABoVE Science CloudAccelerating Science with Cloud Technologies in the ABoVE Science Cloud
Accelerating Science with Cloud Technologies in the ABoVE Science Cloud
Ā 
Producing INSPIRE compliant datasets
Producing INSPIRE compliant datasetsProducing INSPIRE compliant datasets
Producing INSPIRE compliant datasets
Ā 
Open Data and and INSPIRE
Open Data and and INSPIREOpen Data and and INSPIRE
Open Data and and INSPIRE
Ā 
Meteorological and Aviation Weather Open Data implementation utilising OGC st...
Meteorological and Aviation Weather Open Data implementation utilising OGC st...Meteorological and Aviation Weather Open Data implementation utilising OGC st...
Meteorological and Aviation Weather Open Data implementation utilising OGC st...
Ā 
Aaltoes opendata 20130206
Aaltoes opendata 20130206Aaltoes opendata 20130206
Aaltoes opendata 20130206
Ā 
AusCover Earth Observation Services and Data Cubes
AusCover Earth Observation Services and Data CubesAusCover Earth Observation Services and Data Cubes
AusCover Earth Observation Services and Data Cubes
Ā 
Ian Grant_Adoption of AusCover data standards and systems to improve access t...
Ian Grant_Adoption of AusCover data standards and systems to improve access t...Ian Grant_Adoption of AusCover data standards and systems to improve access t...
Ian Grant_Adoption of AusCover data standards and systems to improve access t...
Ā 
TU2.T10.1.pptx
TU2.T10.1.pptxTU2.T10.1.pptx
TU2.T10.1.pptx
Ā 
Eco-informatics: Data services for bringing together and publishing the full ...
Eco-informatics: Data services for bringing together and publishing the full ...Eco-informatics: Data services for bringing together and publishing the full ...
Eco-informatics: Data services for bringing together and publishing the full ...
Ā 
AusPlots field data collection with AusScribe
AusPlots field data collection with AusScribeAusPlots field data collection with AusScribe
AusPlots field data collection with AusScribe
Ā 
ExtremeEarth Open Workshop - Overview and Achievements
ExtremeEarth Open Workshop - Overview and AchievementsExtremeEarth Open Workshop - Overview and Achievements
ExtremeEarth Open Workshop - Overview and Achievements
Ā 
FR1.L09.2 - ONBOARD RADAR PROCESSING CONCEPTS FOR THE DESDYNI MISSION
FR1.L09.2 - ONBOARD RADAR PROCESSING CONCEPTS FOR THE DESDYNI MISSIONFR1.L09.2 - ONBOARD RADAR PROCESSING CONCEPTS FOR THE DESDYNI MISSION
FR1.L09.2 - ONBOARD RADAR PROCESSING CONCEPTS FOR THE DESDYNI MISSION
Ā 
Application packaging and systematic processing in earth observation exploita...
Application packaging and systematic processing in earth observation exploita...Application packaging and systematic processing in earth observation exploita...
Application packaging and systematic processing in earth observation exploita...
Ā 
WE1.L10 - IMPLEMENTATION OF THE LAND, ATMOSPHERE NEAR-REAL-TIME CAPABILITY FO...
WE1.L10 - IMPLEMENTATION OF THE LAND, ATMOSPHERE NEAR-REAL-TIME CAPABILITY FO...WE1.L10 - IMPLEMENTATION OF THE LAND, ATMOSPHERE NEAR-REAL-TIME CAPABILITY FO...
WE1.L10 - IMPLEMENTATION OF THE LAND, ATMOSPHERE NEAR-REAL-TIME CAPABILITY FO...
Ā 
Polar Use Case - ExtremeEarth Open Workshop
Polar Use Case  - ExtremeEarth Open WorkshopPolar Use Case  - ExtremeEarth Open Workshop
Polar Use Case - ExtremeEarth Open Workshop
Ā 
AstroInformatics 2015: Large Sky Surveys: Entering the Era of Software-Bound ...
AstroInformatics 2015: Large Sky Surveys: Entering the Era of Software-Bound ...AstroInformatics 2015: Large Sky Surveys: Entering the Era of Software-Bound ...
AstroInformatics 2015: Large Sky Surveys: Entering the Era of Software-Bound ...
Ā 
15 sengupta next_generation_satellite_modelling
15 sengupta next_generation_satellite_modelling15 sengupta next_generation_satellite_modelling
15 sengupta next_generation_satellite_modelling
Ā 
2004-09-12 Data and Tools for Web-Based Monitoring and Analysis
2004-09-12 Data and Tools for Web-Based Monitoring and Analysis2004-09-12 Data and Tools for Web-Based Monitoring and Analysis
2004-09-12 Data and Tools for Web-Based Monitoring and Analysis
Ā 
IGARSS2011_radarvolcanology.pptx
IGARSS2011_radarvolcanology.pptxIGARSS2011_radarvolcanology.pptx
IGARSS2011_radarvolcanology.pptx
Ā 

Viewers also liked

Mashups as Collection of Widgets
Mashups as Collection of WidgetsMashups as Collection of Widgets
Mashups as Collection of Widgetsgiurca
Ā 
Semantic Pipes and Semantic Mashups
Semantic Pipes and Semantic MashupsSemantic Pipes and Semantic Mashups
Semantic Pipes and Semantic Mashupsgiurca
Ā 
A Graph-Based Approach to Learn Semantic Descriptions of Data Sources
A Graph-Based Approach to Learn Semantic Descriptions of Data SourcesA Graph-Based Approach to Learn Semantic Descriptions of Data Sources
A Graph-Based Approach to Learn Semantic Descriptions of Data SourcesMohsen Taheriyan
Ā 
Intelligent Mashups
Intelligent MashupsIntelligent Mashups
Intelligent Mashupsgiurca
Ā 
Building Intelligent Mashups
Building Intelligent MashupsBuilding Intelligent Mashups
Building Intelligent Mashupsgiurca
Ā 
Learning the Semantics of Structured Data Sources
Learning the Semantics of Structured Data SourcesLearning the Semantics of Structured Data Sources
Learning the Semantics of Structured Data SourcesMohsen Taheriyan
Ā 

Viewers also liked (6)

Mashups as Collection of Widgets
Mashups as Collection of WidgetsMashups as Collection of Widgets
Mashups as Collection of Widgets
Ā 
Semantic Pipes and Semantic Mashups
Semantic Pipes and Semantic MashupsSemantic Pipes and Semantic Mashups
Semantic Pipes and Semantic Mashups
Ā 
A Graph-Based Approach to Learn Semantic Descriptions of Data Sources
A Graph-Based Approach to Learn Semantic Descriptions of Data SourcesA Graph-Based Approach to Learn Semantic Descriptions of Data Sources
A Graph-Based Approach to Learn Semantic Descriptions of Data Sources
Ā 
Intelligent Mashups
Intelligent MashupsIntelligent Mashups
Intelligent Mashups
Ā 
Building Intelligent Mashups
Building Intelligent MashupsBuilding Intelligent Mashups
Building Intelligent Mashups
Ā 
Learning the Semantics of Structured Data Sources
Learning the Semantics of Structured Data SourcesLearning the Semantics of Structured Data Sources
Learning the Semantics of Structured Data Sources
Ā 

Similar to Linked Sensor Data cube

Weather Station Data Publication at Irstea: an implementation Report.
Weather Station Data Publication at Irstea: an implementation Report.  Weather Station Data Publication at Irstea: an implementation Report.
Weather Station Data Publication at Irstea: an implementation Report. catherine roussey
Ā 
A Data Lake and a Data Lab to Optimize Operations and Safety within a nuclear...
A Data Lake and a Data Lab to Optimize Operations and Safety within a nuclear...A Data Lake and a Data Lab to Optimize Operations and Safety within a nuclear...
A Data Lake and a Data Lab to Optimize Operations and Safety within a nuclear...DataWorks Summit/Hadoop Summit
Ā 
Directions OGC CHISP-1 Webinar Slides
Directions OGC CHISP-1 Webinar SlidesDirections OGC CHISP-1 Webinar Slides
Directions OGC CHISP-1 Webinar SlidesAlex Joseph
Ā 
Geo Analytics Canada Overview - May 2020
Geo Analytics Canada Overview - May 2020Geo Analytics Canada Overview - May 2020
Geo Analytics Canada Overview - May 2020GEO Analytics Canada
Ā 
EPOS GNSS Data and Products TCS - What we do...
EPOS GNSS Data and Products TCS - What we do...EPOS GNSS Data and Products TCS - What we do...
EPOS GNSS Data and Products TCS - What we do...EPOS | GNSS Data and Products
Ā 
ESCAPE Kick-off meeting - KM3Net, Opening a new window on our universe (Feb 2...
ESCAPE Kick-off meeting - KM3Net, Opening a new window on our universe (Feb 2...ESCAPE Kick-off meeting - KM3Net, Opening a new window on our universe (Feb 2...
ESCAPE Kick-off meeting - KM3Net, Opening a new window on our universe (Feb 2...ESCAPE EU
Ā 
Solar irradiance data sources & software
Solar irradiance data sources & softwareSolar irradiance data sources & software
Solar irradiance data sources & softwareakhtar ali
Ā 
Kickstart your Kafka with Faker Data | Francesco Tisiot, Aiven.io
Kickstart your Kafka with Faker Data | Francesco Tisiot, Aiven.ioKickstart your Kafka with Faker Data | Francesco Tisiot, Aiven.io
Kickstart your Kafka with Faker Data | Francesco Tisiot, Aiven.ioHostedbyConfluent
Ā 
20160831 BEST Summer School
20160831 BEST Summer School20160831 BEST Summer School
20160831 BEST Summer SchoolAna Aguiar
Ā 
AusCover portal presentation
AusCover portal presentationAusCover portal presentation
AusCover portal presentationTERN Australia
Ā 
EcoTas13 Caddy-Retalic TERN Infrastructure
EcoTas13 Caddy-Retalic TERN InfrastructureEcoTas13 Caddy-Retalic TERN Infrastructure
EcoTas13 Caddy-Retalic TERN InfrastructureTERN Australia
Ā 
Enabling efficient movement of data into & out of a high-performance analysis...
Enabling efficient movement of data into & out of a high-performance analysis...Enabling efficient movement of data into & out of a high-performance analysis...
Enabling efficient movement of data into & out of a high-performance analysis...Jisc
Ā 
GEO Analytics Canada Overview April 2020
GEO Analytics Canada Overview April 2020GEO Analytics Canada Overview April 2020
GEO Analytics Canada Overview April 2020GEO Analytics Canada
Ā 
[DSC Adria 23]Hrvoje Novak & Slaven Begovic - Nowcasting: AI-based short-term...
[DSC Adria 23]Hrvoje Novak & Slaven Begovic - Nowcasting: AI-based short-term...[DSC Adria 23]Hrvoje Novak & Slaven Begovic - Nowcasting: AI-based short-term...
[DSC Adria 23]Hrvoje Novak & Slaven Begovic - Nowcasting: AI-based short-term...DataScienceConferenc1
Ā 
Ben Evans SPEDDEXES 2014
Ben Evans SPEDDEXES 2014Ben Evans SPEDDEXES 2014
Ben Evans SPEDDEXES 2014aceas13tern
Ā 
Contextualizing the Visualization of Climate Data
Contextualizing the Visualization of Climate DataContextualizing the Visualization of Climate Data
Contextualizing the Visualization of Climate DataRaquel Alegre
Ā 

Similar to Linked Sensor Data cube (20)

Weather Station Data Publication at Irstea: an implementation Report.
Weather Station Data Publication at Irstea: an implementation Report.  Weather Station Data Publication at Irstea: an implementation Report.
Weather Station Data Publication at Irstea: an implementation Report.
Ā 
A Data Lake and a Data Lab to Optimize Operations and Safety within a nuclear...
A Data Lake and a Data Lab to Optimize Operations and Safety within a nuclear...A Data Lake and a Data Lab to Optimize Operations and Safety within a nuclear...
A Data Lake and a Data Lab to Optimize Operations and Safety within a nuclear...
Ā 
Directions OGC CHISP-1 Webinar Slides
Directions OGC CHISP-1 Webinar SlidesDirections OGC CHISP-1 Webinar Slides
Directions OGC CHISP-1 Webinar Slides
Ā 
Geo Analytics Canada Overview - May 2020
Geo Analytics Canada Overview - May 2020Geo Analytics Canada Overview - May 2020
Geo Analytics Canada Overview - May 2020
Ā 
EPOS GNSS Data and Products TCS - What we do...
EPOS GNSS Data and Products TCS - What we do...EPOS GNSS Data and Products TCS - What we do...
EPOS GNSS Data and Products TCS - What we do...
Ā 
ESCAPE Kick-off meeting - KM3Net, Opening a new window on our universe (Feb 2...
ESCAPE Kick-off meeting - KM3Net, Opening a new window on our universe (Feb 2...ESCAPE Kick-off meeting - KM3Net, Opening a new window on our universe (Feb 2...
ESCAPE Kick-off meeting - KM3Net, Opening a new window on our universe (Feb 2...
Ā 
Dynamic integrations of crop data and corresponding meteorological data based...
Dynamic integrations of crop data and corresponding meteorological data based...Dynamic integrations of crop data and corresponding meteorological data based...
Dynamic integrations of crop data and corresponding meteorological data based...
Ā 
Dynamic Integrations of Crop Data and Corresponding Meteorological Data based...
Dynamic Integrations of Crop Data and Corresponding Meteorological Data based...Dynamic Integrations of Crop Data and Corresponding Meteorological Data based...
Dynamic Integrations of Crop Data and Corresponding Meteorological Data based...
Ā 
Solar irradiance data sources & software
Solar irradiance data sources & softwareSolar irradiance data sources & software
Solar irradiance data sources & software
Ā 
Kickstart your Kafka with Faker Data | Francesco Tisiot, Aiven.io
Kickstart your Kafka with Faker Data | Francesco Tisiot, Aiven.ioKickstart your Kafka with Faker Data | Francesco Tisiot, Aiven.io
Kickstart your Kafka with Faker Data | Francesco Tisiot, Aiven.io
Ā 
20160831 BEST Summer School
20160831 BEST Summer School20160831 BEST Summer School
20160831 BEST Summer School
Ā 
AusCover portal presentation
AusCover portal presentationAusCover portal presentation
AusCover portal presentation
Ā 
EcoTas13 Caddy-Retalic TERN Infrastructure
EcoTas13 Caddy-Retalic TERN InfrastructureEcoTas13 Caddy-Retalic TERN Infrastructure
EcoTas13 Caddy-Retalic TERN Infrastructure
Ā 
Enabling efficient movement of data into & out of a high-performance analysis...
Enabling efficient movement of data into & out of a high-performance analysis...Enabling efficient movement of data into & out of a high-performance analysis...
Enabling efficient movement of data into & out of a high-performance analysis...
Ā 
GEO Analytics Canada Overview April 2020
GEO Analytics Canada Overview April 2020GEO Analytics Canada Overview April 2020
GEO Analytics Canada Overview April 2020
Ā 
ACCESS-Opt_Overview
ACCESS-Opt_OverviewACCESS-Opt_Overview
ACCESS-Opt_Overview
Ā 
[DSC Adria 23]Hrvoje Novak & Slaven Begovic - Nowcasting: AI-based short-term...
[DSC Adria 23]Hrvoje Novak & Slaven Begovic - Nowcasting: AI-based short-term...[DSC Adria 23]Hrvoje Novak & Slaven Begovic - Nowcasting: AI-based short-term...
[DSC Adria 23]Hrvoje Novak & Slaven Begovic - Nowcasting: AI-based short-term...
Ā 
Ben Evans SPEDDEXES 2014
Ben Evans SPEDDEXES 2014Ben Evans SPEDDEXES 2014
Ben Evans SPEDDEXES 2014
Ā 
Contextualizing the Visualization of Climate Data
Contextualizing the Visualization of Climate DataContextualizing the Visualization of Climate Data
Contextualizing the Visualization of Climate Data
Ā 
Working with HDF and netCDF Data in ArcGIS: Tools and Case Studies
Working with HDF and netCDF Data in ArcGIS: Tools and Case StudiesWorking with HDF and netCDF Data in ArcGIS: Tools and Case Studies
Working with HDF and netCDF Data in ArcGIS: Tools and Case Studies
Ā 

More from Laurent Lefort

Semantically-Enabling the Web of Things: The W3C Semantic Sensor Network Onto...
Semantically-Enabling the Web of Things: The W3C Semantic Sensor Network Onto...Semantically-Enabling the Web of Things: The W3C Semantic Sensor Network Onto...
Semantically-Enabling the Web of Things: The W3C Semantic Sensor Network Onto...Laurent Lefort
Ā 
Future manufacturing informatics - typology of manufacturing data
Future manufacturing informatics - typology of manufacturing dataFuture manufacturing informatics - typology of manufacturing data
Future manufacturing informatics - typology of manufacturing dataLaurent Lefort
Ā 
Design and generation of Linked Clinical Data Cube (Semantic Stats 2013)
Design and generation of Linked Clinical Data Cube (Semantic Stats 2013)Design and generation of Linked Clinical Data Cube (Semantic Stats 2013)
Design and generation of Linked Clinical Data Cube (Semantic Stats 2013)Laurent Lefort
Ā 
Semantically enabled standard development
Semantically enabled standard developmentSemantically enabled standard development
Semantically enabled standard developmentLaurent Lefort
Ā 
Standards for Semantic Mashups
Standards for Semantic MashupsStandards for Semantic Mashups
Standards for Semantic MashupsLaurent Lefort
Ā 
Semantic Web For Hack Days
Semantic Web For Hack DaysSemantic Web For Hack Days
Semantic Web For Hack DaysLaurent Lefort
Ā 

More from Laurent Lefort (7)

Semantically-Enabling the Web of Things: The W3C Semantic Sensor Network Onto...
Semantically-Enabling the Web of Things: The W3C Semantic Sensor Network Onto...Semantically-Enabling the Web of Things: The W3C Semantic Sensor Network Onto...
Semantically-Enabling the Web of Things: The W3C Semantic Sensor Network Onto...
Ā 
Future manufacturing informatics - typology of manufacturing data
Future manufacturing informatics - typology of manufacturing dataFuture manufacturing informatics - typology of manufacturing data
Future manufacturing informatics - typology of manufacturing data
Ā 
Design and generation of Linked Clinical Data Cube (Semantic Stats 2013)
Design and generation of Linked Clinical Data Cube (Semantic Stats 2013)Design and generation of Linked Clinical Data Cube (Semantic Stats 2013)
Design and generation of Linked Clinical Data Cube (Semantic Stats 2013)
Ā 
Govhack cached
Govhack cachedGovhack cached
Govhack cached
Ā 
Semantically enabled standard development
Semantically enabled standard developmentSemantically enabled standard development
Semantically enabled standard development
Ā 
Standards for Semantic Mashups
Standards for Semantic MashupsStandards for Semantic Mashups
Standards for Semantic Mashups
Ā 
Semantic Web For Hack Days
Semantic Web For Hack DaysSemantic Web For Hack Days
Semantic Web For Hack Days
Ā 

Recently uploaded

Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
Ā 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWERMadyBayot
Ā 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
Ā 
Mcleodganj Call Girls šŸ„° 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls šŸ„° 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls šŸ„° 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls šŸ„° 8617370543 Service Offer VIP Hot ModelDeepika Singh
Ā 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
Ā 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Christopher Logan Kennedy
Ā 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
Ā 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
Ā 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsNanddeep Nachan
Ā 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxRustici Software
Ā 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
Ā 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
Ā 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
Ā 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
Ā 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...apidays
Ā 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
Ā 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
Ā 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
Ā 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
Ā 

Recently uploaded (20)

Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
Ā 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
Ā 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
Ā 
Mcleodganj Call Girls šŸ„° 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls šŸ„° 8617370543 Service Offer VIP Hot ModelMcleodganj Call Girls šŸ„° 8617370543 Service Offer VIP Hot Model
Mcleodganj Call Girls šŸ„° 8617370543 Service Offer VIP Hot Model
Ā 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
Ā 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
Ā 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
Ā 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
Ā 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
Ā 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
Ā 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
Ā 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Ā 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
Ā 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
Ā 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Ā 
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Apidays New York 2024 - APIs in 2030: The Risk of Technological Sleepwalk by ...
Ā 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
Ā 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Ā 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
Ā 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Ā 

Linked Sensor Data cube

  • 1. A Linked Sensor Data Cube for a 100 year homogenised daily temperature dataset Laurent Lefort 5th Semantic Sensor Network Workshop, 12 November 2012 CSIRO ICT CENTRE
  • 2. Outline ā€¢ ACORN-SAT dataset ā€¢ Role of SSN ontology ā€¢ Role of RDF Data Cube vocabulary ā€¢ Integration of SSN and RDF Data Cube ā€¢ Lessons learned ā€¢ Conclusions A Linked Sensor Data Cube for a 100 year homogenised daily temperature 2 | dataset | Laurent Lefort
  • 3. The ACORN-SAT dataset ā€¢ Released by Aus. Bureau of Meteorology (23 March 2012) ā€¢ Available at http://www.bom.gov.au/climate/change/acorn-sat/ ā€¢ 112 stations in total - 60 from 1910 to 2011 ā€¢ Homogenised (adjusted) daily temperatures ā€¢ Tabular format (1 file per time series/station) A Linked Sensor Data Cube for a 100 year homogenised daily temperature 3 | dataset | Laurent Lefort
  • 4. The Linked Data version of ACORN-SAT ā€¢ Experimental version of ACORN-SAT data ā€¢ Available at http://lab.environment.data.gov.au/ ā€¢ Developed for the Australian Bureau of Meteorology (BOM) by CSIRO in cooperation with the Australian Government Information Management Office (AGIMO) ā€¢ Temperature (homogenised) plus Rainfall (not homogenised) ā€¢ First version presented at Australian GovHack Day ā€¢ Alternative to tabular data ā€¢ Last version, uploaded to LOD cloud ā€¢ http://thedatahub.org/dataset/acorn-sat A Linked Sensor Data Cube for a 100 year homogenised daily temperature 4 | dataset | Laurent Lefort
  • 5. Motivation: linked gov. agencies data in Australia ā€¢ Linked data (and well managed URIs) to build the bridges between the different agencies ā€¢ Current linked data pilot is one agency (BoM) and one server but applies solutions and schemes already in place in multi-agencies and multi-service providers context (e.g. UK) ā€¢ Thanks to AGIMO for helping us to set up http://lab.environment.data.gov.au/
  • 6. SSN Ontology ā€¢ SSN-XG report http://www.w3.org/2005/Incubator/ssn/XGR-ssn/ ā€¢ SSN Ontology http://purl.oclc.org/NET/ssnx/ssn ā€¢ Navigable documentation on wiki auto derived http://www.w3.org/2005/Incubator/ssn/wiki/SSN A Linked Sensor Data Cube for a 100 year homogenised daily temperature 6 | dataset | Laurent Lefort
  • 7. SSN: deployed systems and observations Device Skeleton Deployment PlatformSite System ssn:System onPlatform hasSubsystem deploymentProcesPart ssn:DeploymentRelatedProcess hasDeployment ssn:Deployment deployedSystem deployedOnPlatform ssn:Platform attachedSystem ssn:Device ssn:Sensor ssn:SensingDevice observes inDeployment observedBy ssn:Property observedProperty ssn:Observation
  • 8. Specific challenges for the SSN Ontology ā€¢ ACORN-SAT data derived from multiple stations with complex history ā€¢ Uses homogenisation algorithm to make adjustments to raw data ā€¢ ā€œMetadataā€ used by the algorithm to identify ā€œbreakpointsā€ in time series ā€“ Site changes (moves, building or vegetation having an impact on the quality of observation), sensor (and sensor screens) changes, procedure changes (hours of observations) ā€¢ BoM station numbering system ā€œsomewhat confusing over timeā€ ā€¢ Desire to retain a single site number for upper-air observations at obs sites ā€¢ Several numbering conventions have been used at one or more locations where an overlap occurs between an old (comparison) and new site: ā€“ Old site retains old number, new site opens with new number. ā€“ Old site switches to new number for the duration of the comparison, new site takes over old number from the start of its observations. ā€“ New site opens under new number then switches to old number after end of comparison. A Linked Sensor Data Cube for a 100 year homogenised daily temperature 8 | dataset | Laurent Lefort
  • 9. Linked ACORN SAT deployment data with SSN ā€¢ Data describing the deployment history ā€¢ Available in ACORN-SAT station catalogue (pdf) ā€¢ Not available in tabular format distribution ā€¢ ACORN-SAT composite stations ā€“ System composed of one or several BoM stations ā€¢ BoM (Bureau of Meteorology) stations ā€“ System composed of one or several station sharing the same codes ā€¢ Textual description of significant events ā€¢ Data describing the detailed conditions of observations ā€¢ Sensors ā€¢ Screens ā€¢ Automatic Weather stations ā€¢ Procedures e.g. hours of observation A Linked Sensor Data Cube for a 100 year homogenised daily temperature 9 | dataset | Laurent Lefort
  • 10. Example (Darwin) Time series ā€“ Weather stations ā€“ Sites ā€“ (Sensors) Darwin Post Office 014016 (1910-1942) Darwin Airport 014015 (1941-2007 & 2001-now) 2 sites ā€“ 1km apart ā€“ same code used A Linked Sensor Data Cube for a 100 year homogenised daily temperature 10 | dataset | Laurent Lefort
  • 11. Deployment phases in Darwin A Linked Sensor Data Cube for a 100 year homogenised daily temperature 11 | dataset | Laurent Lefort
  • 12. RDF Data cube http://purl.org/linked-data/cube ā€¢ RDF Data Cube: a method to organise linked data in slices ā€¢ A vocabulary published by the W3C Government Linked Data (GLD) Working Group (Working Draft) ā€¢ Also the method used to publish statistics data and environmental data in Europe e.g. for Bathing Water Quality in UK http://www.epimorphics.com/web/projects/bathing-water-quality ā€¢ Advantages ā€¢ Allows multiple views on the same data (similar to OLAP) ā€¢ Generic approach which supports the links to domain-specific definitions ā€¢ Useable: ā€¢ In any browser via Linked Data API (HTML output) ā€¢ In JavaScript via Linked Data API (JSON output) ā€¢ In R via SPARQL 12 | A Linked Sensor Data Cube for a 100 year homogenised daily temperature dataset | Laurent Lefort
  • 13. From: The RDF Data Cube Vocabulary W3C Working Draft 05 April 2012 http://www.w3.org/TR/vocab-data-cube/ 13 | A Linked Sensor Data Cube for a 100 year homogenised daily temperature dataset | Laurent Lefort
  • 14. Data cube, slice and observation A Linked Sensor Data Cube for a 100 year homogenised daily temperature 14 | dataset | Laurent Lefort Dimension d7 Dimension d6 Dimension d1 Dimension d2 Dimension d3 Dimension d4 Dimension d5 Measure m1, m2, ā€¦ Attribute a1, a2, ā€¦ Cube Slice Observation
  • 15. QB: Dataset, Slice, Observation Cube and Slice qb:Slice qb:Dataset slice Cube observation observation qb:Observation subslice
  • 16. Data Cube Structure: dimensions, measure, attributes Current Data Cube structure (and URI/API logic) Observation - MinTemperature - MaxTemperature - Rainfall - Booleans for missing data (2) Year (3) Month Day A Linked Sensor Data Cube for a 100 year homogenised daily temperature 16 | dataset | Laurent Lefort (1) ACORN-SAT Series/System (station) ā€¢ Stations/time series ā€¢ Year ā€¢ Month ā€¢ All linking to observations
  • 17. Slices and URI scheme A Linked Sensor Data Cube for a 100 year homogenised daily temperature 17 | dataset | Laurent Lefort
  • 18. Coupling SSN and RDF Data Cube A Linked Sensor Data Cube for a 100 year homogenised daily temperature 18 | dataset | Laurent Lefort
  • 19. Device Skeleton acorn-system Cube observation observation structure qb:DataStructureDefinition component qb:ComponentSpecification deployedSystem deploymentProcesPart bom-station acorn-deploy hasSubsystem bom-station:System acorn-site raindist locatedIn parentADM1 parentFeature, parentCountry parentADM1, parentADM2 bom-station:Station deployedOnPlatform acorn-site:Site A Linked Sensor Data Cube for a 100 year homogenised daily temperature 19 | dataset | Laurent Lefort acorn-deploy:Deployment deployment- ProcessPart currentSite acorn-system:System concept etcddi etcddi:xxx acorn-series:xxx acorn-series acorn-series:TimeSeries acorn-deploy:StandaloneOperation acorn-sat:Observation acorn-sat observation acorn-deploy:PreDeployment acorn-deploy:PostDeployment observedBy acorn-sat:xxx time:Interval (Instant) Intervals OWL Time interval:CalendarInterval (Instant) raindist:RainfallDistrict rainstate rainstate:RainfallState gn:Feature geonames Deployment System PlatformSite ssn:System onPlatform hasSubsystem hasDeployment ssn:DeploymentRelatedProcess ssn:Deployment ssn:Platform deployedOnPlatform attachedSystem ssn:Device ssn:Sensor ssn:SensingDevice observes inDeployment observedBy ssn:Property observedProperty Cube and Slice qb:Slice qb:Dataset slice qb:Observation qb:ComponentProperty DSD componentProperty Dataset void:Dataset Concepts skos:Concept ssn:Observation
  • 20. Access to data with Elda via http://lab.environment.data.gov.au/ ssn:hasSubSystem ssn:hasDeployment ssn:observedBy ssn:deploymentProcessPart A Linked Sensor Data Cube for a 100 year homogenised daily temperature 20 | dataset | Laurent Lefort
  • 21. Mashups ā€¢ Display the station locations and their average temperature readings on a map ā€¢ http://lab.environment.data.gov.au/mashup/drilldown ā€¢ Select a Date range for climate readings for a given location ā€¢ http://lab.environment.data.gov.au/mashup A Linked Sensor Data Cube for a 100 year homogenised daily temperature 21 | dataset | Laurent Lefort
  • 22. Lessons learned ā€¢ Flexible URI scheme ā€¢ ELDA-friendly, UK-style: using nested list endpoints and item endpoints ā€“ http://lab.environment.data.gov.au/data/acorn/climate/slice/station ā€“ http://lab.environment.data.gov.au/data/acorn/climate/slice/station/014015 ā€¢ Extra slice(s) easy to add to allow multiple access to the same observations ā€¢ RDF Data Cube vocabulary (QB) ā€¢ Some clarifications needed for qb:structure, qb:sliceKey, qb:sliceStructure, qb:component and qb:componentAttachment properties e.g. through the publication of validation rules ā€¢ Coupling of SSN ontology and RDF Data Cube vocabulary ā€¢ Different ecosystems (OWL vs. RDF/RDFS) ā€“ OK for RDF Data Cube, not OK for other reused vocabularies e.g. UK Intervals (Jena Eyeball used for validation) ā€¢ Observed properties are classes in the SSN ontology and properties in the RDF Data Cube ā€“ Possibility to reuse/extend the qb:concept properties defined to manage references to skos:Concept in QB A Linked Sensor Data Cube for a 100 year homogenised daily temperature 22 | dataset | Laurent Lefort
  • 23. Conclusions ā€¢ Approach is applicable to all climate time series ā€¢ Several climate-specific issues not addressed ā€¢ Transparency/reproducibility of homogenisation process ā€“ Require raw data plus extra (meta)data (sensors, screen types, sensors exposure, ā€œqualifiedā€ observed properties during a specific observation interval), plus data used/generated during homogenisation algorithm (ACORN-SAT uses different values for different value distribution percentiles) ā€“ More ontology work needed (compared to SSN) on homogenisation algorithms parameters, types of breakpoints and types of adjustment lookup table ā€¢ Opportunities to link to other datasets (Australia, World) ā€¢ Geo-features (e.g. GeoNames - done) for weather station sites, districts ā€¢ Other climate data e.g. regional and world climate data archives, cyclone tracks (not yet available as linked data) ā€¢ Other environmental data (not yet available as linked data) A Linked Sensor Data Cube for a 100 year homogenised daily temperature 23 | dataset | Laurent Lefort
  • 24. Thank you Division/Unit Name Laurent Lefort Ontologist t +61 2 9123 4567 e laurent.lefort@csiro.au w ict.csiro.au CSIRO ICT CENTRE
  • 25. Images credits ā€¢ Blair Trewin The ACORN-SAT station at Butlers Gorge in central Tasmania (surfacetemperatures.blogspot.com.au ) A Linked Sensor Data Cube for a 100 year homogenised daily temperature 25 | dataset | Laurent Lefort
  • 26. Reused ontologies Ontology Short Description URL DOLCE Ultra Lite (DUL) A lightweight foundational ontology for modeling either physical or social contexts http://www.loa-cnr. it/ontologies/DUL.owl Semantic Sensor Network An ontology for the description of sensors and observations, and related concepts. http://purl.oclc.org/NET/ssnx/ssn RDF Data Cube A vocabulary for the publication of multi-dimensional data as linked data http://purl.org/linked-data/cube OWL Time An ontology of temporal concepts http://www.w3.org/2006/time Intervals A vocabulary (and URI scheme) for the definition of instants and intervals. http://reference.data.gov.uk/def/in tervals WGS84_Pos A vocabulary for representing latitude, longitude and altitude information in the WGS84 geodetic reference datum http://www.w3.org/2003/01/geo/w gs84_pos GeoNames An ontology for the description of geographical features, their characteristics and relationships http://www.geonames.org/ontolog y/ontology_v3.01.rdf VoID (Vocabula-ry of Interlinked Datasets) A vocabulary for expressing metadata about RDF datasets http://vocab.deri.ie/void A Linked Sensor Data Cube for a 100 year homogenised daily temperature 26 | dataset | Laurent Lefort
  • 27. Developed ontologies Ontology Short Description URL ETCCDI Indicators defined by the joint CCl/CLIVAR/JCOMM Expert Team on Climate Change Detection and Indices A Linked Sensor Data Cube for a 100 year homogenised daily temperature 27 | dataset | Laurent Lefort http://purl.oclc.org/NET/ssnx/etccdi Rainfall districts and states Geographical areas defined as part of the Bureau's numbering system for observation sites http://lab.environment.data.gov.au/ def/stations/raindist ā€¦/rainstate BoM Station Definition for the weather stations registered in the Bureauā€™s Weather Station Directory http://lab.environment.data.gov.au/ def/stations/station Surface Air Temperature ACORN-SAT observation (temperature, rainfall) for one day http://lab.environment.data.gov.au/ def/acorn/sat Time Series Time series data defined as data cube slices (aggregated at different levels) http://lab.environment.data.gov.au/ def/acorn/time-series ACORN-SAT deployment Phases and sub-phases recorded in the ACORN-SAT documentation pack http://lab.environment.data.gov.au/ def/acorn/deployment ACORN-SAT system The sensing asset used for a deployment phases (or sub-phase) http://lab.environment.data.gov.au/ def/acorn/system ACORN-SAT site The site used for a deployment phase (or sub-phase) http://lab.environment.data.gov.au/ def/acorn/site
  • 28. RDF Data Cube (qb:ComponentAttachement) A Linked Sensor Data Cube for a 100 year homogenised daily temperature 28 | dataset | Laurent Lefort
  • 29. Reference to skos:Concept A Linked Sensor Data Cube for a 100 year homogenised daily temperature 29 | dataset | Laurent Lefort

Editor's Notes

  1. The ACORN-SAT dataset replaces the previously released long term climate time series datasets released by the bureau (eg High Quality dataset)
  2. OWL2 ontology, SRIQ(D) 41 concepts & 39 object properties, organised into ten conceptual modules 117 concepts and 142 object properties in total, including DUL Aligned to DOLCE UltraLite
  3. Working Draft http://www.w3.org/TR/vocab-data-cube/
  4. Need rdfs:Class, qb:Atachable and
  5. Similar to UK Bathing Water project