Semantic web. Tapas Kumar Mishra 11CS60R32

Similar documents
a paradigm for the Introduction to Semantic Web Semantic Web Angelica Lo Duca IIT-CNR Linked Open Data:

SEMANTIC WEB TAPAS KUMAR MISHRA 11CS60R32 DEPARTMENT OF COMPUTER SCIENCE AND ENGINEERING INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR SUBMITTED BY

Semantic Web: vision and reality

Semantic Web Fundamentals

Opus: University of Bath Online Publication Store

The Semantic Web & Ontologies

Semantic Web Fundamentals

Introduction. October 5, Petr Křemen Introduction October 5, / 31

SEMANTIC WEB AN INTRODUCTION. Luigi De

Towards the Semantic Desktop. Dr. Øyvind Hanssen University Library of Tromsø

Adding formal semantics to the Web

Semantic Web Publishing. Dr Nicholas Gibbins 32/4037

The Semantic Web DEFINITIONS & APPLICATIONS

Helmi Ben Hmida Hannover University, Germany

Semantic Web and Electronic Information Resources Danica Radovanović

The Semantic Web Revisited. Nigel Shadbolt Tim Berners-Lee Wendy Hall

OSM Lecture (14:45-16:15) Takahira Yamaguchi. OSM Exercise (16:30-18:00) Susumu Tamagawa

Using RDF to Model the Structure and Process of Systems

Exloring Semantic Web using Ontologies. Digivjay Singh *, R. K. Mishra **, Dehradun, Chandrashekhar ***

Information Retrieval (IR) through Semantic Web (SW): An Overview

01 INTRODUCTION TO SEMANTIC WEB

Semantic Web Technologies

The Semantic Web: A Vision or a Dream?

Two Layer Mapping from Database to RDF

Chinese-European Workshop on Digital Preservation. Beijing (China), July 14 16, 2004

Semantic Web. Tahani Aljehani

SEMANTIC WEB DATA MANAGEMENT. from Web 1.0 to Web 3.0

Ontology Development Tools and Languages: A Review

An Introduction to the Semantic Web. Jeff Heflin Lehigh University

2. RDF Semantic Web Basics Semantic Web

Semantic Web Systems Introduction Jacques Fleuriot School of Informatics

Semantic Web Domain Knowledge Representation Using Software Engineering Modeling Technique

COMP6217 Social Networking Technologies Web evolution and the Social Semantic Web. Dr Thanassis Tiropanis

What is the Semantic Web?

New Tools for the Semantic Web

Linked Data and RDF. COMP60421 Sean Bechhofer

The Nature of the Web

Semantic Web Mining and its application in Human Resource Management

The Semantic Planetary Data System

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

Semantic Web and Natural Language Processing

GeoTemporal Reasoning for the Social Semantic Web

Proposal for Implementing Linked Open Data on Libraries Catalogue

Contribution of OCLC, LC and IFLA

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

Ontology Exemplification for aspocms in the Semantic Web

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

Artificial Intelligence Techniques. Internet Applications 2

The Semantic Institution: An Agenda for Publishing Authoritative Scholarly Facts. Leslie Carr

Jacco van Ossenbruggen, Lynda Hardman. Multimedia and Human-Computer Interaction CWI Amsterdam

Linked Open Data: a short introduction

Domain Specific Semantic Web Search Engine

Semantic Web Knowledge Representation in the Web Context. CS 431 March 24, 2008 Carl Lagoze Cornell University

THE GETTY VOCABULARIES TECHNICAL UPDATE

CHAPTER 1 INTRODUCTION

JENA: A Java API for Ontology Management

SEPA SPARQL Event Processing Architecture

The Semantic Web. What is the Semantic Web?

Semantic Web. Automating people out of the loop. Today s Syntactic Web. The Challenge. Science Fiction? The Semantic Web

State of the Art of Semantic Web

XML Metadata Standards and Topic Maps

Semantic Integration with Apache Jena and Apache Stanbol

Semantic Web Road map

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

Knowledge Representation in Social Context. CS227 Spring 2011

