- From: Emmanuel Pietriga <emmanuel@w3.org>
- Date: Thu, 30 Jan 2003 09:54:55 -0500
- To: Art.Barstow@nokia.com
- CC: www-rdf-validator@w3.org
Art,
Jena 1.6.1 is sending these warnings. From there Web site:
* Jena 1.6.1 released <http://www.hpl.hp.com/semweb/download.htm>
(general bug fixes, minor modifications, and ARP now ignores
rdf:datatype with a warning 24th January 2003.
These are just warnings, and they will disappear when we upgrade to ARP2.
Emmanuel
Art.Barstow@nokia.com wrote:
>report=On Jan 28, Emmanuel announced [1] the RDF Validator
>was updated to support the LC WD and thus datatyping.
>
>If this is the case, why does the usage of the rdf:datatype
>produce a warning?
>
>Regards,
>
>Art Barstow
>---
>RDF=<?xml version="1.0">
><?xml version="1.0"?>
>
><!DOCTYPE rdf:RDF [
> <!ENTITY ns-rdf 'http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
> <!ENTITY ns-prf 'http://www.openmobilealliance.org/tech/UAPROF/ccppschema-YYYYMMDD#'>
> <!ENTITY prf-dt 'http://www.openmobilealliance.org/tech/UAPROF/xmlschema-YYYYMMDD#'>
>]>
>
><rdf:RDF xmlns:rdf="&ns-rdf;"
> xmlns:prf="&ns-prf;">
>
> <rdf:Description rdf:ID="MyDeviceProfile">
> <prf:component>
> <rdf:Description rdf:ID="HardwarePlatform">
> <rdf:type rdf:resource="&ns-prf;HardwarePlatform"/>
> <prf:ScreenSizeChar rdf:datatype="&prf-dt;Dimension">15x6</prf:ScreenSizeChar>
> <prf:BitsPerPixel rdf:datatype="&prf-dt;Number">2</prf:BitsPerPixel>
> <prf:ColorCapable rdf:datatype="&prf-dt;Boolean">No</prf:ColorCapable>
> <prf:TextInputCapable rdf:datatype="&prf-dt;Boolean">Yes</prf:TextInputCapable>
> <prf:ImageCapable rdf:datatype="&prf-dt;Boolean">Yes</prf:ImageCapable>
> <prf:Keyboard rdf:datatype="&prf-dt;Literal">PhoneKeypad</prf:Keyboard>
> <prf:NumberOfSoftKeys rdf:datatype="&prf-dt;Number">0</prf:NumberOfSoftKeys>
> </rdf:Description>
> </prf:component>
>
> <prf:component>
> <rdf:Description rdf:ID="SoftwarePlatform">
> <rdf:type rdf:resource="&ns-prf;SoftwarePlatform"/>
> <prf:AcceptDownloadableSoftware rdf:datatype="&prf-dt;Boolean">No</prf:AcceptDownloadableSoftware>
> <prf:CcppAccept-Charset>
> <rdf:Bag>
> <rdf:li rdf:datatype="&prf-dt;Literal">US-ASCII</rdf:li>
> <rdf:li rdf:datatype="&prf-dt;Literal">ISO-8859-1</rdf:li>
> <rdf:li rdf:datatype="&prf-dt;Literal">UTF-8</rdf:li>
> <rdf:li rdf:datatype="&prf-dt;Literal">ISO-10646-UCS-2</rdf:li>
> </rdf:Bag>
> </prf:CcppAccept-Charset>
> </rdf:Description>
> </prf:component>
> </rdf:Description>
></rdf:RDF>
>
>
>
>
>
>
--
Emmanuel Pietriga (emmanuel@w3.org) | MIT - Laboratory for Computer Science
World Wide Web Consortium (W3C) | Room NE43-344
tel: +1 617.253.5327 | 200 Technology Square
fax: +1 617.258.5999 | Cambridge, MA 02139
http://www.w3.org/People/Emmanuel/
Received on Thursday, 30 January 2003 09:52:07 UTC