- From: Jacco van Ossenbruggen <Jacco.van.Ossenbruggen@cwi.nl>
- Date: Tue, 21 Oct 2008 23:42:24 +0200
- To: public-swd-wg@w3.org
Dear Editors,
I'm looking at the OrderedCollection example in [1]. The current  
example reads:
  ...
_:b0 rdf:type skos:Collection;
    skos:prefLabel "people by age"@en;
    skos:memberList _:b1.
Shouldn't this be:
...
_:b0 rdf:type skos:OrderedCollection;
    skos:prefLabel "people by age"@en;
    skos:memberList _:b1.
?
Cheers,
Jacco
[1] http://www.w3.org/TR/skos-primer/#seccollections
Received on Tuesday, 21 October 2008 21:43:11 UTC