Java Learning Object Ontology

XML related Data Exchange from the Test Machine into the Web-enabled Alloys-DB. Nagy M, Over HH, Smith A

Semantic Web. RDF and RDF Schema. Morteza Amini. Sharif University of Technology Spring 90-91

The 2 nd Generation Web - Opportunities and Problems

Linked Data and RDF. COMP60421 Sean Bechhofer

The Semantic Web A new form of Web content that is meaningful to computers will unleash a revolution of new possibilities

KawaWiki: A Semantic Wiki Based on RDF Templates

RDF /RDF-S Providing Framework Support to OWL Ontologies

Annotation for the Semantic Web During Website Development

Semantic Web: Core Concepts and Mechanisms. MMI ORR Ontology Registry and Repository

Introduction to the Semantic Web

RDF Schema. Mario Arrigoni Neri

Semantic Query Optimisation with Ontology Simulation

Design of an inference engine for the semantic web

Opus: University of Bath Online Publication Store

Multi-agent Semantic Web Systems: RDF Models

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction

A Technique for Automatic Construction of Ontology from Existing Database to Facilitate Semantic Web

Table of Contents. iii

New Approach to Graph Databases

SEMANTIC WEB AND COMPARATIVE ANALYSIS OF INFERENCE ENGINES

Semantic Web Test

Lecture Telecooperation. D. Fensel Leopold-Franzens- Universität Innsbruck

Abstract: In this paper we propose research on how the

Linking Distributed Data across the Web

Business Rules in the Semantic Web, are there any or are they different?

17. An Ontology for Static Knowledge Provenance

Interoperability for Digital Libraries

Semantic agents for location-aware service provisioning in mobile networks

2. Knowledge Representation Applied Artificial Intelligence

Comparative Study of RDB to RDF Mapping using D2RQ and R2RML Mapping Languages

Mustafa Jarrar: Lecture Notes on RDF Schema Birzeit University, Version 3. RDFS RDF Schema. Mustafa Jarrar. Birzeit University

The Semantic Web. Mansooreh Jalalyazdi

Context-aware Semantic Middleware Solutions for Pervasive Applications

Announcements. 1. Class webpage: Have you been reading the announcements? Lecture slides and coding examples will be posted

Transcription:

Semantic web Tapas Kumar Mishra 11CS60R32 1

Agenda Introduction What is semantic web Issues with traditional web search The Technology Stack Architecture of semantic web Meta Data Main Tasks Knowledge Representation XML RDF Ontology Taxonomy Inference Rules Conclusion And references 2

Introduction The Semantic Web is an extension of the current web in which information is given well-defined meaning, better enabling computers and people to work in cooperation. [Tim Berners-Lee, 2001] 3

Introduction contd Traditional search Displays the pages that contain the words without interpreting the meaning of those words. 4

Introduction contd Semantic Search retrieves the meaning from the bag of words 5

Semantic Web Stack 6

Real world implementation 7

Metadata The first form of semantic data on the Web was metadata : information about information Basically include: 1. Means of creation of the data 2. Purpose of the data 3. Time and date of creation 4. Creator or author of data 5. Placement on a computer network where the data was created 6. Standards used 8

Metadata Contd.. Example : a meta element specifies name and associated content attributes describing aspects of the HTML page. <meta name="keywords"content="wikipedia,encyclopedia"> default charset for plain text is simply set with meta: <meta http-equiv="content-type" content="text/html charset=utf-8" > 9

Semantic Web main tasks Knowledge Representation: Metadata annotation Description of resources using standard languages Search: Retrieve relevant information according to user s query / interest / intention Use metadata (and possibly content) in a smart way (i.e. reasoning about the meaning of annotations) 10

Knowledge Representation 11

URI string of characters used to identify a name or a resource on the Internet Categorized into 2 types URL Uniform Resource Locator URN Uniform Resource Name URN defines an item's identity, while the URL provides a method for finding it Example: URN ----> ISBN of books, ISBN 0486275574 cites, unambiguously, a specific edition of Shakespeare's play Romeo and Juliet. 12

