ISSUE-132: Last Call Comment: error in section 1.7 example

ISSUE-132: Last Call Comment: error in section 1.7 example

http://www.w3.org/2006/07/SWD/track/issues/132

Raised by: Quentin Reul
On product: SKOS

Raised by Quentin Reul in [1]:

"""
I have found an error in the latest SKOS Reference [1]. In section 1.7
(Example1), the following example is given

<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:rdfs="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:skos="http://www.w3.org/2008/05/skos#"
    xmlns:owl="http://www.w3.org/2002/07/owl#"
    xml:base="http://example.org/ns/">

    <skos:Concept rdf:about="MyConcept"/>

</rdf:RDF>

However, the prefix for rdfs is incorrect.
"""

Needs to be corrected.

[1] http://lists.w3.org/Archives/Public/public-swd-wg/2008Sep/0037.html

Received on Tuesday, 30 September 2008 11:06:51 UTC