tibbs001 / ctwiki-loader

Ruby on Rails app to help populate a wiki devoted to Clinical Trials
MIT License
1 stars 0 forks source link

Conditions & Interventions: Restrict to using only MeSH terms #3

Open tibbs001 opened 5 years ago

tibbs001 commented 5 years ago

Tables browse_conditions & browse_interventions contain only MeSH terms, so rather than use tables conditions & interventions, use these when populating lookup tables.

Also, modify Util::Exporter to refer only to browse tables when exporting the data to load into wikidata.

tibbs001 commented 5 years ago

Also, the conditions property (P2175) is limited to refer only to entities that are instances of 'health problem' or its subclass:

?item p:P31/ps:P31/wdt:P279* wd:Q2057971

However, it could be we need to use property tag P1050 instead.