Microformat Sh Schema.org

Size: px
Start display at page:

Download "Microformat Sh Schema.org"

Transcription

1 RDF Beyond

2 Outline RDFa Microformat Sh Schema.org

3 RDFa

4 RDFa RDFa: A collection of attributes and processing rules for extending XHTML to support RDF. HTML contains structured data, but not accessible to tools and applications RDFa is a specification for attributes to express structured data RDFa allows terms from multiple independentlydeveloped vocabularies to be freely intermixed RDFa brings some part of XHTML machine processable

5 RDFa examples <html xmlns=" xmlns:foaf=" xmlns:dc=" > <head> <title>my home-page</title> <meta property="dc:creator" content="mark Birbeck" /> <link rel="foaf:topic" href=" /> </head> <body>...</body> </html>

6 RDFa examples <html xmlns=" xmlns:cal=" w3 xmlns:xsd=" > <head><title>jo's Friends and Family Blog</title></head> <body> <p> I'm holding <span property="cal:summary"> one last summer Barbecue </span>, on <span property="cal:dtstart" content=" t16:00:00-05:00" datatype="xsd:datetime"> September 16th at 4pm </span>. </p> </body> </html> Adding datatype

7 RDFa examples <html xmlns=" xmlns:cal=" w3 xmlns:xsd=" > <head><title>jo's Friends and Family Blog</title></head> <body> <p typeof="cal:vevent"> I'm holding <span property="cal:summary"> one last summer Barbecue </span>, on <span property="cal:dtstart" content=" t16:00:00-05:00" datatype="xsd:datetime"> September 16th at 4pm </span>. </p> </body> </html> Adding typeof

8 RDFa examples <html xmlns=" xmlns:biblio=" org/" xmlns:dc=" > <head> <title>books by Marco Pierre White</title> </head> <body> I think White's book '<span about="urn:isbn: " typeof="biblio:book" property="dc:title"> Canteen Cuisine </span>' is well worth getting since although it's quite advanced stuff, he makes it pretty easy to follow. You might also like <span about="urn:isbn: " typeof="biblio:book" property="dc:description"> p p White's autobiography </span>. </body> </html>

9 RDFa RDFa allows authors to mark up humanreadable data with machine readable information for browsers and other applications to interpret by using a few simple XHTML attributes

10 Use case Alice: a blogger who publishes a mix of professional and personal articles a All content on this site is licensed under <a href=" a Creative Commons License </a>. All content on this site is licensed under <a rel= kicense href=" a Creative Commons License </a>.

11 Use Case <div xmlns:dc=" org/dc/elements/1 1/"> <div xmlns:dc=" <h2 property="dc:title">the trouble with Bob</h2> <h3 property="dc:creator">alice</h3>... </div>

12 Use Case <div xmlns:dc=" <div about="/alice/posts/trouble_with_bob"> <h2 property="dc:title">the trouble with Bob</h2> <h3 property="dc:creator">alice</h3>... </div> <div about="/alice/posts/jos_barbecue"> <h2 property="dc:title">jo's Barbecue</h2> <h3 property="dc:creator">eve</h3>... </div>... </div>

13 Use Case <div typeof="foaf:person" xmlns:foaf=" <p property="foaf:name"> Alice Birpemswick </p> <p> <a rel="foaf:mbox" </p> <p> Phone: <a rel="foaf:phone" href="tel: "> </a> </p> </div>

14 Use Case <div xmlns:foaf=" about="#me" rel="foaf:knows"> <ul> <li typeof="foaf:person"> <a property="foaf:name" rel="foaf:homepage" href=" </li> <li typeof="foaf:person"> <a property="foaf:name" rel="foaf:homepage" href=" </li> <li typeof="foaf:person"> <a property="foaf:name" rel="foaf:homepage" href=" </ul> </div> </li>

15 MICROFORMAT

16 Microformats A way of thinking about data Design principles for formats Adapted to current behaviors and usage patterns Highly correlated with semantic XHTML A set of simple open data format standards that are actively developing and implementing for more/better structured blogging and web microcontent publishing in general

17 Microformats are NOT A new language g Infinitely extensible and open ended An attempt to get everyone to change their behavior and rewrite their tools A whole new approach that throws away what alreadyworks today A panacea for all taxonomies, ontologies, and other such abstractions Defining the whole world, or even boiling the ocean

18 Microformat principles Solve a specific problem Start as simple as possible Design for humans first, machines second Reuse building blocks from widely adopted standards Modularity/embeddability y Enable and encourage decentralized development, content, services

19 Microformat They use span element because this is a basic, versatile, element that works almost everywhere on the web <p class="vcard">hi, my name is <span class="fn">jamie Jones</span> and I dig microformats!</p> Provide their own vocabularies hcard (your information) XFN (your networks about friends and contacts) hcalendar (events) hreview (review movies, books, and more)

20 Examples <div id="hcard-ying-ding" class="vcard"> <a class="url fn" href=" i i i / i i / i Ding</a> <div class="org">indiana University</div> <a class=" " href="mailto:dingying@indiana.edu">dingying@indiana.edu</a> <div class="adr"> <div class="street-address">1320 E 10th</div> <span class="locality">bloomington</span> lit ">Bl i t >, <span class="region">indiana</span>, <span class="postal-code">47405</span> <span class="country-name">usa</span> </div> <div class="tel"> </div> <p style="font-size:smaller;">this size:smaller; <a href=" created with the <a href=" creator</a>.</p> </div> Generate your own one: for more tools: tools

21 SCHEMA.ORG

22 Schema.org This is a joint effort from Microsoft, Google and Yahoo! to provide a collection of schemas (i.e. HTML tags) to better represent the structured data on the Web. It started May Website: Blog:

23 Schema for person

24 Overview of whole Schema /docs/full.html

