Stericycle · JSON-LD Context

Stericycle Context

JSON-LD context defining the semantic vocabulary for Stericycle from Stericycle.

22 Classes 3 Properties 3 Namespaces
View Context View on GitHub

Namespaces

srcl: https://www.stericycle.com/vocab/
schema: https://schema.org/
env: https://schema.org/environmentalImpact

Classes

id accountId locationId serviceDate wasteType status containerCount weight manifestNumber treatmentFacility complianceDocumentUrl driverName createdAt employeeId employeeName courseId courseName courseType completionDate expirationDate score certificateUrl

Properties

Property Type Container
WastePickup reference
ComplianceTraining reference
ServiceAccount reference

JSON-LD Document

stericycle-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "srcl": "https://www.stericycle.com/vocab/",
    "schema": "https://schema.org/",
    "env": "https://schema.org/environmentalImpact",
    "WastePickup": {
      "@id": "srcl:WastePickup",
      "@type": "@id"
    },
    "ComplianceTraining": {
      "@id": "srcl:ComplianceTraining",
      "@type": "@id"
    },
    "ServiceAccount": {
      "@id": "srcl:ServiceAccount",
      "@type": "@id"
    },
    "id": "@id",
    "accountId": "srcl:accountId",
    "locationId": "srcl:locationId",
    "serviceDate": "schema:startDate",
    "wasteType": "srcl:wasteType",
    "status": "srcl:serviceStatus",
    "containerCount": "srcl:containerCount",
    "weight": "schema:weight",
    "manifestNumber": "srcl:manifestNumber",
    "treatmentFacility": "srcl:treatmentFacility",
    "complianceDocumentUrl": "schema:url",
    "driverName": "srcl:serviceProvider",
    "createdAt": "schema:dateCreated",
    "employeeId": "srcl:employeeId",
    "employeeName": "schema:name",
    "courseId": "srcl:courseId",
    "courseName": "schema:name",
    "courseType": "srcl:courseType",
    "completionDate": "schema:endDate",
    "expirationDate": "srcl:expirationDate",
    "score": "schema:value",
    "certificateUrl": "schema:url"
  }
}