query-061aa226040fba72625d1d7b5f6b1de2

rq turtle/ttl

خصائص مجمعة حسب خصائصها الأم Properties grouped by their parent property Les propietats agrupades per la seva propietat de pare Vlastnosti seskupené podle nadřazené vlastnosti Properties grouped by their parent property Properties grouped by their parent property Properties grouped by their parent property Properties grouped by their parent property Properties grouped by their parent property Propiedades agrupadas por su propiedad padre Propietateak beren propietate gurasoen arabera multzokatuta Propriétés groupées selon leur propriété mère מאפיינים מקובצים לפי המאפיין ההורה שלהם Properties grouped by their parent property Properties grouped by their parent property Proprietà raggruppate per la loro proprietà madre 親プロパティごとにグループ化したプロパティ Properties grouped by their parent property Properties grouped by their parent property Properties grouped by their parent property Properties grouped by their parent property Eigenschappen gegroepeerd op basis van de bovenliggende eigenschap Properties grouped by their parent property Properties grouped by their parent property Properties grouped by their parent property Properties grouped by their parent property Properties grouped by their parent property Egenskaper som grupperas efter deras föräldraegenskap Properties grouped by their parent property Properties grouped by their parent property Властивості, згруповані за їхньою батьківською властивістю Properties grouped by their parent property 按其父属性分组的属性

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#Properties grouped by their parent property
#TODO: should display links and numeric ids
#defaultView:Tree
SELECT ?property2 ?property2Label ?property1 ?property1Label WHERE {
  ?property1 rdf:type wikibase:Property. #not replaceable with wikibase:Item, wikibase:Statement, wikibase:Reference at WDQS
                                         #https://www.mediawiki.org/wiki/Wikibase/Indexing/RDF_Dump_Format#WDQS_data_differences
  ?property1 wdt:P1647 ?property2.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en". }
}

Query found at

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