- From: Jeni Tennison <jeni@jenitennison.com>
- Date: Mon, 5 Oct 2009 21:46:25 +0100
- To: Matthias Samwald <samwald@gmx.at>
- Cc: <public-lod@w3.org>, "public-semweb-lifesci" <public-semweb-lifesci@w3.org>
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
Received on Monday, 5 October 2009 20:46:56 UTC