Add 'apartment building (Q30316443)' as 'instance of'

  • Search for 'apartment building' items
  • careful to ignore 'field study'

fictional works

TV is a mess. There should be an item to represent a romantic comedy television series, currently there is only the film version. Same for crime drama. I added 'publication date' to a few TV series, but it feels wrong, because TV has a date range, start and finish. It should be possible to query for a TV series that hasn't finished, it is still being broadcast. Maybe TV series should use 'start date' and 'end date' instead of 'publication date'.

There are 52k that are an instance of television series. Of those 4k have a start time.

wikibase should include 'split item' feature

Opposite of merge. Make a copy of an item into a new item. Update all occurrences of item to refer to both the old and new item.

Example: brewery represents two concepts: 'brewery as a beer factory' and 'brewery as a brewing company'. I'd like to split it into brewery and brewing company, then remove 'instance of brewing company' from any item that is just a brewery building and remove 'brewery' from multinational brewing companies.

Country short names

I'd like to write a query that includes country names, but I prefer USA over United States of America. Wikidata has a 'short name' property, but it has names in multiple languages, I want one in English. Some countries don't have a short name. I want, short name in English if it exists, otherwise regular name in English.

Midland Metro stops

Fix district of India items

Example: https://en.wikipedia.org/wiki/List_of_districts_in_Telangana

Check each item for 'instance of=district of India', 'country=India' and 'located in=Telangana'

Need to create items to represent councils

Check OSM using this Overpass query:

[out:xml][timeout:25];
rel[council_name]
out bb tags;

Items exist for council elections, but not the councils. Need to link the council to the place using legislative body (P194) and elections.

Correct anything that has 'located in the administrative territorial entity (P131)' pointed at a council.