query-1f5d80dd333ba05074b54f4de83fd693

rq turtle/ttl

Adding instance_of when adding the Japanese company numbers ]reply[16:03, 7 October 2016 (UTC)) talk (ChristianKl? (P31)instance of . Maybe you can access while you are in the process of adding data to those entities whether you can also add (P31)instance of As far as I see you currently add Japanese company numbers to many statements that currently don't have ]reply[17:14, 7 October 2016 (UTC)) talk (Yuatcha in the list. --(Q82678)Tōkyō District Court The following query lists 100 items with Corporate Number but without ‘instance of’ statement. The statement ‘instance of organization’ looks inappropriate for at least ]reply[16:51, 7 October 2016 (UTC)) talk (ChristianKl. (P31)instance of . It wouldn't be perfect but it would be an improvement about the status quo without any (Q43229)organization It seems that the entities that you listed are all subclasses of ]reply[16:26, 7 October 2016 (UTC)) talk (Yuatcha. So I think it’s hard to deduce the appropriate class for each item from its Corporate Number. --(Q18535356)Corporate Number : Not only companies but also other organizations (associations, foundations, churches, temples, coops, etc) liable to taxation have their own ChristianKl

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel
WHERE {
  ?item wdt:P3225 _:corporateNumber .
  FILTER NOT EXISTS { ?item wdt:P31 _:c }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
LIMIT 100

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected a2((" ")) a1((" ")) c4(["bd:serviceParam"]):::iri c6(["en"]):::literal f0[["not "]] subgraph f0e0["Exists Clause"] e0v1 --"wdt:P31"--> e0a1 e0v1("?item"):::projected e0a1((" ")):::projected end f0--EXISTS--> f0e0 f0 --> v1 f0 --> c1 f0 --> a1 v1 --"wdt:P31"--> a1 v1 --"wdt:P3225"--> a2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end