SlideShare une entreprise Scribd logo
1  sur  27
LOD2 Webinar . 28.05.2013 . Page 1 http://lod2.eu
Creating Knowledge out of Interlinked
Data
LOD2 Webinar . 29.11.2011 . Page 2 http://lod2.eu
Creating Knowledge out of Interlinked
Data
http://lod2.eu
LOD2 is a large-scale integrating project co-funded by the European
Commission within the FP7 Information and Communication Technologies
Work Programme. This 4-year project comprises leading Linked Open
Data technology researchers, companies, and service providers. Coming
from across 12 countries the partners are coordinated by the Agile
Knowledge Engineering and Semantic Web Research Group at the
University of Leipzig, Germany.
LOD2 will integrate and syndicate Linked Data with existing large-scale
applications. The project shows the benefits in the scenarios of Media and
Publishing, Corporate Data intranets and eGovernment.
LOD2 Webinar . 29.11.2011 . Page 3 http://lod2.eu
Creating Knowledge out of Interlinked
Data
http://lod2.eu
Once per month the LOD2 webinar series offer a free webinar
about tools and services along the Linked Open Data Life Cycle.
Stay with us and learn more about acquisition, editing, composing,
connected applications – and finally publishing Linked Open Data.
LOD2 Webinar . 28.05.2012 . Page 4 http://lod2.eu
Creating Knowledge out of Interlinked
Data
Project Page: http://aksw.org/Projects/CubeViz
Source Code: https://github.com/AKSW/cubeviz.ontowiki
Demo Page: http://odp.cubeviz.aksw.org/
LOD2 Webinar . 28.05.2012 . Page 5 http://lod2.eu
Creating Knowledge out of Interlinked
Data
• Member of Agile Knowledge Engineering and Semantic Web research group
(AKSW) since 2006
• PhD Student at the Uni Leipzig since 2008
• Research Interests:
– Linked (Open and Government) Data
– Semantic Web Application Engineering
About me
Michael Martin
LOD2 Webinar . 28.05.2012 . Page 6 http://lod2.eu
Creating Knowledge out of Interlinked
Data
• Founded in 2006
• 25+ Researchers
• 3 Sub groups
• Goals
– Contributing to the advancement of science in Semantic Web, Knowledge Engineering,
Software Engineering
– Cost efficient, high-impact R&D, which proves usefulness at an early stage
– Bridge the gap between research results and applications
• Committed to Open Source, Open Access, and Open Knowledge movements
Agile Knowledge Engineering and Semantic Web Research Group
LOD2 Webinar . 28.05.2012 . Page 7 http://lod2.eu
Creating Knowledge out of Interlinked
Data
EU Funded Projects:
– Linked Open Data 2 (LOD2)
– GeoKnow
– BIG
– BioASQ
– LinkingLOD
– Open Data Portal (ODP)
• Past EU funded Projects
– LOD Around the Clock (LATC)
– Semantic Content Management Systems for Enterprise Knowledge
Management and News Mining (SCMS)
– OntoWiki - Semantic Collaboration for Knowledge Management, E-
Learning and E-Tourism
– ...
Agile Knowledge Engineering and Semantic Web Research Group
Further descriptions about
projects can be found here:
http://aksw.org/Projects
LOD2 Webinar . 28.05.2012 . Page 8 http://lod2.eu
Creating Knowledge out of Interlinked
Data
• Introduction and Motivation
• DataCube RDF Representation
• CubeViz Architecture and Workflows
– Faceted Selection of Observations
– Visualization of selections with suitable charts
– Meta Data Publication
• Demonstration
• Current Development & Future Steps
• Outro
Webinar - CubeViz Structure
LOD2 Webinar . 28.05.2012 . Page 9 http://lod2.eu
Creating Knowledge out of Interlinked
Data
Introduction and Motivation
• In 2011 development of the Digital Agenda Scoreboard of the EC
• Indicators from different sources
• Contain observations from 2001 until 2012
• About European countries
http://scoreboard.lod2.eu/
LOD2 Webinar . 28.05.2012 . Page 10 http://lod2.eu
Creating Knowledge out of Interlinked
Data
Introduction and Motivation
• Open Data Portal of the European Commission contain 5700 dataset dealing
with statistical data (Eurostats) – 97%
• Necessity for data discovery imaginable
• Linked Data and RDF offering standardized data representation abilities and
data gathering techniques
• Vocabularies:
– RDF/RDFS/OWL
– Dublin Core
– RDF DataCube
LOD2 Webinar . 28.05.2012 . Page 11 http://lod2.eu
Creating Knowledge out of Interlinked
Data
Introduction and Motivation
• CubeViz is part of the LOD2 Stack
• Act in LOD2 Lifecycle for statistical data
– Search / Browsing / Exploration
• Will be extended to act between
– Quality Analysis and
– Extraction
LOD2 Webinar . 28.05.2012 . Page 12 http://lod2.eu
Creating Knowledge out of Interlinked
Data
DataCube RDF Representation

Compatible with cube model that underlies ISO standard SDMX (Statistical
Data and Metadata eXchange)

Made to publish
multi-dimensional data

Observation centered
(star schema)

