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


Reply via email to