- From: Johannes Koch <johannes.koch@fit.fraunhofer.de>
- Date: Wed, 28 Feb 2007 15:39:18 +0100
- To: ERT group <public-wai-ert@w3.org>
Shadi Abou-Zahra schrieb: > > Hmm, OK. I guess we need take the long way home: > > <rdf:RDF > xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" > xmlns:http="http://www.w3.org/2006/http#"> > <http:OptionsRequest rdf:ID="req"> > <http:requestURI rdf:parseType="Resource"> > <http:absoluteURI rdf:parseType="Literal">...</http:absoluteURI> > </http:requestURI> > </http:OptionsRequest> > </rdf:RDF> Or use <http:GetRequest rdf:ID="req0"> <http:absoluteURI>...</http:absoluteURI> </http:GetRequest> with <rdf:Property rdf:about="&http;absoluteURI"> <rdfs:label xml:lang="en">Absolute request URI</rdfs:label> <rdfs:comment xml:lang="en">An absolute request URI</rdfs:comment> <rdfs:subPropertyOf rdf:resource="&http;requestURI"/> </rdf:Property> and accordingly for abs_path and authority on the one hand and for asterisk <http:OptionsRequest rdf:ID="req1"> <http:requestURI rdf:resource="&http;#asterisk"/> </http:OptionsRequest> with <rdfs:Class rdf:about="&http;#asterisk"> <rdfs:label xml:lang="en">Asterisk</rdfs:label> <rdfs:comment xml:lang="en">The value "*"</rdfs:comment> <rdfs:subClassOf rdf:resource="&xml;Literal"/> </rdfs:Class> -- Johannes Koch BIKA Web Compliance Center - Fraunhofer FIT Schloss Birlinghoven, D-53757 Sankt Augustin, Germany Phone: +49-2241-142628 Fax: +49-2241-142065
Received on Wednesday, 28 February 2007 14:39:56 UTC