query-19056254e04904f442d2fdc06dd1c355
title: Justice that cites reports by commissions they self took part in SELECT ?Justice ?Case ?Rapporteur ?SOU ?Report ?Commission ?Role WHERE { ?justice wdt:P39 wd:Q96336792. ?commission p:P710 [ ps:P710 ?justice; pq:P3831 ?role ]; wdt:P800 ?report. ?report wdt:P1031 ?SOU. ?case wdt:P1594 ?justice; wdt:P2860 ?report. OPTIONAL { ?case p:P1594 ?statement. ?statement ps:P1594 ?justice; pq:P3831 wd:Q96971913. } BIND ( IF ( BOUND (?statement) , 'yes', 'no' ) AS ?Rapporteur ) SERVICE wikibase:label { bd:serviceParam wikibase:language "en,sv". ?justice rdfs:label ?Justice. ?case rdfs:label ?Case. ?role rdfs:label ?Role. ?commission rdfs:label ?Commission. ?report rdfs:label ?Report. } } ORDER BY ?justice ?report
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
#title: Justice that cites reports by commissions they self took part in
SELECT ?Justice ?Case ?Rapporteur ?SOU ?Report ?Commission ?Role WHERE {
?justice wdt:P39 wd:Q96336792.
?commission p:P710 [ ps:P710 ?justice; pq:P3831 ?role ];
wdt:P800 ?report.
?report wdt:P1031 ?SOU.
?case wdt:P1594 ?justice;
wdt:P2860 ?report.
OPTIONAL {
?case p:P1594 ?statement.
?statement ps:P1594 ?justice; pq:P3831 wd:Q96971913.
}
BIND ( IF ( BOUND (?statement) , 'yes', 'no' ) AS ?Rapporteur )
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en,sv".
?justice rdfs:label ?Justice.
?case rdfs:label ?Case.
?role rdfs:label ?Role.
?commission rdfs:label ?Commission.
?report rdfs:label ?Report.
}
}
ORDER BY ?justice ?report