query-d27ffcba44f51deb7d7b215a1f73141b

rq turtle/ttl

Properties associated with editions

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?propLabel ?p
WHERE {
  ?s ?p ?o .
  ?prop wikibase:directClaim ?p
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
ORDER BY ?propLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?o") v3("?p"):::projected v5("?prop") v1("?propLabel"):::projected v2("?s") c3(["bd:serviceParam"]):::iri c5(["en"]):::literal v2 -->v3--> v4 v5 --"wikibase:directClaim"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end