- From: Shadi Abou-Zahra <shadi@w3.org>
- Date: Mon, 30 Oct 2006 17:35:25 +0100
- To: public-wai-ert@w3.org
Dear group,
As per my action item from last week, please find a proposal for the
FileContent class below. It is analogous to the WebContent class but
addresses content available on a local storage rather than content
available on the Web.
<rdfs:Class rdf:about="&earl;FileContent">
<rdfs:label xml:lang="en">File Content</rdfs:label>
<rdfs:comment xml:lang="en">Subjects that are available on local
storage</rdfs:comment>
<rdfs:subClassOf rdf:parseType="Collection">
<owl:Restriction>
<owl:onProperty rdf:resource="&dc;date"/>
<owl:minCardinality
rdf:datatype="&xmls;nonNegativeInteger">1</owl:minCardinality>
<!--// Date is either the Last Modified or the Fetch date //-->
</owl:Restriction>
</rdfs:subClassOf>
</rdfs:Class>
<rdf:Property rdf:about="&earl;FileName">
<rdfs:subPropertyOf rdf:resource="&uri;uri"/>
<rdfs:label xml:lang="en">With File Name</rdfs:label>
<rdfs:domain rdf:resource="&earl;FileContent"/>
<rdfs:range rdf:resource="&xmls;string"/>
<!--// Range could also be a URI class? //-->
</rdf:Property>
<rdf:Property rdf:about="&earl;FileSource">
<rdfs:label xml:lang="en">With File Source</rdfs:label>
<rdfs:domain rdf:resource="&earl;FileContent"/>
<rdfs:range rdf:resource="&xmls;string"/>
<!--// Base64 encoded content //-->
</rdf:Property>
Regards,
Shadi
--
Shadi Abou-Zahra Web Accessibility Specialist for Europe |
Chair & Staff Contact for the Evaluation and Repair Tools WG |
World Wide Web Consortium (W3C) http://www.w3.org/ |
Web Accessibility Initiative (WAI), http://www.w3.org/WAI/ |
WAI-TIES Project, http://www.w3.org/WAI/TIES/ |
Evaluation and Repair Tools WG, http://www.w3.org/WAI/ER/ |
2004, Route des Lucioles - 06560, Sophia-Antipolis - France |
Voice: +33(0)4 92 38 50 64 Fax: +33(0)4 92 38 78 22 |
Received on Monday, 30 October 2006 16:35:42 UTC