Top Banner
Semantic Web Queries by Mark Vickers Funded by NSF
9
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Semantic Web Queries by Mark Vickers Funded by NSF.

Semantic Web Queries

by

Mark Vickers

Funded by NSF

Page 2: Semantic Web Queries by Mark Vickers Funded by NSF.

2

Introduction

Web Queries Traditional Web

Uses keyword matching Returns superfluous information

Semantic Web Uses semantic matching Returns only pertinent information

Page 3: Semantic Web Queries by Mark Vickers Funded by NSF.

3

Background

What is the Semantic Web? Provides machines “understandable” data Provides answers rather than pages Ontologies provide foundation for understanding

“A shared, explicitly defined, generic conceptualization” [Gruber 93]

Page 4: Semantic Web Queries by Mark Vickers Funded by NSF.

4

Extraction Ontology

Value Expression: \s*[$]\s*(\d{1,3})*(\.\d{2})?

Key Words: Price, Cost, Fare

Left Context: Price, Cost, Fare

Right Context: Purchase, Book, Buy

Exception Expression: *\.\d{3,*}

Lexicon File: none

Data Frame:

Page 5: Semantic Web Queries by Mark Vickers Funded by NSF.

5

Find the Ontology“Tell me about cruises on San Francisco Bay. I’d like to

know scheduled times, cost, and the duration of cruises on Friday of next week.”

Page 6: Semantic Web Queries by Mark Vickers Funded by NSF.

6

Find the Ontology“Tell me about cruises on San Francisco Bay. I’d like to

know scheduled times, cost, and the duration of cruises on Friday of next week.”

Page 7: Semantic Web Queries by Mark Vickers Funded by NSF.

7

Formulate Query

Friday, Oct. 29thcost

duration

Selection Constants

San Francisco Bayscheduled times

Projection Join Path

= Result ( )

Page 8: Semantic Web Queries by Mark Vickers Funded by NSF.

8

StartTime Price Duration Source

10:45 am, 12:00 pm, 1:15, 2:30, 4:00 $20.00, $16.00, $12.00

1

10:00 am, 10:45 am, 11:15 am, 12:00 pm, 12:30 pm, 1:15 pm, 1:45 pm, 2:30 pm, 3:00 pm, 3:45 pm, 4:15 pm, 5:00 pm

$17.00, $16.00, $12.00

1 Hour 2

Page 9: Semantic Web Queries by Mark Vickers Funded by NSF.

9

Contributions

English Web queries without NLP Web queries based on semantics Returning answers rather than pages Semantic Web application