core + iot ():

VenueMap

Canonical URL: http://schema.org/VenueMap

Thing > Intangible > Enumeration > MapCategoryType :: VenueMap

A venue map (e.g. for malls, auditoriums, museums, etc.).

Usage: Between 10 and 100 domains


Examples

Example 1
  1. <p>
  2. Welcome to a fictional SF art museum.
  3. Here is our <a href="/map1234/">venue map</a>
  4. </p>
  1. <p itemscope itemtype="http://schema.org/Museum">
  2. Welcome to a fictional <span itemprop="name">SF art museum.</name>
  3. Here is our
  4. <span itemscope itemprop="hasMap" itemtype="http://schema.org/Map">
  5. <link itemprop="mapType" href="http://schema.org/VenueMap" />
  6. <a itemprop="url" href="/map1234/">venue map</a></span>
  7. </p>
  1. <p vocab="http://schema.org/" typeof="Museum">
  2. Welcome to a fictional <span property="name">SF art museum.</name>
  3. Here is our
  4. <span property="hasMap" typeof="Map">
  5. <link itemprop="mapType" href="http://schema.org/VenueMap" />
  6. <a property="url" href="/map1234/">venue map</a></span>
  7. </p>
  1. {
  2.  "@context": "http://schema.org/",
  3.  "@type": "Museum",
  4.  "name": "SF art museum",
  5.  "hasMap": {
  6.  "@type": "Map",
  7.    "mapType": { "@id": "http://schema.org/VenueMap" },
  8.    "url":  "http://art-sf.example.com/map1234/"
  9.    }
  10. }

Schema Version 3.2