{
    "@context": "https://schema.org",
    "@type": "Dataset",
    "name": "Rhenia Mykonos Hotel & Bungalows AI Index",
    "description": "Comprehensive AI-optimized structured dataset for Rhenia Mykonos Hotel & Bungalows located in Mykonos. This dataset provides machine-readable information regarding room types, pricing indices, hotel amenities, and geographic data designed for seamless integration with Large Language Models (LLMs) and AI agents.",
    "url": "https://www.rheniamykonos.com/ai-index.json",
    "creator": {
        "@type": "Organization",
        "name": "Rhenia Mykonos Hotel & Bungalows",
        "url": "https://www.rheniamykonos.com/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Overron",
        "url": "https://www.overron.com"
    },
    "license": "https://creativecommons.org/licenses/by/4.0/",
    "distribution": [
        {
            "@type": "DataDownload",
            "encodingFormat": "application/json",
            "contentUrl": "https://www.rheniamykonos.com/ai-index.json"
        }
    ],
    "data": {
        "entity": "Rhenia Mykonos Hotel & Bungalows",
        "type": "hotel",
        "location": "Mykonos, Greece",
        "website": "https://www.rheniamykonos.com/",
        "booking_url": "https://rheniamykonos.reserve-online.net/",
        "knowledge_base": "/llms.txt",
        "ai_endpoints": {
            "search": "/ai-search.php",
            "method": "GET",
            "parameter": "q"
        },
        "adults_only": false,
        "rooms": [
            {
                "name": "Delos Sea View Room",
                "code": "TR",
                "min_guests": 1,
                "max_guests": 2,
                "features": [
                    "sea view"
                ],
                "tags": [
                    "couple"
                ],
                "price_range": {
                    "2026-05": {
                        "min": 134,
                        "max": 174
                    },
                    "2026-06": {
                        "min": 147,
                        "max": 238
                    },
                    "2026-07": {
                        "min": 204,
                        "max": 243
                    },
                    "2026-08": {
                        "min": 208,
                        "max": 266
                    },
                    "2026-09": {
                        "min": 126,
                        "max": 231
                    },
                    "2026-10": {
                        "min": 126,
                        "max": 126
                    }
                }
            },
            {
                "name": "Cycladic Sea View Room",
                "code": "BUNG",
                "min_guests": 1,
                "max_guests": 2,
                "features": [
                    "sea view"
                ],
                "tags": [
                    "couple"
                ],
                "price_range": {
                    "2026-05": {
                        "min": 163,
                        "max": 202
                    },
                    "2026-06": {
                        "min": 174,
                        "max": 264
                    },
                    "2026-07": {
                        "min": 254,
                        "max": 294
                    },
                    "2026-08": {
                        "min": 243,
                        "max": 333
                    },
                    "2026-09": {
                        "min": 223,
                        "max": 266
                    },
                    "2026-10": {
                        "min": 223,
                        "max": 223
                    }
                }
            },
            {
                "name": "Bungalow Sea View",
                "code": "FAM",
                "min_guests": 1,
                "max_guests": 3,
                "features": [
                    "sea view"
                ],
                "price_range": {
                    "2026-05": {
                        "min": 188,
                        "max": 229
                    },
                    "2026-06": {
                        "min": 202,
                        "max": 299
                    },
                    "2026-07": {
                        "min": 288,
                        "max": 320
                    },
                    "2026-08": {
                        "min": 266,
                        "max": 301
                    },
                    "2026-09": {
                        "min": 242,
                        "max": 320
                    },
                    "2026-10": {
                        "min": 242,
                        "max": 242
                    }
                }
            },
            {
                "name": "VITUAL ROOMS",
                "code": "VIRT",
                "min_guests": 1,
                "max_guests": 3
            }
        ],
        "room_count": 4,
        "pricing_summary": {
            "cheapest_room": "TR",
            "cheapest_price": 126,
            "most_expensive_room": "BUNG",
            "highest_price": 333,
            "cheapest_room_name": "Delos Sea View Room"
        },
        "seasonality": {
            "low_season_max": 202,
            "mid_season_max": 238,
            "high_season_max": 266,
            "peak_season_max": 333
        },
        "price_range_global": {
            "min": 126,
            "max": 333
        },
        "searchable_features": [
            "sea_view"
        ],
        "searchable_tags": [
            "couple"
        ],
        "coordinates": [
            37.467037,
            25.327391
        ],
        "country": "Greece",
        "generated_at": "2026-08-16T03:51:40+03:00"
    }
}