Slice and Dice

Drill down
http://www.w3.org/TR/vocab-data-cube/
LOD2 Webinar . 28.05.2012 . Page 13 http://lod2.eu
Creating Knowledge out of Interlinked
Data
DataCube RDF Representation
Example
ID Country Year Indicator Value
1 DE 2009 % of internet users using online banking 0.5299
2 DE 2010 % of internet users using online banking 0.5334
3 DE 2011 % of internet users using online banking 0.5568
<http://data.lod2.eu/scoreboard/items/i_iubk/IND_TOTAL/_ind_iu3/Germany/2011/ind>
a qb:Observation ;
das:country <http://data.lod2.eu/scoreboard/country/Germany> ;
das:unit "%_ind_iu3" ;
das:value "0.5568" ;
das:year <http://data.lod2.eu/scoreboard/year/2011> ;
qb:dataSet <http://data.lod2.eu/scoreboard/ds/indicator/i_iubk_IND_TOTAL__ind_iu3> ;
rdfs:label "Online banking (% internet users) for Germany in 2011" .
LOD2 Webinar . 28.05.2012 . Page 14 http://lod2.eu
Creating Knowledge out of Interlinked
Data
CubeViz Architecture
• Based on OntoWiki
– http://aksw.org/Projects/OntoWiki.html
• Using SPARQL 1.0 to query data
– Structure
– Observations
– Labels
• GUI is made with
PHP/HTML+JS/
TypeScript/
Highcharts
(http://highcharts.com/)
LOD2 Webinar . 28.05.2012 . Page 15 http://lod2.eu
Creating Knowledge out of Interlinked
Data
CubeViz Architecture
GUI Overview
LOD2 Webinar . 28.05.2012 . Page 16 http://lod2.eu
Creating Knowledge out of Interlinked
Data
CubeViz Architecture
Faceted Selection of Data
●
Selection of an RDF Graph
●
Selection of a Dataset
●
Selection of a Measurement
●
Selection of an Attribute
●
Selection of Dimensions and Elements
LOD2 Webinar . 28.05.2012 . Page 17 http://lod2.eu
Creating Knowledge out of Interlinked
Data
CubeViz Architecture
Visualization of selection with suitable charts
• Analyzing the respective selection
– 1-dimensional: Bar Chart, Line Chart, Pie Chart
– 2-dimensional: Bar Chart, Line Chart, Pie Chart, Windrose / Polar
• Slice and Dice (Materialized / OTF)
• Implemented ChartLibrary: Highcharts
– Highly adaptable and extensible (Chart configuration)
• Offered UI configurations: Type/SubType, Scale, Invert Axes, Switching
Dimensions, DataLabels
LOD2 Webinar . 28.05.2012 . Page 18 http://lod2.eu
Creating Knowledge out of Interlinked
Data
CubeViz Architecture
Metadata publication
• Usage of Metadata during faceted selection
• Publication of Graph information
• Publication of selected data (legend)
LOD2 Webinar . 28.05.2012 . Page 19 http://lod2.eu
Creating Knowledge out of Interlinked
Data
Demonstration
http://odp.cubeviz.aksw.org
LOD2 Webinar . 28.05.2012 . Page 20 http://lod2.eu
Creating Knowledge out of Interlinked
Data
Current development and future steps
• Current version of CubeViz is V.07
– Faceted search
– Visualization of suitable charts with Highcharts
– Extended coloring algorithm (http://cold.aksw.org/)
– Adaptable and extensible chart configuration
– Slice and dice
– Metadata output
• Currently working on v.08 and v.09 is scheduled
LOD2 Webinar . 28.05.2012 . Page 21 http://lod2.eu
Creating Knowledge out of Interlinked
Data
Current development and future steps
• Analyzing RDF Data Cubes to support Data Cube Maintainer
• Implemented Dashboard to check 21 W3C integrity constraints
LOD2 Webinar . 28.05.2012 . Page 22 http://lod2.eu
Creating Knowledge out of Interlinked
Data
Current development and future steps
• Upcoming features:
– CubeViz will become a filter machine – Exporting Selected resources in
CSV / XML / TTL / N3 / RDF-XML, SQL
– Applying basic rules and formulas to dimensions to improve comparability
– Additional Chart library integration to offer further chart types such as tree
maps
– Offer further chart types to visualize more than 2 dimensions
– Selection of remote RDF graphs
– Mashups (Data / Visualization) of decentralized RDF Data Cubes
LOD2 Webinar . 28.05.2012 . Page 23 http://lod2.eu
Creating Knowledge out of Interlinked
Data
Q & A
Thank you for your attention!
LOD2 Webinar . 28.05.2012 . Page 24 http://lod2.eu
Creating Knowledge out of Interlinked
Data
• Project Page
– http://aksw.org/Projects/CubeViz
• Source Code
– https://github.com/AKSW/cubeviz.ontowiki
• AKSW Research Group
– http://aksw.org
• Presenter
– http://bis.informatik.uni-leipzig.de/MichaelMartin
• Contact
– martin@informatik.uni-leipzig.de
Contact
LOD2 Webinar . 28.05.2013 . Page 25 http://lod2.eu
Creating Knowledge out of Interlinked
Data
Credits
Jingle R.E.M., Martin Kaltenböck
Coordination Thomas Thurner, Martin Kaltenböck
Moderation Martin Kaltenböck
Presented by Michael Martin
LOD2 Webinar . 29.11.2011 . Page 26 http://lod2.eu
Creating Knowledge out of Interlinked
Data
http://lod2.eu
Hope you enjoyed staying with us – if you need more detailed
information, visit us at www.lod2.eu and let us know how we can
improve to meet your expectations!
Don’t forget to register for our next webinar
Have a great day and don’t forget ...
LOD2 Webinar . 29.11.2011 . Page 27 http://lod2.eu
Creating Knowledge out of Interlinked
Data
http://lod2.eu

Contenu connexe

Tendances

Soren Auer - LOD2 - creating knowledge out of Interlinked Data
Soren Auer - LOD2 - creating knowledge out of Interlinked DataSoren Auer - LOD2 - creating knowledge out of Interlinked Data
Soren Auer - LOD2 - creating knowledge out of Interlinked DataOpen City Foundation
 
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataIntroduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataSören Auer
 
Linked Data for Abbreviations and Segmentation
Linked Data for Abbreviations and SegmentationLinked Data for Abbreviations and Segmentation
Linked Data for Abbreviations and SegmentationSebastian Hellmann
 
Standardizing for Open Data
Standardizing for Open DataStandardizing for Open Data
Standardizing for Open DataIvan Herman
 
Automated interpretability of linked data ontologies: an evaluation within th...
Automated interpretability of linked data ontologies: an evaluation within th...Automated interpretability of linked data ontologies: an evaluation within th...
Automated interpretability of linked data ontologies: an evaluation within th...Nuno Freire
 
An introduction to Linked (Open) Data
An introduction to Linked (Open) DataAn introduction to Linked (Open) Data
An introduction to Linked (Open) DataAli Khalili
 
Building Linked Data Applications
Building Linked Data ApplicationsBuilding Linked Data Applications
Building Linked Data ApplicationsEUCLID project
 
Structured Data for the Financial Industry
Structured Data for the Financial Industry Structured Data for the Financial Industry
Structured Data for the Financial Industry sopekmir
 
GraphChain
GraphChainGraphChain
GraphChainsopekmir
 
Big Linked Data - Creating Training Curricula
Big Linked Data - Creating Training CurriculaBig Linked Data - Creating Training Curricula
Big Linked Data - Creating Training CurriculaEUCLID project
 
Semantic Web Landscape 2009
Semantic Web Landscape 2009Semantic Web Landscape 2009
Semantic Web Landscape 2009LeeFeigenbaum
 
What can linked data do for digital libraries
What can linked data do for digital librariesWhat can linked data do for digital libraries
What can linked data do for digital librariesSören Auer
 
Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)
Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)
Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)Sergio Fernández
 
