- From: Manu Sporny <msporny@digitalbazaar.com>
- Date: Tue, 08 Jan 2008 16:02:49 -0500
- To: RDFa <public-rdf-in-xhtml-tf@w3.org>
Hi Mark,
Just to understand when certain triples are generated, it is my
understanding that all of the examples below should not generate any
triples, please verify:
-----------------------------------------------------------------
<div resource="#me" rel="foaf:knows">
<span resource="#ben">
</div>
-----------------------------------------------------------------
-----------------------------------------------------------------
<div href="#me" rel="foaf:knows">
<span href="#ben">
</div>
-----------------------------------------------------------------
-----------------------------------------------------------------
<div href="#me">
<span rel="foaf:knows" href="#ben">
</div>
-----------------------------------------------------------------
-----------------------------------------------------------------
<div resource="#me" rel="foaf:knows">
<div resource="#ben">
<a rel="foaf:knows" href="#mark">Mark</a>
</div>
</div>
-----------------------------------------------------------------
-- manu
--
Manu Sporny
President/CEO - Digital Bazaar, Inc.
blog: Intro to the Semantic Web in 6 minutes (video)
http://blog.digitalbazaar.com/2007/12/26/semantic-web-intro
Received on Tuesday, 8 January 2008 21:02:55 UTC