forked from KirstenLangendorf/load_clinical_trials_gov
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Refactor proposals:
- Rename node label
Start
to double labelDate:ClinicalTrialDate
(we need to post process the date into a neo4j datetype later. thats why the extra label.) - Add extra label
Entity
toCollaborator
,Sponsor
,Investigator
andContact
(we will postproccess these through a organisation/person disambugation) - rename label
PaperId
toArticleId
with propertyIdType
=pudmed
e.g.(:ArticleId {"ID": "25528508","IdType": "pubmed"}
- rename property
word
of labelKeyword
toKeyword
e.g.(:Keyword {word:"ambulatory"})
becomes(:Keyword {Keyword:"ambulatory"})
Existing nodes in the new datamodel with possible connecitons to clinical trial loader:
City
exmaple:
(:City{
"geo": "Point(83.012777777 25.318888888)",
"wikidata_url": "http://www.wikidata.org/entity/Q79980",
"name": "Varanasi"})
Country
example:
(:Country{
"area": "652230",
"also_known_as": "AFG, af, 🇦🇫",
"ISO_3166_1_alpha_2_code": "AF",
"wikidata_url": "http://www.wikidata.org/entity/Q889",
"name": "Afghanistan",
"population": "37466414"
})
Metadata
Metadata
Assignees
Labels
No labels