kuhumcst / DanNet

The Danish WordNet as an RDF graph.
https://wordnet.dk
MIT License
19 stars 0 forks source link

Infer `ontolex:partOfSpeech` from `wn:partOfSpeech` #17

Open simongray opened 3 years ago

simongray commented 3 years ago

Work on version 1.2 of the GWA schema is ongoing. See: https://github.com/globalwordnet/schemas/issues/58#issuecomment-928959527

It should be possible to infer the Ontolex triple from the GWA relation, but it will require rewriting - or perhaps uncommenting the correct section of - the Apache Jena rule DSL. Once that is done, the bootstrap code should only include the wn:partOfSpeech triple, letting Jena's inference take care of the rest.

simongray commented 2 years ago

Work is being tracked in the feature/17-pos-inference branch, although it is currently a fair bit behind master. Before continuing, the branch will have to be rebased.