Clean Harbors · JSON-LD Context

Clean Harbors Context

JSON-LD context defining the semantic vocabulary for Clean Harbors from Clean Harbors.

12 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
ch: https://www.cleanharbors.com/vocab/

Classes

Organization Service WasteStream Manifest Shipment Site Customer name description category createdAt updatedAt

JSON-LD Document

clean-harbors-context.jsonld Raw ↑
{
  "@context": {
    "@vocab": "https://apievangelist.com/vocab/clean-harbors/",
    "schema": "https://schema.org/",
    "ch": "https://www.cleanharbors.com/vocab/",
    "Organization": "schema:Organization",
    "Service": "schema:Service",
    "WasteStream": "ch:WasteStream",
    "Manifest": "ch:HazardousWasteManifest",
    "Shipment": "schema:ParcelDelivery",
    "Site": "schema:Place",
    "Customer": "schema:Organization",
    "name": "schema:name",
    "description": "schema:description",
    "category": "schema:category",
    "createdAt": "schema:dateCreated",
    "updatedAt": "schema:dateModified"
  }
}