Universal Forest Products · JSON-LD Context

Universal Forest Products Context

JSON-LD context defining the semantic vocabulary for Universal Forest Products from Universal Forest Products.

6 Classes 14 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ufp: https://api-evangelist.github.io/universal-forest-products/vocabulary#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

WoodProduct LumberProduct EngineeredWoodProduct Pallet Truss TreatingPlant

Properties

Property Type Container
Manufacturer
sku string
species string
grade string
treatment string
thickness decimal
width decimal
length decimal
market string
fscCertified boolean
name
description
manufacturer
weight

JSON-LD Document

universal-forest-products-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "ufp": "https://api-evangelist.github.io/universal-forest-products/vocabulary#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "WoodProduct": "ufp:WoodProduct",
    "LumberProduct": "ufp:LumberProduct",
    "EngineeredWoodProduct": "ufp:EngineeredWoodProduct",
    "Pallet": "ufp:Pallet",
    "Truss": "ufp:Truss",
    "TreatingPlant": "ufp:TreatingPlant",
    "Manufacturer": {
      "@id": "schema:Organization",
      "rdfs:comment": "A manufacturing organization in the wood products industry"
    },

    "sku": {
      "@id": "ufp:sku",
      "@type": "xsd:string"
    },
    "species": {
      "@id": "ufp:species",
      "@type": "xsd:string"
    },
    "grade": {
      "@id": "ufp:grade",
      "@type": "xsd:string"
    },
    "treatment": {
      "@id": "ufp:treatment",
      "@type": "xsd:string"
    },
    "thickness": {
      "@id": "ufp:thickness",
      "@type": "xsd:decimal"
    },
    "width": {
      "@id": "ufp:width",
      "@type": "xsd:decimal"
    },
    "length": {
      "@id": "ufp:length",
      "@type": "xsd:decimal"
    },
    "market": {
      "@id": "ufp:market",
      "@type": "xsd:string"
    },
    "fscCertified": {
      "@id": "ufp:fscCertified",
      "@type": "xsd:boolean"
    },
    "name": {
      "@id": "schema:name"
    },
    "description": {
      "@id": "schema:description"
    },
    "manufacturer": {
      "@id": "schema:manufacturer"
    },
    "weight": {
      "@id": "schema:weight"
    }
  }
}