{
  "id": "Museum-Barcelona-MACBA-1234",
  "type": "Museum",
  "address": {
    "type": "StructuredValue",
    "value": {
      "addressCountry": "ES",
      "addressLocality": "Barcelona",
      "streetAddress": "Plaza Dels \u00c0ngels, 1"
    }
  },
  "alternateName": {
    "type": "Text",
    "value": "MACBA"
  },
  "artPeriod": {
    "type": "StructuredValue",
    "value": [
      "contemporary"
    ]
  },
  "description": {
    "type": "Text",
    "value": "The MACBA was designed by the American architect Richard Meier and inaugurated in 1995."
  },
  "facilities": {
    "type": "StructuredValue",
    "value": [
      "shop",
      "cloakRoom",
      "guidedTour"
    ]
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Point",
      "coordinates": [
        2.1668771521199393,
        41.38302235796602
      ]
    }
  },
  "museumType": {
    "type": "StructuredValue",
    "value": [
      "fineArts"
    ]
  },
  "name": {
    "type": "Text",
    "value": "Museo de Arte Contemporaneo de Barcelona"
  },
  "openingHoursSpecification": {
    "type": "StructuredValue",
    "value": [
      {
        "dayOfWeek": "Monday",
        "closes": "19:30:00",
        "opens": "11:00:00"
      },
      {
        "dayOfWeek": "Tuesday",
        "closes": "19:30:00",
        "opens": "11:00:00"
      },
      {
        "dayOfWeek": "Wednesday",
        "closes": "19:30:00",
        "opens": "11:00:00"
      },
      {
        "dayOfWeek": "Thursday",
        "closes": "19:30:00",
        "opens": "11:00:00"
      },
      {
        "dayOfWeek": "Friday",
        "closes": "19:30:00",
        "opens": "11:00:00"
      },
      {
        "dayOfWeek": "Saturday",
        "closes": "21:00:00",
        "opens": "10:00:00"
      },
      {
        "dayOfWeek": "Sunday",
        "closes": "15:00:00",
        "opens": "10:00:00"
      }
    ]
  },
  "source": {
    "type": "Text",
    "value": "http://www.tourspain.es"
  },
  "touristArea": {
    "type": "Text",
    "value": "Barcelona-Capital"
  }
}