User:PAC2/Ontology

Machine Learning

edit

The output of the query should be void.

#title: List of instances 
SELECT ?item ?itemLabel ?itemDescription ?instance ?instanceLabel WHERE  {
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
  wd:Q2539 ^(wdt:P279*) ?instance.
  ?item wdt:P31 ?instance. 
}
LIMIT 1000
List of instances