Category:OSWe5aa96bffb1c4d95be7fbd46142ad203: Difference between revisions

Category:OSWe5aa96bffb1c4d95be7fbd46142ad203
(Update package: OSW Core)
(Update package: OSW Core)
Tag: Manual revert
 
(5 intermediate revisions by 2 users not shown)
jsondata
Line 1: Line 1:
{
{
     "subclass_of": [
     "subclass_of": [
         "Category:Entity"
         "Category:Item"
    ],
    "type": [
        "Category:Category"
     ],
     ],
     "uuid": "e5aa96bf-fb1c-4d95-be7f-bd46142ad203",
     "uuid": "e5aa96bf-fb1c-4d95-be7f-bd46142ad203",
Line 15: Line 18:
     ],
     ],
     "name": "Process",
     "name": "Process",
     "type": [
     "description": [
         "Category:Category"
         {
            "text": "Members of the Process Category describe the act of changing the state or properties of something",
            "lang": "en"
        },
        {
            "text": "Prozesse beschreiben den Akt des Änderns eines Zustandes oder der Eigenschaften von etwas.",
            "lang": "de"
        }
     ]
     ]
}
}
jsonschema
Line 1: Line 1:
{
{
     "@context": [
     "@context": [
         "/wiki/Category:Entity?action=raw\u0026slot=jsonschema",
         "/wiki/Category:Item?action=raw\u0026slot=jsonschema",
         {
         {
             "type": {
             "type": {
                 "@id": "Property:HasType",
                 "@id": "Property:HasType",
                "@type": "@id"
            },
            "type*": {
                "@id": "Property:HasSchema",
                 "@type": "@id"
                 "@type": "@id"
             },
             },
Line 42: Line 46:
     "allOf": [
     "allOf": [
         {
         {
             "$ref": "/wiki/Category:Entity?action=raw\u0026slot=jsonschema"
             "$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema"
         }
         }
     ],
     ],
Line 48: Line 52:
     "properties": {
     "properties": {
         "type": {
         "type": {
            "title": "Types/Categories",
            "title*": {
                "de": "Typen/Kategorien"
            },
            "type": "array",
            "format": "table",
            "items": {
                "title": "Type",
                "title*": {
                    "de": "Type"
                },
                "type": "string",
                "format": "autocomplete",
                "query": "[[HasType::Category:Category]] |?Display_title_of=label",
                "previewWikiTextTemplate": "[[:{{result.fulltext}}]]",
                "labelTemplate": "{{result.printouts.label.[0]}}"
            },
            "minItems": 1,
             "default": [
             "default": [
                 "Category:Process"
                 "Category:OSWe5aa96bffb1c4d95be7fbd46142ad203"
             ],
             ]
            "options": {
                "collapsed": true,
                "hidden": true,
                "conditional_visible": {
                    "modes": [
                        "query"
                    ]
                }
            }
         },
         },
         "creator": {
         "creator": {
Line 96: Line 73:
             "title": "Actionees",
             "title": "Actionees",
             "title*": {
             "title*": {
                 "de": "Aktuere"
                 "de": "Akteure"
             },
             },
             "items": {
             "items": {
Line 136: Line 113:
         "status": {
         "status": {
             "type": "string",
             "type": "string",
             "format": "autocomplete",
            "_format": "autocomplete",
             "format": "choices",
             "title": "Status",
             "title": "Status",
            "enum": [
                "Item:OSWaa8d29404288446a9f3ec7afa4e2a512",
                "Item:OSWa2b4567ad4874ea1b9adfed19a3d06d1",
                "Item:OSWf474ec34b7df451ea8356134241aef8a"
            ],
             "options": {
             "options": {
                 "autocomplete": {
                 "_autocomplete": {
                     "category": "Category:OSW9725d7a91bab4f1aa68f423e4e9bfcf4"
                     "category": "Category:OSW9725d7a91bab4f1aa68f423e4e9bfcf4"
                 }
                 },
                "enum_titles": [
                    "To do",
                    "In work",
                    "Done"
                ],
                "enum_titles*": {
                    "de": [
                        "Zu tun",
                        "In Arbeit",
                        "Erledigt"
                    ]
                },
                "grid_columns": 6
             }
             }
         },
         },
Line 166: Line 162:
                 "conditional_visible": {
                 "conditional_visible": {
                     "modes": [
                     "modes": [
                         "query"
                         "query",
                        "default"
                     ]
                     ]
                 }
                 }
Line 175: Line 172:
             "title": "Inputs",
             "title": "Inputs",
             "title*": {
             "title*": {
                 "de": "Eingangsressource"
                 "de": "Eingangsressource (Input)"
             },
             },
             "items": {
             "items": {
Line 193: Line 190:
                 "conditional_visible": {
                 "conditional_visible": {
                     "modes": [
                     "modes": [
                         "query"
                         "query",
                        "default"
                     ]
                     ]
                 }
                 }
Line 202: Line 200:
             "title": "Outputs",
             "title": "Outputs",
             "title*": {
             "title*": {
                 "de": "Ausgangsressource"
                 "de": "Ausgangsressource (Output)"
             },
             },
             "items": {
             "items": {
Line 220: Line 218:
                 "conditional_visible": {
                 "conditional_visible": {
                     "modes": [
                     "modes": [
                         "query"
                         "query",
                        "default"
                     ]
                     ]
                 }
                 }
Line 240: Line 239:
     "required": [
     "required": [
         "type"
         "type"
     ]
     ],
    "uuid": "5a07d666-c55b-4ffa-89d4-9633c708029d",
    "title*": {
        "en": "Process",
        "de": "Prozess"
    },
    "description": "Members of the Process Category describe the act of changing the state or properties of something",
    "description*": {
        "en": "Members of the Process Category describe the act of changing the state or properties of something",
        "de": "Prozesse beschreiben den Akt des Änderns eines Zustandes oder der Eigenschaften von etwas."
    }
}
}
footer_template
Line 1: Line 1:
=={{#switch:{{USERLANGUAGECODE}}|en=Graph|de=Graph}}==
 
<div style="width: 100%;" class="InteractiveSemanticGraph" data-config='{ "root":"{{FULLPAGENAME}}", "properties":["Subcategory of","-Subcategory of","-HasInput","HasOutput", "HasStatement", "HasProperty", "HasSubject", "HasObject"], "ignore_properties":["IsA"], "permalink":true, "depth":5, "edit": true, "edge_labels": true}'></div>
<h2 class="section-collapsible-initial-collapsed section-heading--collapsed">{{#switch:{{USERLANGUAGECODE}}|en=Process Graph|de=Prozess-Graph}}</h2>
<br>
<div style="width: 100%;" class="InteractiveSemanticGraph" data-config='{ "root":"{{FULLPAGENAME}}", "properties":["Subcategory of","-Subcategory of","-HasInput","HasOutput", "HasStatement", "HasProperty", "HasSubject", "HasObject"], "ignore_properties":["IsA"], "permalink":true, "depth":5, "edit": true, "edge_labels": true}'>
<br>
</div>

Latest revision as of 04:09, 18 March 2025

Process
ID OSWe5aa96bffb1c4d95be7fbd46142ad203
UUID e5aa96bf-fb1c-4d95-be7f-bd46142ad203
Label Process
Machine compatible name Process
Statements (outgoing)
Statements (incoming)

Description

Members of the Process Category describe the act of changing the state or properties of something

Category (Class)
Supercategories<br>Definition: Category (Class)
jsondata
subclass_of
"Category:Item"
type
"Category:Category"
uuid"e5aa96bf-fb1c-4d95-be7f-bd46142ad203"
label
text"Process"
lang"en"
text"Prozess"
lang"de"
name"Process"
description
text"Members of the Process Category describe the act of changing the state or properties of something"
lang"en"
text"Prozesse beschreiben den Akt des Änderns eines Zustandes oder der Eigenschaften von etwas."
lang"de"
jsonschema
@context
"/wiki/Category:Item?action=raw&slot=jsonschema"
type
@id"Property:HasType"
@type"@id"
type*
@id"Property:HasSchema"
@type"@id"
tool
@id"Property:HasTool"
@type"@id"
input
@id"Property:HasInput"
@type"@id"
output
@id"Property:HasOutput"
@type"@id"
creator
@id"Property:HasCreator"
@type"@id"
actionees
@id"Property:HasActionee"
@type"@id"
status
@id"Property:HasStatus"
@type"@id"
start_date_time"Property:HasStartDateAndTime"
end_date_time"Property:HasEndDateAndTime"
subprocesses
@id"Property:HasPart"
@type"@id"
type"object"
allOf
$ref"/wiki/Category:Item?action=raw&slot=jsonschema"
title"Process"
properties
type
default
"Category:OSWe5aa96bffb1c4d95be7fbd46142ad203"
creator
type"string"
title"Creator"
title*
de"Ersteller"
format"autocomplete"
options
autocomplete
category"Category:OSW44deaa5b806d41a2a88594f562b110e9"
actionees
type"array"
title"Actionees"
title*
de"Akteure"
items
type"string"
title"Actionee"
title*
de"Akteur"
format"autocomplete"
options
autocomplete
category"Category:OSW44deaa5b806d41a2a88594f562b110e9"
start_date_time
type"string"
title"Start time"
title*
de"Startzeitpunkt"
format"date"
options
flatpicker
Empty object
end_date_time
type"string"
title"End time"
title*
de"Endzeitpunkt"
format"date"
options
flatpicker
Empty object
status
type"string"
_format"autocomplete"
format"choices"
title"Status"
enum
"Item:OSWaa8d29404288446a9f3ec7afa4e2a512"
"Item:OSWa2b4567ad4874ea1b9adfed19a3d06d1"
"Item:OSWf474ec34b7df451ea8356134241aef8a"
options
_autocomplete
category"Category:OSW9725d7a91bab4f1aa68f423e4e9bfcf4"
enum_titles
"To do"
"In work"
"Done"
enum_titles*
de
"Zu tun"
"In Arbeit"
"Erledigt"
grid_columns6
tool
type"array"
title"Tools"
title*
de"Werkzeuge"
items
type"string"
title"Tool"
title*
de"Werkzeug"
format"autocomplete"
options
autocomplete
category"Category:OSWe427aafafbac4262955b9f690a83405d"
options
conditional_visible
modes
"query"
"default"
input
type"array"
title"Inputs"
title*
de"Eingangsressource (Input)"
items
type"string"
title"Input"
title*
de"Ressource"
format"autocomplete"
options
autocomplete
category"Category:Entity"
options
conditional_visible
modes
"query"
"default"
output
type"array"
title"Outputs"
title*
de"Ausgangsressource (Output)"
items
type"string"
title"Output"
title*
de"Ressource"
format"autocomplete"
options
autocomplete
category"Category:Entity"
options
conditional_visible
modes
"query"
"default"
parameters
type"object"
title"Parameters"
_subprocesses
title"Subprocesses"
type"array"
format"tabs"
items
$ref"#"
required
"type"
uuid"5a07d666-c55b-4ffa-89d4-9633c708029d"
title*
en"Process"
de"Prozess"
description"Members of the Process Category describe the act of changing the state or properties of something"
description*
en"Members of the Process Category describe the act of changing the state or properties of something"
de"Prozesse beschreiben den Akt des Änderns eines Zustandes oder der Eigenschaften von etwas."

Subcategories

This category has the following 7 subcategories, out of 7 total.

O