{
  "@context": {
    "@vocab": "http://schema.org/"
  },
  "@graph": [
    {
      "@id": "#MainOrganization",
      "@type": "Organization",
      "name": "Redcube Furniture",
      "url": "https://www.cyprusfurniture.com/redcube-furniture",
      "logo": "https://www.cypruswebsites.com/images/advertisments/112707094751.gif",
      "sameAs": [
        "http://redcube.com.cy/"
      ]
    },
    {
      "@type": "FurnitureStore",
      "parentOrganization": {
        "@id": "#MainOrganization"
      },
      "name": "Redcube Furniture",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Agios Athanasios Industrial Estate",
        "addressLocality": "Limassol",
        "addressRegion": "Limassol",
        "postalCode": "2345",
        "telephone": "+357 25 720 371"
      },
      "openingHours": [
        "Mo-Fr 09:00-18:00 Sa 10:30-16:00"
      ],
      "image": "http://redcube.com.cy/wp-content/uploads/2012/08/limassol.jpg",
      "description": "Limassol description",
      "hasmap": ""
    },
    {
      "@type": "FurnitureStore",
      "parentOrganization": {
        "@id": "#MainOrganization"
      },
      "name": "Redcube Furniture",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "114, Mesogis Avenue",
        "addressLocality": "Paphos",
        "addressRegion": "Paphos",
        "postalCode": "2234",
        "telephone": " +357 26 934 244"
      },
      "openingHours": [
        "Mo-Fr 09:00-18:00 Sa 10:30-16:00"
      ],
      "image": "http://redcube.com.cy/wp-content/uploads/2012/08/paphos-542x402.jpeg",
      "description": "Paphos description",
      "hasmap": ""
    }
  ]
}