tibbs001 / ctwiki-loader

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

Add study-type property #39

Closed tibbs001 closed 4 years ago

tibbs001 commented 4 years ago

https://www.wikidata.org/wiki/Wikidata:Property_proposal/study_type

tibbs001 commented 4 years ago

On HOLD.

Still deciding whether studies will be subclassed off of the entity, or be assigned a property to tag it as the study type.

For example, right now 'Interventional Study is represented as an entity Q78089383 which is a subclass of 'Clinical Trial' (Q30612). So we could just assign all interventional studies to Q78089383 rather than Q30612. Alternatively, if we decide to create a 'study design type' property, we would then just add an attribute to Interventional Studies like:

<study's QCode>

I don't have a strong preference one way or the other.