IKEA · JSON-LD Context

Ikea Product Catalog Context

JSON-LD context defining the semantic vocabulary for Ikea Product Catalog from IKEA.

3 Classes 34 Properties 4 Namespaces
View Context View on GitHub

Namespaces

ikea: https://ikea.api-evangelist.com/schema/
schema: https://schema.org/
dcterms: http://purl.org/dc/terms/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Category ProductDetails Store

Properties

Property Type Container
id string
name string
url string
im anyURI
subs list
catalogRefs
currencyCode string
experimental
globalId string
mainImage
pipUrl anyURI
price string
priceExclTax string
priceExclTaxNumeral decimal
priceNumeral decimal
revampPrice
typeName string
validDesignText string
lat string
lng string
address
homeShoppingUnit boolean
openCloseDates
hours
displayName string
externalPickupPoint
extras
hideStore boolean
placeId string
storePageUrl anyURI
treatAsStore boolean
displayNameAlternate string
weekStartDay string
buClassification

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "ikea": "https://ikea.api-evangelist.com/schema/",
    "schema": "https://schema.org/",
    "dcterms": "http://purl.org/dc/terms/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "Category": "ikea:Category",
    "id": {
      "@id": "ikea:id",
      "@type": "xsd:string"
    },
    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "url": {
      "@id": "schema:url",
      "@type": "xsd:string"
    },
    "im": {
      "@id": "ikea:im",
      "@type": "xsd:anyURI"
    },
    "subs": {
      "@id": "ikea:subs",
      "@container": "@list"
    },
    "ProductDetails": "ikea:ProductDetails",
    "catalogRefs": {
      "@id": "ikea:catalogRefs"
    },
    "currencyCode": {
      "@id": "ikea:currencyCode",
      "@type": "xsd:string"
    },
    "experimental": {
      "@id": "ikea:experimental"
    },
    "globalId": {
      "@id": "ikea:globalId",
      "@type": "xsd:string"
    },
    "mainImage": {
      "@id": "ikea:mainImage"
    },
    "pipUrl": {
      "@id": "ikea:pipUrl",
      "@type": "xsd:anyURI"
    },
    "price": {
      "@id": "schema:price",
      "@type": "xsd:string"
    },
    "priceExclTax": {
      "@id": "ikea:priceExclTax",
      "@type": "xsd:string"
    },
    "priceExclTaxNumeral": {
      "@id": "ikea:priceExclTaxNumeral",
      "@type": "xsd:decimal"
    },
    "priceNumeral": {
      "@id": "ikea:priceNumeral",
      "@type": "xsd:decimal"
    },
    "revampPrice": {
      "@id": "ikea:revampPrice"
    },
    "typeName": {
      "@id": "ikea:typeName",
      "@type": "xsd:string"
    },
    "validDesignText": {
      "@id": "ikea:validDesignText",
      "@type": "xsd:string"
    },
    "Store": "ikea:Store",
    "lat": {
      "@id": "ikea:lat",
      "@type": "xsd:string"
    },
    "lng": {
      "@id": "ikea:lng",
      "@type": "xsd:string"
    },
    "address": {
      "@id": "schema:address"
    },
    "homeShoppingUnit": {
      "@id": "ikea:homeShoppingUnit",
      "@type": "xsd:boolean"
    },
    "openCloseDates": {
      "@id": "ikea:openCloseDates"
    },
    "hours": {
      "@id": "ikea:hours"
    },
    "displayName": {
      "@id": "ikea:displayName",
      "@type": "xsd:string"
    },
    "externalPickupPoint": {
      "@id": "ikea:externalPickupPoint"
    },
    "extras": {
      "@id": "ikea:extras"
    },
    "hideStore": {
      "@id": "ikea:hideStore",
      "@type": "xsd:boolean"
    },
    "placeId": {
      "@id": "ikea:placeId",
      "@type": "xsd:string"
    },
    "storePageUrl": {
      "@id": "ikea:storePageUrl",
      "@type": "xsd:anyURI"
    },
    "treatAsStore": {
      "@id": "ikea:treatAsStore",
      "@type": "xsd:boolean"
    },
    "displayNameAlternate": {
      "@id": "ikea:displayNameAlternate",
      "@type": "xsd:string"
    },
    "weekStartDay": {
      "@id": "ikea:weekStartDay",
      "@type": "xsd:string"
    },
    "buClassification": {
      "@id": "ikea:buClassification"
    }
  }
}