Category:OSWae9cf54c182245149a65b0149eaa7c0c: Difference between revisions

rename, add missing titles
(change superclass, add kit_id)
Tag: Metadata slot edit
(rename, add missing titles)
Tag: Metadata slot edit
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Instances ==
{{#ask: [[HasType::{{FULLPAGENAME}}]]
|?HasSuccessor
|?HasOutput
|?HasInputParameter
|?DependsOn
|format=datatable
}}
jsondata
Line 9: Line 9:
     "label": [
     "label": [
         {
         {
             "text": "Meta KIT Process Category",
             "text": "Battery Manufacturing Process Type",
             "lang": "en"
             "lang": "en"
         }
         }
     ],
     ],
     "description": [],
     "description": [],
     "name": "MetaKitProcessCategory"
     "name": "BatteryManufacturingProcessType"
}
}
jsonschema
Line 13: Line 13:
             "parameters": {
             "parameters": {
                 "@id": "Property:HasInputParameter",
                 "@id": "Property:HasInputParameter",
                "@type": "@id"
            },
            "depends_on": {
                "@id": "Property:DependsOn",
                "@type": "@id"
            },
            "subprocesses": {
                "@id": "Property:HasPart",
                 "@type": "@id"
                 "@type": "@id"
             }
             }
Line 24: Line 32:
     "type": "object",
     "type": "object",
     "uuid": "ae9cf54c-1822-4514-9a65-b0149eaa7c0c",
     "uuid": "ae9cf54c-1822-4514-9a65-b0149eaa7c0c",
     "title": "MetaKitProcessCategory",
     "title": "BatteryManufacturingProcessType",
     "title*": {
     "title*": {
         "en": "Meta KIT Process Category"
         "en": "Battery Manufacturing Process Type"
     },
     },
     "description": "",
     "description": "",
Line 41: Line 49:
         "kit_step_id": {
         "kit_step_id": {
             "type": "string",
             "type": "string",
            "title": "Step ID",
             "description": "Column 'Step #' in the KIT excel sheet"
             "description": "Column 'Step #' in the KIT excel sheet"
         },
         },
         "kit_id": {
         "kit_id": {
             "type": "string",
             "type": "string",
            "title": "ID",
             "description": "Column 'ProcID' in the KIT excel sheet"
             "description": "Column 'ProcID' in the KIT excel sheet"
         },
         },
         "successors": {
         "successors": {
             "type": "array",
             "type": "array",
            "title": "Successors",
            "description": "Following process steps",
             "items": {
             "items": {
                 "type": "string",
                 "type": "string",
Line 59: Line 71:
         "outputs": {
         "outputs": {
             "type": "array",
             "type": "array",
            "title": "Outputs",
            "description": "Output materials of the process",
             "items": {
             "items": {
                 "type": "string",
                 "type": "string",
Line 68: Line 82:
         },
         },
         "parameters": {
         "parameters": {
            "title": "Parameter",
             "type": "array",
             "type": "array",
            "description": "Input / control parameters of the process",
             "items": {
             "items": {
                 "type": "string",
                 "type": "string",
Line 75: Line 91:
                 "range": "Category:OSWc15b622daa514022a801849c6593cbdf",
                 "range": "Category:OSWc15b622daa514022a801849c6593cbdf",
                 "subclassof_range": "Category:OSWf50ba030bbb743b196e1739fb67d6862"
                 "subclassof_range": "Category:OSWf50ba030bbb743b196e1739fb67d6862"
            }
        },
        "depends_on": {
            "title": "Depends on",
            "type": "array",
            "description": "Characteristics of input materials that are relevant for the design of the process",
            "items": {
                "type": "string",
                "format": "autocomplete",
                "$comment": "MetaKitCharacteristic and AbstractKitCharacteristicCategory",
                "range": "Category:OSWc15b622daa514022a801849c6593cbdf",
                "subclassof_range": "Category:OSWf50ba030bbb743b196e1739fb67d6862"
            }
        },
        "subprocesses": {
            "type": "array",
            "format": "table",
            "title": "Subprocesses",
            "description": "Typical parts of this process.",
            "items": {
                "type": "string",
                "format": "autocomplete",
                "range": "Category:Category",
                "$comment": "SubClasses of Process or AbstractKitProcess",
                "subclassof_range": "Category:OSWdc0857e150454dd3a1e45ce54e9b2903"
             }
             }
         }
         }
     }
     }
}
}
footer_template
Line 1: Line 1:
 
== Process Graph ==
{{Template:Editor/Graph
| file_name = Battery Knowledge Base Process Graph
| page_name = {{FULLPAGENAME}}
| root = {{FULLPAGENAME}}
| uuid = c695b3b1-ccb7-413d-b984-c58f8ec70142
| properties = HasSuccessor; HasOutput; HasInputParameter; DependsOn; -HasParameter;
| depth = 1
| width = 50%
| edit = 0
| edge_labels = false
}}