regal-beloit · JSON-LD Context

Regal Beloit Context

JSON-LD context defining the semantic vocabulary for Regal Beloit from regal-beloit.

22 Classes 2 Properties 2 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
regal: https://api-evangelist.github.io/regal-beloit/vocab#

Classes

id type Product name description brand manufacturer Organization url horsepower nemaFrame efficiencyClass motorType voltage frequency rpm phase enclosure application gearRatio torque beltProfile

Properties

Property Type Container
ElectricMotor schema:Product
PowerTransmissionProduct schema:Product

JSON-LD Document

regal-beloit-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "regal": "https://api-evangelist.github.io/regal-beloit/vocab#",
    "id": "@id",
    "type": "@type",
    "Product": "schema:Product",
    "name": "schema:name",
    "description": "schema:description",
    "brand": "schema:brand",
    "manufacturer": "schema:manufacturer",
    "Organization": "schema:Organization",
    "url": "schema:url",
    "ElectricMotor": {
      "@id": "regal:ElectricMotor",
      "@type": "schema:Product"
    },
    "horsepower": "regal:horsepower",
    "nemaFrame": "regal:nemaFrame",
    "efficiencyClass": "regal:efficiencyClass",
    "motorType": "regal:motorType",
    "voltage": "regal:voltage",
    "frequency": "regal:frequency",
    "rpm": "regal:rpm",
    "phase": "regal:phase",
    "enclosure": "regal:enclosure",
    "application": "schema:additionalType",
    "PowerTransmissionProduct": {
      "@id": "regal:PowerTransmissionProduct",
      "@type": "schema:Product"
    },
    "gearRatio": "regal:gearRatio",
    "torque": "regal:torque",
    "beltProfile": "regal:beltProfile"
  }
}