Waste Management · JSON-LD Context

Waste Management Context

JSON-LD context defining the semantic vocabulary for Waste Management from Waste Management.

10 Classes 21 Properties 5 Namespaces
View Context View on GitHub

Namespaces

wm: https://api.wm.com/vocab#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/
geo: http://www.w3.org/2003/01/geo/wgs84_pos#

Classes

Customer Invoice Service ServiceSchedule ServiceETA Contact Address ServiceMaterial ServiceEquipment InvoiceFee

Properties

Property Type Container
customerId string
accountName string
balanceDue decimal
serviceId string
lineOfBusiness string
occurrenceFrequency string
serviceName string
invoiceId string
invoiceDate date
dueDate date
totalAmount decimal
status string
monthlyBaseCost decimal
currency string
materialCode string
materialName string
estimatedArrivalStart time
estimatedArrivalEnd time
feeType string
paperlessBilling boolean
autoPayEnrolled boolean

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "wm": "https://api.wm.com/vocab#",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",
    "geo": "http://www.w3.org/2003/01/geo/wgs84_pos#",

    "Customer": "schema:Customer",
    "Invoice": "schema:Invoice",
    "Service": "wm:WasteCollectionService",
    "ServiceSchedule": "wm:ServiceSchedule",
    "ServiceETA": "wm:ServiceETA",
    "Contact": "schema:ContactPoint",
    "Address": "schema:PostalAddress",
    "ServiceMaterial": "wm:ServiceMaterial",
    "ServiceEquipment": "wm:ServiceEquipment",
    "InvoiceFee": "wm:InvoiceFee",

    "customerId": {
      "@id": "wm:customerId",
      "@type": "xsd:string"
    },
    "accountName": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "balanceDue": {
      "@id": "wm:balanceDue",
      "@type": "xsd:decimal"
    },
    "serviceId": {
      "@id": "wm:serviceId",
      "@type": "xsd:string"
    },
    "lineOfBusiness": {
      "@id": "wm:lineOfBusiness",
      "@type": "xsd:string"
    },
    "occurrenceFrequency": {
      "@id": "wm:occurrenceFrequency",
      "@type": "xsd:string"
    },
    "serviceName": {
      "@id": "schema:name",
      "@type": "xsd:string"
    },
    "invoiceId": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "invoiceDate": {
      "@id": "schema:dateIssued",
      "@type": "xsd:date"
    },
    "dueDate": {
      "@id": "schema:paymentDueDate",
      "@type": "xsd:date"
    },
    "totalAmount": {
      "@id": "schema:totalPaymentDue",
      "@type": "xsd:decimal"
    },
    "status": {
      "@id": "schema:orderStatus",
      "@type": "xsd:string"
    },
    "monthlyBaseCost": {
      "@id": "wm:monthlyBaseCost",
      "@type": "xsd:decimal"
    },
    "currency": {
      "@id": "schema:priceCurrency",
      "@type": "xsd:string"
    },
    "materialCode": {
      "@id": "wm:materialCode",
      "@type": "xsd:string"
    },
    "materialName": {
      "@id": "wm:materialName",
      "@type": "xsd:string"
    },
    "estimatedArrivalStart": {
      "@id": "wm:estimatedArrivalStart",
      "@type": "xsd:time"
    },
    "estimatedArrivalEnd": {
      "@id": "wm:estimatedArrivalEnd",
      "@type": "xsd:time"
    },
    "feeType": {
      "@id": "wm:feeType",
      "@type": "xsd:string"
    },
    "paperlessBilling": {
      "@id": "wm:paperlessBilling",
      "@type": "xsd:boolean"
    },
    "autoPayEnrolled": {
      "@id": "wm:autoPayEnrolled",
      "@type": "xsd:boolean"
    }
  }
}