Interaction with Linked Data
Interaction with Linked DataInteraction with Linked Data
Interaction with Linked DataEUCLID project
 
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...semanticsconference
 
Technical integration of data repositories status and challenges
Technical integration of data repositories status and challengesTechnical integration of data repositories status and challenges
Technical integration of data repositories status and challengesvty
 

Tendances (20)

Soren Auer - LOD2 - creating knowledge out of Interlinked Data
Soren Auer - LOD2 - creating knowledge out of Interlinked DataSoren Auer - LOD2 - creating knowledge out of Interlinked Data
Soren Auer - LOD2 - creating knowledge out of Interlinked Data
 
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked DataIntroduction to the Data Web, DBpedia and the Life-cycle of Linked Data
Introduction to the Data Web, DBpedia and the Life-cycle of Linked Data
 
Linked Data for Abbreviations and Segmentation
Linked Data for Abbreviations and SegmentationLinked Data for Abbreviations and Segmentation
Linked Data for Abbreviations and Segmentation
 
Standardizing for Open Data
Standardizing for Open DataStandardizing for Open Data
Standardizing for Open Data
 
LOD2 Webinar Series: Zemanta / Open refine
LOD2 Webinar Series: Zemanta / Open refine LOD2 Webinar Series: Zemanta / Open refine
LOD2 Webinar Series: Zemanta / Open refine
 
Automated interpretability of linked data ontologies: an evaluation within th...
Automated interpretability of linked data ontologies: an evaluation within th...Automated interpretability of linked data ontologies: an evaluation within th...
Automated interpretability of linked data ontologies: an evaluation within th...
 
KEDL DBpedia 2019
KEDL DBpedia  2019KEDL DBpedia  2019
KEDL DBpedia 2019
 
Lod2
Lod2Lod2
Lod2
 
LOD2: State of Play WP5 - Linked Data Visualization, Browsing and Authoring
LOD2: State of Play WP5 - Linked Data Visualization, Browsing and AuthoringLOD2: State of Play WP5 - Linked Data Visualization, Browsing and Authoring
LOD2: State of Play WP5 - Linked Data Visualization, Browsing and Authoring
 
An introduction to Linked (Open) Data
An introduction to Linked (Open) DataAn introduction to Linked (Open) Data
An introduction to Linked (Open) Data
 
