Re: When is equal and when is it nonequal (eg, the IRI interface)

On Thu, 10 Jun 2010 10:27:54 +0200
Ivan Herman <ivan@w3.org> wrote:

> Put it another way, the model for our stores is, say, a 6-store,...
> (or a quadstore with the fourth item packaging information about the
> 3 DOM nodes). 

I wonder how many triples the following generates in the API?

<div about="#me"
     xmlns:foaf="http://xmlns.com/foaf/0.1/"
     xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
	<span property="foaf:name rdfs:name
		http://xmlns.com/foaf/0.1/name">Toby Inkster</span>
</div>

Or how many this generates?

<span	prefix="owl: http://www.w3.org/2002/07/owl#"
	about="#alice" resource="#alice"
	rel="owl:sameAs" rev="owl:sameAs"
	>Alice, Alice, who the **** is Alice?!</span>

-- 
Toby A Inkster
<mailto:mail@tobyinkster.co.uk>
<http://tobyinkster.co.uk>

Received on Thursday, 10 June 2010 09:20:18 UTC