{
   "class" : {
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A tourist attraction.  In principle any Thing can be a [[TouristAttraction]], from a [[Mountain]] and [[LandmarksOrHistoricalBuildings]] to a [[LocalBusiness]].  This Type can be used on its own to describe a general [[TouristAttraction]], or be used as an [[additionalType]] to add tourist attraction properties to any other type.  (See examples below)",
      "rdfs:label" : "TouristAttraction",
      "rdfs:subClassOf" : "schema:Place",
      "schema:contributor" : [
         "collab:Tourism",
         "collab:IIT-CNR.it"
      ]
   },
   "properties" : {
      "schema:availableLanguage" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A language someone may use with or at the item, service or place. Please use one of the language codes from the [IETF BCP 47 standard](http://tools.ietf.org/html/bcp47). See also [[inLanguage]].",
         "rdfs:label" : "availableLanguage",
         "schema:domainIncludes" : [
            "schema:TouristAttraction",
            "schema:ContactPoint",
            "schema:Course",
            "schema:LodgingBusiness",
            "schema:ServiceChannel"
         ],
         "schema:rangeIncludes" : [
            "schema:Text",
            "schema:Language"
         ]
      },
      "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"
         ]
      }
   }
}