Vulcan Materials Company · JSON-LD Context

Vulcan Materials Context

JSON-LD context defining the semantic vocabulary for Vulcan Materials from Vulcan Materials Company.

4 Classes 14 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
vulcan: https://vulcan-materials.com/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Organization Corporation Product Place

Properties

Property Type Container
VulcanMaterials schema:Corporation
Aggregate schema:Product
Quarry schema:Place
CrushedStone vulcan:Aggregate
Sand vulcan:Aggregate
Gravel vulcan:Aggregate
AsphaltMix schema:Product
ReadyMixedConcrete schema:Product
name string
description string
location reference
material string
quantity schema:QuantitativeValue
address schema:PostalAddress

JSON-LD Document

vulcan-materials-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "vulcan": "https://vulcan-materials.com/vocab/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Organization": "schema:Organization",
    "Corporation": "schema:Corporation",
    "Product": "schema:Product",
    "Place": "schema:Place",

    "VulcanMaterials": {
      "@id": "vulcan:VulcanMaterials",
      "@type": "schema:Corporation"
    },

    "Aggregate": {
      "@id": "vulcan:Aggregate",
      "@type": "schema:Product"
    },

    "Quarry": {
      "@id": "vulcan:Quarry",
      "@type": "schema:Place"
    },

    "CrushedStone": {
      "@id": "vulcan:CrushedStone",
      "@type": "vulcan:Aggregate"
    },

    "Sand": {
      "@id": "vulcan:Sand",
      "@type": "vulcan:Aggregate"
    },

    "Gravel": {
      "@id": "vulcan:Gravel",
      "@type": "vulcan:Aggregate"
    },

    "AsphaltMix": {
      "@id": "vulcan:AsphaltMix",
      "@type": "schema:Product"
    },

    "ReadyMixedConcrete": {
      "@id": "vulcan:ReadyMixedConcrete",
      "@type": "schema:Product"
    },

    "name": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },

    "description": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },

    "location": {
      "@id": "schema:location",
      "@type": "@id"
    },

    "material": {
      "@id": "schema:material",
      "@type": "xsd:string"
    },

    "quantity": {
      "@id": "schema:quantity",
      "@type": "schema:QuantitativeValue"
    },

    "address": {
      "@id": "schema:address",
      "@type": "schema:PostalAddress"
    }
  }
}