Matthias,

On 5 Oct 2009, at 00:36, Matthias Samwald wrote:
Besides, many Wikipedia entries have links to ICD-10 codes, which are also represented in DBpedia (although in a slightly messy way). Example:

http://en.wikipedia.org/wiki/Fatal_familial_insomnia
http://dbpedia.org/page/Fatal_familial_insomnia

If it turns out that concepts from ICD-10 are entirely contained in DBpedia, then maybe using DBpedia URIs directly could be an option.


Thanks for that pointer. It would be good to link up to the DBpedia pages if possible, and the query:

SELECT DISTINCT ?disease ?icd10
WHERE {
  ?disease <http://dbpedia.org/ontology/icd10> ?icd10
}

provides a reasonable starting point. By no means an exhaustive list, but enough for some rdfs:seeAlsos.

Jeni
--
Jeni Tennison
http://www.jenitennison.com


Reply via email to