venues
Data license: Compiled from official public government tourism registers · Data source: National tourism registers (BG · RO · GB · ES · FR · IE · HR · PT)
- group
- Top group: Stay / Eat & Drink / Other
- family
- Simplified family (Hotels, Guesthouses, Restaurants, Bars & Pubs…)
- venue_type
- Detailed canonical type (see the venue_types table)
- type_granularity
- 'coarse' when the source lumps several real types (e.g. UK FSA)
- rating_value
- Normalized 1–5 grade, or blank if unrated
- rating_scheme
- star / key / flower / approved / none (see rating_schemes)
- rating_label
- Original rating string from the source (provenance)
- source_type
- Original type string from the national register (provenance)
- source_category
- Original category/rating field from the register
- capacity_persons
- Comparable headline capacity — beds/guests (stay) or seats (food)
- rooms
- Number of rooms / units (accommodation)
- cert_number
- Certificate / registration number in the national register
- source
- Source register the row came from
8 rows where country = "IE", family = "guesthouses" and rating_value = 5
This data as json, CSV (advanced)
Suggested facets: rooms, municipality
| Link | rowid ▼ | name | country | group | family | venue_type | type_granularity | rating_value | rating_scheme | rating_label | capacity_persons | rooms | city | municipality | address | lat | lng | valid_until | stop_date | source | source_type | source_category | cert_number |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 101214 | 101214 | Coastline House | IE | stay | guesthouses | guesthouse | normal | 5 | star | B&B - 5 Star | 6 | Dingle | Kerry | The Wood | 52.1406 | -10.28464 | IE-Failte | B&B | B&B - 5 Star | BBL24400 | |||
| 101271 | 101271 | Ferndale | IE | stay | guesthouses | guesthouse | normal | 5 | star | B&B - 5 Star | 5 | Achill Island | Mayo | Crumpaun, Keel | 53.98179 | -10.08967 | IE-Failte | B&B | B&B - 5 Star | BBL24162 | |||
| 101323 | 101323 | Ivyleigh House | IE | stay | guesthouses | guesthouse | normal | 5 | star | B&B - 5 Star | 4 | Portlaoise | Laois | Bank Place | 53.03576 | -7.3 | IE-Failte | B&B | B&B - 5 Star | BBL11290 | |||
| 101333 | 101333 | Killiane Castle Country House & Farm | IE | stay | guesthouses | guesthouse | normal | 5 | star | B&B - 5 Star | 8 | Drinagh | Wexford | Killiane | 52.29138 | -6.4485 | IE-Failte | B&B | B&B - 5 Star | BBL11892 | |||
| 101427 | 101427 | Rivermount House | IE | stay | guesthouses | guesthouse | normal | 5 | star | B&B - 5 Star | 5 | Kinsale | Cork | Barrell's Cross, Knocknabinny | 51.68842 | -8.56325 | IE-Failte | B&B | B&B - 5 Star | BBL32568 | |||
| 101512 | 101512 | The Shores Country House | IE | stay | guesthouses | guesthouse | normal | 5 | star | B&B - 5 Star | 4 | Castlegregory | Kerry | Cappateige | 52.24026 | -10.09304 | IE-Failte | B&B | B&B - 5 Star | BBL10917 | |||
| 101513 | 101513 | The Tides | IE | stay | guesthouses | guesthouse | normal | 5 | star | B&B - 5 Star | 6 | Ballybunion | Kerry | Gortnaskeha | 52.50506 | -9.65095 | IE-Failte | B&B | B&B - 5 Star | BBL28094 | |||
| 101977 | 101977 | Mon Petit Cottage | IE | stay | guesthouses | guesthouse | normal | 5 | star | B&B - 5 Star | 3 | Bunclody | Wexford | Mill Road | IE-Failte | B&B | B&B - 5 Star | BBL41023 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE venues ("name" TEXT, "country" TEXT, "group" TEXT, "family" TEXT, "venue_type" TEXT, "type_granularity" TEXT, "rating_value" INTEGER, "rating_scheme" TEXT, "rating_label" TEXT, "capacity_persons" INTEGER, "rooms" INTEGER, "city" TEXT, "municipality" TEXT, "address" TEXT, "lat" REAL, "lng" REAL, "valid_until" TEXT, "stop_date" TEXT, "source" TEXT, "source_type" TEXT, "source_category" TEXT, "cert_number" TEXT);
CREATE INDEX idx_country ON venues("country");
CREATE INDEX idx_group ON venues("group");
CREATE INDEX idx_family ON venues("family");
CREATE INDEX idx_venue_type ON venues("venue_type");
CREATE INDEX idx_rating_value ON venues("rating_value");
CREATE INDEX idx_rating_scheme ON venues("rating_scheme");
CREATE INDEX idx_city ON venues("city");