I’m curious which differences Stas will want to introduce for WDQS? :)
I would prefer if we could keep the a wikibase:Lexeme
(:Form
, :Sense
) triples (though we could perhaps drop the redundant ontolex:
versions) – the fact that we drop a wikibase:Item
is occasionally inconvenient for queries, since it leaves you with no obvious generic way to select “any item”.
And similar to how we drop schema:name
and skos:prefLabel
for items (redundant with rdfs:label
), perhaps we’ll drop one part of the wikibase:lemma
/rdfs:label
, ontolex:representation
/rdfs:label
, and skos:definition
/rdfs:label
pairs? Though I’m not so sure about that – all of them seem valuable in a way, rdfs:label
as the generic predicate and lemma/presentation/definition as the one specific to a certain entity type. (For example, when writing a query that’s specifically about senses and I want to show the gloss to the user, I think using skos:definition
would make the query more readable.)