A possible error in examples listed inteh spe document of ontolex?

Dear Philipp, All,

Sorry for the possible spam. But are those examples in the spec doc 
correct 
(http://www.w3.org/community/ontolex/wiki/Final_Model_Specification):

The lexical entries with the canonical form the noun /"cat"/, the verb 
/"marry"/ and the adjective /"high"/ would look as follows (in Turtle 
syntax):

:lex_cat a ontolex:LexicalEntry;
      ontolex:canonicalForm :form_cat;
      ontolex:writtenRep "cat"@en .

:lex_marry a ontolex:LexicalEntry;
      ontolex:canonicalForm :form_marry;
      ontolex:writtenRep "marry"@en .

:lex_high a ontolex:LexicalEntry;
      ontolex:canonicalForm :form_high;
      ontolex:writtenRep "high"@en .


Shouldn't it be:

:lex_cat a ontolex:LexicalEntry;
      ontolex:canonicalForm :form_cat.

:form_cat ontolex:writtenRep "cat"@en .

(the same of the other 2 examples, "marry" and "high")?

Cheers

Thierry

-- 
Thierry Declerck,
Senior Consultant at DFKI GmbH, Language Technology Lab
Stuhlsatzenhausweg, 3
D-66123 Saarbruecken
Phone: +49 681 / 857 75-53 58
Fax: +49 681 / 857 75-53 38
email: declerck@dfki.de

-------------------------------------------------------------
Deutsches Forschungszentrum fuer Kuenstliche Intelligenz GmbH
Firmensitz: Trippstadter Strasse 122, D-67663 Kaiserslautern

Geschaeftsfuehrung:
Prof. Dr. Dr. h.c. mult. Wolfgang Wahlster (Vorsitzender)
Dr. Walter Olthoff

Vorsitzender des Aufsichtsrats:
Prof. Dr. h.c. Hans A. Aukes

Amtsgericht Kaiserslautern, HRB 2313
-------------------------------------------------------------

Received on Friday, 27 June 2014 13:29:09 UTC