Belts · JSON-LD Context

Belts Context

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

6 Classes 23 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
qudt: http://qudt.org/schema/qudt/
skos: http://www.w3.org/2004/02/skos/core#
belts: https://api-evangelist.github.io/belts/vocab#

Classes

Organization name url description industry sameAs

Properties

Property Type Container
ConveyorBelt reference
BeltSystem reference
BeltSensor reference
MaintenanceAlert reference
BeltStandard reference
tension qudt:QuantityValue
speed qudt:QuantityValue
temperature qudt:QuantityValue
alignment
wear
condition
predictedFailureDate schema:Date
maintenanceType
standardNumber
issuingBody
material
manufacturer
serialNumber
location
operationalStatus
protocol
CEMA
ANSI

JSON-LD Document

belts-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "qudt": "http://qudt.org/schema/qudt/",
    "skos": "http://www.w3.org/2004/02/skos/core#",
    "belts": "https://api-evangelist.github.io/belts/vocab#",

    "Organization": "schema:Organization",
    "name": "schema:name",
    "url": "schema:url",
    "description": "schema:description",
    "industry": "schema:industry",
    "sameAs": "schema:sameAs",

    "ConveyorBelt": {
      "@id": "belts:ConveyorBelt",
      "@type": "@id"
    },
    "BeltSystem": {
      "@id": "belts:BeltSystem",
      "@type": "@id"
    },
    "BeltSensor": {
      "@id": "belts:BeltSensor",
      "@type": "@id"
    },
    "MaintenanceAlert": {
      "@id": "belts:MaintenanceAlert",
      "@type": "@id"
    },
    "BeltStandard": {
      "@id": "belts:BeltStandard",
      "@type": "@id"
    },

    "tension": {
      "@id": "belts:tension",
      "@type": "qudt:QuantityValue"
    },
    "speed": {
      "@id": "belts:speed",
      "@type": "qudt:QuantityValue"
    },
    "temperature": {
      "@id": "belts:temperature",
      "@type": "qudt:QuantityValue"
    },
    "alignment": {
      "@id": "belts:alignment"
    },
    "wear": {
      "@id": "belts:wear"
    },
    "condition": {
      "@id": "belts:condition"
    },
    "predictedFailureDate": {
      "@id": "belts:predictedFailureDate",
      "@type": "schema:Date"
    },
    "maintenanceType": {
      "@id": "belts:maintenanceType"
    },
    "standardNumber": {
      "@id": "belts:standardNumber"
    },
    "issuingBody": {
      "@id": "belts:issuingBody"
    },
    "material": {
      "@id": "schema:material"
    },
    "manufacturer": {
      "@id": "schema:manufacturer"
    },
    "serialNumber": {
      "@id": "schema:serialNumber"
    },
    "location": {
      "@id": "schema:location"
    },
    "operationalStatus": {
      "@id": "belts:operationalStatus"
    },
    "protocol": {
      "@id": "belts:protocol"
    },

    "CEMA": {
      "@id": "schema:Organization",
      "schema:name": "Conveyor Equipment Manufacturers Association",
      "schema:url": "https://cemanet.org"
    },
    "ANSI": {
      "@id": "schema:Organization",
      "schema:name": "American National Standards Institute",
      "schema:url": "https://ansi.org"
    }
  }
}