{
  "@context": "https://schema.org",
  "@graph": [

    {
      "@type": "LocalBusiness",
      "@id": "https://creativart.ro/#organization",

      "name": "CreativArt",
      "legalName": "PRODUS IN SIBIU S.R.L.",

      "url": "https://creativart.ro",
      "foundingDate": "2018",

      "taxID": "40319824",

      "identifier": [
        {
          "@type": "PropertyValue",
          "propertyID": "RegistrulComertului",
          "value": "J2018001878324"
        }
      ],

      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Str. Eduard Albert Bieltz nr. 51",
        "addressLocality": "Sibiu",
        "addressRegion": "Sibiu",
        "postalCode": "550031",
        "addressCountry": "RO"
      },

      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 45.7928,
        "longitude": 24.1197
      },

      "telephone": "+40747015030",

      "brand": {
        "@id": "https://creativart.ro/#brand"
      },

      "owns": [
        {
          "@id": "https://creativart.ro/#brand"
        },
        {
          "@id": "https://creativart.ro/#trademark"
        }
      ],

      "aggregateRating": {
        "@type": "AggregateRating",
        "ratingValue": 5,
        "reviewCount": 53,
        "bestRating": 5,
        "worstRating": 1
      },

      "sameAs": [
        "https://www.facebook.com/creativart.ro",
        "https://www.instagram.com/creativart.ro",
        "https://www.pinterest.com/creativart",
        "https://eyou.social/u/creativart"
      ],

      "knowsAbout": [
        "Cadouri personalizate",
        "Gravura laser",
        "Debitare laser",
        "Personalizare produse",
        "Trofee personalizate",
        "Agende din lemn",
        "Cadouri corporate",
        "Marturii botez",
        "Marturii nunta",
        "Produse promotionale",
        "Personalizare prin gravura laser",
        "Branding promotional",
        "Decoratiuni personalizate",
        "Productie artizanala",
        "Produse realizate in Romania"
      ],

      "hasOfferCatalog": {
        "@id": "https://creativart.ro/#catalog"
      },

      "subjectOf": [
        {
          "@id": "https://creativart.ro/#expertise"
        },
        {
          "@id": "https://creativart.ro/#materials"
        }
      ]
    },

    {
      "@type": "Brand",
      "@id": "https://creativart.ro/#brand",

      "name": "CreativArt",
      "alternateName": "CreativArt®",

      "url": "https://creativart.ro",

      "identifier": {
        "@type": "PropertyValue",
        "propertyID": "Trademark Registration",
        "value": "186724"
      },

      "sameAs": [
        "https://creativart.ro/marca-inregistrata-creativart/"
      ]
    },

    {
      "@type": "Intangible",
      "@id": "https://creativart.ro/#trademark",

      "name": "CreativArt®",

      "description": "Marca inregistrata apartinand PRODUS IN SIBIU S.R.L.",

      "identifier": {
        "@type": "PropertyValue",
        "propertyID": "OSIM Trademark",
        "value": "186724"
      },

      "url": "https://creativart.ro/marca-inregistrata-creativart/",

      "sameAs": [
        "https://creativart.ro/marca-inregistrata-creativart/"
      ]
    },

    {
      "@type": "Thing",
      "@id": "https://creativart.ro/#expertise",

      "name": "Expertiza CreativArt",

      "description": "Productie si personalizare produse prin gravura si debitare laser pentru clienti individuali si companii."
    },

    {
      "@type": "OfferCatalog",
      "@id": "https://creativart.ro/#catalog",

      "name": "Catalog Produse si Servicii CreativArt",

      "itemListElement": [

        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Service",
            "name": "Gravura laser"
          }
        },

        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Service",
            "name": "Debitare laser"
          }
        },

        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Service",
            "name": "Personalizare produse"
          }
        },

        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Service",
            "name": "Cadouri corporate personalizate"
          }
        },

        {
          "@type": "Offer",
          "itemOffered": {
            "@type": "Service",
            "name": "Productie promotionala personalizata"
          }
        }
      ]
    },

    {
      "@type": "DefinedTermSet",
      "@id": "https://creativart.ro/#materials",

      "name": "Materiale procesate",

      "hasDefinedTerm": [

        {
          "@type": "DefinedTerm",
          "name": "Lemn"
        },

        {
          "@type": "DefinedTerm",
          "name": "Placaj plop"
        },

        {
          "@type": "DefinedTerm",
          "name": "MDF"
        },

        {
          "@type": "DefinedTerm",
          "name": "Acril"
        },

        {
          "@type": "DefinedTerm",
          "name": "Oglinda acrilica"
        },

        {
          "@type": "DefinedTerm",
          "name": "PMMA"
        },

        {
          "@type": "DefinedTerm",
          "name": "ABS"
        },

        {
          "@type": "DefinedTerm",
          "name": "Fetru"
        }
      ]
    }

  ]
}