{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A tourist destination. In principle any [[Place]] can be a [[TouristDestination]] from a [[City]], Region or [[Country]] to an [[AmusementPark]] or [[Hotel]]. This Type can be used on its own to describe a general [[TouristDestination]], or be used as an [[additionalType]] to add tourist relevant properties to any other [[Place]].  A [[TouristDestination]] is defined as a [[Place]] that contains, or is colocated with, one or more [[TouristAttraction]]s, often linked by a similar theme or interest to a particular [[touristType]]. The [UNWTO](http://www2.unwto.org/) defines Destination (main destination of a tourism trip) as the place visited that is central to the decision to take the trip.\n  (See examples below.)",
      "rdfs:label" : "TouristDestination",
      "rdfs:subClassOf" : "schema:Place",
      "schema:contributor" : [
         "collab:Tourism",
         "collab:IIT-CNR.it"
      ],
      "schema:isPartOf" : "http:pending.schema.org",
      "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1810"
   },
   "properties" : {
      "schema:includesAttraction" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Attraction located at destination.",
         "rdfs:label" : "includesAttraction",
         "schema:contributor" : [
            "collab:IIT-CNR.it",
            "collab:Tourism"
         ],
         "schema:domainIncludes" : "schema:TouristDestination",
         "schema:isPartOf" : "http:pending.schema.org",
         "schema:rangeIncludes" : "schema:TouristAttraction",
         "schema:source" : "https://github.com/schemaorg/schemaorg/issues/1810"
      },
      "schema:touristType" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Attraction suitable for type(s) of tourist. E.g. children, visitors from a particular country, etc. ",
         "rdfs:label" : "touristType",
         "schema:contributor" : [
            "collab:Tourism",
            "collab:IIT-CNR.it"
         ],
         "schema:domainIncludes" : [
            "schema:TouristDestination",
            "schema:TouristTrip",
            "schema:TouristAttraction"
         ],
         "schema:rangeIncludes" : [
            "schema:Audience",
            "schema:Text"
         ]
      }
   }
}