25 Datatype Have their own datatypes

26 Data Model of Schema.org It is similar a data model of RDF triple A set of types in a hierarchy with multiple inheritance A set of properties with multiple domains and ranges.

27 Mapping to RDFa1.1 Buyers: <div vocab=" typeof="product"> <img rel="image" src="dell-30in-lcd.jpg" /> <span property="name">dell UltraSharp 30" LCD Monitor</span> <div rel="hasaggregaterating" > <div typeof=" <span property="ratingvalue">87</span> out of <span property="bestrating">100</span> based on <span property="ratingcount">24</span> user ratings </div> </div> <div rel="offers" > <div typeof=" <span property="lowprice">$1250</span> to <span property="highprice">$1495</span> from <span property="offercount">8</span> sellers </div> </div>

28 Mapping to RDFa1.1 Sellers: <div rel="offers" > <div typeof=" <a property="url" href="save-a-lot-monitors.com/dell-30.html"> Save A Lot Monitors - $1250</a> </div> </div> <div rel="offer" > <div typeof=" <a property="url" href="jondoe-gadgets.com/dell-30.html"> d ht l"> Jon Doe's Gadgets - $1350</a> </div> </div>... </div>

29 Schema.org using Microdata Basic Vocabulary of Microdata Basic Vocabulary of Microdata ( LC/)

30 Microdata model Item: a group of name value pairs Each item can have item type, a global identifier, and a list of properties Property: name in the name value pair Each property has one or more values Each value is a string or an item Item Property Value

31 Item itemid, itemscope, itemprop,itemref, itemref itemtype <div itemscope> <p>my name is <span itemprop="name">neil</span>.</p> <p>my band is called <span itemprop="band">four Parts Water</span>.</p> <p>i am <span itemprop="nationality">british</span>.</p> </div> Typed ditems <section itemscope itemtype=" <h1 itemprop="name">hedral</h1> <p itemprop="desc">hedral " d is a male american domestic shorthair, with a fluffy black fur with white paws and belly.</p> <img itemprop="img" src="hedral.jpeg" alt="" title="hedral, age 18 months"> </section>

32 Item Global identifier for items <dl itemscope itemtype=" itemid="urn:isbn: "> <dt>title <dd itemprop="title">the Reality Dysfunction <dt>author <dd itemprop="author">peter F. Hamilton <dt>publication date <dd><time itemprop="pubdate" pubdate datetime=" ">26 January 1996</time> </dl>

33 Property Using itemprop The value of the itemprop is the unordered set of unique space separated separated tokens, and case sensitivesensitive <section itemscope itemtype=" <h1 itemprop="name <p itemprop="desc">hedral is a male american domestic shorthair, with a fluffy <span itemprop=" fur with <span itemprop=" paws and belly.</p> <img itemprop="img" src="hedral.jpeg" alt="" title="hedral, age 18 months"> </section>

34 Value The property value: the value of itemprop. <html> <head> <title>photo gallery</title> </head> <body> <h1>my photos</h1> <figure itemscope itemtype=" itemref="licenses"> <img itemprop="work" src="images/house.jpeg" alt="a white house, boarded up, sits in a forest."> <figcaption itemprop="title">the house I found.</figcaption> </figure> <figure itemscope itemtype=" itemref="licenses"> <img itemprop="work" src="images/mailbox.jpeg" alt="outside the house is a mailbox. It has a leaflet inside."> <figcaption itemprop="title">the mailbox.</figcaption> </figure> <footer> <p id="licenses">all images licensed under the <a itemprop="license" href=" license</a>.</p> </footer> </body> </html>

35 Converting Microdata to RDF <dl itemscope itemtype=" itemid=" p <dt>title</dt> <dd><cite itemprop=" a Geek</cite></dd> <dt>by</dt> <dd><span itemprop=" Wheaton</span></dd> <dt>format</dt> <dd itemprop=" itemscope itemtype=" itemid=" <link itemprop=" href=" Print </dd> <dd itemprop=" itemscope itemtype=" t / b / i " itemid=" <link itemprop=" href=" Ebook </dd> </dl>

36 Converting Microdata to dct: dce: frbr: < p. < a frbr:work ; dce:creator "Wil Wheaton"@en ; dct:title "Just a Geek"@en ; frbr:realization < < < a frbr:expression ; dct:type < < a frbr:expression ; dct:type <

37 References RDFa RDFa at W3C: syntax/ RDFa Primer: rdfaprimer/ RDFa Wiki: Sh Schema.org Microdata: LC/ Microformat: org/

INFO/CS 4302 Web Informa6on Systems

INFO/CS 4302 Web Informa6on Systems INFO/CS 4302 Web Informa6on Systems FT 2012 Week 10 / Lecture 18: Publishing Structured Data on the Web - Bernhard Haslhofer - Plan for today... Recap Publishing Data The Linked Data Way Embedding Structured

More information

INF3580/4580 Semantic Technologies Spring 2015

INF3580/4580 Semantic Technologies Spring 2015 INF3580/4580 Semantic Technologies Spring 2015 Lecture 15: RDFa Martin Giese 11th May 2015 Department of Informatics University of Oslo Repetition 18 June: Guest lecture, Lars Marius Garshol 25 May: no

More information

Artificial Intelligence Techniques. Internet Applications 2

Artificial Intelligence Techniques. Internet Applications 2 Artificial Intelligence Techniques Internet Applications 2 Aims of the session What are Microdata Are they useful? Introduce the concept of Semantic Web semantic web with small s Internal research. Microdata

More information

O.Curé [1 ] Mashup, Microformats, RDFa and GRDDL

O.Curé [1 ] Mashup, Microformats, RDFa and GRDDL O.Curé [1 ] Mashup, Microformats, RDFa and GRDDL O.Curé [2 ] Mashup A mashup application combines contents or servives coming from several, possibly heteogeneous, applications. In the case of a we site,

