Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.07 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.07 KB

#Ontology-alignment between wikidata & freebase

*match up largest freebase types to wikidata collections

*line-up freebase properties to wikidata properties

#Justification

if freebase says:

ronald reagan - /people/person/nationality - america

and wikidata says:

ronald reagan - P27 - america

running this comparison over a lot of topics, we can statistically unite 'P27' and '/people/person/nationality' over every property in both projects, without having to do it manually.

see the results

see a list of all relevant freebase properties

see a list of all wikidata properties

#usage To mash up the freebase & wikidata results for a given topic:

git clone git@github.com:spencermountain/wikidata-freebase.git
cd wikidata-freebase
npm install
node ./compare_all.js