Difference between revisions of "Item talk:Q2369"
Jump to navigation
Jump to search
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
| − | {{ | + | [{{SPARQLEmbed|query=SELECT ?item ?itemLabel |
(GROUP_CONCAT(DISTINCT ?instanceLabel;separator=", ") AS ?instances) | (GROUP_CONCAT(DISTINCT ?instanceLabel;separator=", ") AS ?instances) | ||
(GROUP_CONCAT(DISTINCT ?complianceName;separator=", ") AS ?compliances) | (GROUP_CONCAT(DISTINCT ?complianceName;separator=", ") AS ?compliances) | ||
| Line 7: | Line 6: | ||
(GROUP_CONCAT(DISTINCT ?wikidata;separator=", ") AS ?wikidataID) | (GROUP_CONCAT(DISTINCT ?wikidata;separator=", ") AS ?wikidataID) | ||
(GROUP_CONCAT(DISTINCT ?portal;separator=", ") AS ?portals) | (GROUP_CONCAT(DISTINCT ?portal;separator=", ") AS ?portals) | ||
| − | |||
WHERE { | WHERE { | ||
pdio:Q2369 pdiot:P6 ?item. | pdio:Q2369 pdiot:P6 ?item. | ||
| Line 17: | Line 15: | ||
?portal_statement pdiops:P144 pdio:Q188. | ?portal_statement pdiops:P144 pdio:Q188. | ||
?portal_statement pdiopq:P15 ?portal}. | ?portal_statement pdiopq:P15 ?portal}. | ||
| − | |||
SERVICE wikibase:label { | SERVICE wikibase:label { | ||
?compliance rdfs:label ?complianceName. | ?compliance rdfs:label ?complianceName. | ||
?item rdfs:label ?itemLabel. | ?item rdfs:label ?itemLabel. | ||
?instance rdfs:label ?instanceLabel. | ?instance rdfs:label ?instanceLabel. | ||
| − | bd:serviceParam wikibase:language "en" . | + | bd:serviceParam wikibase:language "en" . } |
| − | + | } GROUP BY ?item ?itemLabel}} Status list] | |
| − | } GROUP BY ?item ?itemLabel}} | ||