Building Linked Data Applications
Building Linked Data ApplicationsBuilding Linked Data Applications
Building Linked Data Applications
 
Structured Data for the Financial Industry
Structured Data for the Financial Industry Structured Data for the Financial Industry
Structured Data for the Financial Industry
 
GraphChain
GraphChainGraphChain
GraphChain
 
Big Linked Data - Creating Training Curricula
Big Linked Data - Creating Training CurriculaBig Linked Data - Creating Training Curricula
Big Linked Data - Creating Training Curricula
 
Semantic Web Landscape 2009
Semantic Web Landscape 2009Semantic Web Landscape 2009
Semantic Web Landscape 2009
 
What can linked data do for digital libraries
What can linked data do for digital librariesWhat can linked data do for digital libraries
What can linked data do for digital libraries
 
Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)
Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)
Semantics on services: the story so far (SALAD2015 keynote at ESWC2015)
 
Interaction with Linked Data
Interaction with Linked DataInteraction with Linked Data
Interaction with Linked Data
 
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
Vassilios Peristeras | Promoting Semantic Interoperability for European Publi...
 
Technical integration of data repositories status and challenges
Technical integration of data repositories status and challengesTechnical integration of data repositories status and challenges
Technical integration of data repositories status and challenges
 

Similaire à LOD2 Webinar Series: CubeViz

Linked data and semantic wikis
Linked data and semantic wikisLinked data and semantic wikis
Linked data and semantic wikisSören Auer
 
Local content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providersLocal content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providerslocloud
 
Scaling up Linked Data
Scaling up Linked DataScaling up Linked Data
Scaling up Linked DataEUCLID project
 
COMSODE networking session at ICT Lisbon 2015
COMSODE networking session at ICT Lisbon 2015COMSODE networking session at ICT Lisbon 2015
COMSODE networking session at ICT Lisbon 2015Comsode - FP7 project
 
Scaling up Linked Data
Scaling up Linked DataScaling up Linked Data
Scaling up Linked DataMarin Dimitrov
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked .
 
Exposing EO Linked (meta-)Data from OpenSearch Catalogue
Exposing EO Linked (meta-)Data from OpenSearch CatalogueExposing EO Linked (meta-)Data from OpenSearch Catalogue
Exposing EO Linked (meta-)Data from OpenSearch CatalogueRaul Palma
 
ALIADA Project. AtCult
ALIADA Project. AtCultALIADA Project. AtCult
ALIADA Project. AtCultaliada project
 
20141030 LinDA Workshop echallenges2014 - LinDA project overview
20141030 LinDA Workshop echallenges2014 - LinDA project overview20141030 LinDA Workshop echallenges2014 - LinDA project overview
20141030 LinDA Workshop echallenges2014 - LinDA project overviewLinDa_FP7
 
Linked Open Data Visualization
Linked Open Data VisualizationLinked Open Data Visualization
Linked Open Data VisualizationLaura Po
 
BigDataEurope @BDVA Summit2016 2: Societal Pilots
BigDataEurope @BDVA Summit2016 2: Societal PilotsBigDataEurope @BDVA Summit2016 2: Societal Pilots
BigDataEurope @BDVA Summit2016 2: Societal PilotsBigData_Europe
 
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
 
OpenGeoData Italia 2014 - Marco Fago "Infrastrutture di dati territoriali, IN...
OpenGeoData Italia 2014 - Marco Fago "Infrastrutture di dati territoriali, IN...OpenGeoData Italia 2014 - Marco Fago "Infrastrutture di dati territoriali, IN...
OpenGeoData Italia 2014 - Marco Fago "Infrastrutture di dati territoriali, IN...giovannibiallo
 
Microservices in LoCloud
Microservices in LoCloud Microservices in LoCloud
Microservices in LoCloud locloud
 

Similaire à LOD2 Webinar Series: CubeViz (20)

Linked data and semantic wikis
Linked data and semantic wikisLinked data and semantic wikis
Linked data and semantic wikis
 
LOD2 webinar series: Virtuoso by OpenLink Software
LOD2 webinar series: Virtuoso by OpenLink SoftwareLOD2 webinar series: Virtuoso by OpenLink Software
LOD2 webinar series: Virtuoso by OpenLink Software
 
Local content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providersLocal content in a Europeana cloud for small & medium content providers
Local content in a Europeana cloud for small & medium content providers
 
Scaling up Linked Data
Scaling up Linked DataScaling up Linked Data
Scaling up Linked Data
 
Lod2
Lod2Lod2
Lod2
 
Seminario Sobre Datasets Consorcio Madrono
Seminario Sobre Datasets Consorcio Madrono Seminario Sobre Datasets Consorcio Madrono
Seminario Sobre Datasets Consorcio Madrono
 
COMSODE networking session at ICT Lisbon 2015
COMSODE networking session at ICT Lisbon 2015COMSODE networking session at ICT Lisbon 2015
COMSODE networking session at ICT Lisbon 2015
 
LOD2 Webinar Series: SILK
LOD2 Webinar Series: SILKLOD2 Webinar Series: SILK
LOD2 Webinar Series: SILK
 
