- From: Carlos Iglesias <carlos.iglesias@fundacionctic.org>
- Date: Thu, 12 Jan 2006 17:15:32 +0100
- To: <public-wai-ert@w3.org>
Hi everybody,
Here are my doubts:
- I supposed that dc:location is described at Dublin Core Metadata Element Set [1] but I can't find any description there, nor at DCMI Metadata Terms [2].
The only reference I found is at DC-Library Application Profile (DC-Lib) [3] with the recommendation [4] of using the element "location" from the MODS (Metadata Object Definition Schema) namespace [5]
What I am missing?
- Do we need to include the dc and foaf namespaces within the EARL Schema? [6]
If so, shouldn't we include the dct namespace too?
- Apparently, the schema doesn't validate
Current:
<rdfs:Class rdf:about="http://www.w3.org/WAI/ER/EARL/nmg-strawman#SingleAssertor">
<rdfs:label xml:lang="en">Single Assertor</rdfs:label>
<rdfs:comment xml:lang="en">One person or evaluation tool that claims assertions</rdfs:comment>
<owl:oneOf rdf:parseType="Collection">
<owl:Thing rdf:type="http://www.w3.org/WAI/ER/EARL/nmg-strawman#Software"/>
--> <owl:Thing rdf:type="http://xmlns.com/foaf/0.1/Person"> <-- (not closed)
<owl:Thing rdf:type="http://xmlns.com/foaf/0.1/Agent">
--> </owl:Thing> <-- (not necessary)
</owl:oneOf>
</rdfs:Class>
Proposed:
<rdfs:Class rdf:about="http://www.w3.org/WAI/ER/EARL/nmg-strawman#SingleAssertor">
<rdfs:label xml:lang="en">Single Assertor</rdfs:label>
<rdfs:comment xml:lang="en">One person or evaluation tool that claims assertions</rdfs:comment>
<owl:oneOf rdf:parseType="Collection">
<owl:Thing rdf:type="http://www.w3.org/WAI/ER/EARL/nmg-strawman#Software"/>
<owl:Thing rdf:type="http://xmlns.com/foaf/0.1/Person"/>
<owl:Thing rdf:type="http://xmlns.com/foaf/0.1/Agent"/>
</owl:oneOf>
</rdfs:Class>
[1] - [http://www.dublincore.org/documents/dces/]
[2] - [http://www.dublincore.org/documents/dcmi-terms/]
[3] - [http://www.dublincore.org/documents/2004/09/10/library-application-profile/#Location]
[4] - [http://www.dublincore.org/usage/decisions/2002/2002-02.holdingLocation.shtml]
[5] - [http://www.loc.gov/mods/]
[6] - [http://www.w3.org/WAI/ER/EARL10/WD-EARL10-Schema-20060101#schema-rdf]
That's all.
Regards,
CI.
--------------------------------------
Carlos Iglesias
Web Accessibility Unit - CTIC Foundation
Science and Technology Park of Gijón
33203 - Gijón, Asturias, Spain
phone: +34 984291212
fax: +34 984390612
email: carlos.iglesias@fundacionctic.org
URL: http://www.fundacionctic.org
Received on Thursday, 12 January 2006 16:15:48 UTC