OHDSI / KnowledgeBase

Source code used to develop the OHDSI knowledge base of sources with information relevant for assessing assocations between drugs and health outcomes of interest.
56 stars 25 forks source link

CTD might be a very interesting source and should be simple to load #77

Closed rkboyce closed 8 years ago

rkboyce commented 8 years ago

https://docs.google.com/document/d/1oIG9qbd_A5kKGjsSwPaxbVY-Zyu68Q274VNO0bycdf4

SELECT ?url ?article ?label WHERE { ?url a http://bio2rdf.org/ctd_vocabulary:Chemical-Disease-Association; http://bio2rdf.org/ctd_vocabulary:disease http://bio2rdf.org/mesh:%s; http://bio2rdf.org/ctd_vocabulary:chemical http://bio2rdf.org/mesh:%s; http://bio2rdf.org/ctd_vocabulary:article ?article; http://www.w3.org/2000/01/rdf-schema#label ?label. } OFFSET %d LIMIT %d

rkboyce commented 8 years ago

Done