ABM Industries · JSON-LD Context

Abm Industries Context

JSON-LD context defining the semantic vocabulary for Abm Industries from ABM Industries.

40 Classes 17 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
abm: https://www.abm.com/vocab/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

name description industry numberOfEmployees platform dataIntelligence facilityManagement iotHub facilityId facilityType location squareFootage client services workOrderId status priority assignedTo category sensorId sensorType measurement unit reading serviceType technician completionStatus compliance kpi dashboard reportPeriod metric threshold alert consumption carbonFootprint efficiencyScore employeeId role certifications

Properties

Property Type Container
ABMIndustries reference
url reference
logo reference
sameAs reference
ABMConnect reference
Facility reference
WorkOrder reference
completedAt dateTime
IoTSensor reference
timestamp dateTime
ServiceDelivery reference
scheduledTime dateTime
Analytics reference
EnergyData reference
Employee reference
clockIn dateTime
clockOut dateTime

JSON-LD Document

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

    "ABMIndustries": {
      "@id": "schema:Organization",
      "@type": "@id"
    },
    "name": "schema:name",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "description": "schema:description",
    "industry": "schema:industry",
    "numberOfEmployees": "schema:numberOfEmployees",
    "logo": {
      "@id": "schema:logo",
      "@type": "@id"
    },
    "sameAs": {
      "@id": "schema:sameAs",
      "@type": "@id"
    },

    "ABMConnect": {
      "@id": "abm:ABMConnect",
      "@type": "@id"
    },
    "platform": "abm:platform",
    "dataIntelligence": "abm:dataIntelligence",
    "facilityManagement": "abm:facilityManagement",
    "iotHub": "abm:iotHub",

    "Facility": {
      "@id": "abm:Facility",
      "@type": "@id"
    },
    "facilityId": "abm:facilityId",
    "facilityType": "abm:facilityType",
    "location": "schema:location",
    "squareFootage": "abm:squareFootage",
    "client": "abm:client",
    "services": "abm:services",

    "WorkOrder": {
      "@id": "abm:WorkOrder",
      "@type": "@id"
    },
    "workOrderId": "abm:workOrderId",
    "status": "abm:status",
    "priority": "abm:priority",
    "assignedTo": "abm:assignedTo",
    "completedAt": {
      "@id": "abm:completedAt",
      "@type": "xsd:dateTime"
    },
    "category": "abm:category",

    "IoTSensor": {
      "@id": "abm:IoTSensor",
      "@type": "@id"
    },
    "sensorId": "abm:sensorId",
    "sensorType": "abm:sensorType",
    "measurement": "abm:measurement",
    "unit": "abm:unit",
    "timestamp": {
      "@id": "abm:timestamp",
      "@type": "xsd:dateTime"
    },
    "reading": "abm:reading",

    "ServiceDelivery": {
      "@id": "abm:ServiceDelivery",
      "@type": "@id"
    },
    "serviceType": "abm:serviceType",
    "technician": "abm:technician",
    "scheduledTime": {
      "@id": "abm:scheduledTime",
      "@type": "xsd:dateTime"
    },
    "completionStatus": "abm:completionStatus",
    "compliance": "abm:compliance",

    "Analytics": {
      "@id": "abm:Analytics",
      "@type": "@id"
    },
    "kpi": "abm:kpi",
    "dashboard": "abm:dashboard",
    "reportPeriod": "abm:reportPeriod",
    "metric": "abm:metric",
    "threshold": "abm:threshold",
    "alert": "abm:alert",

    "EnergyData": {
      "@id": "abm:EnergyData",
      "@type": "@id"
    },
    "consumption": "abm:consumption",
    "carbonFootprint": "abm:carbonFootprint",
    "efficiencyScore": "abm:efficiencyScore",

    "Employee": {
      "@id": "schema:Person",
      "@type": "@id"
    },
    "employeeId": "abm:employeeId",
    "role": "schema:jobTitle",
    "certifications": "abm:certifications",
    "clockIn": {
      "@id": "abm:clockIn",
      "@type": "xsd:dateTime"
    },
    "clockOut": {
      "@id": "abm:clockOut",
      "@type": "xsd:dateTime"
    }
  }
}