slide6-2.html 2.56 KB
<?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>
&lt;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/"&gt;
&lt;Person&gt;
 &lt;name&gt;Dan Brickley&lt;/name&gt;
 &lt;homepage dc:title="Dan's home page" 
              rdf:resource="http://rdfweb.org/people/danbri/"/&gt;
 &lt;based_near geo:lat="51.47026" geo:long="-2.59466"/&gt;<span style="color: green;">
 &lt;rdfs:seeAlso rdf:resource="<a href="http://rdfweb.org/people/danbri/rdfweb/danbri-foaf.rdf">http://.../danbri-foaf.rdf</a>"/&gt;</span>
 &lt;!-- more RDF here, using any RDF vocabularies --&gt;
&lt;/Person&gt;
&lt;/rdf:RDF&gt;
</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>