Six Sigma · JSON-LD Context

Six Sigma Context

JSON-LD context defining the semantic vocabulary for Six Sigma from Six Sigma.

33 Classes 2 Properties 4 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
sixsigma: https://www.asq.org/quality-resources/six-sigma/
xsd: http://www.w3.org/2001/XMLSchema#
qudt: http://qudt.org/schema/qudt/

Classes

SixSigmaProject DefectMeasurement ControlChart FishboneDiagram DMAIC DMADV id name description methodology phase champion blackBelt greenBelt processOwner businessCase problemStatement goalStatement baselineSigmaLevel targetSigmaLevel baselineDPMO targetDPMO capabilityIndex estimatedAnnualSavings DPMO sigmaLevel defectsObserved opportunities processStep chartType centerLine upperControlLimit lowerControlLimit

Properties

Property Type Container
startDate date
targetCompletionDate date

JSON-LD Document

six-sigma-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "sixsigma": "https://www.asq.org/quality-resources/six-sigma/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "qudt": "http://qudt.org/schema/qudt/",

    "SixSigmaProject": "sixsigma:Project",
    "DefectMeasurement": "sixsigma:DefectMeasurement",
    "ControlChart": "sixsigma:ControlChart",
    "FishboneDiagram": "sixsigma:FishboneDiagram",
    "DMAIC": "sixsigma:DMAIC",
    "DMADV": "sixsigma:DMADV",

    "id": "@id",
    "name": "schema:name",
    "description": "schema:description",
    "methodology": "sixsigma:methodology",
    "phase": "sixsigma:phase",
    "champion": "sixsigma:champion",
    "blackBelt": "sixsigma:blackBelt",
    "greenBelt": "sixsigma:greenBelt",
    "processOwner": "sixsigma:processOwner",
    "startDate": {
      "@id": "schema:startDate",
      "@type": "xsd:date"
    },
    "targetCompletionDate": {
      "@id": "schema:endDate",
      "@type": "xsd:date"
    },
    "businessCase": "sixsigma:businessCase",
    "problemStatement": "schema:description",
    "goalStatement": "sixsigma:goalStatement",

    "baselineSigmaLevel": "sixsigma:baselineSigmaLevel",
    "targetSigmaLevel": "sixsigma:targetSigmaLevel",
    "baselineDPMO": "sixsigma:baselineDPMO",
    "targetDPMO": "sixsigma:targetDPMO",
    "capabilityIndex": "sixsigma:capabilityIndex",
    "estimatedAnnualSavings": "schema:value",

    "DPMO": "sixsigma:defectsPerMillionOpportunities",
    "sigmaLevel": "sixsigma:sigmaLevel",
    "defectsObserved": "sixsigma:defectsObserved",
    "opportunities": "sixsigma:opportunities",

    "processStep": "schema:step",
    "chartType": "sixsigma:controlChartType",
    "centerLine": "sixsigma:centerLine",
    "upperControlLimit": "sixsigma:upperControlLimit",
    "lowerControlLimit": "sixsigma:lowerControlLimit"
  }
}