More information

Today s Plan. INF3580 Semantic Technologies Spring RDF on the Web. Outline. Lecture 13: Publishing RDF Data on the Web.

Today s Plan. INF3580 Semantic Technologies Spring RDF on the Web. Outline. Lecture 13: Publishing RDF Data on the Web. Today s Plan INF3580 Semantic Technologies Spring 2010 Lecture 13: Publishing RDF Data on the Web Martin Giese 11th May 2010 1 Introduction 2 3 Linking RDF to HTML 4 Department of Informatics University

More information

Chapter 3 Other RDF-Related Technologies: Microformats, RDFa and GRDDL

Chapter 3 Other RDF-Related Technologies: Microformats, RDFa and GRDDL Chapter 3 Other RDF-Related Technologies: Microformats, RDFa and GRDDL 3.1 Introduction: Why Do We Need These? So far at this point, we have learned the concept of the Semantic Web, and we have learned

More information

Microdata and schema.org

Microdata and schema.org Basics Microdata and schema.org l Microdata is a simple semantic markup scheme that s an alternative to RDFa l Developed by WHATWG and supported by major search companies (Goog,e, MSFT, Yahoo) l Like RDFa,

More information

Syntax and processing rules for embedding RDF through attributes

Syntax and processing rules for embedding RDF through attributes RDFa Core 11 RDFa Core 11 W3C RDFa Core 11 Syntax and processing rules for embedding RDF through attributes W3C Recommendation 07 June 2012 This version: http://wwww3org/tr/2012/rec-rdfa-core-20120607/

More information

RDFa 1.1 Primer - Second Edition

RDFa 1.1 Primer - Second Edition RDFa 1.1 Primer - Second Edition Rich Structured Data Markup for Web Documents W3C Working Group Note 22 August 2013 This version: http://www.w3.org/tr/2013/note-rdfa-primer-20130822/ Latest published

More information

Microdata and schema.org

Microdata and schema.org Basics Microdata and schema.org l Microdata is a simple seman1c markup scheme that s an alterna1ve to RDFa l Developed by WHATWG and supported by major search companies (Google, MicrosoE, Yahoo, Yandex)

More information

Web 2.0 Lecture 8: Resource Description Framework

Web 2.0 Lecture 8: Resource Description Framework Web 2.0 Lecture 8: Resource Description Framework doc. Ing. Tomáš Vitvar, Ph.D. tomas@vitvar.com @TomasVitvar http://www.vitvar.com Leopold-Franzens Universität Innsbruck and Czech Technical University

More information

Metadata for the Masses

Metadata for the Masses Metadata for the Masses Christian Lieske (SAP AG) Dr. Matthias Kammerer (SAP AG) Rhein-Neckar-Hallen Wiesbaden Thursday, 4th November 2009 3 pm, Room 12C For readers of this presentation, the full text

More information

Building Interoperable Metadata

Building Interoperable Metadata Building Interoperable Metadata Hal Abelson, Ben Adida MIT Computer Science & Artificial Intelligence Laboratory 8 March 2006 http://ben.adida.net/presentations/ 1 the important thing about the semantic

More information

Semantic Web Publishing. Dr Nicholas Gibbins 32/4037

Semantic Web Publishing. Dr Nicholas Gibbins 32/4037 Semantic Web Publishing Dr Nicholas Gibbins nmg@ecs.soton.ac.uk 32/4037 Linked Data Semantic Web is the Web for machines Take existing data and republish it to the Web Rely on hypertextual nature of the

More information

Semantic Web Tools. Federico Chesani 18 Febbraio 2010

Semantic Web Tools. Federico Chesani 18 Febbraio 2010 Semantic Web Tools Federico Chesani 18 Febbraio 2010 Outline A unique way for identifying concepts How to uniquely identified concepts? -> by means of a name system... SW exploits an already available

More information

How to Speak Search Engine

How to Speak Search Engine How to Speak Search Engine Using Schema.org and Structured Data to Power the Search Results of the Future Want Your Search Results to Look Like This? Search engines want to provide more rich data in search

More information

Decentralized Extensibility & HTML 5 (An introduction to the debate)

Decentralized Extensibility & HTML 5 (An introduction to the debate) Decentralized Extensibility & HTML 5 (An introduction to the debate) Noah Mendelsohn Distinguished Engineer IBM Corp. Co-chair: W3C Technical Architecture Group W3C Technical Plenary 4 November 2009 Disclaimer

More information

From the Web to the Semantic Web: RDF and RDF Schema

From the Web to the Semantic Web: RDF and RDF Schema From the Web to the Semantic Web: RDF and RDF Schema Languages for web Master s Degree Course in Computer Engineering - (A.Y. 2016/2017) The Semantic Web [Berners-Lee et al., Scientific American, 2001]

More information

Why You Should Care About Linked Data and Open Data Linked Open Data (LOD) in Libraries

Why You Should Care About Linked Data and Open Data Linked Open Data (LOD) in Libraries Why You Should Care About Linked Data and Open Data Linked Open Data (LOD) in Libraries Florida Library Webinars Novare Library Services May 30, 2014 Jason Clark Head of Library Informatics & Computing

More information

RDFa versus Microformats: Exploring the Potential for Semantic Interoperability of Mash-up Personal Learning Environments

RDFa versus Microformats: Exploring the Potential for Semantic Interoperability of Mash-up Personal Learning Environments RDFa versus Microformats: Exploring the Potential for Semantic Interoperability of Mash-up Personal Learning Environments Vladimir Tomberg, Mart Laanpere Tallinn University, Narva mnt. 25, 10120 Tallinn,

More information

Current State of the Semantic Web

