- From: Brian McBride <bwm@hplb.hpl.hp.com>
- Date: Thu, 10 Oct 2002 21:50:11 +0100
- To: RDF Core <w3c-rdfcore-wg@w3.org>
Draft option C question for discussion at Friday's telecon
This WG resolves
that:
<a> <b> "10" .
<c> <d> "10" .
entails
<a> <b> _:l .
<c> <d> _:l .
[[ Possible additions to the resolution
that it reaffirms it previous decision that datatype values can be
represented in the following form:
<rdf:Description>
<foo:bar rdf:datatype="datatype">10</foo:bar>
</rdf:Description>
which is translated into (the final syntax not having been agreed) as:
_:a foo:bar datatype"10" .
that:
<a> <b> "10" .
<c> <d> xsd:integer"10" .
does not entail:
<a> <b> _:v .
<c> <d> _:v .
that:
<a> <b> "10" .
<b> rdfs:range xsd:integer"10" .
has no interpretations.
]]
Received on Thursday, 10 October 2002 16:47:43 UTC