Hadrian · JSON-LD Context

Hadrian Context

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

26 Classes 14 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
mfg: https://www.hadrian.co/vocab#
xsd: http://www.w3.org/2001/XMLSchema#

Classes

name description foundingDate location industry factoryId factoryLocation factoryCapabilities platformName platformDescription automationLevel componentMaterial toleranceClass industrySegment machineType toolPath operatorLevel serviceModel dedicatedCell turnkeyFactory inspectionMethod qualityStandard orderStatus designFormat cadFile drawingRevision

Properties

Property Type Container
Hadrian reference
url reference
sameAs reference
Factory reference
OpusPlatform reference
PrecisionComponent reference
CNCMachine reference
ManufacturingService reference
QualityInspection reference
passRate decimal
ProductionSchedule reference
scheduledStart dateTime
scheduledEnd dateTime
EngineeringDesign reference

JSON-LD Document

hadrian-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "mfg": "https://www.hadrian.co/vocab#",
    "xsd": "http://www.w3.org/2001/XMLSchema#",

    "Hadrian": {
      "@id": "schema:Organization",
      "@type": "@id"
    },
    "name": "schema:name",
    "url": {
      "@id": "schema:url",
      "@type": "@id"
    },
    "description": "schema:description",
    "foundingDate": "schema:foundingDate",
    "location": "schema:location",
    "industry": "schema:industry",
    "sameAs": {
      "@id": "schema:sameAs",
      "@type": "@id"
    },

    "Factory": {
      "@id": "mfg:Factory",
      "@type": "@id"
    },
    "factoryId": "mfg:factoryId",
    "factoryLocation": "mfg:factoryLocation",
    "factoryCapabilities": "mfg:factoryCapabilities",

    "OpusPlatform": {
      "@id": "mfg:OpusPlatform",
      "@type": "@id"
    },
    "platformName": "mfg:platformName",
    "platformDescription": "mfg:platformDescription",
    "automationLevel": "mfg:automationLevel",

    "PrecisionComponent": {
      "@id": "mfg:PrecisionComponent",
      "@type": "@id"
    },
    "componentMaterial": "mfg:componentMaterial",
    "toleranceClass": "mfg:toleranceClass",
    "industrySegment": "mfg:industrySegment",

    "CNCMachine": {
      "@id": "mfg:CNCMachine",
      "@type": "@id"
    },
    "machineType": "mfg:machineType",
    "toolPath": "mfg:toolPath",
    "operatorLevel": "mfg:operatorLevel",

    "ManufacturingService": {
      "@id": "mfg:ManufacturingService",
      "@type": "@id"
    },
    "serviceModel": "mfg:serviceModel",
    "dedicatedCell": "mfg:dedicatedCell",
    "turnkeyFactory": "mfg:turnkeyFactory",

    "QualityInspection": {
      "@id": "mfg:QualityInspection",
      "@type": "@id"
    },
    "inspectionMethod": "mfg:inspectionMethod",
    "qualityStandard": "mfg:qualityStandard",
    "passRate": {
      "@id": "mfg:passRate",
      "@type": "xsd:decimal"
    },

    "ProductionSchedule": {
      "@id": "mfg:ProductionSchedule",
      "@type": "@id"
    },
    "scheduledStart": {
      "@id": "mfg:scheduledStart",
      "@type": "xsd:dateTime"
    },
    "scheduledEnd": {
      "@id": "mfg:scheduledEnd",
      "@type": "xsd:dateTime"
    },
    "orderStatus": "mfg:orderStatus",

    "EngineeringDesign": {
      "@id": "mfg:EngineeringDesign",
      "@type": "@id"
    },
    "designFormat": "mfg:designFormat",
    "cadFile": "mfg:cadFile",
    "drawingRevision": "mfg:drawingRevision"
  }
}