Wikidata:WikiProject Religions/Queries

From Wikidata
Jump to navigation Jump to search

Home

 

Howto

 

Ontology

 

FAQ

 

Todo

 

Queries

 

religion (Q9174) parent classes

[edit]

complete tree:


Ontology

[edit]

Errors

[edit]


By religions

[edit]

General template to get a graph of sub-classes of a given religion:

# XXX sub-traditions
#defaultView:Graph
SELECT ?item ?itemLabel ?_subclass_of ?_subclass_ofLabel WHERE {
  # Replace QXXX by the Q-id of your base item:
  ?item wdt:P279+ wd:QXXX.
  ?item wdt:P279 ?_subclass_of.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}
LIMIT 100

Examples: