query-26e46f0af810c7b7fd1113c12246e693

rq turtle/ttl

جميع الخصائص مع الأوصاف والأسماء المستعارة والأنواع All properties with descriptions and aliases and types All properties with descriptions and aliases and types Všechny vlastnosti s popisy a aliasy a typy All properties with descriptions and aliases and types All properties with descriptions and aliases and types All properties with descriptions and aliases and types All properties with descriptions and aliases and types All properties with descriptions and aliases and types All properties with descriptions and aliases and types All properties with descriptions and aliases and types Toutes les propriétés, avec leur description, leurs alias et leur type כל המאפיינים עם תיאורים וכינויים וסוגים All properties with descriptions and aliases and types All properties with descriptions and aliases and types Tutte le proprietà con descrizioni, alias e tipi All properties with descriptions and aliases and types All properties with descriptions and aliases and types All properties with descriptions and aliases and types All properties with descriptions and aliases and types All properties with descriptions and aliases and types Alle eigenschappen met beschrijvingen en aliassen en typen All properties with descriptions and aliases and types All properties with descriptions and aliases and types All properties with descriptions and aliases and types All properties with descriptions and aliases and types All properties with descriptions and aliases and types Alla egenskaper med beskrivningar och alias och typer All properties with descriptions and aliases and types All properties with descriptions and aliases and types Всі властивості з описами, синонімами і типами All properties with descriptions and aliases and types 所有属性的描述和别名及类型

Use at

PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?property ?propertyType ?propertyLabel ?propertyDescription ?propertyAltLabel WHERE {
  ?property wikibase:propertyType ?propertyType .
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
}
ORDER BY ASC(xsd:integer(STRAFTER(STR(?property), 'P')))

Query found at

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