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

Now, comments looks like this:

     <owl:ObjectProperty rdf:about="&ontolex;isEvokedBy">
         <rdfs:comment xml:lang="en">Inverse of evokes.</rdfs:comment>
         <rdfs:subPropertyOf rdf:resource="&owl;topObjectProperty"/>
         <rdfs:domain rdf:resource="&ontolex;LexicalConcept"/>
         <rdfs:range rdf:resource="&ontolex;LexicalEntry"/>
         <owl:inverseOf rdf:resource="&ontolex;evokes"/>
     </owl:ObjectProperty>

Fine?

Philipp.


Am 27.06.14 15:28, schrieb Thierry Declerck:
> 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
> -------------------------------------------------------------

-- 
--
Prof. Dr. Philipp Cimiano
AG Semantic Computing
Exzellenzcluster für Cognitive Interaction Technology (CITEC)
Universität Bielefeld

Tel: +49 521 106 12249
Fax: +49 521 106 6560
Mail: cimiano@cit-ec.uni-bielefeld.de

Office CITEC-2.307
Universitätsstr. 21-25
33615 Bielefeld, NRW
Germany

Received on Friday, 27 June 2014 13:46:49 UTC