query-1b80f77db838a6aada2d0e3cb15f288e

rq turtle/ttl

QueriesAll properties:

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?property ?propertyLabel ?propertyDescription ?wbtype {
  ?property rdf:type wikibase:Property.
  ?property wikibase:propertyType ?wbtype.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?property"):::projected v2("?wbtype"):::projected c5(["bd:serviceParam"]):::iri c2(["wikibase:Property"]):::iri c7(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"a"--> c2 v1 --"wikibase:propertyType"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c5 --"wikibase:language"--> c7 end