Title: Web 3.0
1Web 3.0
II
- explained with a stamp
- (English version)
- Part I the basics
- Part II techniques
2A presentation from Freek Bijl(Dutch) blog
Bijlbrand.nl
3Web 3.0 - the semantic web - is about the meaning
of data.
4This is a stamp
In 1980 you could buy this stamp for 1 cent
Now its worth 3 euros
This stamp is from the United Kingdom
This stamp is used between 1978 - 1981
The picture on the stamp is a PO Box
This stamp is designed by John Bryan Dunmore
5Why do we want to add meaning to data ?
6When a computer understands what data means, it
can do intelligent search, reasoning and
combining.
7This makes our live more easy.
8The next technologies are used to make a more
semantic web
9RDF XML URI SPARQL XDI XRI SWRL XFN OWL API OAUTH
10!
11An explanation with a stamp collection.
12Meaning is about understanding. To understand we
need a language. A language starts with words.
13Things mean something in words. Online, we
describe things with XML.
14- This is my stamp collection
- The first stamp is called Red dragon and is
from China. It was made in the year 1984. - The second stamp is called PO Box and is from
England. It was made in the year 1992. - lt .. etc gt
15 16- lt?xml version"1.0" encoding"ISO-8859-1"?gt
- ltcollection nameMy stamp collection"gt
- ltstampgt
- lttitlegtRed dragonlt/titlegt
- ltcountrygtChinalt/countrygt
- ltyeargt1984lt/yeargt
- lt/stampgt
- ltstampgt
- lttitlegtPO Boxlt/titlegt
- ltcountrygtEnglandlt/countrygt
- ltyeargt1992lt/yeargt
- lt/stampgt
- lt/collectiongt
17We cant understand words alone. We also need
grammar. Online grammar is RDF (Resource
Description Framework).
18This stamp is from England.
19This stamp is from England.
predicate
object
subject
20With RDF Scheme we can define concepts and make
simple relations between them.
21This stamp is from England, hence from Europe.
22But, RDF scheme is limited. A language needs more
expression and logic to make good reasoning
possible. Thats why OWL (The Web Ontology
Language) was invented.
23Finally, to reason you need rules.
24I got this stamp from my uncle.
25brother
son of
mother or father
I
- The rule for calling someone my uncle is that one
of my parents has a brother.
26Rules are formulated in SWRL (Semantic Web Rule
Language).
27- ltrulemlimpgt
- ltruleml_rlab rulemlhref"example1"/gt
- ltruleml_bodygt
- ltswrlxindividualPropertyAtom
swrlxproperty"hasParent"gt - ltrulemlvargtx1lt/rulemlvargt
- ltrulemlvargtx2lt/rulemlvargt
- lt/swrlxindividualPropertyAtomgt
- ltswrlxindividualPropertyAtom
swrlxproperty"hasBrother"gt - ltrulemlvargtx2lt/rulemlvargt
- ltrulemlvargtx3lt/rulemlvargt
- lt/swrlxindividualPropertyAtomgt
- lt/ruleml_bodygt
- ltruleml_headgt
- ltswrlxindividualPropertyAtom
swrlxproperty"hasUncle"gt - ltrulemlvargtx1lt/rulemlvargt
- ltrulemlvargtx3lt/rulemlvargt
- lt/swrlxindividualPropertyAtomgt
- lt/ruleml_headgt
- lt/rulemlimpgt
28So,
29Words in XMLGrammar in RDF (scheme) and
OWLRules in SWRL
30There are a lot of things, that can be described
using standard formats.
31For example contact information.
32These things are described with microformats.
- hCard gt contacts
- hCalendar gt events
- hReview gt reviews
- hResume gt resumes
- XFN gt social networks (relation a friend or
colleague)
33Suppose, I want to search for a specific stamp.
34I want all the red stamps, designed in Europe,
but used in the U.S.A., between 1980 and 1990
35We can use SPARQL (Protocol and RDF Query
Language).
36Because the web is decentralized and data is in
many places, not only language is important.
Exchange of data between different machines is
key.
37A database with stampsA database with
countriesA database with colorsA database with
stamp traders
38To make a connection a machine needs a source.
For this, we use resource identifiers. Best known
resource identifier is the URI (which consists of
a name (urn) and a location (url)).
39(No Transcript)
40Because URIs have international limitations and
the need for data-exchange between machines is
rapidly growing there is a successor XRI
(Extensible Resource Identifier)
41There is a standard for sharing, linking and
synchronizing data. This standard is called XDI
(XRI Data Interchange).
42With all this I am capable of using the power of
all different data resources on the web.
43But
44Data is protected. We need consent and a key to
gain acces.
45The key to certain data is described in an API
(an application programming interface).
46An open standard for accessing (authentication)
the API is OAuth.
47So,
48RDF XML URI SPARQL XDI XRI SWRL XFN OWL API OAUTH
49 are now words with a meaning for you !
50.endMy (Dutch) blog http//www.bijlbrand.nl
51Most important references
- http//en.wikipedia.org/
- Presentation JeenBroekstra (Wageningen UR)