- From: Brian McBride <bwm@hplb.hpl.hp.com>
- Date: Thu, 10 Oct 2002 21:49:24 +0100
- To: RDF Core <w3c-rdfcore-wg@w3.org>
Draft option B question for discussion at Friday's telecon
This WG resolves
that:
<a> <b> "10" .
<c> <d> "10" .
entails
<a> <b> _:l .
<c> <d> _:l .
that:
<b> rdfs:format datatype .
constrains the objects of property b to belong to the lexical space of the
datatype
that it withdraws its previous decision that datatype values can be
represented in the following form:
<rdf:Description>
<foo:bar rdf:datatype="&xsd:int">10</foo:bar>
</rdf:Description>
[[ Possible additions to the resolution
that:
<a> <b> "10" .
<b> rdfs:format datatype .
<c> <d> "10" .
<d> rdfs:format anotherDatatype .
does entail:
<a> <b> _:v .
<c> <d> _:v .
]]
Received on Thursday, 10 October 2002 16:46:56 UTC