https://github.com/spencermountain/wikidata-freebase
helping out in the wikidata migration
https://github.com/spencermountain/wikidata-freebase
Last synced: 11 days ago
JSON representation
helping out in the wikidata migration
- Host: GitHub
- URL: https://github.com/spencermountain/wikidata-freebase
- Owner: spencermountain
- Created: 2015-01-05T09:58:01.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-10T19:45:21.000Z (about 10 years ago)
- Last Synced: 2025-03-25T15:15:06.041Z (28 days ago)
- Language: JavaScript
- Size: 17.5 MB
- Stars: 7
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#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](https://docs.google.com/spreadsheets/d/1QXISrOrsr8EEjTtkIKsbIQGhg7jRXh_RKFlA-Xig84I/edit#gid=811332421)
see [a list of all relevant freebase properties](https://docs.google.com/spreadsheets/d/1USoyyvgouOK8t7PjtP_yveVbKM2WZI64lhtvhG0oj3Y/edit#gid=0)
see [a list of all wikidata properties](https://www.wikidata.org/wiki/Wikidata:List_of_properties/all)
#usage
To mash up the freebase & wikidata results for a given topic:
````bash
git clone [email protected]:spencermountain/wikidata-freebase.git
cd wikidata-freebase
npm install
````````bash
node ./compare_all.js
````