hltcoe / gazetteer-collection

12 stars 1 forks source link

Could you or your students reply to my issue? #2

Open LeeSureman opened 4 years ago

LeeSureman commented 4 years ago

Could you or your students reply to my issue? At least let me know you notice it

finin commented 4 years ago

Thanks for your interest in our paper. I've been intending to answer your questions, but have been a bit overwhelmed by dealing with the current COVID-19 situation here also by trying to get ready for online teaching, which begins for me today.

But in the paper, only 16 entity types are explained in Table 1. I find that there are 21 entity types in your released gazetteers, and can you explain it?

We started collecting data for some additional types before we settled on the final set. We kept the data for these extra types for possible future use or experimentation.

How did you do the map the wikidata type to entity type?

This was a manual process that I performed. Using my understanding of what we intended the types to mean, I searched Wikidata for example of instances and studied where they were in WIkidata's type system.

I found the Wikidata-Taxonomy tool (https://wdtaxonomy.readthedocs.io/) to be extremely useful in exploring Wikidata's type system. For each of our types, I identified a corresponding set of Wikidata types. For each type, I collected the WIkidata labels and aliases (separately) for all instances that were directly or indirectly an instance of that type, i..e., there was a path ^wdt:P279*/^wdt:P31 from the type to an item.

We identified a set of Wikidata types for several reasons. (1) We used the public Wikidata SPARQL query service which limits queries to 60 seconds. To collect more data on some types, we ran independent searches for each of its subtypes. (2) In some cases, our target type naturally corresponded to the union of several WIkidata types and not to any of their common ancestor types.

Again Wikidata-Taxonomy was very useful in exploring the type system and also seeing where the instances are. For example, Wikidata has more than 6M items descendant from Human (Q5) and its 1383 descendant subtype, but virtually all of the instances have the immediate type Q5.

Let me know if you have more questions.

Tim

On Mon, Mar 23, 2020 at 5:10 AM 李孝男 notifications@github.com wrote:

Could you or your students reply to my issue? At least let me know you notice it

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/hltcoe/gazetteer-collection/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUHQH7ZK5AAQBAUHOP6HLDRI4RPXANCNFSM4LRWXETA .

LeeSureman commented 4 years ago

Thank you for you explaination! 1.In my understanding, you use a set of rules to do the mapping. Would you mind releasing the 'rule' or the code of mapping? In my situation, I need to define more entity type to be mapped from wikidata. I want to learn from your mapping method.

finin commented 4 years ago

I can share some code, but it may take a few days due to the COVID-19 situation and the fact that my electricity provider has scheduled a blackout in my neighborhood all day tomorrow to do some maintenance on their equipment.

-- Tim Finin, Willard and Lillian Hackerman Chair in Engineering, Computer Science and Electrical Engineering, U. Maryland, Baltimore County, 1000 Hilltop Circle, Baltimore MD

  1. http://umbc.edu/~finin, finin@umbc.edu, tfinin@gmail.com, mobile:410-499-3522

On Mon, Mar 23, 2020 at 9:41 AM 李孝男 notifications@github.com wrote:

Thank you for you explaination! 1.In my understanding, you use a set of rules to do the mapping. Would you mind releasing the 'rule' or the code of mapping? In my situation, I need to define more entity type to be mapped from wikidata. I want to learn from your mapping method.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hltcoe/gazetteer-collection/issues/2#issuecomment-602595439, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUHQH7WGBVYPCQLS2C7LH3RI5RHVANCNFSM4LRWXETA .

LeeSureman commented 4 years ago

Thank you! I wish your country can recover from COVID-19 soon. What other papers do you know involving the mapping from 'wikidata type' to entity type? I only find two, one is yours. The other is 'NECKAr: A Named Entity Classifier for Wikidata', but the number of its target type is 3, too few.

finin commented 4 years ago

I don't know if any other papers on mapping a set of entity types to Wikidata types.

There has been considerable work since the early 2000s on ontology alignment https://en.wikipedia.org/wiki/Ontology_alignment, including dedicated workshops, conferences and challenge tasks. One difference is that if we are trying to align a set of entity types, the types are probably not specified using an expressive knowledge representation language but 'common sense' but with natural language description of what the scope of each type is along with examples of entities in scope and also entities out of scope. This is the common approach in documents that define annotation tasks, such as those developed for group efforts like those developed by the LDC for the NIST Text Analysis Conference Task.

I had done a similar manual mapping for one of the TAC KBP tasks a few years ago (2015?), where we had to map the entity descriptions in an LDC document specifying what annotators should consider as instances of a small set of targe TAC KBP types to types in Freebase. Freebase's type system was used (I believe) as the initial one for WIkidata's types, which have evolved since.

-- Tim Finin, Willard and Lillian Hackerman Chair in Engineering, Computer Science and Electrical Engineering, U. Maryland, Baltimore County, 1000 Hilltop Circle, Baltimore MD

  1. http://umbc.edu/~finin, finin@umbc.edu, tfinin@gmail.com, mobile:410-499-3522

On Mon, Mar 23, 2020 at 9:51 AM 李孝男 notifications@github.com wrote:

Thank you! I wish your country can recover from COVID-19 soon. What other papers do you know involving the mapping from 'wikidata type' to entity type? I only find two, one is yours. The other is 'NECKAr: A Named Entity Classifier for Wikidata', but the number of its target type is 3, too few.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hltcoe/gazetteer-collection/issues/2#issuecomment-602602235, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUHQH4SFV32X7PAOZEMJ7DRI5SOPANCNFSM4LRWXETA .

LeeSureman commented 4 years ago

Hello,Professor~ I'm waiting your code

LeeSureman commented 4 years ago

what's more, I notice that your released english gazetteers are not complete. 'MIL', 'MIL_G', 'MIL_N', 'MISC' are not in your released english gazetteers

LeeSureman commented 4 years ago

And could you provide the set of wikidata id, instead of title in released gazetters? I notice the title may be not unique

finin commented 4 years ago

I'll try to get the basic code to generate the gazetteer lists in the repo in the next 12 hours or so.

On Sun, Mar 29, 2020 at 10:12 AM 李孝男 notifications@github.com wrote:

Hello,Professor~ I'm waiting your code

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hltcoe/gazetteer-collection/issues/2#issuecomment-605642459, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUHQH2D5PP2QAXLZLQ56ZDRJ5JNZANCNFSM4LRWXETA .

finin commented 4 years ago

We've replaced that with a simpler weapon (WEAP) type in this collection.

-- Tim Finin, Willard and Lillian Hackerman Chair in Engineering, Computer Science and Electrical Engineering, U. Maryland, Baltimore County, 1000 Hilltop Circle, Baltimore MD

  1. http://umbc.edu/~finin, finin@umbc.edu, tfinin@gmail.com, mobile:410-499-3522

On Mon, Mar 30, 2020 at 6:58 AM 李孝男 notifications@github.com wrote:

what's more, I notice that your released english gazetteers are not complete. 'MIL', 'MIL_G', 'MIL_N', 'MISC' are not in your released english gazetteers

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hltcoe/gazetteer-collection/issues/2#issuecomment-605931667, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUHQHZLBHMZBA6B3PZPKU3RKB3NVANCNFSM4LRWXETA .

finin commented 4 years ago

Doing that will break the pipelines we use. If you want to adapt our code to collect the IDs along with the names, it should not be too hard to do by editing the SPARQL queries.

-- Tim Finin, Willard and Lillian Hackerman Chair in Engineering, Computer Science and Electrical Engineering, U. Maryland, Baltimore County, 1000 Hilltop Circle, Baltimore MD

  1. http://umbc.edu/~finin, finin@umbc.edu, tfinin@gmail.com, mobile:410-499-3522

On Mon, Mar 30, 2020 at 9:13 AM 李孝男 notifications@github.com wrote:

And could you provide the set of wikidata id, instead of title in released gazetters? I notice the title may be not unique

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hltcoe/gazetteer-collection/issues/2#issuecomment-605990391, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUHQH6JANTTALRLWPYZ3OLRKCLF5ANCNFSM4LRWXETA .

LeeSureman commented 4 years ago

Thank you, professor~

LeeSureman commented 4 years ago

It seems like your script 'get_all_names.sh' only can get the gazetteers of 'person' ?

LeeSureman commented 4 years ago

If the scripit only can extract person gazetteer, I can not get the wikidata id of your released gazetteer by adapting your code ╥﹏╥

finin commented 4 years ago

In the comment in the .sh file, I identified it as a "stub". We generated the gazetteers for our types by calling get_ent_names.py manually, providing arguments as required. The main arguments are the wikidata types. The ones we used are recorded in the file types_wd_scale.txt. The otters were set manually, but for our purposes, mostly the defaults set in get_ent_names.py were fine. One that was not was the 'nosubtypes' argument, which if set ones not explore subtypes of the given types. We have comments like this for the COMM type

no subtypes

COMM Q783794:company Q167037:corporation Q4830453:business

when we only wanted the queries to explore the given types and not their subtypes.

So, if you wanted to extend the script to have it do the COMM type, you might try adding

python3 get_ent_names.py --type COMM -ids Q783794:company Q167037:corporation Q4830453:business --nosubtypes --batchsize 50000 -batches 20

Similarly for the other types we worked with.

Note that the defaults for arguments in get_ent_names.py were for our short project. For example, the languages targeted where always English, Russian and Chinese. If you wanted to change these you a different set, you can always edit the source code in get_ent_names.py to change the defaults.

We did not design this code to be a general tool that many could use, just one for our short summer project. I'm happy to help you get started, but you may have to dig into the code and change parts of it, e.g., if you also want to capture the wikidata IDs.

What are you trying to do in your project exactly? What languages are you focused on? What types are you trying to work with? Do you have annotated NER data?

-- Tim Finin, Willard and Lillian Hackerman Chair in Engineering, Computer Science and Electrical Engineering, U. Maryland, Baltimore County, 1000 Hilltop Circle, Baltimore MD

  1. http://umbc.edu/~finin, finin@umbc.edu, tfinin@gmail.com, mobile:410-499-3522

On Wed, Apr 1, 2020 at 1:34 AM 李孝男 notifications@github.com wrote:

It seems like your script 'get_all_names.sh' only can get the gazetteers of 'person' ?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hltcoe/gazetteer-collection/issues/2#issuecomment-607042521, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUHQHZIOVJE5WY7FL7P2CDRKLG43ANCNFSM4LRWXETA .

LeeSureman commented 4 years ago

sorry, I didn't notice the file 'types_wd_scale.txt'. I need look into the file, it's very useful

LeeSureman commented 4 years ago

I follow 'types_wd_scale.txt',to extract COMM from wikidata. But I only get about 60000+ wikidata items(I do not meet the timeout wrong) In your released gazetteers, the COMM has about 180000+ wikidata items. why?

LeeSureman commented 4 years ago

about 'types_wd_scale.txt', I found in type 'FAC', a lot of wikidata types are subclasses of 'Q13226383:facility' which is already included. However, there is no comments like '#no subtypes'. I'm confused.

finin commented 4 years ago

That file types_wd_scale.txt was mostly notes for my experiments. I'm afraid I did not keep careful track of what I actually used.

I had to experiment some with the batch size for types that would timeout, like FAC, COMM, and PER to maximize yield. It also depended on when I ran the queries. I think if the public server is heavily loaded, you get fewer results before the timeout limit is reached.

I may have used results with subtypes, I just ran the COMM query with a batch size of 50000 with and without subtypes. Here's the number of results for languages and name/alias:

(python3.8) comm> wc -l subtypes/*

14708 subtypes/cmn-COMM-alias-wd.txt

61361 subtypes/cmn-COMM-name-wd.txt

37387 subtypes/eng-COMM-alias-wd.txt

161514 subtypes/eng-COMM-name-wd.txt

11433 subtypes/rus-COMM-alias-wd.txt

64080 subtypes/rus-COMM-name-wd.txt

350483 total

(python3.8) comm> wc -l nosubtypes/*

11080 nosubtypes/cmn-COMM-alias-wd.txt

10095 nosubtypes/cmn-COMM-name-wd.txt

17980 nosubtypes/eng-COMM-alias-wd.txt

60420 nosubtypes/eng-COMM-name-wd.txt

5968 nosubtypes/rus-COMM-alias-wd.txt

9824 nosubtypes/rus-COMM-name-wd.txt

115367 total

On Fri, Apr 3, 2020 at 2:44 AM 李孝男 notifications@github.com wrote:

I follow 'types_wd_scale.txt',to extract COMM from wikidata. But I only get about 60000+ wikidata items(I do not meet the timeout wrong) In your released gazetteers, the COMM has about 180000+ wikidata items. why?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hltcoe/gazetteer-collection/issues/2#issuecomment-608259888, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUHQH3TT2KWK2HWRV3BVS3RKWATFANCNFSM4LRWXETA .

finin commented 4 years ago

For types like PER and FAC there are a huge number of immediate instances. Given the timeout, I found that If you search with subtypes, you will get fewer hits than if you just search for immediate instances. However, I decided that for FAC, it would be good to get a variety of types. So I searched for FAC and for some of the subtypes with many instances. When there are multiple wikidata types for a type, each one results in a separate SPARQL query. So searching for FAC and also for many of its subtypes that have lots of instances gives us more names and maybe also promotes a more diverse collection. We could not take this approach with PER, since it looked like virtually all instances had wd:Q5 as an immediate type. Since we delete duplicates, it's not a problem that some instances are seen twice.

I've attached a view of the hierarchy under FAC with the numbers preceded by an 'x' indicating the number of immediate instances

Tim Finin, Willard and Lillian Hackerman Chair in Engineering, Computer Science and Electrical Engineering, U. Maryland, Baltimore County, 1000 Hilltop Circle, Baltimore MD

  1. http://umbc.edu/~finin, finin@umbc.edu, tfinin@gmail.com, mobile:410-499-3522

On Fri, Apr 3, 2020 at 3:52 AM 李孝男 notifications@github.com wrote:

about 'types_wd_scale.txt', I found in type 'FAC', a lot of wikidata types are subclasses of 'Q13226383:facility' which is already included. However, there is no comments like '#no subtypes'. I'm confused.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hltcoe/gazetteer-collection/issues/2#issuecomment-608286252, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUHQH5VGVISGIAWA5F4Y43RKWISTANCNFSM4LRWXETA .

facility (Q13226383) •1 ×5154 ↑↑ ├──library (Q7075) •161 ×19836 ↑↑↑ │ ├──national library (Q22806) •48 ×275 ↑ │ ├──public library (Q28564) •36 ×40580 ↑↑ │ │ ├──Carnegie library (Q1043939) •15 ×297 ↑ │ │ ├──beach library (Q1989116) •1 │ │ ├──WSF-library (Q1994819) •2 ×2 │ │ ├──municipal library (Q2326815) •4 ×1221 ↑ │ │ │ ├──listed municipal library (Q2901446) •2 ×2 │ │ │ ├──municipal library with regional vocation (Q2901462) •1 ×5 │ │ │ └──municipal library of Paris (Q2901570) •2 ×13 │ │ ├──French Departmental Library (Q2901424) •1 ×6 │ │ ├──Biblioteca Pública del Estado (Q5727891) •1 │ │ ├──biblioteca popular (Q5728070) •1 ×2021 │ │ ├──??? (Q8247585) •2 ×2 │ │ ├──public library of Japan (Q11392127) •1 ×39 │ │ │ ├──prefectural library of Japan (Q11582691) •1 ×65 │ │ │ └──municipal library of Japan (Q48085397) ×6 │ │ ├──Idea Store (Q18206517) •4 ×4 ↑ │ │ ├──regional library (Q20820011) •2 ×11 │ │ │ ├──cantonal library (Q678405) •3 ×25 │ │ │ └──Regional State Libraries (Q27651071) •1 │ │ ├──community library (Q21716051) •1 ×145 │ │ ├──public law Library (Q28457390) •1 ↑ │ │ ├──rural library (Q30032094) ×459 │ │ ├──??? (Q47522534) │ │ ├──??? (Q65768753) ×1 ↑ │ │ └──Saint-Eustache Public Library (Q88103111) │ ├──periodical library (Q137655) •7 ×4 │ ├──one-person library (Q169793) •4 ×1 │ ├──digital library (Q212805) •45 ×297 ↑↑ │ │ ├──virtual library (Q1224870) •3 ×42 ↑ │ │ │ └──virtual specialist library (Q2527949) •1 ×15 ↑ │ │ ├──digital archive (Q1224984) •3 ×24 ↑ │ │ │ └──archived version (Q62465093) │ │ ├──document repository (Q1235234) •2 ×110 │ │ │ ├──file sharing (Q22666) •35 ×1 ↑ │ │ │ │ ├──Pastebin (Q938892) •18 ×1 ↑ │ │ │ │ ├──peer-to-peer file sharing (Q2373485) •8 ×2 │ │ │ │ └──File sharing in Singapore (Q22908390) •1 │ │ │ ├──institutional repository (Q1065413) •17 ×23 ↑ │ │ │ ├──software repository (Q1334294) •20 ×19 │ │ │ │ └──Data Dragon Lair (Q73901520) │ │ │ ├──disciplinary repository (Q5281480) •1 ×10 │ │ │ ├──open-access repository (Q7096323) •3 ×50 ↑ │ │ │ │ ╞══institutional repository (Q1065413) •17 ×23 ↑ … │ │ │ │ └──preprint server (Q45787211) ×18 │ │ │ └──repository of scientific papers (Q14806579) •1 │ │ ├──data library (Q5227240) •5 ×59 ↑ │ │ │ └──Torah database (Q2910253) •3 ×2 │ │ ├──Netbibliotek (Q12328550) •1 │ │ ├──shadow library (Q21040941) •1 ×2 │ │ └──web archive (Q30047053) ×15 ↑↑ │ ├──private library (Q380829) •11 ×45 ↑ │ │ ├──nobility library (Q355375) •1 │ │ ├──court library (Q1522344) •2 │ │ ├──authors' library (Q2657113) •1 │ │ └──royal library (Q65768750) ×1 │ ├──special library (Q385994) •16 ×2502 │ │ ├──central specialist library (Q190304) •1 ×3 │ │ │ └──ZBW - Leibniz Information Centre for Economics (Q317179) •6 ×2 │ │ ├──multimedia library (Q671735) •12 ×87 ↑ │ │ │ ├──film library (Q1414390) •1 ×4 ↑ │ │ │ ├──music library (Q2061246) •7 ×19 ↑ │ │ │ │ └──musical instrument library (Q6942552) •1 ×1 │ │ │ └──slide library (Q8470763) •2 │ │ ├──children's library (Q735032) •7 ×42 │ │ ├──school library (Q1076099) •31 ×1805 │ │ │ ├──college library (Q1622062) •2 ×204 ↑ │ │ │ │ ├──university of applied sciences and arts library (Q1391175) •1 ×1 │ │ │ │ └──further education library (Q50233619) ×35 ↑ │ │ │ ╘══further education library (Q50233619) ×35 ↑ … │ │ ╞══film library (Q1414390) •1 ×4 ↑ … │ │ ├──women library (Q1451610) •1 │ │ ├──presidential library (Q1546583) •18 ×18 ↑↑ │ │ ╞══music library (Q2061246) •7 ×19 ↑ … │ │ ├──Esperanto library (Q2336849) •8 ×6 │ │ ├──company library (Q2498389) •2 │ │ ╞══virtual specialist library (Q2527949) •1 ×15 ↑ … │ │ ├──law library (Q6503358) •4 ×29 ↑ │ │ │ ╘══public law Library (Q28457390) •1 ↑ … │ │ ├──Science fiction libraries and museums (Q7433679) •1 │ │ ├──transportation library (Q7835293) •2 │ │ ├──museum library (Q13866185) •1 ×213 │ │ ├──chess library (Q17005484) •1 │ │ ├──bookless library (Q17020721) •1 │ │ ├──art library (Q18628369) •1 ×24 │ │ ├──institution library (Q32049530) │ │ │ ├──hospital library (Q1786555) •2 ×148 │ │ │ │ └──patient library (Q2056902) •2 │ │ │ └──prison library (Q3318834) •8 ×81 │ │ └──religious library (Q50379845) ×162 │ │ ├──Christian library (Q5110337) •2 ×2 │ │ │ ├──capitular library (Q3639561) •1 ×7 │ │ │ └──church library (Q11499278) •2 ×6 │ │ │ ├──cathedral library (Q1236923) •1 ×7 │ │ │ ├──monastic library (Q1776381) •2 ×16 │ │ │ └──collegiate library (Q2348725) •1 ×1 │ │ └──Torah library (Q12410165) •1 ×2 │ ├──workers' library (Q627127) •1 ×1 │ ├──lending library (Q779419) •2 ×5 │ │ ├──circulating library (Q3639678) •3 ×13 ↑ │ │ └──tool library (Q6643412) •2 ×10 ↑ │ ├──state library of Germany (Q1386438) •1 ×5 ↑↑ │ ├──remote library (Q1406910) •1 │ ├──research library (Q1438040) •8 ×450 │ │ ├──academic library (Q856234) •29 ×2110 │ │ │ ╞══college library (Q1622062) •2 ×204 ↑ … │ │ │ ├──University library in France (Q2901541) •1 ×1 │ │ │ │ └──Service interétablissement de coopération documentaire (Q62127981) ×2 │ │ │ ├──??? (Q2901565) •1 │ │ │ └──economic library (Q59677121) ×1 │ │ ├──parliamentary library (Q2052886) •1 ×16 │ │ │ ╞══presidential library (Q1546583) •18 ×18 ↑↑ … │ │ │ └──library in Japan (Q11632449) •1 ×2 │ │ ├──scientific library (Q2586205) •3 ×38 │ │ │ └──medical library (Q6150991) •5 ×63 │ │ ╘══law library (Q6503358) •4 ×29 ↑ … │ ├──closed stack library (Q1468779) •2 │ ├──photo library (Q1574516) •10 ×53 ↑↑↑ │ │ └──aerial image library (Q4687984) •1 │ ├──Chitalishte (Q1638962) •14 ×831 ↑↑↑↑↑ │ ├──reference library (Q1769139) •1 ×18 │ ├──heritage library (Q2208411) •2 ×8 │ ├──universal library (Q2495568) •3 ×4 │ ├──authorities library (Q2660042) •1 ×1 │ ├──bibliocoop (Q2901022) •1 │ ├──special collections (Q4431094) •2 ×50 ↑ │ │ ├──archival library (Q25504402) •1 ×186 ↑↑ │ │ └──rare book library (Q44234152) ×27 │ ├──anti-systemic library (Q4774477) •1 │ ├──distributed library (Q5283160) •1 │ ├──green library (Q5603544) •3 ↑ │ ├──??? (Q5724372) •3 ↑ │ ├──Indigenous Knowledge Centre (Q6024606) •1 ×24 │ ├──learning resource centre (Q6510130) •2 ×14 ↑ │ ├──Lekotek (Q6520648) •3 │ ├──location library (Q6664811) •2 │ ├──seed library (Q7445636) •6 ↑ │ │ └──community seed bank (Q5155057) •1 ×4 ↑ │ ├──subscription library (Q7631964) •3 ×25 │ │ ╞══circulating library (Q3639678) •3 ×13 ↑ … │ │ └──reading museum (Q54141196) •1 ×3 │ ├──library branch (Q11396180) •3 ×9542 │ │ ├──Family History Center (Q1501495) •9 │ │ └──??? (Q44269577) •1 ×3 │ ├──traveling library (Q11634853) •2 ×72 │ │ └──bookmobile (Q720920) •20 ×512 ↑ │ │ └──??? (Q72753876) •16 ×9 ↑ │ │ └──bookmobiles in Catalonia (Q18695768) •1 │ ├──State public library (Q11834910) •2 ×28 │ ├──??? (Q11879986) •1 │ ├──central library (Q12305612) •1 ×4 │ ├──main library (Q12317349) •1 ×13347 ↑ │ ├──educational library (Q12340086) •1 ×49 │ ├──library for the disabled (Q12410164) •1 ×1 │ │ └──library for the blind (Q884233) •4 ×5 │ │ └──braille library (Q11567161) •1 ×5 │ ├──hybrid library (Q17148392) •4 │ ├──medieval library (Q17478798) •2 │ │ └──chained library (Q691927) •3 ×1 │ ├──association library (Q19864292) •2 ×237 │ ├──Regional library (Q20057682) •1 │ ├──ghetto library (Q20203715) •1 │ ├──self-service library (Q22116012) ×3 │ ╞══archival library (Q25504402) •1 ×186 ↑↑ … │ ├──library system (Q28324850) •3 ×9881 ↑↑ │ │ └──library district of the United States (Q16860836) ×59 ↑ │ ├──depository library (Q28653690) ×4 │ │ └──United Nations Depository Library (Q11422631) •2 ×21 │ ├──libraries in Estonia (Q56229927) │ ├──libraries in Albania (Q56242201) │ ├──comic book library (Q56419242) •2 ×4 │ ├──??? (Q56569076) ×2 │ ├──Libraries in Singapore (Q65209448) •1 │ ├──Tutorial library (Q65210826) •1 │ ├──town library (Q66439319) ×35 │ ├──sub-divisional library (Q66439320) ×3 │ ├──primary unit library (Q66439321) ×28 │ ├──area library (Q66439323) ×3 │ ├──additional district library (Q66444097) ×1 │ ├──district library (Q66444098) ×3 │ ├──Libraries, Nursing (Q69502284) │ ├──Biblioteca dell'Università Popolare (Q70575500) │ ├──??? (Q81894706) ×1 │ └──??? (Q86065209) ×1 ├──bothy (Q39425) •8 ×25 │ └──Koliba (Q22672232) •3 ↑ ├──prison (Q40357) •122 ×2571 ↑↑ │ ├──youth detention center (Q18050) •18 ×38 │ │ ├──borstal (Q746505) •5 │ │ ├──disciplinary school (Q2461110) •1 │ │ ├──reformatory (Q7307453) •1 ×2 │ │ └──secure unit for children (Q7444884) •1 ×18 │ ├──concentration camp (Q152081) •68 ×3231 ↑ │ │ ├──Nazi concentration camp (Q328468) •44 ×152 ↑ │ │ │ ├──extermination camp (Q153813) •49 ×15 │ │ │ ├──??? (Q277565) •3 ×13 ↑ │ │ │ ├──Emslandlager (Q523342) •7 ×1 ↑ │ │ │ ├──??? (Q678820) •2 │ │ │ ├──Arbeitslager (Q15644358) •4 ×4 ↑ │ │ │ ├──??? (Q15806875) •1 ×2 │ │ │ ├──Internment Camp for Romani people (Q55118208) ×7 │ │ │ ├──family camp (Q83854831) │ │ │ ├──gypsy camp (Q83856124) │ │ │ ├──hostage camp (Q83857655) │ │ │ ├──women's camp (Q83859074) ×1 │ │ │ ├──tent camp (Q83861849) │ │ │ └──men's camp (Q83863399) │ │ ├──NKVD special camp (Q461741) •7 ×7 │ │ ├──labor camp (Q628505) •25 ×66 ↑ │ │ │ ├──Katorga (Q199895) •28 ×2 │ │ │ │ └──Nerchinsk katorga (Q2363597) •7 │ │ │ ╞══??? (Q277565) •3 ×13 ↑ … │ │ │ ├──Jewish Labour Camp (Q2369529) •2 │ │ │ ├──prison labour camp (Q2403977) •5 ×340 │ │ │ │ ├──??? (Q24195237) •1 ×2 │ │ │ │ └──camp of the Gulag (Q56507866) ×3 │ │ │ │ ├──MVD special camp (Q4338251) •6 ×12 │ │ │ │ └──??? (Q19602272) •1 │ │ │ ├──??? (Q12060108) •1 ×1 │ │ │ ╘══Arbeitslager (Q15644358) •4 ×4 ↑ … │ │ ├──concentration camp in France (Q2935245) •5 ×5 │ │ ├──black jail (Q4922356) •3 │ │ ├──clandestine center of detention and torture (Q8343784) •2 ×209 │ │ │ ├──black site (Q728934) •20 ×1 │ │ │ ├──Clandestine detention centre (Q2944950) •5 │ │ │ └──??? (Q67184399) │ │ ├──Ilag (Q14916829) •6 ×47 │ │ ├──internment camp on the Isle of Man (Q15876732) •1 │ │ ├──Japanese Americans relocation camp (Q37501518) ×1 │ │ ├──British concentration camps (Q55137114) •3 │ │ ├──??? (Q58854609) ×51 ↑ │ │ └──re-education camp (Q60723709) •1 │ │ └──re-education camp (Q4896947) •5 ×2 │ ├──House of correction (Q227691) •10 ×3 │ ├──Open prison (Q319382) •12 ×4 │ ├──supermax prison (Q344836) •8 ×3 │ │ └──F-type Prisons (Q2462834) •3 │ ├──private prison (Q386432) •9 ×2 │ ├──debtors' prison (Q427276) •16 ×1 │ ├──prison in Germany (Q594128) •3 ×144 │ ╞══labor camp (Q628505) •25 ×66 ↑ … │ ├──military prison (Q683992) •16 ×34 │ │ └──Israeli Military Prison (Q6087632) •2 │ ├──Panopticon (Q828310) •35 ×2 │ ├──Hungarian Prison Service (Q855613) •1 ×1 ↑ │ ├──Bagno (Q870455) •4 ×30 │ │ └──??? (Q2879063) •1 │ ├──federal prison (Q1006048) •2 ×44 │ │ ├──Metropolitan Detention Center (Q1925849) •2 │ │ ├──federal detention center (Q5440522) •1 ×1 │ │ └──United States federal prison (Q61016951) ×59 │ ├──prisoner-of-war camp (Q1070290) •21 ×136 │ │ ├──Oflag (Q469364) •11 │ │ ╞══Emslandlager (Q523342) •7 ×1 ↑ … │ │ ├──Stalag (Q708586) •17 ×4 │ │ ├──transit camp (Q1264690) •3 ×4 ↑ │ │ ├──??? (Q3089253) •3 │ │ └──??? (Q23785728) •1 ×1 │ ├──penal colony (Q1140316) •25 ×11 ↑ │ ├──Incarceration in the United States (Q1459937) •7 │ ├──prison ship (Q1498196) •16 ×1 ↑ │ ├──??? (Q1560906) •1 ×1 │ ├──youth detention center (Q1711250) •1 ×2 │ ├──??? (Q1965320) •1 │ ├──ergastulum (Q1989526) •8 ↑ │ ├──??? (Q2305965) •1 ×1 │ ├──detention center (Q2945301) •7 ×38 │ │ └──immigration detention center (Q2261391) •14 ×53 ↑ │ │ ├──Australian immigration detention facility (Q4825026) •2 ×8 │ │ └──Immigration detention in the United States (Q6005095) •2 │ ├──??? (Q2945608) •2 │ ├──??? (Q3279120) •1 ×4 │ ├──Maison d'arrêt (Q3279218) •5 ×103 │ │ └──??? (Q1979780) •1 │ ├──??? (Q3886617) •1 ↑ │ ├──political isolator (Q4370060) •2 ×1 │ ├──barracoon (Q4863187) •1 │ ├──compter (Q5157122) •1 ×2 │ ├──HM Prison (Q5635122) •2 │ ├──Her Majesty's Young Offender Institution (Q5732340) •2 ×4 │ ├──Local prison (Q6664500) •1 │ ├──prison farm (Q7245779) •2 ×6 ↑ │ ├──tolbooth (Q7814110) •3 ×6 ↑ │ ├──village lock-up (Q7930717) •3 ×21 │ ├──city hall and prison (Q9698181) •3 ×17 ↑ │ ├──??? (Q11251715) •2 ×3 │ ├──溜 (Q11564417) •1 │ ├──county jail (Q12858028) •1 ×20 │ ├──??? (Q17623821) •1 │ ├──penitentiary center (Q18331255) ×25 ↑ │ ├──??? (Q19971949) •2 ×2 ↑ │ ├──prison for men (Q56670380) ×15 │ ├──prison for women (Q56670402) ×24 │ ├──political prison (Q57165555) ×14 │ ╞══??? (Q58854609) ×51 ↑ … │ ├──??? (Q59771342) ×10 │ └──??? (Q59771345) ×1 ├──building (Q41176) •104 ×215950 ↑ │ ├──home (Q7743) •54 ×24 ↑↑ │ │ ├──palace (Q16560) •81 ×12350 ↑ │ │ │ ├──Palazzo in fortezza (Q90680) •4 ↑ │ │ │ ├──Palaces and mansions in Hungary (Q1163043) •2 │ │ │ ├──Dornburg palaces (Q1245639) •4 ×3 │ │ │ ├──Kraton (Q1761679) •9 │ │ │ ├──Presidential palace (Q2114972) •15 ×18 ↑ │ │ │ ├──??? (Q2154041) •2 ×2 │ │ │ ├──palazzo (Q2651004) •9 ×1262 │ │ │ ├──Mycenaean palaces (Q2975235) •1 ↑ │ │ │ ├──??? (Q3257288) •1 │ │ │ ├──Bishops's Palace (Q3361225) •3 ×5 │ │ │ ├──??? (Q3410957) •2 │ │ │ ├──Casa del Fascio (Q3661218) •4 ×12 ↑↑ │ │ │ ├──Mahal (Q6732892) •4 ×1 │ │ │ ├──udun (Q11071191) •2 ×1 ↑ │ │ │ ├──??? (Q11489051) •2 ×2 ↑ │ │ │ │ ├──Sentō Imperial Palace (Q909444) •9 │ │ │ │ ├──Dairi (Q3012148) •2 │ │ │ │ └──ōgosho (Q5366647) •4 │ │ │ │ └──ōgosho (Q11435430) •3 │ │ │ ├──??? (Q11659483) •1 ×4 │ │ │ ├──Real (Q11944979) •3 ↑ │ │ │ ├──city palace (Q15848826) •2 ×128 │ │ │ ├──Palace of Government (Q20396425) •1 │ │ │ ├──ice palace (Q28057462) •1 ×1 ↑↑ │ │ │ ├──royal palace (Q53536964) •6 ×92 │ │ │ │ └──royal villa (Q53541099) ×9 ↑ │ │ │ ├──??? (Q55221816) •1 ↑↑ │ │ │ ├──??? (Q59590524) •2 │ │ │ ├──Palace of the Bolivar (Q66124530) •1 │ │ │ └──palace of the Popes (Q83400038) ×4 │ │ ├──castle (Q23413) •106 ×20072 ↑↑ │ │ │ ├──castellum (Q89477) •16 ×63 ↑↑ │ │ │ ├──tower house (Q91312) •18 ×550 ↑ │ │ │ │ ├──Kulla (Q89708) •3 ×1 ↑ │ │ │ │ ├──L-plan castle (Q1797722) •5 ×6 │ │ │ │ ├──Z-plan castle (Q3662396) •5 ×2 │ │ │ │ ├──peel tower (Q3898745) •9 ×30 │ │ │ │ ├──Tuscan tower house (Q17354860) •1 ×9 │ │ │ │ └──Tower houses in the Balkans (Q28916608) •4 │ │ │ │ ╘══Kulla (Q89708) •3 ×1 ↑ … │ │ │ ├──Refuge castle (Q91432) •6 ×2 │ │ │ ├──motte-and-bailey castle (Q92062) •32 ×680 │ │ │ │ ├──stinswier (Q603492) •3 ×3 │ │ │ │ └──??? (Q16536477) •1 ×1 │ │ │ ├──quadrangular castle (Q92107) •9 ×34 │ │ │ ├──coercion castle (Q205393) •4 ×2 │ │ │ ├──??? (Q332122) •1 │ │ │ ├──alcázar (Q613611) •28 ×8 │ │ │ ├──Japanese castles in Korea (Q701010) •6 │ │ │ ├──Burgstall (Q1015644) •3 ×263 ↑ │ │ │ │ └──??? (Q58271381) ×2 ↑ │ │ │ ├──gusuku (Q1044204) •24 ×15 │ │ │ ├──concentric castle (Q1064905) •17 ×3 │ │ │ ├──Cathar castles (Q1345011) •11 ×1 │ │ │ ├──Stadtburg (Q1382269) •2 ×3 │ │ │ ├──rock castle (Q1404207) •5 ×97 │ │ │ ├──Counter-castle (Q1484801) •5 ×2 │ │ │ ├──Ganerbenburg (Q1493394) •3 │ │ │ ├──Cave castle (Q1643843) •3 ×1 │ │ │ ├──Umayyad desert castles (Q1688297) •19 ×4 ↑ │ │ │ ├──Kaiserpfalz (Q1796442) •23 ×5 │ │ │ ├──Landesburg (Q1802148) •3 │ │ │ ├──lowland castle (Q1970243) •7 ×56 │ │ │ │ ├──water castle (Q615810) •16 ×203 │ │ │ │ │ ├──Island castle (Q1471571) •7 ×6 ↑ │ │ │ │ │ ├──Marsh castle (Q2365598) •5 ×1 │ │ │ │ │ ╞══??? (Q58271381) ×2 ↑ … │ │ │ │ │ └──umijiro (Q60985295) •1 ↑ │ │ │ │ └──bridge castle (Q996354) •6 ×1 ↑ │ │ │ ├──tower castle (Q2460972) •4 ×4 │ │ │ ├──borg (Q2776067) •4 ×50 │ │ │ ├──??? (Q2786687) •1 ×6 ↑ │ │ │ ├──??? (Q2971927) •3 │ │ │ ├──bastle house (Q4868359) •4 ×22 │ │ │ ├──??? (Q5690694) •1 │ │ │ ├──??? (Q5757797) •1 │ │ │ ├──Hrad (Q5923328) •1 │ │ │ ├──ringwork castle (Q7335033) •2 ×62 │ │ │ ├──??? (Q12020325) •1 │ │ │ ├──castles of Ukraine (Q12155307) •1 │ │ │ ├──castle of the Welsh princes (Q13127000) •1 ×1 │ │ │ ├──hill castle (Q15710038) •8 ×28 │ │ │ │ ├──hilltop castle (Q595968) •4 ×11 │ │ │ │ ├──rocca (Q1195705) •4 ×176 │ │ │ │ ├──ridge castle (Q1566644) •5 │ │ │ │ ├──hillside castle (Q1575478) •4 ×11 │ │ │ │ └──??? (Q6431764) •2 ×4 ↑ │ │ │ │ └──Korean-style fortresses in Japan (Q66974308) •2 ×2 ↑ │ │ │ ├──??? (Q15790412) •1 ×3 │ │ │ ├──enclosure castle (Q16444336) •2 ×5 │ │ │ ├──Schloss (Q16823155) •4 ×1136 │ │ │ │ └──Schloss country house museum (Q2244602) •1 ↑ │ │ │ ├──Adulterine castle (Q16970488) •2 │ │ │ ├──castle ruin (Q17715832) ×2062 ↑ │ │ │ ├──vassal castle (Q18623996) •1 ×14 │ │ │ ├──Hohenstaufen castle in Southern Italy (Q18810488) •1 ×23 │ │ │ ├──bergfried-type castle (Q20057438) •1 ×1 │ │ │ ├──??? (Q25506537) •1 ×1 │ │ │ │ ├──??? (Q25506519) •1 │ │ │ │ ├──??? (Q25506522) •1 ×3 │ │ │ │ ├──??? (Q25506523) •1 │ │ │ │ └──??? (Q25506526) •1 │ │ │ ├──bishop castle (Q29960985) •1 ×7 │ │ │ ├──??? (Q31073791) •1 │ │ │ ├──fortified manor house (Q32164125) ×73 ↑ │ │ │ ├──??? (Q38102585) •1 │ │ │ ├──castle museum (Q39518369) ×2 ↑ │ │ │ ├──siege castle (Q39536502) ×4 │ │ │ ├──??? (Q42586595) •1 │ │ │ ├──haunted castle (Q43040899) •1 │ │ │ └──??? (Q65055096) │ │ ├──alcazaba (Q91717) •19 ×5 ↑↑ │ │ ├──Hauptwohnsitz (Q1589826) •2 ↑↑ │ │ ├──buitenplaats (Q2927789) •4 ×117 ↑↑ │ │ ├──??? (Q3068953) •1 ×6 ↑ │ │ ├──primary residence (Q7243161) •2 │ │ ├──fondouk (Q14517494) •7 ×4 ↑ │ │ └──artist's home (Q29968296) ×27 │ ├──pyramid (Q12516) •125 ×49 │ │ ├──Egyptian pyramids (Q175582) •74 ×1 │ │ ├──step pyramid (Q1456099) •22 ×19 │ │ │ └──ziggurat (Q170153) •65 ×5 │ │ ├──??? (Q1791565) •3 │ │ ├──Mesoamerican pyramids (Q2270185) •17 ×8 ↑ │ │ ├──smooth-sided pyramid (Q3411290) •1 ×54 │ │ ├──Inverted pyramid (Q18351990) •3 ×1 │ │ └──??? (Q18412881) •1 ×1 │ ╞══palace (Q16560) •81 ×12350 ↑ … │ ├──garage (Q22733) •53 ×221 ↑ │ │ ├──carriage house (Q517820) •11 ×1997 │ │ │ └──hearse house (Q79645112) •1 ×49 │ │ ├──??? (Q831488) •1 ↑ │ │ ├──fire station (Q1195942) •23 ×1737 ↑↑↑↑↑↑ │ │ ├──??? (Q4389557) •1 │ │ └──??? (Q11774599) •2 ×4 │ │ ├──??? (Q11774604) •1 ×9 │ │ └──??? (Q12056937) •1 │ ├──barbican (Q23394) •35 ×12 ↑ │ ├──hotel (Q27686) •112 ×11189 ↑↑↑↑ │ │ ├──motel (Q216212) •47 ×45 ↑ │ │ │ └──Wigwam Motel (Q1320569) •3 ×1 │ │ ├──boutique hotel (Q259618) •17 ×13 │ │ ├──flophouse (Q333150) •5 ×1 │ │ ├──grand hotel (Q455403) •5 ×35 │ │ ├──ryokan (Q562930) •26 ×23 │ │ ├──apartment hotel (Q617839) •11 ×6 ↑ │ │ ├──hostel (Q654772) •49 ×112 │ │ │ ├──caravanserai (Q186347) •53 ×429 ↑ │ │ │ │ └──Okelle (Q1236840) •1 │ │ │ ├──youth hostel (Q1589077) •15 ×49 ↑ │ │ │ ├──Hospitium (Q1630480) •9 ×4 │ │ │ │ └──hospitium (Q17374458) •1 │ │ │ ├──Pilgrims' hostel (Q2094954) •2 ×3 │ │ │ ├──ecolodge (Q3577646) •1 ×1 │ │ │ ├──??? (Q11877099) •1 ×10 │ │ │ ├──??? (Q42307250) •3 ×1 ↑↑ │ │ │ ├──parador (Q42899902) •1 ×1 ↑↑↑ │ │ │ │ └──Paradores de Turismo de España (Q1476845) •18 ×19 │ │ │ └──pilgrims Hospital (Q48702621) ×28 ↑↑ │ │ ├──Condo hotel (Q748976) •6 ×1 ↑ │ │ ├──capsule hotel (Q837834) •28 │ │ ├──roadhouse (Q951791) •5 ×24 ↑↑ │ │ │ └──stage station (Q32148119) •1 ×17 │ │ │ └──coaching inn (Q966002) •4 ×10 ↑ │ │ ├──sex hotel (Q971929) •9 │ │ │ └──Love hotel (Q1033548) •16 ×3 │ │ ├──??? (Q1051574) •7 ↑↑ │ │ ├──ice hotel (Q1317609) •21 ×2 ↑ │ │ ├──hotel bus (Q1631116) •3 ↑ │ │ ├──botel (Q1631162) •8 ×3 ↑ │ │ ├──serviced apartment (Q2608678) •3 ↑ │ │ ├──Australian pub (Q4825087) •1 │ │ ├──coffee palace (Q5140944) •1 ×3 │ │ ├──eco hotel (Q5333147) •1 │ │ ├──Green lodges (Q5603548) •1 │ │ ├──Heritage hotels in Vietnam (Q5739161) •1 │ │ ├──Hotels in Dubai (Q5912256) •4 │ │ ├──Hotels in Toronto (Q5912282) •1 │ │ ├──Paradores in Puerto Rico (Q7134426) •1 │ │ ├──??? (Q9189264) •1 │ │ ├──Wotel (Q9377891) •1 │ │ ├──??? (Q10512404) •4 ×5 │ │ ├──??? (Q12767044) •2 ↑ │ │ ├──??? (Q12777864) •1 ×3 │ │ ├──railway hotel (Q16659419) ×25 ↑↑ │ │ │ └──Canada's grand railway hotels (Q5029264) •2 │ │ ├──casino hotel (Q16852719) •1 ×9 ↑ │ │ ├──botel (Q16999211) •5 ×1 ↑ │ │ ├──dog hotel (Q19941832) •1 ×1 │ │ ├──lake resort (Q21177709) •1 ×1 │ │ ├──pet-friendly hotel (Q28405796) •3 │ │ ╞══parador (Q42899902) •1 ×1 ↑↑↑ … │ │ ├──MacCallum House (Q56255806) •1 │ │ ├──gay hotel (Q57699436) •1 │ │ ├──??? (Q58034429) ×2 │ │ ├──Sandals Royal Bahamian (Q60041179) •1 ↑ │ │ ├──country house hotel (Q64995589) •1 ×119 ↑ │ │ └──former hotel (Q87487749) ×1 ↑ │ ├──lighthouse (Q39715) •104 ×7564 ↑↑↑↑ │ │ ├──sector light (Q787078) •8 ×1245 │ │ │ └──PEL sector light (Q25324528) •1 ×1 │ │ ├──lightvessel (Q831515) •27 ×86 ↑↑ │ │ │ └──Lightship Ambrose (Q68949826) •2 │ │ ├──fanal (Q1395450) •3 │ │ ├──Blüse (Q1409029) •3 ×2 ↑ │ │ ├──leading lights (Q1930418) •9 ×50 ↑ │ │ ├──light beacon (Q2007498) •1 ×8 │ │ │ └──harbour entrance lights (Q3050136) •2 ×2 ↑ │ │ │ └──Havenlichten van Stavoren (Q15876101) •2 │ │ ╞══harbour entrance lights (Q3050136) •2 ×2 ↑ … │ │ ├──house lighthouse (Q3278565) •2 ×57 │ │ ├──Lundy Lighthouses (Q4253852) •1 │ │ ├──aerial lighthouse (Q4688013) •4 ×1 │ │ ├──caisson lighthouse (Q5017835) •3 ×81 │ │ │ └──sparkplug lighthouse (Q7573695) •2 │ │ ├──lighthouse in Chile (Q5856577) •2 │ │ ├──land lighthouse (Q6484084) •1 │ │ ├──offshore lighthouse (Q7079697) •1 │ │ ├──Pepperpot (Q7166434) •1 │ │ ├──pile lighthouse (Q7193855) •1 ×6 │ │ ├──screw-pile lighthouse (Q7439086) •3 ×1 ↑ │ │ ├──stag light (Q7596752) •1 │ │ ├──approach lighthouse (Q10411887) •1 ×17 │ │ ├──Heidenstam lighthouses (Q10519294) •1 ×12 │ │ ├──fishers lighthouse (Q11969019) •2 ×1 │ │ ├──vippefyr (Q17136097) •3 ×2 │ │ ├──beacon (Q17484395) •16 ×110 ↑↑ │ │ │ ├──racon (Q568424) •12 ↑↑ │ │ │ ╞══Blüse (Q1409029) •3 ×2 ↑ … │ │ │ ├──beacon (Q2481400) •2 ×11 ↑↑ │ │ │ ├──??? (Q2880929) •2 │ │ │ ├──day beacon (Q5242890) •3 ×2 ↑ │ │ │ ├──Weather beacon (Q7978232) •1 ×2 │ │ │ ├──balise (Q11723142) •10 │ │ │ │ └──Eurobalise (Q13593909) •9 │ │ │ ├──overhead wire marker (Q21804573) •3 │ │ │ │ └──conductor marking lights (Q537107) •4 ↑ │ │ │ │ └──Balisor (Q804999) •5 │ │ │ └──isotropic beacon (Q28324884) •1 ↑ │ │ ├──nuclear beacon (Q22681801) •1 │ │ ├──light platform (Q25159781) ×4 ↑ │ │ │ └──Texas Tower (Q7708181) •1 │ │ ├──Lighthouse in Norway (Q26466862) •1 │ │ ├──??? (Q28805827) •1 │ │ ├──Whitby West Pier lighthouses (Q28942539) •2 │ │ ├──coastal lighthouse (Q30448674) ×2 │ │ ├──lower light (Q33129345) ×9 │ │ ├──upper light (Q33129347) ×9 │ │ ├──lead lighthouse (Q43266387) │ │ ├──crib lighthouse (Q55608558) •2 ×3 │ │ ├──auxiliary light (Q65934578) ×1 │ │ ├──wooden lighthouse (Q66088335) •1 ×129 │ │ └──middle light (Q66350506) ×3 │ ├──open hearth furnace (Q45728) •29 │ ├──community center (Q77115) •21 ×450 ↑↑↑ │ │ ├──clubhouse (Q1103285) •2 ×509 │ │ │ ├──student center (Q7627808) •3 ×13 │ │ │ ├──working men's club (Q8034980) •3 ×27 ↑ │ │ │ ├──Wikimedia regional meeting place (Q19688772) •2 ×6 ↑↑ │ │ │ └──fraternal hall (Q49459835) ×36 ↑ │ │ │ ├──masonic temple (Q1454583) •11 ×335 ↑ │ │ │ ├──masonic lodge (Q1454597) •23 ×353 ↑ │ │ │ │ ├──??? (Q573738) •3 │ │ │ │ ├──??? (Q1316982) •2 ×2 │ │ │ │ │ ├──Freemasons. Loge zu den drei Schwertern und Asträa zur grünenden Raute (Q227451) •1 │ │ │ │ │ ├──??? (Q228980) •1 │ │ │ │ │ ├──??? (Q2319455) •3 │ │ │ │ │ ├──St. Johns Lodge Zur Eintracht (Q19962593) •1 │ │ │ │ │ ├──??? (Q25381510) •1 │ │ │ │ │ └──??? (Q64005968) │ │ │ │ ├──??? (Q1402733) •3 │ │ │ │ ├──??? (Q2212579) •1 │ │ │ │ ├──??? (Q4071754) •1 │ │ │ │ └──??? (Q28667776) •1 │ │ │ └──theosophical lodge (Q55176272) ×17 ↑ │ │ ├──people's house (Q1435490) •12 ×14 ↑ │ │ ╞══Chitalishte (Q1638962) •14 ×831 ↑↑↑↑↑ … │ │ ├──community center (Q1972627) •1 ×20 │ │ ├──community center (Q2360206) •1 ×15 │ │ ├──trades hall (Q2447721) •2 ×2 │ │ ├──house of culture (Q5061188) •18 ×447 ↑ │ │ │ ├──palace of culture (Q1181413) •9 ×56 │ │ │ │ └──??? (Q61679491) •1 │ │ │ ╞══Chitalishte (Q1638962) •14 ×831 ↑↑↑↑↑ … │ │ │ └──maison des jeunes et de la culture (Q18330530) •3 ×7 ↑↑↑↑ │ │ │ └──Maisons de la culture (Q3280353) •2 ×1 │ │ ├──Dharma centre (Q5269258) •2 ×2 ↑↑ │ │ ├──Native Friendship Centre (Q6980018) •2 │ │ ├──Minato Oasis (Q11279146) •1 ×11 │ │ ├──Senior center (Q16181479) •4 ×1 ↑ │ │ ╞══Idea Store (Q18206517) •4 ×4 ↑ … │ │ ╞══maison des jeunes et de la culture (Q18330530) •3 ×7 ↑↑↑↑ … │ │ ├──leisure centre (Q30313989) •3 ×30 │ │ │ └──swimming center (Q200023) •5 ×108 ↑ │ │ │ ├──water park (Q740326) •30 ×256 ↑ │ │ │ │ ├──Six Flags Hurricane Harbor (Q2287948) •7 │ │ │ │ └──indoor water park (Q15411990) •1 ×3 │ │ │ ├──bathing ship (Q798966) •3 ×2 ↑ │ │ │ │ └──??? (Q1253314) •1 │ │ │ ├──??? (Q1434352) •1 ×4 │ │ │ ├──subtropical swimming paradise (Q1994728) •1 ×3 │ │ │ └──Piscine Tournesol (Q3389223) •1 ×13 │ │ ╞══fraternal hall (Q49459835) ×36 ↑ … │ │ ├──??? (Q54959118) •1 ×9 │ │ ├──autonomous social centers (Q56827005) •8 ×6 │ │ │ └──Autonomous Youth Centre (Q8567987) •1 ×23 ↑ │ │ ├──WAGGGS World Centre (Q64139068) ×5 ↑ │ │ ├──music center (Q68773139) ×1 ↑↑ │ │ └──recreation center (Q86421061) ×11 │ ├──arsenal (Q81669) •44 ×137 ↑ │ │ ├──naval arsenal (Q1745026) •4 ×26 ↑↑ │ │ ├──weapon storage area (Q7978061) •2 ×15 ↑ │ │ ├──Sonderwaffenlager (Q18630858) •2 ×5 ↑ │ │ └──??? (Q79119969) •1 ↑ │ │ └──Dresden Armory (Q571773) •10 │ ├──Imamzadeh (Q136868) •13 ×65 │ ├──opera house (Q153562) •39 ×703 ↑↑↑ │ │ ├──??? (Q9356212) ×4 ↑ │ │ └──State Opera (Q50802251) •1 │ ├──demesne (Q155231) •20 ×7 ↑ │ │ └──??? (Q21006395) •1 │ │ └──??? (Q55077116) ×1 │ ├──winery (Q156362) •23 ×925 │ │ ├──meadery (Q6803181) •1 ×1 │ │ ├──Boutique winery (Q6825886) •1 │ │ └──Champagne House (Q19347489) •5 ×33 ↑ │ ├──crematorium (Q157570) •34 ×109 │ │ └──animal crematory (Q26258852) •1 │ ├──mountain hut (Q182676) •31 ×2511 │ │ ├──Alpine club hut (Q339969) •2 ×9 │ │ ├──bivouac (Q879208) •7 ×11 ↑ │ │ ├──??? (Q2660722) •3 ×59 │ │ ├──??? (Q3124518) •2 ×11 │ │ ├──??? (Q3661688) •2 │ │ ├──Horse Camp (Q5905383) •1 │ │ ├──Keebles Hut (Q6382671) •1 │ │ ├──Lake Albina Ski Lodge (Q6474710) •1 │ │ ╞══??? (Q12767044) •2 ↑ … │ │ ├──High Huts of the White Mountains (Q14705333) •1 │ │ ├──High Sierra Camps (Q16984060) •1 │ │ ├──bivouac huts (Q20743510) ×39 │ │ ├──??? (Q25416736) •1 │ │ └──shakedown (Q40415224) •1 ↑ │ ├──adobe (Q183496) •30 ↑ │ ├──central building (Q190249) •10 ×4 ↑ │ │ ├──rotunda (Q623525) •37 ×64 ↑ │ │ ├──triconch (Q1256831) •2 │ │ ├──Tetraconch (Q1471176) •10 │ │ ├──octogon (Q1501427) •2 ↑ │ │ │ └──octagonal church (Q24028042) ×2 ↑ │ │ └──??? (Q1869543) •1 │ ├──Zentraldepot (Q190274) •1 │ ├──central warehouse (Q190661) •1 ↑ │ ├──hangar (Q192375) •45 ×72 ↑↑ │ │ ├──hardened aircraft shelter (Q91939) •9 │ │ ├──airship hangar (Q1751770) •9 ×8 │ │ ├──T-hangar (Q7694186) •1 │ │ ├──hangar deck (Q21528983) •1 ↑ │ │ └──shipboard aircraft hangar (Q39137266) │ │ ├──Project 1143 Krechet aircraft hangar (Q39137408) │ │ └──Colossus-class aircraft hangar (Q40932540) │ ├──art museum (Q207694) •38 ×4738 ↑ │ │ ├──wax museum (Q667018) •17 ×32 │ │ ├──pinacotheca (Q740437) •33 ×179 ↑ │ │ ├──glyptotheque (Q957433) •23 ×5 │ │ │ └──plaster cast gallery (Q3768550) •1 ×5 │ │ ├──museum of sacred art (Q1128500) •4 ×2 │ │ │ └──??? (Q3868307) •1 │ │ ├──design museum (Q1200701) •2 ×10 │ │ ├──film museum (Q1415133) •1 ×29 │ │ │ └──cinematheque (Q1352795) •17 ×123 ↑ │ │ ├──kunsthalle (Q1475403) •16 ×35 ↑↑ │ │ ├──artist museum (Q1747681) •2 ×15 │ │ ├──online art gallery (Q7094057) •3 ↑ │ │ ├──black cube art museum (Q15635761) •1 │ │ ├──theatre museum (Q17000320) ×35 │ │ │ └──circus museum (Q80096168) ×8 ↑ │ │ ├──diocesan museum (Q17132744) ×74 │ │ ├──ceramics museum (Q25964553) •1 ×3 │ │ ├──photography museum (Q26944969) ×20 │ │ ├──architectural museum (Q26945165) ×7 │ │ ├──dance museum (Q26945172) ×2 │ │ ├──Museum of Asian art (Q61891263) ×1 │ │ ├──museum of decorative arts (Q62098611) ×8 ↑ │ │ ╞══circus museum (Q80096168) ×8 ↑ … │ │ └──tapestry museum (Q85893376) ×10 ↑ │ ├──mikveh (Q211351) •40 ×30 │ ├──Platform (Q224617) •21 │ │ └──Aasta Hansteen spar (Q16001321) •3 │ ├──green building (Q242606) •37 ×3 │ │ ╞══green library (Q5603544) •3 ↑ … │ │ └──nature-inclusive building (Q56381104) •1 │ ├──ancestral hall (Q249027) •9 ×24 │ │ ├──??? (Q3267041) •2 │ │ └──??? (Q20931974) •2 ×1 │ ├──pavilion (Q276173) •36 ×407 │ │ ├──chhatri (Q936941) •17 ×1 │ │ ├──gazebo (Q961082) •30 ×518 ↑ │ │ ├──sala (Q2141912) •11 ×1 │ │ ├──bandstand (Q3126170) •10 ×169 ↑ │ │ ├──Baradari (Q4858146) •7 ×3 │ │ └──bowling pavillion (Q54958134) ×1 │ ├──gatehouse (Q277760) •15 ×4940 │ ├──public building (Q294422) •3 ×125 ↑ │ │ ├──hospital (Q16917) •129 ×17732 ↑↑↑ │ │ │ ├──hospital (Q180370) •5 ×80 ↑↑ │ │ │ ├──psychiatric hospital (Q210999) •41 ×396 │ │ │ │ ├──forensic psychiatric center (Q2539416) •1 ×4 ↑ │ │ │ │ ╞══??? (Q3886617) •1 ↑ … │ │ │ │ └──??? (Q21009893) •1 ↑ │ │ │ ├──??? (Q339449) •2 │ │ │ ├──hospice (Q608152) •34 ×37 ↑ │ │ │ │ ├──Children's hospice (Q1741823) •4 ×4 │ │ │ │ └──hospital for long term illness (Q12034608) •1 ×3 │ │ │ ├──children's hospital (Q644264) •9 ×81 │ │ │ ├──dispensary (Q688829) •19 ×14 ↑ │ │ │ │ ├──community health center (Q569500) •15 ×94 ↑ │ │ │ │ │ └──??? (Q11884244) •1 │ │ │ │ │ ├──child health clinic (Q10426487) •1 │ │ │ │ │ ├──maternity clinic (Q75668009) │ │ │ │ │ ├──??? (Q75668573) │ │ │ │ │ ├──??? (Q75668629) │ │ │ │ │ ├──??? (Q75670157) │ │ │ │ │ ├──??? (Q75670698) │ │ │ │ │ ├──family counselling services (Q75672323) │ │ │ │ │ └──??? (Q75673612) │ │ │ │ │ └──??? (Q75673660) │ │ │ │ ├──dermatovenerologic dispensary (Q4226388) •1 │ │ │ │ ├──public dispensary (Q7257724) •1 │ │ │ │ │ └──health sub-centre (Q61278455) ×11386 │ │ │ │ ├──psychoneurological dispensary (Q55137227) •1 │ │ │ │ └──narcological dispensary (Q55190120) ×2 ↑ │ │ │ ├──policlinic (Q695416) •21 ×34 │ │ │ ├──nursing home (Q837142) •19 ×67 ↑↑ │ │ │ │ └──??? (Q84620491) │ │ │ ├──lazaretto (Q859247) •24 ×21 ↑ │ │ │ │ └──leprosy sanatorium (Q29631000) ×1 ↑ │ │ │ ├──Bundeswehr hospital (Q1009272) •2 ×6 │ │ │ ├──Bimarestan (Q1293141) •11 ×1 │ │ │ ├──lunatic asylum (Q1516931) •11 ×1 │ │ │ ├──??? (Q1563320) •1 │ │ │ ├──??? (Q1595463) •1 │ │ │ ├──Cottage hospital (Q1637680) •6 │ │ │ ├──??? (Q1656725) •1 │ │ │ ├──veterinary hospital (Q1706476) •7 ×22 │ │ │ ├──teaching hospital (Q1813474) •2 ×21 ↑ │ │ │ │ └──university hospital (Q1059324) •19 ×270 │ │ │ │ └──Toronto General Hospital (Q2444359) •5 │ │ │ ├──Lungenheilstätte (Q1877461) •1 ×7 │ │ │ ├──lung clinic (Q1877467) •1 ×2 │ │ │ ├──poorhouse (Q1929784) •18 ×37 ↑ │ │ │ │ └──Casas de socorro (Q5755377) •2 ×1 ↑ │ │ │ ├──??? (Q2379333) •1 │ │ │ ├──military hospital (Q2387974) •17 ×127 ↑ │ │ │ │ ├──field hospital (Q1402739) •21 ×22 │ │ │ │ │ ├──mobile army surgical hospital (Q1934870) •10 │ │ │ │ │ ├──Combat Support Hospital (Q19864623) •2 │ │ │ │ │ └──makeshift hospital (Q85880494) •2 ↑↑ │ │ │ │ ├──??? (Q1898428) •1 ↑ │ │ │ │ ├──??? (Q5903178) •2 ×4 │ │ │ │ ├──partisan hospital (Q12798329) •1 ×8 │ │ │ │ └──Policlinico militare Celio (Q16591171) •3 │ │ │ ├──??? (Q2440002) •1 │ │ │ ├──Valetudinarium (Q2509032) •6 │ │ │ ├──??? (Q2588963) •1 ×5 │ │ │ ├──Diakonessenhuis (Q2624718) •2 ×2 │ │ │ ├──trauma center (Q2980337) •10 ×18 │ │ │ ├──??? (Q3140972) •1 │ │ │ ├──day hospital (Q3145296) •7 ×1 │ │ │ ├──??? (Q3145344) •1 ↑ │ │ │ ├──First aid room (Q3150754) •11 ×3 │ │ │ ├──Orphanage Hospital (Q3644180) •2 ×1 │ │ │ ├──private hospital (Q4284971) •5 ×218 │ │ │ │ ├──Hospitals, Religious (Q59244652) ↑ │ │ │ │ └──religious hospital (Q60327604) ×1 ↑ │ │ │ ├──Command Hospital (Q5152092) •1 │ │ │ ├──community hospital (Q5154967) •2 ×5 │ │ │ ├──For-profit hospital (Q5466630) •3 │ │ │ ├──??? (Q5762167) •1 ×2 │ │ │ ├──??? (Q5903134) •1 │ │ │ ├──hospital school (Q5908796) •3 ×2 ↑ │ │ │ ├──lock hospital (Q6665294) •2 ×1 │ │ │ ├──Long-term acute care facility (Q6672116) •1 ×1 │ │ │ ├──non-profit hospital (Q7048982) •1 ×8 │ │ │ │ └──Charitable hospital (Q16858994) •1 │ │ │ ├──Partial hospitalization (Q7140369) •2 │ │ │ ├──public hospital (Q7257872) •5 ×222 ↑ │ │ │ │ ├──provincial hospital (Q2500746) •1 │ │ │ │ ├──public hospital in Italy (Q3631463) •1 ↑↑ │ │ │ │ ├──primary health centre (Q7243073) •2 ×998 │ │ │ │ ├──State hospital (Q7603700) •1 ↑ │ │ │ │ ├──??? (Q11480011) •1 ×14 │ │ │ │ ├──municipal hospital (Q28407737) •1 │ │ │ │ ├──district hospital (Q61278420) ×18 │ │ │ │ ├──community health center (Q61278427) ×20 │ │ │ │ ├──Block Primary Health Centre (Q61451817) ×152 │ │ │ │ ├──rural hospital (Q61451856) ×201 │ │ │ │ │ ╞══??? (Q3145344) •1 ↑ … │ │ │ │ │ └──Rural general hospital (Q7380577) •1 ↑ │ │ │ │ ├──sub-divisional hospital (Q61451945) ×36 │ │ │ │ ├──state general hospital (Q61453623) ×24 │ │ │ │ └──??? (Q87648631) ×4 ↑↑↑ │ │ │ ├──Regional Cancer Centre (Q7309010) •1 │ │ │ ├──rehabilitation hospital (Q7309759) •2 ×21 │ │ │ ╞══Rural general hospital (Q7380577) •1 ↑ … │ │ │ ├──secondary hospital (Q7443849) •1 │ │ │ ╞══State hospital (Q7603700) •1 ↑ … │ │ │ ├──tertiary referral hospital (Q7705274) •1 ×10 │ │ │ ├──Underground hospital (Q7883677) •2 │ │ │ ├──??? (Q10669250) •1 ×1 ↑ │ │ │ ├──??? (Q11357748) •1 ↑ │ │ │ ├──??? (Q11375205) •1 ↑ │ │ │ ├──company hospital (Q11378690) •1 ×3 │ │ │ ├──??? (Q11384714) •1 ×1 ↑ │ │ │ ├──??? (Q11392899) •1 ↑ │ │ │ ├──??? (Q11402901) •1 ↑ │ │ │ ├──??? (Q11406186) •1 ↑ │ │ │ ├──??? (Q11417418) •1 ×3 ↑ │ │ │ ├──??? (Q11426583) •1 ↑ │ │ │ ├──??? (Q11432821) •1 ↑ │ │ │ ├──??? (Q11440979) •1 ↑ │ │ │ ├──??? (Q11445170) •1 ×1 ↑ │ │ │ ├──??? (Q11453725) •1 ↑ │ │ │ ├──??? (Q11454417) •1 ×1 ↑ │ │ │ ├──??? (Q11456482) •1 ×2 ↑ │ │ │ ├──??? (Q11467025) •1 ↑ │ │ │ ├──??? (Q11468491) •1 ×1 ↑ │ │ │ ├──??? (Q11469682) •1 ↑ │ │ │ ├──??? (Q11471466) •1 ↑ │ │ │ ├──??? (Q11472273) •1 ↑ │ │ │ ├──??? (Q11474694) •1 ×2 ↑ │ │ │ ├──??? (Q11476466) •1 ×3 ↑ │ │ │ ├──??? (Q11484754) •1 ↑ │ │ │ ├──??? (Q11489893) •1 ↑ │ │ │ ├──??? (Q11493578) •1 ↑ │ │ │ ├──??? (Q11494140) •1 ↑ │ │ │ ├──??? (Q11503015) •1 ↑ │ │ │ ├──??? (Q11525344) •1 ↑ │ │ │ ├──??? (Q11535210) •1 ×2 ↑ │ │ │ ├──??? (Q11552751) •1 ↑ │ │ │ ├──??? (Q11564621) •1 ×2 ↑ │ │ │ ├──??? (Q11567051) •1 ×6 │ │ │ │ ╞══??? (Q11357748) •1 ↑ … │ │ │ │ ╞══??? (Q11375205) •1 ↑ … │ │ │ │ ╞══??? (Q11384714) •1 ×1 ↑ … │ │ │ │ ╞══??? (Q11392899) •1 ↑ … │ │ │ │ ╞══??? (Q11402901) •1 ↑ … │ │ │ │ ╞══??? (Q11406186) •1 ↑ … │ │ │ │ ╞══??? (Q11417418) •1 ×3 ↑ … │ │ │ │ ╞══??? (Q11426583) •1 ↑ … │ │ │ │ ╞══??? (Q11432821) •1 ↑ … │ │ │ │ ╞══??? (Q11440979) •1 ↑ … │ │ │ │ ╞══??? (Q11445170) •1 ×1 ↑ … │ │ │ │ ╞══??? (Q11453725) •1 ↑ … │ │ │ │ ╞══??? (Q11454417) •1 ×1 ↑ … │ │ │ │ ╞══??? (Q11456482) •1 ×2 ↑ … │ │ │ │ ╞══??? (Q11467025) •1 ↑ … │ │ │ │ ╞══??? (Q11468491) •1 ×1 ↑ … │ │ │ │ ╞══??? (Q11469682) •1 ↑ … │ │ │ │ ╞══??? (Q11471466) •1 ↑ … │ │ │ │ ╞══??? (Q11472273) •1 ↑ … │ │ │ │ ╞══??? (Q11474694) •1 ×2 ↑ … │ │ │ │ ╞══??? (Q11476466) •1 ×3 ↑ … │ │ │ │ ╞══??? (Q11484754) •1 ↑ … │ │ │ │ ╞══??? (Q11489893) •1 ↑ … │ │ │ │ ╞══??? (Q11493578) •1 ↑ … │ │ │ │ ╞══??? (Q11494140) •1 ↑ … │ │ │ │ ╞══??? (Q11503015) •1 ↑ … │ │ │ │ ╞══??? (Q11525344) •1 ↑ … │ │ │ │ ╞══??? (Q11535210) •1 ×2 ↑ … │ │ │ │ ╞══??? (Q11552751) •1 ↑ … │ │ │ │ ╞══??? (Q11564621) •1 ×2 ↑ … │ │ │ │ ├──??? (Q11568245) •1 ↑ │ │ │ │ ├──??? (Q11585964) •1 ↑ │ │ │ │ ├──??? (Q11588986) •1 ↑ │ │ │ │ ├──??? (Q11591458) •1 ×1 ↑ │ │ │ │ ├──??? (Q11592484) •1 ↑ │ │ │ │ ├──??? (Q11593212) •1 ↑ │ │ │ │ ├──??? (Q11595426) •1 ↑ │ │ │ │ ├──??? (Q11609599) •1 ↑ │ │ │ │ ├──??? (Q11617367) •1 ↑ │ │ │ │ ├──??? (Q11652665) •1 ×1 ↑ │ │ │ │ ├──??? (Q11654348) •1 ↑ │ │ │ │ ├──??? (Q11662196) •1 ↑ │ │ │ │ ├──??? (Q11663094) •1 ↑ │ │ │ │ ├──??? (Q11667352) •1 ×1 ↑ │ │ │ │ ├──??? (Q11672430) •1 ×1 ↑ │ │ │ │ ├──??? (Q11674560) •1 ↑ │ │ │ │ └──??? (Q11676740) •1 ↑ │ │ │ ╞══??? (Q11568245) •1 ↑ … │ │ │ ╞══??? (Q11585964) •1 ↑ … │ │ │ ╞══??? (Q11588986) •1 ↑ … │ │ │ ╞══??? (Q11591458) •1 ×1 ↑ … │ │ │ ╞══??? (Q11592484) •1 ↑ … │ │ │ ╞══??? (Q11593212) •1 ↑ … │ │ │ ╞══??? (Q11595426) •1 ↑ … │ │ │ ╞══??? (Q11609599) •1 ↑ … │ │ │ ├──Self-Defense Forces Hospital (Q11613099) •1 ×16 │ │ │ ╞══??? (Q11617367) •1 ↑ … │ │ │ ╞══??? (Q11652665) •1 ×1 ↑ … │ │ │ ╞══??? (Q11654348) •1 ↑ … │ │ │ ├──??? (Q11656440) •1 │ │ │ ╞══??? (Q11662196) •1 ↑ … │ │ │ ╞══??? (Q11663094) •1 ↑ … │ │ │ ╞══??? (Q11667352) •1 ×1 ↑ … │ │ │ ╞══??? (Q11672430) •1 ×1 ↑ … │ │ │ ╞══??? (Q11674560) •1 ↑ … │ │ │ ╞══??? (Q11676740) •1 ↑ … │ │ │ ├──??? (Q11740134) •2 ×1 │ │ │ ├──??? (Q12184776) •1 │ │ │ ├──??? (Q12323275) •2 │ │ │ ├──subdistrict hospital (Q16306413) •1 │ │ │ ├──??? (Q18629950) •2 ×1 │ │ │ ├──Regional hospital (Q21016139) •1 │ │ │ ├──women's hospital (Q22914759) ×19 │ │ │ │ └──maternity hospital (Q958822) •14 ×50 │ │ │ ├──safety net hospital (Q25004734) •1 ×1 ↑ │ │ │ ├──??? (Q26271686) •1 │ │ │ ├──Critical Access Hospital (Q28405265) •1 │ │ │ ├──Voluntary hospital (Q30688522) •1 │ │ │ ├──Mobile hospital (Q42297537) •2 │ │ │ ├──poor hospital (Q48689779) ×12 ↑ │ │ │ │ ╘══Casas de socorro (Q5755377) •2 ×1 ↑ … │ │ │ ╞══pilgrims Hospital (Q48702621) ×28 ↑↑ … │ │ │ ├──Base hospital (Q48969058) •1 │ │ │ ├──??? (Q48977888) •2 │ │ │ ├──delivery ward (Q55553711) │ │ │ ├──??? (Q58190533) •1 ×1 │ │ │ ├──??? (Q59771387) •1 │ │ │ ├──Stroke Unit (Q60856723) •1 │ │ │ │ └──Mobile stroke unit (Q28454410) •4 │ │ │ ├──current hospital (Q64624840) │ │ │ ├──??? (Q67188971) •1 │ │ │ ├──Medical center (Q71115283) │ │ │ ├──Regional Hospital (Q71116716) ×1 │ │ │ ├──District Hospital (Q71117156) │ │ │ ├──??? (Q83249158) │ │ │ ├──??? (Q88258879) │ │ │ ├──planned hospital (Q88460200) ×1 │ │ │ ├──STZ (Q88935858) ×1 │ │ │ └──NHS COVID-19 critical care hospitals (Q89209954) •1 │ │ │ └──NHS Nightingale Hospitals (Q88870126) •2 │ │ ├──theatre (Q24354) •45 ×10815 ↑↑ │ │ │ ╞══opera house (Q153562) •39 ×703 ↑↑↑ … │ │ │ ├──black box theater (Q201946) •8 ×2 │ │ │ ├──Zimmertheater (Q203847) •1 ×3 │ │ │ ├──??? (Q808570) •4 │ │ │ ├──Peasants' Theatre (Q811312) •1 ×1 ↑ │ │ │ ├──Off-Broadway (Q1058828) •20 ×1 │ │ │ ├──odeon (Q1143046) •25 ×31 ↑ │ │ │ ├──philharmonic society (Q1364157) •10 ×104 ↑ │ │ │ ├──national theater (Q1548406) •3 ×3 │ │ │ ╞══Chitalishte (Q1638962) •14 ×831 ↑↑↑↑↑ … │ │ │ ├──??? (Q1830423) •1 ×1 │ │ │ ├──??? (Q1876744) •1 ×1 │ │ │ ├──??? (Q1954948) •1 ×1 │ │ │ ├──private theatre (Q2111165) •1 ×9 │ │ │ ├──??? (Q2289314) •1 ×1 │ │ │ ├──city theatre (Q2328181) •2 │ │ │ ├──théâtre national (Q2430650) •3 ↑ │ │ │ ├──Off-Off-Broadway (Q2501058) •12 │ │ │ ├──Corral de comedias (Q2720855) •11 ×3 │ │ │ ├──??? (Q3476576) •1 ×1 │ │ │ ├──??? (Q3476585) •2 ×4 │ │ │ ├──puppet theatre (Q3982337) •1 ×135 ↑ │ │ │ │ └──Vertep (Q867960) •10 │ │ │ ├──palace theatre (Q4240267) •2 ×122 │ │ │ ├──Box house (Q4951589) •1 ↑ │ │ │ ├──Entertainment centre (Q5380480) •1 ×2 ↑ │ │ │ ├──Koothambalam (Q6430846) •3 │ │ │ ╞══??? (Q9356212) ×4 ↑ … │ │ │ ├──open-air theatre (Q11183017) •9 ×355 │ │ │ │ ├──Roman theatre (Q19757) •19 ×185 │ │ │ │ │ └──Gallo-Roman amphitheatre (Q24933318) •1 ×5 ↑ │ │ │ │ ├──sylvan theater (Q336514) •2 ×50 │ │ │ │ ├──Thingstätte (Q876542) •5 ×14 │ │ │ │ ├──outdoor cinema (Q1454553) •9 ×74 ↑ │ │ │ │ │ └──drive-in theater (Q786922) •18 ×4907 │ │ │ │ ├──Greek theatre (Q2860319) •4 ×78 │ │ │ │ ├──lake stage (Q35012916) ×3 │ │ │ │ ├──Hellenistic theatre (Q60850939) •1 │ │ │ │ └──singing stage (Q65619961) ×9 ↑ │ │ │ ├──small theater (Q11459155) •1 ×1 │ │ │ ├──??? (Q12309493) •1 ×2 │ │ │ ├──playhouse (Q13424808) •5 ×42 │ │ │ │ └──Gorky Drama Theatre (Q4242935) •4 │ │ │ ├──showboat (Q17149955) •3 ×14 ↑ │ │ │ ├──Italian theater (Q18225059) •3 ×11 │ │ │ ├──??? (Q18745892) •2 │ │ │ ├──Double-decker theatre (Q25378123) •1 │ │ │ ├──former theater (Q64654999) ×24 ↑ │ │ │ └──puppet theatre (Q84860894) │ │ ├──post office (Q35054) •45 ×4469 │ │ │ ├──Zweigpostamt (Q232848) •1 │ │ │ ├──post office building (Q2663692) •6 ×34 │ │ │ ├──??? (Q2767264) •2 │ │ │ ├──Boat Railway Post Office (Q4931500) •1 ↑ │ │ │ ├──discontinued post office (Q5281655) •1 ×7 ↑ │ │ │ ├──sub-post office (Q10638120) •2 ×1 │ │ │ ├──travelling post office (Q16927512) •1 │ │ │ ├──??? (Q17041707) •1 ×1 │ │ │ ├──railway station post office (Q18286698) •1 │ │ │ ├──head post office (Q61443591) ×821 │ │ │ ├──sub post office (Q61443650) ×24763 │ │ │ └──branch post office (Q61443690) ×129185 │ │ ├──movie theater (Q41253) •99 ×54140 ↑ │ │ │ ├──adult movie theater (Q52815) •11 ×108 │ │ │ ├──180-Grad-Kino (Q200301) •1 ↑ │ │ │ ├──news cinema (Q423504) •3 ×3 ↑ │ │ │ ├──grindhouse (Q654526) •9 │ │ │ ├──multiplex (Q1153108) •17 ×73 │ │ │ │ └──Moviecom Vitória da Conquista (Q61677126) •1 │ │ │ ├──Nickelodeon (Q1188885) •17 │ │ │ ╞══outdoor cinema (Q1454553) •9 ×74 ↑ … │ │ │ ├──Grenzkino (Q1545788) •1 ×12 │ │ │ ├──communal cinema (Q1780358) •2 ×25 │ │ │ ├──revival house (Q2112202) •4 ×13 │ │ │ ├──Edisonia Hall (Q5338445) •1 ↑ │ │ │ ├──Egyptian theatre (Q5348452) •1 ×13 │ │ │ ├──mobile cinema (Q6605486) •4 ×1 │ │ │ ├──movie palace (Q6926878) •2 ×6 │ │ │ ├──discount theater (Q9384860) •2 │ │ │ ├──Ivo Caprinos Supervideograf (Q11156810) •3 │ │ │ ├──??? (Q11342368) •1 ×1 │ │ │ ├──flying theater (Q18326400) •3 ×1 ↑ │ │ │ │ └──Soarin' (Q2775778) •7 ↑ │ │ │ ├──arthouse cinema (Q27921531) •4 ×9 │ │ │ ├──IMAX theatre (Q42034610) ×80 │ │ │ └──cinema in Erfurt (Q55517457) •1 │ │ ├──sanatorium (Q46124) •36 ×116 ↑ │ │ │ ├──??? (Q2875324) •1 ×2 │ │ │ ├──??? (Q4407411) •1 │ │ │ ├──National Hansen's Disease Sanatorium (Q11421213) •1 ×1 ↑ │ │ │ ├──??? (Q19393471) •1 ×2 │ │ │ ├──tuberculosis sanatorium (Q29628876) ×28 │ │ │ ╘══leprosy sanatorium (Q29631000) ×1 ↑ … │ │ ╞══hospital (Q180370) •5 ×80 ↑↑ … │ │ ├──courthouse (Q1137809) •17 ×2291 ↑↑ │ │ │ ├──??? (Q56436854) │ │ │ ├──county courthouse (Q64037785) ×51 │ │ │ └──former courthouse (Q87760979) ×1 │ │ ├──toguna (Q3530380) •5 │ │ ├──embassy (Q3917681) •43 ×3843 ↑ │ │ │ ├──Apostolic Nunciature (Q620045) •24 ×202 │ │ │ ├──Embassy of Switzerland, Bonn (Q894830) •2 │ │ │ ├──Mainzer Straße 28/30 (Q1498360) •3 │ │ │ ├──Embassy of Hungary, bonn (Q15107893) •2 │ │ │ ├──Libya embassy (Bonn) (Q15896554) •2 │ │ │ ├──Embassy of India, Bonn (Q16686757) •2 │ │ │ ├──Former Embassy of South Korea (Bonn) (Q16862904) •2 │ │ │ ├──Embassy of Austria (Bonn) (Q16919800) •2 │ │ │ ├──Soviet Embassy to the Allied Governments (Q21644032) •1 │ │ │ ├──Embassy of Poland, Kabul (Q56337666) •1 │ │ │ ├──Embassy of Poland, Kinshasa (Q56337701) •1 │ │ │ ├──embassy of El Salvador (Q73414058) ×39 │ │ │ ├──Soviet Embassy in Budapest (Q75946924) •1 │ │ │ ├──Defunct diplomatic missions (Q80905563) ×65 ↑↑ │ │ │ ├──Embassy of Poland, Vientiane (Q88323357) •1 │ │ │ └──Embassy of Poland, San José (Q88444976) •1 │ │ ├──??? (Q16410648) •1 │ │ ├──bingo hall (Q32350958) •1 ×179 ↑ │ │ ├──civic building (Q52177058) ×9 │ │ │ ├──village hall (Q367885) •4 ×118 │ │ │ ├──city hall (Q543654) •53 ×5760 ↑ │ │ │ │ ├──broletto (Q263529) •4 ×11 │ │ │ │ ├──jin'ya (Q908908) •6 ×31 │ │ │ │ ├──??? (Q2411569) •2 │ │ │ │ ├──town halls in Friesland (Q2935188) •2 │ │ │ │ ├──??? (Q3278464) •1 ×6 ↑ │ │ │ │ ├──??? (Q3361361) •4 ×6 │ │ │ │ ├──Gemeenlandshuis (Q5530594) •3 ×8 ↑ │ │ │ │ ╞══tolbooth (Q7814110) •3 ×6 ↑ … │ │ │ │ ├──??? (Q9022797) •3 ×4 ↑ │ │ │ │ ╞══city hall and prison (Q9698181) •3 ×17 ↑ … │ │ │ │ ├──hôtel de ville (Q15020931) •3 ×189 │ │ │ │ ├──timber framed town hall (Q15507780) •1 │ │ │ │ ├──Vierschaar (Q17000288) •2 │ │ │ │ ├──municipal house (Q55076226) │ │ │ │ ╞══??? (Q55221816) •1 ↑↑ … │ │ │ │ └──former town hall (Q65177565) •1 ×15 ↑ │ │ │ ╞══courthouse (Q1137809) •17 ×2291 ↑↑ … │ │ │ ├──county hall (Q5177802) •1 ×10 ↑ │ │ │ └──parliament building (Q7138926) •3 ×133 ↑ │ │ │ └──capitol building (Q3284499) •6 ×86 │ │ ╞══??? (Q55221816) •1 ↑↑ … │ │ └──public facility (Q69503165) •1 ×1 ↑↑ │ ├──vacation rental (Q336532) •8 ×3 ↑ │ ├──secular building (Q357375) •5 ×6 │ ├──indoor swimming pool (Q357380) •7 ×87 ↑ │ ├──watchman's house (Q365627) •5 ×189 ↑ │ ├──real estate holdout (Q373691) •9 ×1 │ ├──Amerika Haus (Q467942) •3 ×5 │ ├──??? (Q472935) •3 ↑ │ ├──distribution substation (Q478986) •11 ×101 ↑ │ │ ├──transformer column (Q2104247) •2 ×7 ↑ │ │ │ ├──Amsterdam transformer column (Q48936881) •2 ×1 │ │ │ └──Hague transformer column (Q50141455) •2 │ │ ├──transformer tower (Q2461128) •2 ×11 ↑ │ │ ├──??? (Q4230064) •3 │ │ ├──digital substation (Q12168872) •2 │ │ ├──??? (Q20074550) •1 │ │ ├──??? (Q20097504) •1 │ │ └──??? (Q51091202) •1 │ ├──rearhouse (Q488654) •5 ×1067 │ ├──Stöckli (Q500224) •5 ×10 │ ├──??? (Q514960) •2 ×1 │ ├──listed building in the United Kingdom (Q570600) •23 ×3 ↑ │ │ ├──Certificate of Immunity from Listing (Q5065092) •1 │ │ ├──Grade II listed buildings in Manchester (Q5591750) •1 │ │ ├──category A listed building (Q10729054) ↑↑ │ │ ├──category B listed building (Q10729125) │ │ ├──category C listed building (Q10729142) ×2 │ │ ├──Grade I listed building (Q15700818) │ │ ├──Grade II* listed building or structure (Q15700831) ×5 ↑ │ │ ├──Grade II listed building (Q15700834) ×26 │ │ ├──Heritage at Risk (Q16983914) •1 │ │ ├──Grade A listed building (Q71055272) │ │ ├──Grade B listed building (Q71056072) │ │ ├──Grade B+ listed building (Q71056106) │ │ ├──Grade B1 listed building (Q71056138) │ │ ├──Grade B2 listed building (Q71056157) │ │ └──locally listed building (Q89292971) •1 ↑ │ ├──archives (Q635719) •3 ×81 ↑↑ │ │ └──??? (Q1454974) •1 ×1 ↑ │ ├──??? (Q636047) •1 │ ├──commercial building (Q655686) •6 ×2074 │ │ ├──restaurant (Q11707) •82 ×3601 ↑↑↑↑ │ │ │ ├──café (Q30022) •69 ×506 ↑↑↑↑ │ │ │ │ ├──Starbucks (Q37158) •77 │ │ │ │ ├──cha chaan teng (Q137746) •7 ×1 ↑ │ │ │ │ ├──Kafenio (Q202092) •4 │ │ │ │ ├──Viennese coffee house (Q261335) •25 ×45 │ │ │ │ ├──internet café (Q272399) •40 ×5 │ │ │ │ │ └──Warnet (Q1409342) •1 │ │ │ │ ├──café-chantant (Q478679) •10 ×14 ↑ │ │ │ │ │ └──café cantante (Q5739165) •2 ×1 ↑↑↑ │ │ │ │ ├──café-théâtre (Q769713) •7 ×3 │ │ │ │ ├──sidewalk cafe (Q1028869) •8 ×1 │ │ │ │ │ └──Schanigarten (Q266734) •8 │ │ │ │ ├──Kissaten (Q1045860) •6 ×6 │ │ │ │ │ └──Manga cafe (Q1349529) •15 │ │ │ │ ├──cantina (Q1206714) •14 ×4 ↑↑ │ │ │ │ ├──??? (Q1681253) •2 ×1 ↑ │ │ │ │ ├──cat café (Q2785359) •21 ×2 ↑ │ │ │ │ ├──book café (Q2933004) •5 ×3 ↑↑ │ │ │ │ ├──??? (Q3357577) •2 ×1 │ │ │ │ ├──Café con piernas (Q3824213) •4 │ │ │ │ ├──Kofe Khauz (Q4236456) •8 │ │ │ │ ├──coffee-house (Q4236467) •3 ×6 │ │ │ │ ╞══café cantante (Q5739165) •2 ×1 ↑↑↑ … │ │ │ │ ├──Parisian café (Q7137468) •3 │ │ │ │ ├──??? (Q10663835) •2 │ │ │ │ ├──??? (Q10673135) •2 │ │ │ │ ├──Excelsior Caffé (Q11289828) •2 │ │ │ │ ├──Muffin Break (Q16964876) •1 │ │ │ │ ├──??? (Q18214247) •1 │ │ │ │ ├──??? (Q20755219) •1 ↑ │ │ │ │ ├──Memory Café (Q38667269) •1 │ │ │ │ ├──??? (Q56827130) •1 │ │ │ │ ├──Animal cafe (Q60462333) •1 │ │ │ │ ├──Tostao' (Q60632476) │ │ │ │ └──Gregory's (Q62273834) │ │ │ ├──take-out (Q154383) •21 │ │ │ │ └──hot dog stand (Q11996675) •3 ×2 │ │ │ ├──inn (Q256020) •46 ×3552 ↑↑↑ │ │ │ │ ├──bed and breakfast (Q367914) •34 ×27 │ │ │ │ ├──Grotto (Q688852) •4 │ │ │ │ ╞══coaching inn (Q966002) •4 ×10 ↑ … │ │ │ │ ├──??? (Q995619) •1 │ │ │ │ ├──Budike (Q1001427) •1 │ │ │ │ ├──??? (Q1331371) •1 ×1 │ │ │ │ ├──Ratskeller (Q1614417) •3 ×1 ↑ │ │ │ │ ├──Konstante (student fraternity) (Q1782643) •1 │ │ │ │ ├──kafana (Q2766008) •14 ×1 │ │ │ │ ├──Gasthaus (Q5526694) •2 ×2787 ↑ │ │ │ │ ├──??? (Q10717186) •2 │ │ │ │ ├──??? (Q13136214) •1 │ │ │ │ ├──??? (Q16742329) •3 ×5 ↑ │ │ │ │ ├──Meson (Q30919351) •3 ×3 ↑↑ │ │ │ │ ╞══parador (Q42899902) •1 ×1 ↑↑↑ … │ │ │ │ ├──Bierbude (Q56756850) ×1 ↑ │ │ │ │ └──church inn (Q58297838) •1 ↑ │ │ │ ├──cosplay restaurant (Q475113) •9 ×1 │ │ │ │ └──Maid café (Q8657160) •16 │ │ │ ├──theme restaurant (Q676586) •6 ×5 │ │ │ │ ╘══cat café (Q2785359) •21 ×2 ↑ … │ │ │ ├──??? (Q797234) •2 │ │ │ ├──hawker centre (Q863425) •9 ×1 │ │ │ ├──Chinese restaurant (Q868580) •6 ×14 │ │ │ │ ╞══cha chaan teng (Q137746) •7 ×1 ↑ … │ │ │ │ ├──Dai pai dong (Q838385) •6 │ │ │ │ └──Cantonese restaurant (Q3234959) •7 ×3 │ │ │ ├──revolving restaurant (Q925352) •14 ×2 │ │ │ ╞══roadhouse (Q951791) •5 ×24 ↑↑ … │ │ │ ├──bridge restaurant (Q996547) •11 ×8 ↑ │ │ │ ├──tea house (Q1072166) •30 ×25 ↑↑ │ │ │ │ ├──gufujo (Q18201558) •3 │ │ │ │ └──eating house (Q63226433) •1 │ │ │ ╞══cantina (Q1206714) •14 ×4 ↑↑ … │ │ │ ├──diner (Q1226318) •20 ×25 │ │ │ ├──drive-in restaurant (Q1259350) •1 ↑ │ │ │ ├──ice cream parlor (Q1311064) •13 ×23 ↑ │ │ │ │ └──Twistee Treat (Q7858562) •1 │ │ │ ├──snack bar (Q1318768) •15 ×7 ↑ │ │ │ ├──tower restaurant (Q1457294) •2 ↑ │ │ │ ├──pizzeria (Q1501212) •16 ×22 │ │ │ │ ├──Ray's Pizza (Q7297101) •2 │ │ │ │ └──take and bake pizzeria (Q7677913) •2 │ │ │ ├──brasserie (Q1581509) •18 ×15 │ │ │ ├──Trattoria (Q1690553) •16 │ │ │ ├──fast food restaurant (Q1751429) •19 ×14 │ │ │ │ ├──friterie (Q1814211) •6 ×1 │ │ │ │ ├──kebab shop (Q6382371) •1 │ │ │ │ └──fast-food hamburger restaurant (Q63878756) ×11 │ │ │ ├──lounge (Q1872263) •4 ×3 │ │ │ │ └──Hookah lounge (Q2883726) •5 ↑ │ │ │ ├──Osteria (Q1970543) •8 ×2 │ │ │ ├──soup kitchen (Q2142654) •22 │ │ │ ├──??? (Q2396004) •2 │ │ │ ├──dhaba (Q2721569) •9 │ │ │ ├──fast casual restaurant (Q2898326) •9 ×2 │ │ │ ├──tearoom (Q2914283) •5 ×3 │ │ │ ├──steakhouse (Q3109696) •12 ×21 │ │ │ │ └──Churrascaria (Q1089950) •7 │ │ │ ├──Guachinche (Q3118668) •5 │ │ │ ├──crêperie (Q3141990) •7 ×3 │ │ │ ├──Kopi tiam (Q3175327) •13 │ │ │ ├──delicatessen (Q3231410) •20 ×7 ↑ │ │ │ │ ├──appetizing store (Q4781062) •1 ×3 │ │ │ │ └──Jewish delicatessen (Q48635101) ×9 │ │ │ ├──??? (Q3427913) •1 │ │ │ ├──rodízio (Q3820721) •3 │ │ │ ├──breastaurant (Q4959807) •7 │ │ │ ├──carvery (Q5047564) •2 ×3 │ │ │ ├──curry house (Q5195228) •1 ×1 │ │ │ ├──Darshini (Q5225540) •1 │ │ │ ├──floating restaurant (Q5459929) •3 ×11 ↑ │ │ │ ├──fried chicken restaurant (Q5503618) •1 ×1 │ │ │ ├──gastropub (Q5526883) •5 ×6 ↑ │ │ │ ├──Health food restaurant (Q5690945) •1 │ │ │ ├──horchatería (Q5902049) •2 │ │ │ ├──??? (Q6141525) •1 │ │ │ ├──kosher restaurant (Q6433096) •3 │ │ │ ├──oyster bar (Q7116364) •3 │ │ │ ├──pancake house (Q7130198) •1 │ │ │ ├──Pop-up restaurant (Q7228945) •5 │ │ │ ├──soda shop (Q7553208) •3 │ │ │ ├──cafeteria (Q8463304) •30 ×15 │ │ │ │ ├──University cafeteria (Q564148) •9 ×8 │ │ │ │ └──canteen (Q54957790) ×7 ↑ │ │ │ │ └──refectory (Q568225) •32 ×22 │ │ │ │ └──Cenacoli of Firenze (Q3247621) •2 │ │ │ ├──sushi-ya (Q10861387) •2 ×5 │ │ │ ├──Kappo (Q11398011) •2 ×1 │ │ │ ├──non-smoking restaurant (Q12040632) •1 │ │ │ ├──lunch counter (Q15733260) •2 ×1 │ │ │ ├──Restaurant tram (Q16068932) •3 ↑↑ │ │ │ ├──seafood restaurant (Q17102985) •1 ×1 │ │ │ │ └──fish and chip shop (Q16980934) •2 ×3 │ │ │ ├──sandwich bar (Q17119403) •1 │ │ │ ├──Eggslut (Q17239262) •4 │ │ │ ├──??? (Q17486711) •3 ×1 │ │ │ ├──frozen yogurt shop (Q18396676) ×1 ↑ │ │ │ ├──self-service restaurant (Q18534555) •1 ↑ │ │ │ ├──high-class restaurant (Q19316447) •9 ×12 │ │ │ │ ├──ryōtei (Q2178435) •12 ×5 │ │ │ │ └──gourmet restaurant (Q3427914) •2 ×2 │ │ │ ├──taco stand (Q21010259) •3 │ │ │ ├──buffet (Q22812694) •4 │ │ │ ├──??? (Q23812032) ×9 │ │ │ ├──Barbecue restaurant (Q24439113) •1 ×3 │ │ │ ├──Chicken restaurant (Q24439114) •1 │ │ │ ├──Greek restaurant (Q24439116) •2 │ │ │ │ └──Zaytinya (Q59354278) •1 │ │ │ ├──Naked restaurant (Q24707637) •3 │ │ │ ├──refreshment room (Q25325280) •1 │ │ │ ├──sandwich shop (Q27979885) ×4 │ │ │ ├──Ramen shop (Q30107131) •2 │ │ │ ├──Poffertjeskramen (Q30157210) •2 ↑↑ │ │ │ ╞══Meson (Q30919351) •3 ×3 ↑↑ … │ │ │ ├──yojeong (Q31179327) •1 ↑ │ │ │ ├──??? (Q37983941) ×1 │ │ │ ├──Vietnamese restaurant (Q41758917) │ │ │ │ └──Pho Lan (Q63780224) │ │ │ ├──Korean restaurant (Q41796336) │ │ │ ├──??? (Q42115890) •2 ↑↑↑ │ │ │ │ ╘══??? (Q42307250) •3 ×1 ↑↑ … │ │ │ ├──Lebanese restaurant (Q42918814) │ │ │ ├──smoothie bar (Q45320472) │ │ │ ├──American grill (Q47215282) │ │ │ ├──supper club (Q48767324) •3 ×2 ↑ │ │ │ ├──Mexican restaurant (Q53845448) ×1 │ │ │ │ └──Oyamel Cucina Mexicana (Q59353996) •1 │ │ │ ├──Italian restaurant (Q53847673) ×1 │ │ │ ├──Indian restaurant (Q54888260) ×2 │ │ │ ├──station restaurant (Q54957751) ×4 │ │ │ │ └──station restaurant (Q801712) •2 ×1 │ │ │ ╞══canteen (Q54957790) ×7 ↑ … │ │ │ ├──??? (Q55594733) ×10 │ │ │ ├──Thai restaurant (Q56054884) │ │ │ ├──doughnut shop (Q58036869) ×1 │ │ │ ├──Japanese restaurant (Q61906224) ×3 │ │ │ ├──Korean restaurant (Q61906252) │ │ │ ├──Middle Eastern restaurant (Q61906344) •1 │ │ │ ├──vegetarian restaurant (Q61960059) ×9 │ │ │ │ └──vegan eatery (Q61960067) ×10 │ │ │ ├──??? (Q63436615) ×26 │ │ │ ├──German restaurant (Q66643758) ×1 │ │ │ ├──Docking Bay 7 Food and Cargo (Q67087730) ×2 │ │ │ ├──Ronto Roasters (Q76776521) │ │ │ ├──gluten-free restaurants (Q78377004) │ │ │ ├──vegan restaurant (Q84256676) ×1 │ │ │ ├──??? (Q88369863) •2 │ │ │ ├──Tibby's New Orleans Kitchen (Q88682816) ×1 │ │ │ ├──??? (Q89100042) •1 │ │ │ └──4 Rivers Smokehouse (Q89279783) ×1 │ │ ╞══café (Q30022) •69 ×506 ↑↑↑↑ … │ │ ├──brothel (Q131295) •75 ×41 │ │ │ ├──German camp brothels in World War II (Q552801) •10 │ │ │ ├──soapland (Q1155691) •16 │ │ │ ├──Pink salon (Q1189130) •8 │ │ │ ├──German military brothels in World War II (Q1723122) •12 │ │ │ ├──Laufhaus (Q1807465) •4 ↑ │ │ │ ╞══Box house (Q4951589) •1 ↑ … │ │ │ ├──SM bar (Q11243734) •1 │ │ │ ├──escort agency (Q13434535) •8 ↑ │ │ │ ╘══yojeong (Q31179327) •1 ↑ … │ │ ├──casino (Q133215) •76 ×448 │ │ │ ├──online casino (Q770881) •24 ×4 ↑↑ │ │ │ ├──Locals casino (Q6664710) •1 │ │ │ ├──Riverboat casino (Q7338100) •2 ×8 │ │ │ ╞══casino hotel (Q16852719) •1 ×9 ↑ … │ │ │ ╘══bingo hall (Q32350958) •1 ×179 ↑ … │ │ ├──supermarket (Q180846) •65 ×69 ↑↑↑ │ │ │ ├──ABC-áruház (Q430289) •1 │ │ │ ├──Cactus (Q466918) •6 │ │ │ ├──Tesco (Q487494) •46 │ │ │ ├──Asian supermarket (Q653793) •5 ×1 │ │ │ ├──Trader Joe's (Q688825) •10 │ │ │ ├──hypermarket (Q750656) •33 ×12 │ │ │ ├──??? (Q864801) •1 ×1 │ │ │ ├──Magnit (Q940518) •16 │ │ │ ├──Coles Supermarkets (Q1108172) •8 │ │ │ ├──Albert Heijn (Q1653985) •13 │ │ │ ├──Pyaterochka (Q1768969) •4 │ │ │ ├──C1000 (Q1879631) •5 │ │ │ ├──PLUS (Q1978981) •3 │ │ │ ├──No Frills (Q3342407) •4 │ │ │ ├──Pão de Açucar (Q3411543) •2 │ │ │ ├──Carulla (Q5047480) •3 │ │ │ ├──Food Basics (Q5465300) •3 │ │ │ ├──Gala (Q5517749) •1 │ │ │ ├──Bas van der Heijden (Q5582070) •3 │ │ │ ├──Lucky Stores (Q6698032) •1 │ │ │ ├──Rainbow Grocery Cooperative (Q7284643) •3 │ │ │ ├──Smart & Final (Q7543916) •2 │ │ │ ├──Zehrs Markets (Q8068546) •2 │ │ │ ├──GS Supermarket (Q12581126) •1 │ │ │ ├──Deen (Q13571727) •1 │ │ │ ├──Dirk (Q17502722) •4 │ │ │ ├──??? (Q17630831) •1 │ │ │ ├──Centra (Q18015107) •1 │ │ │ ├──??? (Q21000531) •1 ↑ │ │ │ │ └──SRV-Wagen (Q2612417) •2 │ │ │ ├──??? (Q54819666) │ │ │ ├──??? (Q56320877) •2 ×1 │ │ │ └──VinMart (Q60245505) •1 │ │ ├──warehouse (Q181623) •61 ×277 ↑ │ │ │ ╞══central warehouse (Q190661) •1 ↑ … │ │ │ ├──pantry (Q258313) •36 ×18 ↑ │ │ │ │ └──chai (Q22683680) •1 ×3 │ │ │ ├──beer cellar (Q857883) •1 ×1 ↑↑ │ │ │ ├──??? (Q1009527) •2 │ │ │ ├──armory (Q1412205) •14 ×126 ↑ │ │ │ ├──??? (Q2298033) •1 │ │ │ ├──??? (Q2345768) •1 ×1 │ │ │ ├──??? (Q2495278) •1 │ │ │ ├──Salt cellar (Q3116478) •1 ×14 │ │ │ ├──??? (Q4365163) •1 │ │ │ ├──fulfillment house (Q5507842) •3 ↑ │ │ │ ├──yard cellar (Q14518514) •1 │ │ │ │ └──Utrecht yard cellar (Q1847160) •1 │ │ │ ├──supply depot (Q16938838) •2 ×1 ↑ │ │ │ ├──gunpowder magazine (Q17504814) •6 ×50 ↑ │ │ │ ├──??? (Q24261516) ×3 │ │ │ ├──Packhof (Q56298469) •1 ×2 ↑ │ │ │ ├──??? (Q56304584) •1 │ │ │ ├──railway freight depot (Q57268313) ×5 ↑ │ │ │ ├──grain storage building (Q60168923) •1 ×2 ↑ │ │ │ │ ├──granary (Q114768) •58 ×3541 ↑ │ │ │ │ │ ├──hórreo (Q265764) •11 ×24 ↑ │ │ │ │ │ │ └──galician granary (Q3481732) •15 ×2 │ │ │ │ │ ├──apotheca (Q773965) •1 │ │ │ │ │ ├──Góré (Q1031438) •5 ↑ │ │ │ │ │ ├──Laimes (Q1800720) •4 ↑ │ │ │ │ │ ├──??? (Q5560443) •1 ×1 │ │ │ │ │ ├──??? (Q9065054) •2 ×1 │ │ │ │ │ ├──parish granary (Q10672967) •3 │ │ │ │ │ ├──??? (Q12369469) •1 ×3 │ │ │ │ │ ├──stabbur (Q14516282) •7 ×2 │ │ │ │ │ ├──alhóndiga (Q17455727) •6 ×7 ↑↑ │ │ │ │ │ └──??? (Q54969398) ×13 │ │ │ │ ├──grain elevator (Q1520009) •19 ×43 │ │ │ │ └──??? (Q13220228) •1 │ │ │ ├──ordnance depot (Q63313760) ×9 ↑ │ │ │ │ ├──Gunroom (Q3184407) •15 ×19 │ │ │ │ └──arkli (Q10418058) •1 │ │ │ └──??? (Q81629128) ×2 │ │ ├──pub (Q212198) •55 ×13732 ↑ │ │ │ ├──brewpub (Q3640372) •5 ×57 ↑ │ │ │ ├──Carpenters Arms (Q5045747) •1 │ │ │ ╞══gastropub (Q5526883) •5 ×6 ↑ … │ │ │ ├──micropub (Q6839982) •1 ×69 │ │ │ ├──tied house (Q7800977) •1 │ │ │ ├──??? (Q11818735) •2 │ │ │ ╞══??? (Q16742329) •3 ×5 ↑ … │ │ │ ├──Cider house (Q16958367) •1 ×6 │ │ │ ├──??? (Q55181751) •1 │ │ │ ├──The Yorkshire Grey (Q68951423) •1 │ │ │ └──??? (Q80005545) •2 ↑ │ │ ├──department store (Q216107) •45 ×619 ↑ │ │ │ ├──Warenhaus (Q2549140) •2 ×4 │ │ │ ├──??? (Q7249333) •2 ×1 │ │ │ └──??? (Q12420241) •1 │ │ ├──cash and carry (Q320677) •10 ↑↑ │ │ ├──kiosk (Q693369) •40 ×35 ↑↑↑↑ │ │ │ ├──Kiosk (Q1334796) •3 │ │ │ └──K67 kiosk (Q6324648) •3 │ │ ├──cloth hall (Q977382) •10 ×16 ↑ │ │ │ └──Gostiny Dvor (Q2386997) •10 ×8 │ │ ╞══tea house (Q1072166) •30 ×25 ↑↑ … │ │ ├──roadside station in Japan (Q1187691) •9 ×1156 ↑ │ │ ├──discothèque (Q1228895) •34 ×133 ↑↑ │ │ │ ├──silent disco (Q1706258) •10 │ │ │ ├──techno club (Q2399482) •1 ×26 │ │ │ ├──Roller disco (Q7361053) •1 ↑ │ │ │ ├──former music venue (Q50330340) ×1 ↑↑ │ │ │ └──gay dance club (Q51167626) ×11 ↑↑↑ │ │ ├──distribution center (Q1229659) •11 ×8 │ │ ├──general store (Q1244860) •10 ×72 ↑ │ │ ├──automobile repair shop (Q1310967) •25 ×12 ↑ │ │ ├──funeral home (Q1466031) •15 ×29 ↑ │ │ ├──perfumery (Q1509937) •4 ×7 ↑↑ │ │ ├──??? (Q1639125) •5 │ │ ├──??? (Q1940855) •1 ×1 │ │ ├──market hall (Q2080521) •10 ×519 ↑↑ │ │ │ ├──??? (Q16641149) •1 ×7 │ │ │ ├──food hall (Q18355750) •1 │ │ │ └──??? (Q56062468) •1 ×1 │ │ ├──clothing store (Q2090555) •6 ×20 ↑↑↑ │ │ │ └──shoe store (Q7500021) •4 ×15 ↑↑↑ │ │ │ └──shoe equipment (Q61754445) ↑ │ │ ├──liquor store (Q2632011) •8 ×4 ↑↑ │ │ ├──seafood market (Q3393867) •3 ×10 ↑ │ │ ├──sobrado (Q3487349) •4 ×31 ↑ │ │ ├──confectionery store (Q3574069) •12 ×13 ↑↑↑↑ │ │ │ ├──pâtisserie (Q861651) •8 ×8 ↑ │ │ │ ├──confiteria (Q8349763) •1 ×2 │ │ │ └──confections section of La Merced Market (Q78839869) │ │ ├──drinking establishment (Q5307737) •6 ×1 ↑ │ │ │ ├──Trinkhalle (Q151515) •2 ↑↑↑↑ │ │ │ ├──tavern (Q154250) •32 ×170 │ │ │ │ ├──cabaret (Q131183) •63 ×87 ↑ │ │ │ │ │ ├──??? (Q1021847) •4 │ │ │ │ │ ├──??? (Q2632687) •1 │ │ │ │ │ ├──guinguette (Q3120628) •6 ×3 │ │ │ │ │ ╘══café cantante (Q5739165) •2 ×1 ↑↑↑ … │ │ │ │ └──Heuriger (Q686899) •19 ×12 │ │ │ ├──thermopolium (Q175836) •15 ×2 │ │ │ ├──bar (Q187456) •58 ×381 │ │ │ │ ├──Dive bar (Q458517) •6 ×2 │ │ │ │ ├──piano bar (Q808744) •2 ×3 │ │ │ │ ├──karaoke box (Q910635) •10 ×5 │ │ │ │ ├──gay bar (Q1043639) •30 ×41 ↑ │ │ │ │ ╞══cantina (Q1206714) •14 ×4 ↑↑ … │ │ │ │ ├──Western saloon (Q1422401) •22 ×6 │ │ │ │ ├──Irish pub (Q1493728) •9 ×2 │ │ │ │ ├──honky-tonk (Q1627155) •16 │ │ │ │ ├──Juke joint (Q1711595) •12 ×1 │ │ │ │ ├──wine bar (Q1922416) •7 ×9 │ │ │ │ ├──??? (Q3058833) •5 │ │ │ │ ├──??? (Q3448526) •1 │ │ │ │ ├──Giger Bar (Q5560268) •2 ×2 │ │ │ │ ├──wet bar (Q7990002) •3 │ │ │ │ ├──??? (Q13639238) •1 │ │ │ │ ├──ice bar (Q17028707) •2 ×1 ↑ │ │ │ │ ├──whisky bar (Q24455030) │ │ │ │ ├──Lesbian bar (Q30324198) •2 ×3 ↑ │ │ │ │ └──home bar (Q60029362) •1 │ │ │ ╞══pub (Q212198) •55 ×13732 ↑ … │ │ │ ╞══inn (Q256020) •46 ×3552 ↑↑↑ … │ │ │ ├──speakeasy (Q616100) •21 ×2 │ │ │ ├──nightclub (Q622425) •46 ×487 ↑↑ │ │ │ │ ├──sex club (Q336078) •7 ×6 │ │ │ │ ├──Afterhours club (Q389191) •4 │ │ │ │ ├──jazz club (Q1684522) •6 ×161 ↑ │ │ │ │ ├──Savoy Ballroom (Q1759057) •8 ↑ │ │ │ │ ├──superclub (Q3504364) •2 ×1 │ │ │ │ ╞══former music venue (Q50330340) ×1 ↑↑ … │ │ │ │ └──karaoke club (Q87411364) │ │ │ ├──beer garden (Q857909) •18 ×15 │ │ │ ├──beer hall (Q858012) •12 ×11 │ │ │ ╞══??? (Q1051574) •7 ↑↑ … │ │ │ ├──izakaya (Q1193068) •19 ×4 │ │ │ │ └──robatayaki (Q5364840) •6 │ │ │ ╞══discothèque (Q1228895) •34 ×133 ↑↑ … │ │ │ ├──popina (Q3397950) •6 ×1 │ │ │ ├──??? (Q4056084) •2 ×1 │ │ │ ├──??? (Q4402271) •1 │ │ │ ├──Meyhane (Q4822177) •6 │ │ │ ╞══café cantante (Q5739165) •

LeeSureman commented 4 years ago

I have another question, do you estimate the bias of your method? For example, in FAC, one subtype's number occupies the 90% of FAC

finin commented 4 years ago

We did not try to systematically estimate the bias based on subtypes. Only some of our types (e.g., PER, FAC) had so many Wikidata entities that we were unable to get all of them within the time limit imposed by the public server.

I did scan the lists manually. As I recall, that led me to add, for example, additional subtypes for FAC to help ensure better coverage.

Having a larger and finer-grained target type system would help solve this problem, but there are still issues. For example, politician (Q82955) would seem like a useful type with the following super-types, which include:

politician (Q82955) •119 ×6

└──professional (Q702269) •28 ×1

└──worker (Q327055) •39 ×5

  └──person (Q215627) •71 ×15

     ├──individual (Q795052) •64

     │  └──individual (Q23958946) ↑

     │     └──entity (Q35120) •41 ×24 ↑↑

     ├──subject (Q830077) •35 ×1

     │  ╘══entity (Q35120) •41 ×24 ↑↑ …

     ├──item with given name property (Q18336849)

     │  ╘══entity (Q35120) •41 ×24 ↑↑ …

     └──agent (Q24229398) ×10

        ╘══individual (Q23958946) ↑ …

As you can see, it has few instances below it and does not include Q5 (Human) as a supertype. So this will complicate the mapping if we wanted to align a type system in which we had a Politician subtype of Person.

-- Tim Finin, Willard and Lillian Hackerman Chair in Engineering, Computer Science and Electrical Engineering, U. Maryland, Baltimore County, 1000 Hilltop Circle, Baltimore MD

  1. http://umbc.edu/~finin, finin@umbc.edu, tfinin@gmail.com, mobile:410-499-3522

On Sun, Apr 5, 2020 at 12:30 AM 李孝男 notifications@github.com wrote:

I have another question, do you estimate the bias of your method? For example, in FAC, one subtype's number occupies the 90% of FAC

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hltcoe/gazetteer-collection/issues/2#issuecomment-609324110, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAUHQH7ROGNZI2NJEXIOLEDRLACNHANCNFSM4LRWXETA .