yago-naga / yago3

YAGO is a large semantic knowledge base, derived from Wikipedia, WordNet, WikiData, GeoNames, and other data sources
https://yago-knowledge.org/downloads/yago-3
GNU General Public License v3.0
729 stars 85 forks source link

Matching the DBpedia entity with Yago Transitive Type #17

Open Gautamshahi opened 1 year ago

Gautamshahi commented 1 year ago

I want to match the entity extracted from the DBpedia to find the related type from Wordnet, I got a sample file at https://resources.mpi-inf.mpg.de/yago-naga/yago3.1/yagoTypes.txt

I have two questions- 1) Is there any specific file which contains all classes/subclasses of Wordnet? 2) How can I match the DBpedia entity with classes/subclasses of Wordnet?

Gautamshahi commented 1 year ago

Is there any solution for it?