- From: Philip Ackermann <philip.ackermann@fit.fraunhofer.de>
- Date: Mon, 02 May 2011 10:31:00 +0200
- To: ERT WG <public-wai-ert@w3.org>
Dear group, we exchanged the property names of "statusCodeValue" and "statusCodeNumber". That means: -class "Response" now has property "statusCodeValue" (because it can be any Literal, not just a number) -class "StatusCode" now has property "statusCodeNumber" (because it's always of type xsd:int). A typical instance of "StatusCode" would look like this: <http:StatusCode rdf:about="#BadRequest"> <dct:title xml:lang="en">Bad Request</dct:title> <rdfs:isDefinedBy rdf:resource="http://www.ietf.org/rfc/rfc2616.txt"/> <rdf:type rdf:resource="#StatusCode4xx"/> <http:statusCodeNumber>400</http:statusCodeNumber> </http:StatusCode> Note that we also changed the "rdf:about"-values from the "StatusCode"-instances to a more meaningful description, for example from "#statusCode400" to "#BadRequest". Any objections? For reference: http://www.w3.org/WAI/ER/HTTP/issues#StatusCodeClass http://lists.w3.org/Archives/Public/public-earl10-comments/2010Jul/0000.html regards, Philip -- Philip Ackermann Fraunhofer Institute for Applied Information Technology FIT Web Compliance Center: http://webcc.fit.fraunhofer.de/ Schloss Birlinghoven, D53757 Sankt Augustin (Germany) Tel: +49-2241-142639
Received on Monday, 2 May 2011 08:31:36 UTC