kuhumcst / DanNet

The Danish WordNet as an RDF graph.

Home Page:https://wordnet.dk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update links from 2022 -> 2023 edition of the OEWN

simongray opened this issue · comments

They changed the URIs of the IDs of the entire OEWN dataset.

  • The base URI for the synsets used to be https://wordnet.dk/dannet/data/, but is now https://en-word.net/id/.
  • The base URI for the lemmas used to be http://wordnet-rdf.princeton.edu/lemma/, but is now https://en-word.net/lemma/.

The lemma base URI doesn't matter, but the synset links need to be deleted and re-added using the new base URI.

This example can be used for reference: http://localhost:3456/dannet/data/synset-298

DanNet currently contains 3 separate outbound links:

  • wn:eq_synonym
  • dns:eqHyponym
  • dns:eqHypernym

They link to both CILI resources and OEWN synsets, so any query using these relations to fetch all OEWN links will need to filter out the CILI resources.

(I also removed the old OEWN extension dataset and generated new ones for this issue, since the old ones also referred to the old synset IDs)