query-7e27458a2cf1a52697e890bc4acbf8ea
Select all properties with labels (and also knowns) and values of propertiesI want to add something to the query so I can see values of all objects. For example I want a value of population in all years with the year. I need it as literal. Thank you.
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?predicate ?propertyLabel ?propertyAltLabel ?object
WHERE {wd:Q15 ?predicate ?object.
?property (wikibase:claim| wikibase:directClaim) ?predicate.
SERVICE wikibase:label { bd:serviceParam wikibase:language "cs". }