Columbia Sportswear · JSON-LD Context

Columbia Sportswear Context

JSON-LD context defining the semantic vocabulary for Columbia Sportswear from Columbia Sportswear.

50 Classes 9 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
gs1: https://www.gs1.org/voc/
retail: https://schema.org/retailer/

Classes

Organization name url description brand industry foundingDate location sameAs apiEndpoint subscriptionKey apiVersion authorizationMethod Order orderId orderStatus orderDate orderItems Product productId sku gtin productName productDescription category brand_name colorway size material Consumer consumerId loyaltyProfile loyaltyPoints consumerPreferences WeatherData temperature weatherCondition location_weather Translation sourceLanguage targetLanguage translatedText CognitiveSearch searchQuery searchResults recommendation purchaseOrder advancedShippingNotice invoice tradingPartner

Properties

Property Type Container
ColumbiaDigitalPortal reference
APIProduct reference
fulfillmentChannel string
b2bOrder reference
dtcOrder reference
catalogStatus string
EDI reference
columbia
brands

JSON-LD Document

columbia-sportswear-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "gs1": "https://www.gs1.org/voc/",
    "retail": "https://schema.org/retailer/",

    "ColumbiaDigitalPortal": {
      "@id": "schema:WebAPI",
      "@type": "@id"
    },

    "Organization": "schema:Organization",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "brand": "schema:brand",
    "industry": "schema:industry",
    "foundingDate": "schema:foundingDate",
    "location": "schema:location",
    "sameAs": "schema:sameAs",

    "APIProduct": {
      "@id": "schema:WebAPI",
      "@type": "@id"
    },
    "apiEndpoint": "schema:entryPoint",
    "subscriptionKey": "schema:accessCode",
    "apiVersion": "schema:version",
    "authorizationMethod": "schema:actionAccessibilityRequirement",

    "Order": "schema:Order",
    "orderId": "schema:orderNumber",
    "orderStatus": "schema:orderStatus",
    "orderDate": "schema:orderDate",
    "orderItems": "schema:orderedItem",
    "fulfillmentChannel": {
      "@id": "schema:additionalType",
      "@type": "xsd:string"
    },
    "b2bOrder": {
      "@id": "schema:Order",
      "@type": "@id"
    },
    "dtcOrder": {
      "@id": "schema:Order",
      "@type": "@id"
    },

    "Product": "schema:Product",
    "productId": "schema:productID",
    "sku": "schema:sku",
    "gtin": "gs1:gtin",
    "productName": "schema:name",
    "productDescription": "schema:description",
    "category": "schema:category",
    "brand_name": "schema:brand",
    "colorway": "schema:color",
    "size": "schema:size",
    "material": "schema:material",
    "catalogStatus": {
      "@id": "schema:itemCondition",
      "@type": "xsd:string"
    },

    "Consumer": "schema:Person",
    "consumerId": "schema:identifier",
    "loyaltyProfile": "schema:ProgramMembership",
    "loyaltyPoints": "schema:membershipNumber",
    "consumerPreferences": "schema:knowsAbout",

    "WeatherData": "schema:WeatherForecast",
    "temperature": "schema:Temperature",
    "weatherCondition": "schema:description",
    "location_weather": "schema:Place",

    "Translation": "schema:TranslationAction",
    "sourceLanguage": "schema:inLanguage",
    "targetLanguage": "schema:inLanguage",
    "translatedText": "schema:text",

    "CognitiveSearch": "schema:SearchAction",
    "searchQuery": "schema:query",
    "searchResults": "schema:result",
    "recommendation": "schema:ItemList",

    "EDI": {
      "@id": "schema:StructuredValue",
      "@type": "@id"
    },
    "purchaseOrder": "schema:OrderAction",
    "advancedShippingNotice": "schema:DeliveryEvent",
    "invoice": "schema:Invoice",
    "tradingPartner": "schema:Organization",

    "columbia": {
      "@id": "schema:Organization",
      "name": "Columbia Sportswear",
      "url": "https://www.columbia.com/",
      "sameAs": [
        "https://columbia.portal.azure-api.net/",
        "https://www.columbiasportswear.com/",
        "https://github.com/columbiasportswear"
      ]
    },

    "brands": {
      "Columbia": "https://www.columbia.com/",
      "MountainHardwear": "https://www.mountainhardwear.com/",
      "SOREL": "https://www.sorel.com/",
      "prAna": "https://www.prana.com/"
    }
  }
}