query-1f5d80dd333ba05074b54f4de83fd693
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
- 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
WHERE {
?item wdt:P3225 _:corporateNumber .
FILTER NOT EXISTS { ?item wdt:P31 _:c }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en" }
}
LIMIT 100