Linked Open Data
Linked Open DataLinked Open Data
Linked Open Data
 
Scaling up Linked Data
Scaling up Linked DataScaling up Linked Data
Scaling up Linked Data
 
Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011Dublinked tech workshop_15_dec2011
Dublinked tech workshop_15_dec2011
 
Exposing EO Linked (meta-)Data from OpenSearch Catalogue
Exposing EO Linked (meta-)Data from OpenSearch CatalogueExposing EO Linked (meta-)Data from OpenSearch Catalogue
Exposing EO Linked (meta-)Data from OpenSearch Catalogue
 
ALIADA Project. AtCult
ALIADA Project. AtCultALIADA Project. AtCult
ALIADA Project. AtCult
 
20141030 LinDA Workshop echallenges2014 - LinDA project overview
20141030 LinDA Workshop echallenges2014 - LinDA project overview20141030 LinDA Workshop echallenges2014 - LinDA project overview
20141030 LinDA Workshop echallenges2014 - LinDA project overview
 
Linked Open Data Visualization
Linked Open Data VisualizationLinked Open Data Visualization
Linked Open Data Visualization
 
BigDataEurope @BDVA Summit2016 2: Societal Pilots
BigDataEurope @BDVA Summit2016 2: Societal PilotsBigDataEurope @BDVA Summit2016 2: Societal Pilots
BigDataEurope @BDVA Summit2016 2: Societal Pilots
 
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 ...
 
OpenGeoData Italia 2014 - Marco Fago "Infrastrutture di dati territoriali, IN...
OpenGeoData Italia 2014 - Marco Fago "Infrastrutture di dati territoriali, IN...OpenGeoData Italia 2014 - Marco Fago "Infrastrutture di dati territoriali, IN...
OpenGeoData Italia 2014 - Marco Fago "Infrastrutture di dati territoriali, IN...
 
Benchmarking of distributed linked data streaming systems
Benchmarking of distributed linked data streaming systemsBenchmarking of distributed linked data streaming systems
Benchmarking of distributed linked data streaming systems
 
Microservices in LoCloud
Microservices in LoCloud Microservices in LoCloud
Microservices in LoCloud
 

Plus de LOD2 Creating Knowledge out of Interlinked Data

Plus de LOD2 Creating Knowledge out of Interlinked Data (20)

LOD2 Webinar Series: Virtuoso 7
LOD2 Webinar Series: Virtuoso 7LOD2 Webinar Series: Virtuoso 7
LOD2 Webinar Series: Virtuoso 7
 
LOD2 Webinar Series: DBpedia Spotlight
LOD2 Webinar Series: DBpedia SpotlightLOD2 Webinar Series: DBpedia Spotlight
LOD2 Webinar Series: DBpedia Spotlight
 
LOD2 Webinar Series: publicdata.eu and CKAN
LOD2 Webinar Series: publicdata.eu and CKANLOD2 Webinar Series: publicdata.eu and CKAN
LOD2 Webinar Series: publicdata.eu and CKAN
 
LOD2 Webinar Series: LOD2 in information and publishing industry
LOD2 Webinar Series: LOD2 in information and publishing industryLOD2 Webinar Series: LOD2 in information and publishing industry
LOD2 Webinar Series: LOD2 in information and publishing industry
 
LOD2 General Presentation 2012
LOD2 General Presentation 2012LOD2 General Presentation 2012
LOD2 General Presentation 2012
 
LOD2 Webinar Series: PoolParty
LOD2 Webinar Series: PoolPartyLOD2 Webinar Series: PoolParty
LOD2 Webinar Series: PoolParty
 
LOD2 Webinar Series: LIMES
LOD2 Webinar Series: LIMESLOD2 Webinar Series: LIMES
LOD2 Webinar Series: LIMES
 
LOD2 Plenary Vienna 2012: WP12 - Project Management
LOD2 Plenary Vienna 2012: WP12 - Project ManagementLOD2 Plenary Vienna 2012: WP12 - Project Management
LOD2 Plenary Vienna 2012: WP12 - Project Management
 
LOD2 Plenary Vienna 2012: WP10 - Training, Dissemination, Community Building,...
LOD2 Plenary Vienna 2012: WP10 - Training, Dissemination, Community Building,...LOD2 Plenary Vienna 2012: WP10 - Training, Dissemination, Community Building,...
LOD2 Plenary Vienna 2012: WP10 - Training, Dissemination, Community Building,...
 
LOD2 Plenary Vienna 2012: WP9A - LOD for a Distributed Marketplace for Public...
LOD2 Plenary Vienna 2012: WP9A - LOD for a Distributed Marketplace for Public...LOD2 Plenary Vienna 2012: WP9A - LOD for a Distributed Marketplace for Public...
LOD2 Plenary Vienna 2012: WP9A - LOD for a Distributed Marketplace for Public...
 
LOD2 Plenary Vienna 2012: WP9 publicdata.eu – Publishing Governmental Informa...
LOD2 Plenary Vienna 2012: WP9 publicdata.eu – Publishing Governmental Informa...LOD2 Plenary Vienna 2012: WP9 publicdata.eu – Publishing Governmental Informa...
LOD2 Plenary Vienna 2012: WP9 publicdata.eu – Publishing Governmental Informa...
 
