Form posted from Microsoft Internet Explorer.

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>

Received on Thursday, 30 January 2003 09:26:15 UTC