kuhumcst/DanNet

domain topic switch

simongray opened this issue · 3 comments

See holonym location of http://localhost:3456/dannet/data/synset-1507 and e.g. the meronym location of http://localhost:3456/dannet/data/synset-7587

It seems like the holonym location is switched should actually be the meronym location, since A and B are switched according to the description.

domain_topic and has_domain_topic also seem confused.

holonym/meronym

As for holonym/meronym, the former refers to the "bigger" of the two and the latter to the "smaller", so the schema description is actually wrong or misleading.

domain topic

domain_topic and has_domain_topic is much more confusing (the labels are ambiguous).

In the English WordNet, the domain_topic refers to the topic itself (in the object position) and has_domain_topic to the smaller thing within that topic, e.g. see http://localhost:3456/dannet/external/en/oewn-02961779-n

The official docs also seem to imply that is should be the other way around:

  • https://globalwordnet.github.io/schemas/
    • domain_topic: A relation between two concepts where B is a a scientific domain (e.g. computing, sport, biology, etc.) of concept A.

    • has_domain_topic: A relation between two concepts where A is a a scientific domain (e.g. computing, sport, biology, etc.) of concept B.

So this will need to be switched.

Fixed in the latest release 6977960