Re: Are literals owl:Things?

On Fri, 15 Oct 2010 09:38:24 -0700
Jeremy Carroll <jeremy@topquadrant.com> wrote:

> I would actually say " I think you mean
> 
> _:x owl:sameAs "42"^^xsd:integer .
> _:x rdf:type  xsd:decimal .
> "

Another way to express:

	"42"^^xsd:integer rdf:type  xsd:decimal .

without needing to go as far as OWL might be:

	:x rdfs:range xsd:decimal ; :x "42"^^xsd:integer .

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

Received on Friday, 15 October 2010 20:05:47 UTC