slide6-2.html
2.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-UK" lang="en-UK">
<head>
<meta http-equiv="Content-type" content="text/html; charset=UTF-8"/>
<title>W3C Semantic Web developments - slide "RDF's advantage: Mixing independent vocabularies"</title>
<link rel="first" href="slide1-2.html" title="First"/>
<link rel="last" href="slide6-2.html" title="Last"/>
<link rel="next" href="slide7-2.html" title="Next"/>
<link rel="prev" href="slide5-2.html" title="Previous"/>
<link rel="contents" href="Overview-2.html" title="Contents"/>
<link rel="top" href="Overview-2.html" title="Top"/>
<link href="../Tools/oldskool/oldskool.css" rel="stylesheet" media="screen" type="text/css" title="W3C Talk Style"/>
</head>
<body>
<div id="navigation">
<a id="navigation-previous" rel="prev" href="slide5-2.html" accesskey="P"><span>Previous</span></a>
<a id="navigation-toc" rel="contents" href="Overview-2.html" accesskey="C"><span>Table of Contents</span></a>
<a id="navigation-switch" href="slide6-3.html" accesskey="S"><span>Change Style</span></a>
<a id="navigation-next" rel="next" href="slide7-2.html" accesskey="N"><span>Next</span></a>
</div>
<div id="header">
<span id="headertext">World Wide Web Consortium</span>
</div>
<div id="content">
<h1>RDF's advantage: Mixing independent vocabularies</h1>
<p>What do "<em>Web pages for machines</em>" look like? An
example...</p>
<pre>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns="http://xmlns.com/foaf/0.1/">
<Person>
<name>Dan Brickley</name>
<homepage dc:title="Dan's home page"
rdf:resource="http://rdfweb.org/people/danbri/"/>
<based_near geo:lat="51.47026" geo:long="-2.59466"/><span style="color: green;">
<rdfs:seeAlso rdf:resource="<a href="http://rdfweb.org/people/danbri/rdfweb/danbri-foaf.rdf">http://.../danbri-foaf.rdf</a>"/></span>
<!-- more RDF here, using any RDF vocabularies -->
</Person>
</rdf:RDF>
</pre>
<div style="clear: both;" />
<p>see also: <a href="http://www.kanzaki.com/docs/sw/image-rdf.html">Kanzaki's examples</a></p>
</div>
<div id="footer">
<span id="author"><a href="http://www.w3.org/People/DanBri/">Dan Brickley</a><span> <span id="position">6 of 15</span>
</div>
</body>
</html>