XML User definable and domain specific markup <course date=... > <title>...</title> <teacher>... <name>...</name> <http>...</http> </teacher> <students>...</students> </course> = title course teacher name http students XML provides an elemental syntax for content structure within documents But associates no semantics with the meaning of the content contained within. 13

RDF(Resource Description Framework) corner stone of the Semantic Web technology stack 1999, first publication directed and labeled graphs as data model everything is univocally identifiable with a Uniform Resource Identifier(URI) a web page, a person, a book, an intangible thing 14

RDF CONTD A statement is a triple Subject predicate object Subject: a resource Predicate: a verb / property / relationship Object: a resource, or a literal string Relationships between things could be expressed with a directed, labeled graph where nodes could be resources or XMLSchema-typed values and relationships are identified also by URIs 15

RDF CONTD Author = D.West Diagram: URI hasauthor D.West Simple RDF assertion triple : triple (hasauthor, URI, D.West) RDF in XML syntax: <RDF xmlns= http://www.w3.org/tr/ > <Description about= http://www. w3.org/semweb/intro > <Author>D.West</Author> </Description> </RDF> 16

RDF(S): RDF Schema Defines vocabulary for RDF Organizes this basic vocabulary terms and the relations between those terms -Class, subclassof, type -Property, subpropertyof -domain, range subclassof Person subclassof Student range teaches domain Teacher type Student Y teaches Prof.X type 17

RDF CONTD triples of RDF form webs of information about related things. the URIs ensure that concepts are not just words in a document but are tied to a unique definition that everyone can find on the Web. Example: a database of info of people, including their addresses. RDF can specify that "(field 5 in database A) (is a field of type)(zip code), Query: Find people living in city with zipcode x 18

RDF CONTD Problem with RDF: o Synonym problem: two databases may use different identifiers for what is in fact the same concept, such as zip code. A program that wants to compare or combine information across the two databases has to know that these two terms are being used to mean the same thing. 19

Ontology Problems with RDF two databases may use different identifiers for what is in fact the same concept, such as zip code Solution is Ontology. An ontology is an explicit description of a domain concepts properties and attributes of concepts constraints on properties and attributes individuals (often, but not always) Web ontology consists of Taxonomy Inference Rules 20

Ontology Contd ontology that describes the Webify Solutions organization 21

Taxonomy Defines classes of objects and relations among them 22

Taxonomy Contd HOW Taxonomy helps: classes, subclasses and relations among entities are a very powerful tool for Web use city codes must be of type city and cities generally have Web sites, we can discuss the Web site associated with a city code even if no database links a city code directly to a Web site. contains city citycode Has a website 23

Inference Rules Allows us to infer conclusions based on rules and facts available in the knowledge base Example: An ontology may express the rule "If a city code is associated with a state code, and an address uses that city code, then that address has the associated state code." A program could then readily deduce, for instance, that a IIT KGP address, being in Kharagpur, must be in West Bengal, which is in the India, and therefore should be formatted to indian standards. 24

Inference Rules contd.. this solve RDF s synonym problem. Example: an ontology that defines addresses as containing a zip code and another ontology uses postal code. The program could then use a service that takes a list of postal addresses (defined in the first ontology) and converts it into a list of physical addresses (the second ontology) by recognizing and removing post office boxes and other unsuitable addresses. 25

PRO s of Semantic web Accuracy of web search Tackle complicated questions Inpage answer to query 26

CONCLUSIONS AND FUTUREWORK Implementation of encryption layer Standard for retrieval Standard for metadata 27

References 1. Berners-Lee, Tim; James Hendler and Ora Lassila (May 17, 2001). "The Semantic Web". Scientific American Magazine 2. www.en.wikipedia.org/wiki/semantic_web 3. Tim Berners-Lee, with Mark Fischetti. Harper San Francisco, 1999. Weaving the Web 4. http://www.w3.org/2001/sw/ 5. www.semanticweb.org/ 6. James Farrugia,University of Maine, Orono, ME. Model-theoretic semantics for the web. ACM New York, NY, USA 2003 28

Thank you 29