query-635817ad231c1bcddd49608ca647dc61
added Constraints, please help to work out WD Industry hierarchy instead.the WikiProject's talk page. Please post on couldn't be pinged has more than 50 participants and WikiProject Taxonomy ]reply[11:44, 6 September 2021 (UTC)) talk (Mathieu Kappler) 09:31, 2 December 2018 (UTC) talk (Sidpark) 11:55, 2 September 2018 (UTC) talk (Datawiki30) 20:30, 14 March 2017 (UTC) talk (Rjlabs) 09:29, 26 September 2016 (UTC) talk (PAC2) 10:23, 8 November 2015 (UTC) Note 1 talk (Tobias1984) 00:29, 18 June 2014 (UTC) talk (Mcnabber091 participants of WikiProject Economics Notified Laurenz Sommerlad DaxServer Fordaemdur Bubalina applsdev User:Automotom c960657 maiki User:Izolight Dollarsign8 econterms Rtnf pmt User:1-Byte User:So9q RShigapov Mathieu Kappler cdo256 User:Finnusertop User:Celead User:Johanricher Susanna Ånäs (Susannaanas) SilentSpike Sidpark Andber08 User:RollTide882071 User:PKM User:Datawiki30 User:Kippelboy Mathieudu68 User:Jneubert User:Simonmarch MB-one User:Cardinha00 Parikan Vladimir Alexiev ChristianKl rjlabs fnielsen Givegivetake S.K. ArthurPSmith Jklamo Kopiersperre MD Imtiaz Ahammad participants of WikiProject Companies Notified I've added Unique values, Single-value and Format constraints to "NACE code". this simpler queryFor Format Violations, use Until the "constraint exceptions" pages are populated, you can check them from the "SPARQL" links above.
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?value WHERE {
?item wdt:P4496 ?value
filter(!REGEX(STR(?value), "^([A-Z]|\\d{2}|\\d{2}\\.\\d|\\d{2}\\.\\d{2})$" ))
SERVICE wikibase:label { bd:serviceParam wikibase:language "en,no,nn,nb,fr,de" } .
} order by ?value