Current State of the Semantic Web Current State of the Semantic Web Kore Nordmann March 6, 2009 About me Kore Nordmann, kore@php.net Long time PHP developer Regular speaker, author, etc. Studies computer science in Dortmund Consultancy

More information

Web of Data. Semantic Web WS 2017/18. Anna Fensel /24/2017

Web of Data. Semantic Web WS 2017/18. Anna Fensel /24/2017 Semantic Web WS 2017/18 Web of Data Anna Fensel 23.10.2017 Copyright www.sti-innsbruck.at 2010 2016 Dieter Fensel, Tobias Buerger, and Anna Fensel 1 Where are we? # Title 1 Introduction 2 Semantic Web

More information

Hyper Text Markup Language

Hyper Text Markup Language Hyper Text Markup Language HTML is a markup language. It tells your browser how to structure the webpage. HTML consists of a series of elements, which you use to enclose, or mark up different parts of

More information

Hyper Text Markup Language

Hyper Text Markup Language Hyper Text Markup Language HTML is a markup language. It tells your browser how to structure the webpage. HTML consists of a series of elements, which you use to enclose, or mark up different parts of

More information

Making the Web searchable Towards Semantic Search

Making the Web searchable Towards Semantic Search Making the Web searchable Towards Semantic Search Peter Mika Researcher, Data Architect Yahoo! Research Previously in search Horizontal search Yahoo Keyword-based indexing Minimal natural language g processing

More information

ProductCamp: Product Schema, SEO, Structured Data Caliber Media Group & Schema.org. Products Product Schema SEO

ProductCamp: Product Schema, SEO, Structured Data Caliber Media Group & Schema.org. Products Product Schema SEO ProductCamp: Product Schema, SEO, Structured Data Caliber Media Group & Schema.org Products Product Schema SEO ProductCamp: Product Schema, SEO, Structured Data Caliber Media Group & Schema.org Products,

More information

DCMF: DC & microformats, a good marriage. Eva Méndez Leandro M. López Arnau Siches Alejandro G. Bravo

DCMF: DC & microformats, a good marriage. Eva Méndez Leandro M. López Arnau Siches Alejandro G. Bravo DCMF: DC & microformats, a good marriage Leandro M. López Arnau Siches Alejandro G. Bravo What are we going to speak about Semantic Web Microformats Dublin Core and of course about what we call DCMF Dublin

More information

Service Integration - A Web of Things Perspective W3C Workshop on Data and Services Integration

Service Integration - A Web of Things Perspective W3C Workshop on Data and Services Integration Service Integration - A Web of Things Perspective W3C Workshop on Data and Services Integration Simon Mayer Institute for Pervasive Computing ETH Zurich, Switzerland simon.mayer@inf.ethz.ch The augmentation

More information

Knowledge-Driven Video Information Retrieval with LOD

Knowledge-Driven Video Information Retrieval with LOD Knowledge-Driven Video Information Retrieval with LOD Leslie F. Sikos, Ph.D., Flinders University ESAIR 15, 23 October 2015 Melbourne, VIC, Australia Knowledge-Driven Video IR Outline Video Retrieval Challenges

More information

The RDF layer. Riccardo Rosati. Knowledge Representation and Semantic Technologies

The RDF layer. Riccardo Rosati. Knowledge Representation and Semantic Technologies Knowledge Representation and Semantic Technologies The RDF layer Riccardo Rosati Corso di Laurea Magistrale in Ingegneria Informatica Sapienza Università di Roma 2014/2015 The Semantic Web Tower The RDF

More information

Learning Resource Metadata on the Web. Phil Barker & Lorna Campbell

Learning Resource Metadata on the Web. Phil Barker & Lorna Campbell Learning Resource Metadata on the Web Phil Barker & Lorna Campbell Lorna M Campbell @lornamcampbell Cetis / EDINA Phil Barker @philbarker Research Fellow Heriot-Watt University http://blogs.pjjk.net/ LRMI

More information

Semantics. Matthew J. Graham CACR. Methods of Computational Science Caltech, 2011 May 10. matthew graham

Semantics. Matthew J. Graham CACR. Methods of Computational Science Caltech, 2011 May 10. matthew graham Semantics Matthew J. Graham CACR Methods of Computational Science Caltech, 2011 May 10 semantic web The future of the Internet (Web 3.0) Decentralized platform for distributed knowledge A web of databases

More information

Apache Any23. Anything to Triples. Michele Mostarda v1.1

Apache Any23. Anything to Triples. Michele Mostarda v1.1 Apache Any23 Anything to Triples Michele Mostarda , Twitter: @micmos v1.1 Outline Scenario From Web 1.0 to Web 3.0 What is RDF Machine Readable Annotations What is Apache Any23 Supported

More information

Outline RDF. RDF Schema (RDFS) RDF Storing. Semantic Web and Metadata What is RDF and what is not? Why use RDF? RDF Elements

Outline RDF. RDF Schema (RDFS) RDF Storing. Semantic Web and Metadata What is RDF and what is not? Why use RDF? RDF Elements Knowledge management RDF and RDFS 1 RDF Outline Semantic Web and Metadata What is RDF and what is not? Why use RDF? RDF Elements RDF Schema (RDFS) RDF Storing 2 Semantic Web The Web today: Documents for

More information

Web of Hypertext (RDFa, Microformats) and Web of Data

Web of Hypertext (RDFa, Microformats) and Web of Data Semantic Web Web of Hypertext (RDFa, Microformats) and Web of Data Dieter Fensel and Tobias Bürger www.sti-innsbruck.at Copyright 2009 STI INNSBRUCK www.sti-innsbruck.at Where are we? # Title 1 Introduction

More information

HTML CS 4640 Programming Languages for Web Applications

HTML CS 4640 Programming Languages for Web Applications HTML CS 4640 Programming Languages for Web Applications 1 Anatomy of (Basic) Website Your content + HTML + CSS = Your website structure presentation A website is a way to present your content to the world,

