{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A tourist trip. A created itinerary of visits to one or more places of interest ([[TouristAttraction]]/[[TouristDestination]]) often linked by a similar theme, geographic area, or interest to a particular [[touristType]]. The [UNWTO](http://www2.unwto.org/) defines tourism trip as the Trip taken by visitors.\n  (See examples below.)",
      "rdfs:label" : "TouristTrip",
      "rdfs:subClassOf" : "schema:Trip",
      "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: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"
         ]
      }
   }
}