AKSW / Xturtle

An eclipse editor for turtle files (RDF serialisation) based on Xtext2
http://aksw.org/Projects/Xturtle
23 stars 9 forks source link

order of definition properties matters #30

Closed seebi closed 11 years ago

seebi commented 11 years ago

the order of the description properties is important when you have more than one triple, e.g. you have an rdfs:comment and a skos:note. The skos:note is more relevant for the rich-hover than the rdf:comment, but if there is only a comment, the comment is ok as well. Nethertheless this is a nice-to-have feature, not extremely important.

nittka commented 11 years ago

The current implementation is as follows (I think): I use all available definition properties, not only the first one. They are indexed without any priority information, so I cannot reproduce the order when creating the hover.