Digital Media Technology

Slides:



Advertisements
Similar presentations
Modern Web Application Frameworks CSE 591 – Security and Vulnerability Analysis Spring 2015 Adam Doupé Arizona State University
Advertisements

Using JavaScript in Linked Data Applications Oshani Seneviratne Oct 12, 2010.
Semantic Web Introduction
Linked Data for Libraries, Archives, Museums. Learning objectives Define the concept of linked data State 3 benefits of creating linked data and making.
Linked Library Data Miiya Holmes October 6-7, 2012.
RDF and RDB 1 Some slides adapted from a presentation by Ivan Herman at the Semantic Technology & Business Conference, 2012.
CSCI 572 Project Presentation Mohsen Taheriyan Semantic Search on FOAF profiles.
IS400: Development of Business Applications on the Internet Fall 2004 Instructor: Dr. Boris Jukic Introduction.
Multiple Tiers in Action
WWW and Internet The Internet Creation of the Web Languages for document description Active web pages.
© 2006 Hewlett-Packard Development Company, L.P. The information contained herein is subject to change without notice Publishing data on the Web (with.
1 Web Database Processing. Web Database Applications Static Report Publishing a report is prepared from a database application and exported to HTML DB.
Digital Text and Data Processing Week 7. □ POS: total counts: normalise by token count □ Unicode support □ Synchronic and diachronic variation (dialects.
Information Extraction with Linked Life Data 19/04/2011.
RDA and Linking Library Data VuStuff III Conference Villanova University, Villanova, PA October 18, 2012 Dr. Sharon Yang Rider University.
Web Design Vocab 12 The Last one! Applet, HTTPS, RGB Color, Rollover, Server.
Michalis Vafopoulos NTUA, GFOSS & The transformers GREEN CITY HACKATHON.
Entity Recognition via Querying DBpedia ElShaimaa Ali.
The Semantic Web Web Science Systems Development Spring 2015.
Interoperability through Library APIs Library Technology Services Open House 7/30/15.
Michalis Vafopoulos NTUA & Linked Data in a nutshell summer school NCSR, IRSS-2013.
Taking Action: Linked Data for Digital Library Managers Silvia Southwick and Cory Lampert UNLV Digital Collections American Library Association Annual.
Logics for Data and Knowledge Representation SPARQL -- Exercises Feroz Farazi.
Boris Villazón-Terrazas, Ghislain Atemezing FI, UPM, EURECOM, Introduction to Linked Data.
RDF and triplestores CMSC 461 Michael Wilson. Reasoning  Relational databases allow us to reason about data that is organized in a specific way  Data.
1 SPARQL A. Emrah Sanön. 2 RDF RDF is quite committed to Semantic Web. Data model Serialization by means of XML Formal semantics Still something is missing!
Linked Data: Emblematic applications on Legacy Data in Libraries.
Introduction to the Semantic Web and Linked Data Module 1 - Unit 2 The Semantic Web and Linked Data Concepts 1-1 Library of Congress BIBFRAME Pilot Training.
Introduction to the Semantic Web and Linked Data
C# 1 Web services CSC 298. C# 2 Web services  A technology to make libraries available across the internet.  In Visual Studio,  can create a web service.
Digital Media Technology Databases / SQL 2 Fleur Praal 17 November 2015 Leiden University. The university to discover.
RDF and Relational Databases
SDK Overview Rob DeCarlo Bechtel.
Web Services Martin Nečaský, Ph.D. Faculty of Mathematics and Physics Charles University in Prague, Czech Republic Summer 2014.
RDF David R Newman 15 May 2009.
Digital Media Technology Week 12. □ Remaining SQL theory □ MySQL □ Data visualisation Today’s lecture.
Martin Kruliš by Martin Kruliš (v1.1)1.
KAnOE: Research Centre for Knowledge Analytics and Ontological Engineering Managing Semantic Data NACLIN-2014, 10 Dec 2014 Dr. Kavi Mahesh Dean of Research,
Paloma Marín Arraiza 17 th International Conference on Grey Literature 1 st and 2 nd December 2015, Amsterdam (Netherlands) SCIENTIFIC AUDIOVISUAL MATERIALS.
Digital Media Technology Week 14. xml xslt tei css html unicode erd ascii sql php marc/xml Artificial Intelligence Digital Humanities Semantic Web Medium.
MSc Publishing on the Web Week 4 Image Maps. Aims and Objectives Discover what are image maps To understand the different types of image map To understand.
Chapter 04 Semantic Web Application Architecture 23 November 2015 A Team 오혜성, 조형헌, 권윤, 신동준, 이인용.
Linked Open Data for European Earth Observation Products Carlo Matteo Scalzo CTO, Epistematica epistematica.
GoRelations: an Intuitive Query System for DBPedia Lushan Han and Tim Finin 15 November 2011
LINKED DATA what you need to know to understand, produce, and work with Linked Data Robert Chavez, PhD. Senior Content Solutions Architect, NEJMGroup NETSL.
Linked Data Publishing on the Semantic Web Dr Nicholas Gibbins
Linked Data Publishing on the Semantic Web Dr Nicholas Gibbins
TRIG: Truckee River Info Gateway Dave Waetjen Graduate Student in Geography Information Center for the Environement (ICE) University of California, Davis.
Linked Data – The Future for Open Repositories?
Components.
Linked Data Web that can be processed by machines
RDF and RDB 1 Some slides adapted from a presentation by Ivan Herman at the Semantic Technology & Business Conference, 2012.
OData “The low hanging fruit of the Semantic Web”
Digital Text and Data Processing
Digital Media Technology
E-commerce | WWW World Wide Web - Concepts
Linked Data Platform zhengliang
Presented at Archives Records 2016, session 510
E-commerce | WWW World Wide Web - Concepts
Yaşar Tonta & Orçun Madran [yasartonta, Hacettepe University
Logics for Data and Knowledge Representation
Zachary Cleaver Semantic Web.
Introduction to: The Architecture of the World Wide Web
Linked Data  at  loc.gov show of hands:
LOD reference architecture
Introduction to World Wide Web
CSIRO ICT Centre Conference
Lecture 23, Computer Networks (198:552)
Graph Data on the Web: extend the pivot, don’t reinvent the wheel
Linked Data 101 Things, URIs, RDF, Triples, Turtle, Ontologies, Vocabularies and SPARQL Linked Data is our Implementation choice for FAIR.
Presentation transcript:

Digital Media Technology Week 13: LOD and Visualisation Peter Verhaar

Client-side interface made for you “The deep web” Client-side interface made for you Leiden University. The university to discover. Leiden University. The university to discover.

SQL PHP HTML http database HTML client server

Conversion from data to linear text (Cf. Manovich: databases vs Conversion from data to linear text (Cf. Manovich: databases vs. narratives)

BOOK_ID TITLE ISBN13 1 To Kill a Mockingbird 9780446310789 2 The Great Gatsby 9781853260414 subject: “Book-ID” Predicate: “hasISBN13” Object: “9780446310789” subject: “Book-ID” Predicate: “hasTitle” Object: “To Kill a Mockingbird”

The Semantic web Envisaged by Tim Berners-Lee as “a web of data that can be processed directly and indirectly by machines” RDF-Triples

http://lod-cloud.net/

dbPedia

Nano-Publications

Semantic Publishing

STCN SPARQL Endpoint

SPARQL Simple Protocol AND RDF Query Language “SQL” for Linked Open Data E.g. SELECT * WHERE { ?book dc:type schema:Book. ?book dc:title ?titel. ?book dc:publisher ?p. ?p skos:prefLabel "Elzevier, Bonaventura". }

Visualisation code library Result of SQL-query Visualisation code library

Visualisation code libraries Google Charts D3.js

Definitions of visualisation Distinction between “scientific visualisation” and “information visualisation” Lev Manovich: “a mapping between discrete data and a visual representation” (p. 2) Conversion to a graphic modality

Source: http://www.infovis- wiki.net/ Graphical modality Jacques Bertin, Semiology of Graphics Leland Wilkinson, Grammar of Graphics Source: http://www.infovis- wiki.net/