query-c24089583ed8a1af157e88fec2b14d33
Anatomical location SELECT ?item ?itemLabel ?Foundational_Model_of_Anatomy_ID WHERE { ?item wdt:P1402 ?Foundational_Model_of_Anatomy_ID.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Anatomical location
SELECT ?item ?itemLabel ?Foundational_Model_of_Anatomy_ID
WHERE {
?item wdt:P1402 ?Foundational_Model_of_Anatomy_ID.
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en".