LOD2 Plenary Vienna 2012: WP8: Linked Open Data for Enterprise Data Web
LOD2 Plenary Vienna 2012: WP8: Linked Open Data for Enterprise Data WebLOD2 Plenary Vienna 2012: WP8: Linked Open Data for Enterprise Data Web
LOD2 Plenary Vienna 2012: WP8: Linked Open Data for Enterprise Data Web
 
LOD2 Plenary Vienna 2012: WP7 - Linked Open Data for Media and Publishing
LOD2 Plenary Vienna 2012: WP7 - Linked Open Data for Media and Publishing LOD2 Plenary Vienna 2012: WP7 - Linked Open Data for Media and Publishing
LOD2 Plenary Vienna 2012: WP7 - Linked Open Data for Media and Publishing
 
LOD2 Plenary Vienna 2012: WP6 - Interfaces, Integration & LOD2 Stack
LOD2 Plenary Vienna 2012: WP6 - Interfaces, Integration & LOD2 StackLOD2 Plenary Vienna 2012: WP6 - Interfaces, Integration & LOD2 Stack
LOD2 Plenary Vienna 2012: WP6 - Interfaces, Integration & LOD2 Stack
 
LOD2 Plenary Vienna 2012: WP5 - Linked Data Browsing, Visualization and Autho...
LOD2 Plenary Vienna 2012: WP5 - Linked Data Browsing, Visualization and Autho...LOD2 Plenary Vienna 2012: WP5 - Linked Data Browsing, Visualization and Autho...
LOD2 Plenary Vienna 2012: WP5 - Linked Data Browsing, Visualization and Autho...
 
LOD2 Plenary Vienna 2012: WP4 - Reuse, Interlinking and Knowledge Fusion
LOD2 Plenary Vienna 2012: WP4 - Reuse, Interlinking and Knowledge FusionLOD2 Plenary Vienna 2012: WP4 - Reuse, Interlinking and Knowledge Fusion
LOD2 Plenary Vienna 2012: WP4 - Reuse, Interlinking and Knowledge Fusion
 
LOD2 Plenary Vienna 2012: WP2 - Storing and Querying Very Large Knowledge Bases
LOD2 Plenary Vienna 2012: WP2 - Storing and Querying Very Large Knowledge BasesLOD2 Plenary Vienna 2012: WP2 - Storing and Querying Very Large Knowledge Bases
LOD2 Plenary Vienna 2012: WP2 - Storing and Querying Very Large Knowledge Bases
 
LOD2 Webinar Series: OntoWiki
LOD2 Webinar Series: OntoWikiLOD2 Webinar Series: OntoWiki
LOD2 Webinar Series: OntoWiki
 
Free Webinar: LOD2 Stack - 1st release
Free Webinar: LOD2 Stack - 1st releaseFree Webinar: LOD2 Stack - 1st release
Free Webinar: LOD2 Stack - 1st release
 
LOD2 Plenary Meeting 2011: Institute Mihajlo Pupin – Partner Introduction
LOD2 Plenary Meeting 2011: Institute Mihajlo Pupin – Partner IntroductionLOD2 Plenary Meeting 2011: Institute Mihajlo Pupin – Partner Introduction
LOD2 Plenary Meeting 2011: Institute Mihajlo Pupin – Partner Introduction
 

Dernier

Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityIES VE
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesManik S Magar
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfpanagenda
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...itnewsafrica
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Alkin Tezuysal
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfNeo4j
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxfnnc6jmgwh
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024TopCSSGallery
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 

Dernier (20)

Decarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a realityDecarbonising Buildings: Making a net-zero built environment a reality
Decarbonising Buildings: Making a net-zero built environment a reality
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotesMuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
MuleSoft Online Meetup Group - B2B Crash Course: Release SparkNotes
 
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdfSo einfach geht modernes Roaming fuer Notes und Nomad.pdf
So einfach geht modernes Roaming fuer Notes und Nomad.pdf
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...Zeshan Sattar- Assessing the skill requirements and industry expectations for...
Zeshan Sattar- Assessing the skill requirements and industry expectations for...
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
Unleashing Real-time Insights with ClickHouse_ Navigating the Landscape in 20...
 
The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
Connecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdfConnecting the Dots for Information Discovery.pdf
Connecting the Dots for Information Discovery.pdf
 
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptxGenerative AI - Gitex v1Generative AI - Gitex v1.pptx
Generative AI - Gitex v1Generative AI - Gitex v1.pptx
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024Top 10 Hubspot Development Companies in 2024
Top 10 Hubspot Development Companies in 2024
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 

