Data Model: Philippine Tourist Spots
Description
This data model defines the structure for a dataset containing tourist destinations in the Philippines.
Fields
| Field Name | Type | Description |
|---|---|---|
| id | integer | Unique identifier |
| spot_name | string | Name of the tourist spot |
| location | string | City or province |
| region | string | Luzon, Visayas, or Mindanao |
| spot_type | string | Natural, Historical, Cultural |
| entrance_fee_php | integer | Average entrance fee in PHP |
Example Record
{
"id": 1,
"spot_name": "Chocolate Hills",
"location": "Bohol",
"region": "Visayas",
"spot_type": "Natural",
"entrance_fee_php": 100
}
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support