- From: Carlos Iglesias <carlos.iglesias@fundacionctic.org>
- Date: Tue, 12 Dec 2006 17:48:13 +0100
- To: "Johannes Koch" <johannes.koch@fit.fraunhofer.de>, "ERT group" <public-wai-ert@w3.org>
Hi Johannes, everybody,
I don't know exactly what, but I think something is missing.
Let's say we have:
<earl:Assertion rdf:ID="#assertion">
<earl:assertedBy rdf:resource="#assertor" />
<earl:subject rdf:resource="#subject" />
<earl:test rdf:resource="#testcase" />
<earl:result rdf:resource="#result" />
</earl:Assertion>
For example in the case of an assertion about a content with transparent
content negotation, what WebContent should you use as Subject of the
Assertion?
Wc1? Wc2? A RDF container with both?
Regards,
CI.
> 2. transparent content negotiation
>
> earl:WebContent (rdf:id="wc1")
> |- ...
> |- earl:httpRequest
> | |- http:GetRequest
> | |- uri:uri http://www.example.org/
> | |- http:version 1.1
> | |- http:host www.example.org
> | |- ...
> |- earl:httpResponse
> |- http:Response
> |- http:responseCode 300
> |- http:tcn list
> |- http:alternates {"en/" 0.9 {type text/html} {language en}},
> | {"fr/" 1.0 {type text/html} {language fr}}
> |- http:content-type text/html;charset=utf-8
> |- http:body oego3h01thh3olh3t
> |- ...
>
> earl:WebContent (rdf:id="wc2")
> |- ...
> |- earl:httpRequest
> | |- http:GetRequest
> | |- uri:uri http://www.example.org/en/
> | |- http:version 1.1
> | |- http:host www.example.org
> | |- ...
> |- earl:httpResponse
> |- http:Response
> |- http:responseCode 200
> |- http:content-type text/html;charset=utf-8
> |- http:body lrjgqn538t3gglhhp30483
> |- ...
Received on Tuesday, 12 December 2006 16:48:42 UTC