cnschema / cnSchema

开放中文知识图谱的schema
http://cnschema.openkg.cn
801 stars 184 forks source link

schema.org 概念对接wikipedia (concept wikification) #12

Closed lidingpku closed 7 years ago

lidingpku commented 7 years ago

goal: link schema.org concepts to corresponding Wikipedia page and/or Wikidata page for more description and clarify the meaning of concept e.g. person => https://en.wikipedia.org/wiki/Person , place of birth => https://www.wikidata.org/wiki/Property:P19

the result will be a function taking a csv file listing schema.org concept name and descriptions (in English) and output an csv file containing mappings to wikipedia and wikidata URLs, plus human verification tag. The csv will be then maintained in github for future manual updates.

hints

  1. automatically link concept using wikipedia search, e.g. https://github.com/goldsmith/Wikipedia
  2. manually check the links and add missing links
lidingpku commented 7 years ago

version 1, automatically generated links to wikidata and wikipedia using a simple wikify algorithm.

vocab.zh-cn.3.2.xls.zip

lidingpku commented 7 years ago

the updated mapping. vocab.zh-cn.3.2(已改完).xls.zip