- From: Johannes Koch <johannes.koch@fit.fraunhofer.de>
- Date: Thu, 01 Mar 2007 15:31:44 +0100
- To: ERT group <public-wai-ert@w3.org>
Shadi Abou-Zahra schrieb:
> Johannes Koch wrote:
>> <http:GetRequest rdf:ID="req0">
>> <http:absoluteURI>...</http:absoluteURI>
>> </http:GetRequest>
>
> I think You'd still need rdf:parseType="Literal".
I don't think so.
What about this version?
<rdf:Property rdf:about="&http-ns;requestURI">
<rdfs:label xml:lang="en">Request URI</rdfs:label>
<rdfs:comment xml:lang="en">The HTTP request URI</rdfs:comment>
<rdfs:domain rdf:resource="&http-ns;Request"/>
<rdfs:range rdf:resource="&http-ns;RequestURI"/>
</rdf:Property>
<rdf:Class rdf:about="&http-ns;RequestURI">
<rdfs:label xml:lang="en"></rdfs:label>
<rdfs:comment xml:lang="en"></rdfs:comment>
<owl:oneOf rdf:parseType="Collection">
<owl:Thing rdf:about="&http-ns;asterisk">
<rdfs:label xml:lang="en">Asterisk</rdfs:label>
<rdfs:comment xml:lang="en">An asterisk used as request
URI</rdfs:comment>
</owl:Thing>
<owl:Thing rdf:about="http://www.w3.org/2000/01/rdf-schema#Literal"/>
</owl:oneOf>
</rdf:Property>
<rdf:Property rdf:about="&http-ns;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-ns;requestURI"/>
</rdf:Property>
...
--
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 Thursday, 1 March 2007 14:32:22 UTC