Wikidata:WikiProject Built heritage/Tools & tasks

From Wikidata
Jump to navigation Jump to search

 

Home

 

Data Structure

 

Typology

 

Data Sources

 

Use Cases

 

Tools & Tasks

 

Sample Queries[edit]

Cultural Properties of National or Regional Significance in Switzerland[edit]

SELECT DISTINCT ?item ?itemLabel ?itemDescription ?typeLabel ?locationLabel ?coord ?categoryLabel ?PCPnumber
WHERE
{
  {?item wdt:P1435 wd:Q8274529} UNION {?item wdt:P1435 wd:Q12126757}.
  
  OPTIONAL{?item wdt:P31 ?type}
  OPTIONAL{?item wdt:P1435 ?category}
  OPTIONAL{?item wdt:P131 ?location}
  OPTIONAL{?item wdt:P625 ?coord}
  OPTIONAL{?item wdt:P381 ?PCPnumber}
  
  SERVICE wikibase:label {bd:serviceParam wikibase:language"en,de".}
}
Try it!