More information

LINKING WEB DATA WEB:

LINKING WEB DATA   WEB: LINKING WEB DATA JELENA JOVANOVIC EMAIL: JELJOV@GMAIL.COM WEB: HTTP://JELENAJOVANOVIC.NET QUICK REMINDER: GIGANTIC GLOBAL GRAPH & WEB OF (LINKED) DATA GIGANTIC GLOBAL GRAPH International Information Infrastructure

More information

Programmazione Web a.a. 2017/2018 HTML5

Programmazione Web a.a. 2017/2018 HTML5 Programmazione Web a.a. 2017/2018 HTML5 PhD Ing.Antonino Raucea antonino.raucea@dieei.unict.it 1 Introduzione HTML HTML is the standard markup language for creating Web pages. HTML stands for Hyper Text

More information

What is a web site? Web editors Introduction to HTML (Hyper Text Markup Language)

What is a web site? Web editors Introduction to HTML (Hyper Text Markup Language) What is a web site? Web editors Introduction to HTML (Hyper Text Markup Language) What is a website? A website is a collection of web pages containing text and other information, such as images, sound

More information

Library of Congress BIBFRAME Pilot. NOTSL Fall Meeting October 30, 2015

Library of Congress BIBFRAME Pilot. NOTSL Fall Meeting October 30, 2015 Library of Congress BIBFRAME Pilot NOTSL Fall Meeting October 30, 2015 THE BIBFRAME EDITOR AND THE LC PILOT The Semantic Web and Linked Data : a Recap of the Key Concepts Learning Objectives Describe the

More information

Ivan Herman. F2F Meeting of the W3C Business Group on Oil, Gas, and Chemicals Houston, February 13, 2012

Ivan Herman. F2F Meeting of the W3C Business Group on Oil, Gas, and Chemicals Houston, February 13, 2012 Ivan Herman F2F Meeting of the W3C Business Group on Oil, Gas, and Chemicals Houston, February 13, 2012 (2) (3) } An intelligent system manipulating and analyzing knowledge bases e.g., via big ontologies,

More information

Reminder: RDF triples

Reminder: RDF triples Reminder: RDF triples The RDF data model is similar to classical conceptual modelling approaches such as entity relationship or class diagrams it is based on the idea of making statements about resources

More information

From Structured Data to the Knowledge Graph. Jason Douglas, Group Product Manager Dan Brickley, Developer Advocate

From Structured Data to the Knowledge Graph. Jason Douglas, Group Product Manager Dan Brickley, Developer Advocate From Structured Data to the Knowledge Graph Jason Douglas, Group Product Manager Dan Brickley, Developer Advocate Agenda The end of search as we know it Knowledge Graph Schema.org and markup Developer

More information

APACHE SLING & FRIENDS TECH MEETUP BERLIN, SEPTEMBER Hypermedia API Tools for Sling (HApi) Andrei Dulvac, Adobe

APACHE SLING & FRIENDS TECH MEETUP BERLIN, SEPTEMBER Hypermedia API Tools for Sling (HApi) Andrei Dulvac, Adobe APACHE SLING & FRIENDS TECH MEETUP BERLIN, 28-30 SEPTEMBER 2015 Hypermedia API Tools for Sling (HApi) Andrei Dulvac, Adobe ToC HatEoAS, Hypermedia formats, and semantic data Hypermedia API tools (HApi)

More information

BUILDING THE SEMANTIC WEB

BUILDING THE SEMANTIC WEB BUILDING THE SEMANTIC WEB You might have come across the term Semantic Web Applications often, during talks about the future of Web apps. Check out what this is all about There are two aspects to the possible

More information

HTML+ CSS PRINCIPLES. Getting started with web design the right way

HTML+ CSS PRINCIPLES. Getting started with web design the right way HTML+ CSS PRINCIPLES Getting started with web design the right way HTML : a brief history ❶ 1960s : ARPANET is developed... It is the first packet-switching network using TCP/IP protocol and is a precursor

More information

Understanding this structure is pretty straightforward, but nonetheless crucial to working with HTML, CSS, and JavaScript.

Understanding this structure is pretty straightforward, but nonetheless crucial to working with HTML, CSS, and JavaScript. Extra notes - Markup Languages Dr Nick Hayward HTML - DOM Intro A brief introduction to HTML's document object model, or DOM. Contents Intro What is DOM? Some useful elements DOM basics - an example References

More information

The Politics of Vocabulary Control

The Politics of Vocabulary Control The Politics of Vocabulary Control Musings on schema.org and Linked Open Data Prof. Dr. Stefan Gradmann Director University Library / Professor (Arts) Stefan Gradmann@kuleuven.be The Menu Linked Open Data:

More information

> Semantic Web Use Cases and Case Studies

> Semantic Web Use Cases and Case Studies > Semantic Web Use Cases and Case Studies Case Study: Improving Web Search using Metadata Peter Mika, Yahoo! Research, Spain November 2008 Presenting compelling search results depends critically on understanding

More information

Prof. Dr. Christian Bizer

Prof. Dr. Christian Bizer STI Summit July 6 th, 2011, Riga, Latvia Global Data Integration and Global Data Mining Prof. Dr. Christian Bizer Freie Universität ität Berlin Germany Outline 1. Topology of the Web of Data What data

More information

Hidden Google SEO Secrets. SEO Marketing GUIDES

Hidden Google SEO Secrets. SEO Marketing GUIDES Hidden Google SEO Secrets SEO Marketing GUIDES SEO Secrets Search Engine Optimisation If you re reading this guide then you already know about SEO but to recap: SEO is the process of improving the visibility

More information

Standardization of Ontologies

Standardization of Ontologies Standardization of Ontologies Kore Nordmann TU Dortmund March 17, 2009 Outline History Related technologies Ontology development General history HTML UNTANGLE HTML 2.0 XML rec. XHTML RDF(S)

More information

PIC 40A. Lecture 4b: New elements in HTML5. Copyright 2011 Jukka Virtanen UCLA 1 04/09/14

PIC 40A. Lecture 4b: New elements in HTML5. Copyright 2011 Jukka Virtanen UCLA 1 04/09/14 PIC 40A Lecture 4b: New elements in HTML5 04/09/14 Copyright 2011 Jukka Virtanen UCLA 1 Sectioning elements HTML 5 introduces a lot of sectioning elements. Meant to give more meaning to your pages. People

More information

RDFa: Embedding RDF Knowledge in HTML

RDFa: Embedding RDF Knowledge in HTML RDFa: Embedding RDF Knowledge in HTML Some content from a presentation by Ivan Herman of the W3c, Introduction to RDFa, given at the 2011 Semantic Technologies Conference. What is RDFa? l Simple idea:

More information

A Developer s Guide to the Semantic Web

A Developer s Guide to the Semantic Web A Developer s Guide to the Semantic Web von Liyang Yu 1. Auflage Springer 2011 Verlag C.H. Beck im Internet: www.beck.de ISBN 978 3 642 15969 5 schnell und portofrei erhältlich bei beck-shop.de DIE FACHBUCHHANDLUNG

More information

Contents. G52IWS: The Semantic Web. The Semantic Web. Semantic web elements. Semantic Web technologies. Semantic Web Services

Contents. G52IWS: The Semantic Web. The Semantic Web. Semantic web elements. Semantic Web technologies. Semantic Web Services Contents G52IWS: The Semantic Web Chris Greenhalgh 2007-11-10 Introduction to the Semantic Web Semantic Web technologies Overview RDF OWL Semantic Web Services Concluding comments 1 See Developing Semantic

More information

Scalable Structured Markup. Timothy Jordan May 11th, 2011

Scalable Structured Markup. Timothy Jordan May 11th, 2011 Scalable Structured Markup Timothy Jordan May 11th, 2011 Scalable Structured Markup Putting more knowledge into your site Timothy Jordan May 11th, 2011 #publisher #io2011 Feedback: goo.gl/sirgz Session:

More information

How the Internet Works

How the Internet Works How the Internet Works The Internet is a network of millions of computers. Every computer on the Internet is connected to every other computer on the Internet through Internet Service Providers (ISPs).

More information

TEST NAME: MMWD 4.01 TEST ID: GRADE:09 - Ninth Grade Twelfth Grade SUBJECT:Computer and Information Sciences TEST CATEGORY: My Classroom

TEST NAME: MMWD 4.01 TEST ID: GRADE:09 - Ninth Grade Twelfth Grade SUBJECT:Computer and Information Sciences TEST CATEGORY: My Classroom TEST NAME: MMWD 4.01 TEST ID:2416218 GRADE:09 - Ninth Grade - 12 - Twelfth Grade SUBJECT:Computer and Information Sciences TEST CATEGORY: My Classroom MMWD 4.01 Page 1 of 23 Student: Class: Date: 1. Which

More information

Styles, Style Sheets, the Box Model and Liquid Layout

Styles, Style Sheets, the Box Model and Liquid Layout Styles, Style Sheets, the Box Model and Liquid Layout This session will guide you through examples of how styles and Cascading Style Sheets (CSS) may be used in your Web pages to simplify maintenance of

More information

This work has been published under a Creative Commons attributionsharealike

This work has been published under a Creative Commons attributionsharealike HTML5 Case Studies: Case studies illustrating development approaches to use of HTML5 and related Open Web Platform standards in the UK Higher Education sector Document details Author : Brian Kelly Date:

More information

Knowledge Representation for the Semantic Web

Knowledge Representation for the Semantic Web Knowledge Representation for the Semantic Web Winter Quarter 2012 Pascal Hitzler Slides 2 01/05/2011 Kno.e.sis Center Wright State University, Dayton, OH http://www.knoesis.org/pascal/ KR4SW Winter 2012

More information

Introduction to RDF & SPARQL

Introduction to RDF & SPARQL Training Module 1.3 OPEN DATA SUPPORT Introduction to RDF & SPARQL PwC firms help organisations and individuals create the value they re looking for. We re a network of firms in 158 countries with close

More information

Open Digital Forms. Hiep Le, Thomas Rebele, Fabian Suchanek. HAL Id: hal

Open Digital Forms. Hiep Le, Thomas Rebele, Fabian Suchanek. HAL Id: hal Open Digital Forms Hiep Le, Thomas Rebele, Fabian Suchanek To cite this version: Hiep Le, Thomas Rebele, Fabian Suchanek. Open Digital Forms. Research and Advanced Technology for Digital Libraries - 20th

More information

Semantic Web Systems Introduction Jacques Fleuriot School of Informatics

Semantic Web Systems Introduction Jacques Fleuriot School of Informatics Semantic Web Systems Introduction Jacques Fleuriot School of Informatics 11 th January 2015 Semantic Web Systems: Introduction The World Wide Web 2 Requirements of the WWW l The internet already there

More information

1 of 7 8/27/2014 2:26 PM Units: Teacher: WebPageDesignI, CORE Course: WebPageDesignI Year: 2012-13 Designing & Planning Web Pages This unit will give students a basic understanding of core design principles

More information

Integrating Heterogeneous Data Sources in the Web of Data

Integrating Heterogeneous Data Sources in the Web of Data Integrating Heterogeneous Data Sources in the Web of Data Franck Michel 1 More data sources More opportunities 2 Example: study history of zoological knowledge First Natural History Encycloedia, 1485.

More information

Self-Study Exercise 2.4: Annotating Page Elements With Microdata. Objectives

