- From: Brian McBride <bwm@hplb.hpl.hp.com>
- Date: Thu, 10 Oct 2002 21:51:03 +0100
- To: RDF Core <w3c-rdfcore-wg@w3.org>
Here is the option F question.
The RDFCore WG resolves:
that
<a> <b> "10" .
<c> <d> "10" .
does not entail
<a> <b> _:l .
<c> <d> _:l .
[[ Possible additions to the resolution
that it reaffirms it previous decision that datatype values can be
represent 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> datatype"10" .
<c> <d> "10" .
<d> rdfs:range datatype .
entails:
<a> <b> _:l .
<c> <d> _:l .
]]
Received on Thursday, 10 October 2002 16:48:32 UTC