Re: The Ordered List Ontology

On Wed, 30 Jun 2010 10:54:20 +0100
Dan Brickley <danbri@danbri.org> wrote:

> That said, i'm sure sameAs and differentIndividual (or however it is
> called) claims could probably make a mess, if added or removed...

You can create some pretty awesome messes even without OWL:

	# An rdf:List that loops around...

	<#mylist> a rdf:List ;
		rdf:first <#Alice> ;
		rdf:next <#mylist> .

	# A looping, branching mess...

	<#anotherlist> a rdf:List ;
		rdf:first <#anotherlist> ;
		rdf:next <#anotherlist> .

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

Received on Wednesday, 30 June 2010 11:46:45 UTC