- From: Brian McBride <bwm@hplb.hpl.hp.com>
- Date: Wed, 23 May 2001 16:18:16 +0100
- To: rdf logic <www-rdf-logic@w3.org>
Jos de Roo said that Jena outputs:
<rdf:RDF
xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'
xmlns:RDFNsId0='http://www.w3.org/2000/10/swap/log#' >
<rdf:Description rdf:about='#RDFAnonId1'>
<RDFNsId0:is>
<rdf:Description rdf:about="foo:sensor#thermostat">
<math:greaterThan>30</math:greaterThan>
</rdf:Description>
</RDFNsId0:is>
<RDFNsId0:implies>
<rdf:Description rdf:about="foo:control#furnace">
<control:setTo>1</control:setTo>
</rdf:Description>
</RDFNsId0:implies>
</rdf:Description>
</rdf:RDF>
The flattening of the XML Literal is bug. It is fixed 1-0-6 which should
migrate through the firewall overnight.
Brian
Received on Wednesday, 23 May 2001 11:18:48 UTC