The Web as knowledge base
"For the long-term goal,
exploiting the Web's potential for being the
world's largest knowledge base, XML and Semantic Web are key assets, but
by themselves not sufficient. We need to cope with diversity,
incompleteness, and uncertainty: we have an absolute need for ranked
retrieval, and statistics is key: combine techniques from
DB,
IR, AI, and ML."
Gerhard Weikum, ER'04, SIGMOD'07
The Web for Humans
A city, with population, flag, geo-location
The Semantic Web (1)?
"There is lots of data we all use every day, and it's not part of the
web. I can see my bank statements on the web, and my photographs, and
I can see my appointments in a calendar. But can I see my photos in a
calendar to see what I was doing when I took them? Can I see bank
statement lines in a calendar?
No. Why not? Because we don't have
a
web of data. Because data is controlled by
applications and each application keeps it to itself."
Tim Berners-Lee,
The Semantic Web (3)?
- RDF: basic data format (triples form hypergraph)
john likes mary .
isbn:10993 dc:title "The Pelican Brief" .
RDFS: simple schema language (subclass, subproperty)
dc:title rdfs:subPropertyOf rdfs:label .
Jeep isa Car .
OWL: rich schema language (constraints, relations)
likes isa owl:symmetricProperty .