Applied Materials · JSON-LD Context

Applied Materials Context

JSON-LD context defining the semantic vocabulary for Applied Materials from Applied Materials.

12 Classes 0 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
amat: https://www.applied-materials.com/vocab#

Classes

equipmentId serialNumber model type status location installDate lastMaintenanceDate recordId scheduledDate completedDate notes

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "amat": "https://www.applied-materials.com/vocab#",
    "equipmentId": "schema:identifier",
    "serialNumber": "schema:serialNumber",
    "model": "schema:model",
    "type": "schema:category",
    "status": "amat:status",
    "location": "schema:location",
    "installDate": "schema:dateCreated",
    "lastMaintenanceDate": "amat:lastMaintenanceDate",
    "recordId": "schema:identifier",
    "scheduledDate": "amat:scheduledDate",
    "completedDate": "amat:completedDate",
    "notes": "schema:description"
  }
}