Difference between revisions of "Item talk:Q2369"
Jump to navigation
Jump to search
(Created page with "[https://query.personaldata.io/index.html#PREFIX%20pdio%3A%20%3Chttp%3A%2F%2Fwiki.personaldata.io%2Fentity%2F%3E%0APREFIX%20pdiot%3A%20%3Chttp%3A%2F%2Fwiki.personaldata.io%2Fp...") |
|||
(7 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 ?complianceName;separator=", ") AS ?compliances) | ||
+ | (GROUP_CONCAT(DISTINCT ?email;separator=", ") AS ?emails) | ||
+ | (GROUP_CONCAT(DISTINCT ?wikidata;separator=", ") AS ?wikidataID) | ||
+ | (GROUP_CONCAT(DISTINCT ?portal;separator=", ") AS ?portals) | ||
+ | WHERE { | ||
+ | pdio:Q2369 pdiot:P6 ?item. | ||
+ | OPTIONAL {?item pdiot:P3 ?instance}. | ||
+ | OPTIONAL {?item pdiot:P17 ?email}. | ||
+ | OPTIONAL {?item pdiot:P32 ?compliance}. | ||
+ | OPTIONAL {?item pdiot:P103 ?wikidata}. | ||
+ | OPTIONAL {?item pdiop:P144 ?portal_statement. | ||
+ | ?portal_statement pdiops:P144 pdio:Q188. | ||
+ | ?portal_statement pdiopq:P15 ?portal}. | ||
+ | SERVICE wikibase:label { | ||
+ | ?compliance rdfs:label ?complianceName. | ||
+ | ?item rdfs:label ?itemLabel. | ||
+ | ?instance rdfs:label ?instanceLabel. | ||
+ | bd:serviceParam wikibase:language "en" . } | ||
+ | } GROUP BY ?item ?itemLabel}} Status list] |