{
  "id": "urn:ngsi-ld:Store:santander:COM4111",
  "type": "Store",
  "source": {
    "type": "Text",
    "value": "https://api.smartsantander.eu/"
  },
  "dataProvider": {
    "type": "Text",
    "value": "http://www.smartsantander.eu/"
  },
  "location": {
    "type": "geo:json",
    "value": {
      "type": "Point",
      "coordinates": [
        -3.8077562,
        43.4628255
      ]
    }
  },
  "name": {
    "type": "Text",
    "value": "MARTA KAUFMANN"
  },
  "description": {
    "type": "Text",
    "value": "Cosmetica natural fabricada en Santander."
  },
  "currenciesAccepted": {
    "type": "StructuredValue",
    "value": [
      "EUR"
    ]
  },
  "paymentAccepted": {
    "type": "StructuredValue",
    "value": [
      "cash",
      "paypal"
    ]
  },
  "openingHoursSpecification": {
    "type": "StructuredValue",
    "value": [
      {
        "opens": "00:02:00",
        "closes": "23:59:00",
        "dayOfWeek": "Monday"
      },
      {
        "opens": "00:01:00",
        "closes": "23:59:00",
        "dayOfWeek": "Tuesday"
      },
      {
        "opens": "00:01:00",
        "closes": "23:59:00",
        "dayOfWeek": "Wednesday"
      },
      {
        "opens": "00:01:00",
        "closes": "23:59:00",
        "dayOfWeek": "Thursday"
      },
      {
        "opens": "00:01:00",
        "closes": "23:59:00",
        "dayOfWeek": "Friday"
      }
    ]
  },
  "logo": {
    "type": "Text",
    "value": "http://www.comerciosantander.com/imagenes/Comercios/124F214A-CE55-5A33-A77D-679C0F848FFC_logo.jpg/resize/50/100"
  },
  "telephone": {
    "type": "Text",
    "value": "(+34) 942 123 123"
  },
  "email": {
    "type": "Text",
    "value": "email@example.com"
  },
  "url": {
    "type": "Text",
    "value": "https://exampleStoreUrl.com"
  },
  "category": {
    "type": "Text",
    "value": "GroceryStore"
  }
}