Self-Study Exercise 2.4: Annotating Page Elements With Microdata. Objectives Self-Study Exercise 2.4: Annotating Page Elements With Microdata Objectives In this exercise, you will Improve search engine page rank with microdata Annotate HTML with properties in a microdata vocabulary

More information

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank

Basics of Web Design, 3 rd Edition Instructor Materials Chapter 2 Test Bank Multiple Choice. Choose the best answer. 1. What element is used to configure a new paragraph? a. new b. paragraph c. p d. div 2. What element is used to create the largest heading? a. h1 b. h9 c. head

More information

B. V. Patel Institute of Business Management, Computer and Information Technology, UTU. B. C. A (3 rd Semester) Teaching Schedule

B. V. Patel Institute of Business Management, Computer and Information Technology, UTU. B. C. A (3 rd Semester) Teaching Schedule B. C. A (3 rd Semester) 03000308: Advanced Web Design Teaching Schedule Objective: To provide knowledge of advanced features of hypertext mark-up language in conjunction with client side framework to make

More information

An Introduction To HTML5

An Introduction To HTML5 An Introduction To HTML5 The HTML5 Doctype Element NOTE: This material pre-assumes competence in HTML4 coding. Before entering into the world of code associated with an HTML5 webpage template, here is

More information

Improved Methods for Tagging and Semantic-Annotation for the Semantic-based OpenAPI Retrieval System *

Improved Methods for Tagging and Semantic-Annotation for the Semantic-based OpenAPI Retrieval System * Improved Methods for Tagging and Semantic-Annotation for the Semantic-based OpenAPI Retrieval System * Seung-Jun Cha, Kyu-Chul Lee ** Dept. Of Computer Engineering, Chungnam National University 99 Daehak-ro,

More information

Semantic Annotations in Today s Web

Semantic Annotations in Today s Web Report Semantic Annotations in Today s Web Alexander Trautsch 18th July 2016 Contents 1 Introduction 2 1.1 Foundations..................................... 3 2 Annotation Formats 5 2.1 HTML5.......................................

More information

XML Metadata Standards and Topic Maps

XML Metadata Standards and Topic Maps XML Metadata Standards and Topic Maps Erik Wilde 16.7.2001 XML Metadata Standards and Topic Maps 1 Outline what is XML? a syntax (not a data model!) what is the data model behind XML? XML Information Set

More information

HTML. HTML Evolution

HTML. HTML Evolution Overview stands for HyperText Markup Language. Structured text with explicit markup denoted within < and > delimiters. Not what-you-see-is-what-you-get (WYSIWYG) like MS word. Similar to other text markup

More information

Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 1

Web Programming and Design. MPT Senior Cycle Tutor: Tamara Week 1 Web Programming and Design MPT Senior Cycle Tutor: Tamara Week 1 What will we cover? HTML - Website Structure and Layout CSS - Website Style JavaScript - Makes our Website Dynamic and Interactive Plan

More information

Tutorial 1 Getting Started with HTML5. HTML, CSS, and Dynamic HTML 5 TH EDITION

Tutorial 1 Getting Started with HTML5. HTML, CSS, and Dynamic HTML 5 TH EDITION Tutorial 1 Getting Started with HTML5 HTML, CSS, and Dynamic HTML 5 TH EDITION Objectives Explore the history of the Internet, the Web, and HTML Compare the different versions of HTML Study the syntax

More information

PB138 Metadata Describing XML Resources. (C) 2018 Masaryk University --- Tomáš Pitner, Luděk Bártek, Adam Rambousek

PB138 Metadata Describing XML Resources. (C) 2018 Masaryk University --- Tomáš Pitner, Luděk Bártek, Adam Rambousek PB138 Metadata Describing XML Resources (C) 2018 Masaryk University --- Tomáš Pitner, Luděk Bártek, Adam Rambousek Metadata Frameworks Describing the XML and Data Resources What is Metadata "Data about

More information

RDF /RDF-S Providing Framework Support to OWL Ontologies

RDF /RDF-S Providing Framework Support to OWL Ontologies RDF /RDF-S Providing Framework Support to OWL Ontologies Rajiv Pandey #, Dr.Sanjay Dwivedi * # Amity Institute of information Technology, Amity University Lucknow,India * Dept.Of Computer Science,BBA University

More information

DIALLED. Distributed Index of Allsome Library Location

DIALLED. Distributed Index of Allsome Library Location DIALLED Distributed Index of Allsome Library Location and Event Data Dan Scott, January 29, 2016 The 1-minute version There is linked data! Current data dump in Turtle format is at https://dialled.ca

More information

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space.

HTML Summary. All of the following are containers. Structure. Italics Bold. Line Break. Horizontal Rule. Non-break (hard) space. HTML Summary Structure All of the following are containers. Structure Contains the entire web page. Contains information

More information

Web Programming Week 2 Semester Byron Fisher 2018

Web Programming Week 2 Semester Byron Fisher 2018 Web Programming Week 2 Semester 1-2018 Byron Fisher 2018 INTRODUCTION Welcome to Week 2! In the next 60 minutes you will be learning about basic Web Programming with a view to creating your own ecommerce

More information

MPT Web Design. Week 1: Introduction to HTML and Web Design

MPT Web Design. Week 1: Introduction to HTML and Web Design MPT Web Design Week 1: Introduction to HTML and Web Design What will we do in this class? Learn the basics of HTML and how to create our own template Basic website structure Learn design concepts for a

More information

RDFS. Suresh Manandhar* & Dimitar Kazakov

RDFS. Suresh Manandhar* & Dimitar Kazakov ARIN KR Lecture 3 RDFS Suresh Manandhar* & Dimitar Kazakov *Several of these slides are based on tutorial by Ivan Herman (W3C) reproduced here with kind permission. All changes and errors are mine. 1 Lecture

