Re: EARL structure and processing model

Shadi Abou-Zahra wrote:

> - Subject
> Currently, the Subject is basically a URL of the page

The TestSubject class can be subclassed into Tool, UserAgent or 
WebContent, e.g.

<earl:WebContent rdf:about="http://example.org/#someID02495">
   <earl:reprOf rdf:resource="http://www.w3.org/" />
   <earl:date>2001-05-17T23:07:35Z</earl:date>
</earl:WebContent>

> but it is imaginable to also use XPath in order to allow more granularity.

Better URL with XPointer?
<earl:WebContent rdf:about="http://example.org/#someID02495">
   <earl:reprOf 
rdf:resource="http://www.w3.org/#xpointer(/html[1]/body[1]/p[3]/img[2])" />
   <earl:date>2001-05-17T23:07:35Z</earl:date>
</earl:WebContent>

-- 
Johannes Koch - Competence Center BIKA
Fraunhofer Institute for Applied Information Technology (FIT.LIFE)
Schloss Birlinghoven, D-53757 Sankt Augustin, Germany
Phone: +49-2241-142628

Received on Friday, 1 April 2005 13:21:27 UTC