Timken · JSON-LD Context

Timken Context

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

21 Classes 5 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
timken: https://www.timken.com/vocab/
qudt: http://qudt.org/vocab/unit/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

Bearing Product TaperedRollerBearing BallBearing CylindricalRollerBearing SphericalRollerBearing ThrustBearing PrecisionBearing HousedUnit partNumber name description type series material applications weight cadAvailable speedRating greaseRpm oilRpm

Properties

Property Type Container
boreDiameter decimal
outsideDiameter decimal
width decimal
dynamicLoadRating decimal
staticLoadRating decimal

JSON-LD Document

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

    "Bearing": "timken:Bearing",
    "Product": "schema:Product",
    "TaperedRollerBearing": "timken:TaperedRollerBearing",
    "BallBearing": "timken:BallBearing",
    "CylindricalRollerBearing": "timken:CylindricalRollerBearing",
    "SphericalRollerBearing": "timken:SphericalRollerBearing",
    "ThrustBearing": "timken:ThrustBearing",
    "PrecisionBearing": "timken:PrecisionBearing",
    "HousedUnit": "timken:HousedUnit",

    "partNumber": "schema:sku",
    "name": "schema:name",
    "description": "schema:description",
    "type": "schema:additionalType",
    "series": "timken:productSeries",
    "material": "schema:material",
    "applications": "schema:applicationCategory",
    "weight": "schema:weight",
    "cadAvailable": "timken:cadAvailable",

    "boreDiameter": {
      "@id": "timken:boreDiameter",
      "@type": "xsd:decimal"
    },
    "outsideDiameter": {
      "@id": "timken:outsideDiameter",
      "@type": "xsd:decimal"
    },
    "width": {
      "@id": "timken:bearingWidth",
      "@type": "xsd:decimal"
    },
    "dynamicLoadRating": {
      "@id": "timken:dynamicLoadRatingC",
      "@type": "xsd:decimal"
    },
    "staticLoadRating": {
      "@id": "timken:staticLoadRatingC0",
      "@type": "xsd:decimal"
    },
    "speedRating": "timken:speedRating",
    "greaseRpm": "timken:greaseLubricationSpeedRpm",
    "oilRpm": "timken:oilLubricationSpeedRpm"
  }
}