LOD2 Webinar Series: CubeViz

  • 1. LOD2 Webinar . 28.05.2013 . Page 1 http://lod2.eu Creating Knowledge out of Interlinked Data
  • 2. LOD2 Webinar . 29.11.2011 . Page 2 http://lod2.eu Creating Knowledge out of Interlinked Data http://lod2.eu LOD2 is a large-scale integrating project co-funded by the European Commission within the FP7 Information and Communication Technologies Work Programme. This 4-year project comprises leading Linked Open Data technology researchers, companies, and service providers. Coming from across 12 countries the partners are coordinated by the Agile Knowledge Engineering and Semantic Web Research Group at the University of Leipzig, Germany. LOD2 will integrate and syndicate Linked Data with existing large-scale applications. The project shows the benefits in the scenarios of Media and Publishing, Corporate Data intranets and eGovernment.
  • 3. LOD2 Webinar . 29.11.2011 . Page 3 http://lod2.eu Creating Knowledge out of Interlinked Data http://lod2.eu Once per month the LOD2 webinar series offer a free webinar about tools and services along the Linked Open Data Life Cycle. Stay with us and learn more about acquisition, editing, composing, connected applications – and finally publishing Linked Open Data.
  • 4. LOD2 Webinar . 28.05.2012 . Page 4 http://lod2.eu Creating Knowledge out of Interlinked Data Project Page: http://aksw.org/Projects/CubeViz Source Code: https://github.com/AKSW/cubeviz.ontowiki Demo Page: http://odp.cubeviz.aksw.org/
  • 5. LOD2 Webinar . 28.05.2012 . Page 5 http://lod2.eu Creating Knowledge out of Interlinked Data • Member of Agile Knowledge Engineering and Semantic Web research group (AKSW) since 2006 • PhD Student at the Uni Leipzig since 2008 • Research Interests: – Linked (Open and Government) Data – Semantic Web Application Engineering About me Michael Martin
  • 6. LOD2 Webinar . 28.05.2012 . Page 6 http://lod2.eu Creating Knowledge out of Interlinked Data • Founded in 2006 • 25+ Researchers • 3 Sub groups • Goals – Contributing to the advancement of science in Semantic Web, Knowledge Engineering, Software Engineering – Cost efficient, high-impact R&D, which proves usefulness at an early stage – Bridge the gap between research results and applications • Committed to Open Source, Open Access, and Open Knowledge movements Agile Knowledge Engineering and Semantic Web Research Group
  • 7. LOD2 Webinar . 28.05.2012 . Page 7 http://lod2.eu Creating Knowledge out of Interlinked Data EU Funded Projects: – Linked Open Data 2 (LOD2) – GeoKnow – BIG – BioASQ – LinkingLOD – Open Data Portal (ODP) • Past EU funded Projects – LOD Around the Clock (LATC) – Semantic Content Management Systems for Enterprise Knowledge Management and News Mining (SCMS) – OntoWiki - Semantic Collaboration for Knowledge Management, E- Learning and E-Tourism – ... Agile Knowledge Engineering and Semantic Web Research Group Further descriptions about projects can be found here: http://aksw.org/Projects
  • 8. LOD2 Webinar . 28.05.2012 . Page 8 http://lod2.eu Creating Knowledge out of Interlinked Data • Introduction and Motivation • DataCube RDF Representation • CubeViz Architecture and Workflows – Faceted Selection of Observations – Visualization of selections with suitable charts – Meta Data Publication • Demonstration • Current Development & Future Steps • Outro Webinar - CubeViz Structure
  • 9. LOD2 Webinar . 28.05.2012 . Page 9 http://lod2.eu Creating Knowledge out of Interlinked Data Introduction and Motivation • In 2011 development of the Digital Agenda Scoreboard of the EC • Indicators from different sources • Contain observations from 2001 until 2012 • About European countries http://scoreboard.lod2.eu/
  • 10. LOD2 Webinar . 28.05.2012 . Page 10 http://lod2.eu Creating Knowledge out of Interlinked Data Introduction and Motivation • Open Data Portal of the European Commission contain 5700 dataset dealing with statistical data (Eurostats) – 97% • Necessity for data discovery imaginable • Linked Data and RDF offering standardized data representation abilities and data gathering techniques • Vocabularies: – RDF/RDFS/OWL – Dublin Core – RDF DataCube
  • 11. LOD2 Webinar . 28.05.2012 . Page 11 http://lod2.eu Creating Knowledge out of Interlinked Data Introduction and Motivation • CubeViz is part of the LOD2 Stack • Act in LOD2 Lifecycle for statistical data – Search / Browsing / Exploration • Will be extended to act between – Quality Analysis and – Extraction
  • 12. LOD2 Webinar . 28.05.2012 . Page 12 http://lod2.eu Creating Knowledge out of Interlinked Data DataCube RDF Representation  Compatible with cube model that underlies ISO standard SDMX (Statistical Data and Metadata eXchange)  Made to publish multi-dimensional data  Observation centered (star schema)  Slice and Dice  Drill down http://www.w3.org/TR/vocab-data-cube/
  • 13. LOD2 Webinar . 28.05.2012 . Page 13 http://lod2.eu Creating Knowledge out of Interlinked Data DataCube RDF Representation Example ID Country Year Indicator Value 1 DE 2009 % of internet users using online banking 0.5299 2 DE 2010 % of internet users using online banking 0.5334 3 DE 2011 % of internet users using online banking 0.5568 <http://data.lod2.eu/scoreboard/items/i_iubk/IND_TOTAL/_ind_iu3/Germany/2011/ind> a qb:Observation ; das:country <http://data.lod2.eu/scoreboard/country/Germany> ; das:unit "%_ind_iu3" ; das:value "0.5568" ; das:year <http://data.lod2.eu/scoreboard/year/2011> ; qb:dataSet <http://data.lod2.eu/scoreboard/ds/indicator/i_iubk_IND_TOTAL__ind_iu3> ; rdfs:label "Online banking (% internet users) for Germany in 2011" .
  • 14. LOD2 Webinar . 28.05.2012 . Page 14 http://lod2.eu Creating Knowledge out of Interlinked Data CubeViz Architecture • Based on OntoWiki – http://aksw.org/Projects/OntoWiki.html • Using SPARQL 1.0 to query data – Structure – Observations – Labels • GUI is made with PHP/HTML+JS/ TypeScript/ Highcharts (http://highcharts.com/)
  • 15. LOD2 Webinar . 28.05.2012 . Page 15 http://lod2.eu Creating Knowledge out of Interlinked Data CubeViz Architecture GUI Overview
  • 16. LOD2 Webinar . 28.05.2012 . Page 16 http://lod2.eu Creating Knowledge out of Interlinked Data CubeViz Architecture Faceted Selection of Data ● Selection of an RDF Graph ● Selection of a Dataset ● Selection of a Measurement ● Selection of an Attribute ● Selection of Dimensions and Elements
  • 17. LOD2 Webinar . 28.05.2012 . Page 17 http://lod2.eu Creating Knowledge out of Interlinked Data CubeViz Architecture Visualization of selection with suitable charts • Analyzing the respective selection – 1-dimensional: Bar Chart, Line Chart, Pie Chart – 2-dimensional: Bar Chart, Line Chart, Pie Chart, Windrose / Polar • Slice and Dice (Materialized / OTF) • Implemented ChartLibrary: Highcharts – Highly adaptable and extensible (Chart configuration) • Offered UI configurations: Type/SubType, Scale, Invert Axes, Switching Dimensions, DataLabels
  • 18. LOD2 Webinar . 28.05.2012 . Page 18 http://lod2.eu Creating Knowledge out of Interlinked Data CubeViz Architecture Metadata publication • Usage of Metadata during faceted selection • Publication of Graph information • Publication of selected data (legend)
  • 19. LOD2 Webinar . 28.05.2012 . Page 19 http://lod2.eu Creating Knowledge out of Interlinked Data Demonstration http://odp.cubeviz.aksw.org
  • 20. LOD2 Webinar . 28.05.2012 . Page 20 http://lod2.eu Creating Knowledge out of Interlinked Data Current development and future steps • Current version of CubeViz is V.07 – Faceted search – Visualization of suitable charts with Highcharts – Extended coloring algorithm (http://cold.aksw.org/) – Adaptable and extensible chart configuration – Slice and dice – Metadata output • Currently working on v.08 and v.09 is scheduled
  • 21. LOD2 Webinar . 28.05.2012 . Page 21 http://lod2.eu Creating Knowledge out of Interlinked Data Current development and future steps • Analyzing RDF Data Cubes to support Data Cube Maintainer • Implemented Dashboard to check 21 W3C integrity constraints
  • 22. LOD2 Webinar . 28.05.2012 . Page 22 http://lod2.eu Creating Knowledge out of Interlinked Data Current development and future steps • Upcoming features: – CubeViz will become a filter machine – Exporting Selected resources in CSV / XML / TTL / N3 / RDF-XML, SQL – Applying basic rules and formulas to dimensions to improve comparability – Additional Chart library integration to offer further chart types such as tree maps – Offer further chart types to visualize more than 2 dimensions – Selection of remote RDF graphs – Mashups (Data / Visualization) of decentralized RDF Data Cubes
  • 23. LOD2 Webinar . 28.05.2012 . Page 23 http://lod2.eu Creating Knowledge out of Interlinked Data Q & A Thank you for your attention!
  • 24. LOD2 Webinar . 28.05.2012 . Page 24 http://lod2.eu Creating Knowledge out of Interlinked Data • Project Page – http://aksw.org/Projects/CubeViz • Source Code – https://github.com/AKSW/cubeviz.ontowiki • AKSW Research Group – http://aksw.org • Presenter – http://bis.informatik.uni-leipzig.de/MichaelMartin • Contact – martin@informatik.uni-leipzig.de Contact
  • 25. LOD2 Webinar . 28.05.2013 . Page 25 http://lod2.eu Creating Knowledge out of Interlinked Data Credits Jingle R.E.M., Martin Kaltenböck Coordination Thomas Thurner, Martin Kaltenböck Moderation Martin Kaltenböck Presented by Michael Martin
  • 26. LOD2 Webinar . 29.11.2011 . Page 26 http://lod2.eu Creating Knowledge out of Interlinked Data http://lod2.eu Hope you enjoyed staying with us – if you need more detailed information, visit us at www.lod2.eu and let us know how we can improve to meet your expectations! Don’t forget to register for our next webinar Have a great day and don’t forget ...
  • 27. LOD2 Webinar . 29.11.2011 . Page 27 http://lod2.eu Creating Knowledge out of Interlinked Data http://lod2.eu