[HTTP-in-RDF] http:asterisk

Hi group,

according to HTTP 1.1 section 5.1.2

   Request-URI    = "*" | absoluteURI | abs_path | authority

we decided to use four sub-properties for the requestURI property:
* asterisk,
* absoluteURI,
* abs_path, and
* authority

When I use

<http:OptionsRequest rdf:ID="req">
   <http:asterisk/>
   ...
</http:OptionsRequest>

this looks a bit weird to me. In RDF terms it means:

   the OptionsRequest "req" has an asterisk (empty Literal).

Or are we required to add "*"?

   <http:asterisk>*</http:asterisk>

What happens if someone puts in a different Literal?

Or should we drop the asterisk property and just use requestURI?

   <http:requestURI>*</http:requestURI>
-- 
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 12:45:16 UTC