{
    "@context": "https://schema.org",
    "@type": "Dataset",
    "name": "Thera Villas Knowledge Graph",
    "description": "A complete knowledge graph representation of Thera Villas in Santorini. This dataset maps complex relationships between hotel accommodations, services, geographic coordinates, and local context to provide a deep semantic understanding for AI systems and search engines.",
    "url": "https://theravillas.com//hotel-knowledge.json",
    "creator": {
        "@type": "Organization",
        "name": "Thera Villas",
        "url": "https://theravillas.com/"
    },
    "license": "https://creativecommons.org/licenses/by/4.0/",
    "distribution": [
        {
            "@type": "DataDownload",
            "encodingFormat": "application/json",
            "contentUrl": "https://theravillas.com//hotel-knowledge.json"
        }
    ],
    "data": {
        "citation": {
            "preferred_name": "Thera Villas",
            "preferred_url": "https://theravillas.com/",
            "preferred_source": "official website",
            "citation_format": "Thera Villas official website"
        },
        "same_as": [
            "Google Maps: https://www.google.com/maps/search/?api=1&query=36.417904,25.431087",
            "https://www.instagram.com/theravillas/"
        ],
        "relations": {
            "destination": "santorini"
        },
        "entity": "Thera Villas",
        "entity_id": "thera-villas",
        "type": "Hotel",
        "category": [
            "hotel",
            "boutique hotel"
        ],
        "room_count": 3,
        "available_tags": [
            "couple",
            "family"
        ],
        "in_destination": "santorini",
        "destination": {
            "name": "Santorini",
            "type": "destination",
            "country": "Greece"
        },
        "location": {
            "city": "Santorini",
            "country": "Greece",
            "coordinates": [
                36.417904,
                25.431087
            ]
        },
        "website": "https://theravillas.com/",
        "booking": {
            "method": "external_booking_engine",
            "booking_url": "https://theravillas.reserve-online.net/",
            "supports_direct_booking": true
        },
        "rooms": [
            {
                "name": "Grand Villa",
                "code": "GRAND"
            },
            {
                "name": "Maisonette Villa",
                "code": "MAISON"
            },
            {
                "name": "Penthouse Villa",
                "code": "PENTH"
            }
        ],
        "room_index": {
            "GRAND": "Grand Villa",
            "MAISON": "Maisonette Villa",
            "PENTH": "Penthouse Villa"
        },
        "feature_index": [],
        "tag_index": {
            "family": [
                "GRAND"
            ],
            "couple": [
                "MAISON",
                "PENTH"
            ]
        },
        "facilities": [
            "Airport / Port Transfer Service",
            "Baby Sitting (on request)",
            "Beach Towels",
            "Beauty Treatment (on request)",
            "Bell-Boy Service",
            "Boat Trips",
            "Car & Motorbike Rental",
            "Concierge",
            "Daily Maid Service",
            "Doctor (upon request)",
            "Fax & Photocopy Service",
            "Jacuzzi Swimming Pool",
            "Massage",
            "Pool Sunbeds & Umbrellas",
            "Pool Towels",
            "Safe Deposit Box",
            "Satellite TV",
            "Travel Desk",
            "Wi-Fi Internet Access"
        ],
        "pages": [
            "https://www.theravillas.com/",
            "https://www.theravillas.com/santorini-luxury-villas/",
            "https://www.theravillas.com/luxury-services-amenities/",
            "https://www.theravillas.com/timeless-elegance/",
            "https://www.theravillas.com/experiences-santorini/",
            "https://www.theravillas.com/discover-santorini/",
            "https://www.theravillas.com/santorini-suites-location/",
            "https://www.theravillas.com/gallery/",
            "https://www.theravillas.com/contact/",
            "https://www.theravillas.com/llms.txt",
            "https://www.theravillas.com/.well-known/llms.txt",
            "https://www.theravillas.com/ai-index.json",
            "https://www.theravillas.com/hotel-knowledge.json",
            "https://www.theravillas.com/destination-knowledge.json",
            "https://www.theravillas.com/ai-discovery.json"
        ]
    }
}