More information

Are you afraid of Semantic Web?

Are you afraid of Semantic Web? 1 Are you afraid of Semantic Web? Buraga Faculty of Computer Science A.I.Cuza University of Iaşi, România http:// ://www.infoiasi.ro/~busaco/ 2 Attention, please a first question for you: What is Semantic

More information

The Black Magic of Flash SEO

The Black Magic of Flash SEO The Black Magic of Flash SEO Duane Nickull Sr. Technical Evangelist Adobe Systems July 2008 Speaker bio - Duane Nickull!! Current!! Chair - OASIS SOA Reference Model Technical Committee (OASIS Standard

More information

HTML and CSS COURSE SYLLABUS

HTML and CSS COURSE SYLLABUS HTML and CSS COURSE SYLLABUS Overview: HTML and CSS go hand in hand for developing flexible, attractively and user friendly websites. HTML (Hyper Text Markup Language) is used to show content on the page

More information

('cre Learning that works for Utah STRANDS AND STANDARDS WEB DEVELOPMENT 1

('cre Learning that works for Utah STRANDS AND STANDARDS WEB DEVELOPMENT 1 STRANDS AND STANDARDS Course Description Web Development is a course designed to guide students in a project-based environment, in the development of up-to-date concepts and skills that are used in the

More information

Mapping between Digital Identity Ontologies through SISM

Mapping between Digital Identity Ontologies through SISM Mapping between Digital Identity Ontologies through SISM Matthew Rowe The OAK Group, Department of Computer Science, University of Sheffield, Regent Court, 211 Portobello Street, Sheffield S1 4DP, UK m.rowe@dcs.shef.ac.uk

More information

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites

Google indexed 3,3 billion of pages. Google s index contains 8,1 billion of websites Access IT Training 2003 Google indexed 3,3 billion of pages http://searchenginewatch.com/3071371 2005 Google s index contains 8,1 billion of websites http://blog.searchenginewatch.com/050517-075657 Estimated

More information

Web 2.0 and the Semantic Web

Web 2.0 and the Semantic Web Department of Computer Science Web 2.0 and the Semantic Web Group Homework of Internet Services & Protocols 12.06.2006 Chao Xiaojuan Shen Li Wu Weiwei Wu Binbin History of Web:From Web1.0 to Web2.0 Web1.0

More information

HTML Overview. With an emphasis on XHTML

HTML Overview. With an emphasis on XHTML HTML Overview With an emphasis on XHTML What is HTML? Stands for HyperText Markup Language A client-side technology (i.e. runs on a user s computer) HTML has a specific set of tags that allow: the structure

More information

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014

1/6/ :28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 1/6/2019 12:28 AM Approved New Course (First Version) CS 50A Course Outline as of Fall 2014 CATALOG INFORMATION Dept and Nbr: CS 50A Title: WEB DEVELOPMENT 1 Full Title: Web Development 1 Last Reviewed:

More information

WebGUI & the Semantic Web. William McKee WebGUI Users Conference 2009

WebGUI & the Semantic Web. William McKee WebGUI Users Conference 2009 WebGUI & the Semantic Web William McKee william@knowmad.com WebGUI Users Conference 2009 Goals of this Presentation To learn more about the Semantic Web To share Tim Berners-Lee's vision of the Web To

More information

HTML5: Adding Style. Styling Differences. HTML5: Adding Style Nancy Gill

HTML5: Adding Style. Styling Differences. HTML5: Adding Style Nancy Gill HTML5: Adding Style In part 2 of a look at HTML5, Nancy will show you how to add CSS to the previously unstyled document from part 1 and why there are some differences you need to watch out for. In this

More information

Summit Meeting Search meets Terminology. Felix Sasaki, DFKI / W3C Fellow, Berlin Christian Lieske, SAP, St. Leon-Rot

Summit Meeting Search meets Terminology. Felix Sasaki, DFKI / W3C Fellow, Berlin Christian Lieske, SAP, St. Leon-Rot Summit Meeting Search meets Terminology Felix Sasaki, DFKI / W3C Fellow, Berlin Christian Lieske, SAP, St. Leon-Rot Crossing the language chasm with terminological assets User Ø Output Input 图形提供商 x Primary

More information

Web Standards Mastering HTML5, CSS3, and XML

Web Standards Mastering HTML5, CSS3, and XML Web Standards Mastering HTML5, CSS3, and XML Leslie F. Sikos, Ph.D. orders-ny@springer-sbm.com www.springeronline.com rights@apress.com www.apress.com www.apress.com/bulk-sales www.apress.com Contents

More information

WHAT S ALL THE FUSS ABOUT HTML5? Mark DuBois Nov. 12, 2010

WHAT S ALL THE FUSS ABOUT HTML5? Mark DuBois Nov. 12, 2010 WHAT S ALL THE FUSS ABOUT HTML5? Mark DuBois Nov. 12, 2010 Disclaimer HTML5 is a work in progress Not yet an official W3C recommendation This information is current as of mid-october, 2010 (subject to

More information

Semantic Sensor Networks XG Semantic Markup Laurent Lefort, CSIRO ICT Centre

Semantic Sensor Networks XG Semantic Markup Laurent Lefort, CSIRO ICT Centre Semantic Sensor Networks XG Semantic Markup Laurent Lefort, CSIRO ICT Centre SSN XG Meeting 3 March 2010 Contents Review of semantic annotation techniques Types of annotations Compatibility of existing

More information

MP3 (W7,8,&9): HTML Validation (Debugging) Instruction

MP3 (W7,8,&9): HTML Validation (Debugging) Instruction MP3 (W7,8,&9): HTML Validation (Debugging) Instruction Objectives Required Readings Supplemental Reading Assignment In this project, you will learn about: - Explore accessibility issues and consider implications

More information