query-6ffa769fe37e225118c60346f48befad
Propertiessubclass of (P279)Orphanet ID (P1550)
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT
DISTINCT
(REPLACE(STR(?item), ".*Q", "-Q") AS ?qid)
("P1550" AS ?property)
(""206"" AS ?value)
WHERE {
?item wdt:P279 wd:Q917447 .
?item wdt:P1550 "206"
}