Category:OSWb2d7e6a2eff94c82b7f1f2699d5b0ee3: Difference between revisions

Category page
Category:OSWb2d7e6a2eff94c82b7f1f2699d5b0ee3
(Update package: OSW Base)
(Update package: OSW Base)
 
jsonschema
Line 1: Line 1:
{
{
     "@context": [
     "@context": [
        "/wiki/Category:Item?action=raw\u0026slot=jsonschema",
         {
         {
             "abstract": {
             "abstract": {
Line 25: Line 26:
                 "@id": "Property:HasEndDate",
                 "@id": "Property:HasEndDate",
                 "@type": "xsd:date"
                 "@type": "xsd:date"
            },
            "funding_type": {
                "@id": "Property:HasFundingType",
                "@type": "@id"
             },
             },
             "funding_call": {
             "funding_call": {
Line 99: Line 104:
             },
             },
             "total_budget": {
             "total_budget": {
                 "@id": "Property:HasBudget"
                 "@id": "Property:HasStatement"
             },
             },
             "year": {
             "year": {
Line 109: Line 114:
             },
             },
             "yearly_budget_sum": {
             "yearly_budget_sum": {
                 "@id": "Property:HasBudget"
                 "@id": "Property:HasStatement"
            },
            "yearly_budget_sum_weighted": {
                "@id": "Property:HasStatement"
            },
            "probability_of_successful_funding": {
                "@id": "Property:HasStatement"
             }
             }
         },
         }
        "/wiki/Category:Item?action=raw\u0026slot=jsonschema"
     ],
     ],
     "allOf": [
     "allOf": [
Line 120: Line 130:
     ],
     ],
     "uuid": "b2d7e6a2-eff9-4c82-b7f1-f2699d5b0ee3",
     "uuid": "b2d7e6a2-eff9-4c82-b7f1-f2699d5b0ee3",
    "id": "project",
     "type": "object",
     "type": "object",
     "title": "Project",
     "title": "Project",
Line 135: Line 146:
     "defaultProperties": [
     "defaultProperties": [
         "subjects",
         "subjects",
        "project_type",
         "project_status",
         "project_status",
        "funding_type",
         "funding_call",
         "funding_call",
         "funder",
         "funder",
Line 148: Line 159:
         "end_date",
         "end_date",
         "total_budget",
         "total_budget",
        "yearly_budget",
         "proposal",
         "proposal",
         "abstract"
         "abstract"
Line 174: Line 184:
         },
         },
         "project_type": {
         "project_type": {
            "title": "Project type",
             "type": "string",
             "type": "string",
            "deprecated": true,
            "title": "Project type (deprecated)",
            "description": "Replaced with Project / Funding Type",
             "enum": [
             "enum": [
                 "house_project",
                 "house_project",
Line 183: Line 195:
             ],
             ],
             "title*": {
             "title*": {
                 "de": "Projekttyp"
                 "de": "Projekttyp (veraltet)"
            },
            "description*": {
                "de": "Ersetzt mit Projekt- bzw. Förderart"
             },
             },
             "default": "",
             "default": "",
Line 202: Line 217:
                 }
                 }
             }
             }
        },
        "funding_type": {
            "type": "string",
            "format": "autocomplete",
            "title": "Project / Funding Type",
            "title*": {
                "de": "Projekt- bzw. Förderart"
            },
            "range": "Category:OSW67f2ef61ba284c919fefa00d0e95a7a0"
         },
         },
         "project_status": {
         "project_status": {
Line 233: Line 257:
             "type": "string",
             "type": "string",
             "format": "autocomplete",
             "format": "autocomplete",
             "range": "Category:OSW3cb8cef2225e403092f098f99bc4c472"
             "category": "Category:OSW3cb8cef2225e403092f098f99bc4c472"
         },
         },
         "funding": {
         "funding": {
Line 246: Line 270:
             "type": "string",
             "type": "string",
             "format": "autocomplete",
             "format": "autocomplete",
             "range": "Category:OSWbe80b28aefd64921ba2e8e2d6225416e"
             "options": {
                "autocomplete": {
                    "category": "Category:OSWbe80b28aefd64921ba2e8e2d6225416e"
                }
            }
         },
         },
         "funding_name": {
         "funding_name": {
Line 258: Line 286:
             },
             },
             "type": "string"
             "type": "string"
        },
        "probability_of_successful_funding": {
            "title": "Probability of Successful Funding in percent",
            "title*": {
                "de": "Wahrscheinlichkeit einer erfolgreichen Förderung in Prozent"
            },
            "description": "Indicates the likelihood that the funding will be approved, determines the weighted budget",
            "description*": {
                "de": "Gibt die Wahrscheinlichkeit an, dass die Förderung genehmigt wird, bestimmt das gewichtete Budget"
            },
            "allOf": [
                {
                    "$ref": "/wiki/JsonSchema:QuantityProperty?action=raw"
                }
            ],
            "properties": {
                "quantity": {
                    "options": {
                        "hidden": true
                    },
                    "default": "Property:HasProbabilityOfSuccessfulFunding"
                },
                "unit": {
                    "default": "Property:HasDimensionlessRatio#OSW8b3dc9b793074afc8ab8b03041f97f16",
                    "readOnly": true
                }
            }
         },
         },
         "ou": {
         "ou": {
Line 346: Line 401:
                 "type": "string",
                 "type": "string",
                 "format": "autocomplete",
                 "format": "autocomplete",
                 "range": "Category:OSW3cb8cef2225e403092f098f99bc4c472"
                 "category": "Category:OSW3cb8cef2225e403092f098f99bc4c472"
             }
             }
         },
         },
Line 372: Line 427:
         },
         },
         "total_budget": {
         "total_budget": {
            "allOf": [
                {
                    "$ref": "/wiki/JsonSchema:QuantityProperty?action=raw"
                }
            ],
             "title": "Total Budget",
             "title": "Total Budget",
            "type": "number",
             "title*": {
             "title*": {
                 "de": "Budgetsumme"
                 "de": "Budgetsumme"
            },
            "properties": {
                "quantity": {
                    "options": {
                        "hidden": true
                    },
                    "default": "Property:HasBudget"
                },
                "unit": {
                    "title": "Currency",
                    "title*": {
                        "de": "Währung"
                    }
                }
             }
             }
         },
         },
Line 381: Line 454:
             "title": "Yearly budget",
             "title": "Yearly budget",
             "type": "array",
             "type": "array",
             "format": "array",
             "format": "table",
             "title*": {
             "title*": {
                 "de": "Jahresbudget"
                 "de": "Jahresbudget"
             },
             },
             "items": {
             "items": {
                "id": "yearly_budget",
                 "title": "Yearly budget",
                 "title": "Yearly budget",
                 "title*": {
                 "title*": {
Line 393: Line 467:
                 "required": [
                 "required": [
                     "uuid"
                     "uuid"
                ],
                "defaultProperties": [
                    "budget_year",
                    "yearly_budget_sum",
                    "budget_type",
                    "budget_ou"
                 ],
                 ],
                 "properties": {
                 "properties": {
Line 400: Line 480:
                         "options": {
                         "options": {
                             "hidden": true
                             "hidden": true
                        }
                    },
                    "budget_year": {
                        "title": "Year",
                        "type": "string",
                        "title*": {
                            "de": "Jahr"
                         }
                         }
                     },
                     },
                     "yearly_budget_sum": {
                     "yearly_budget_sum": {
                        "allOf": [
                            {
                                "$ref": "/wiki/JsonSchema:QuantityProperty?action=raw"
                            }
                        ],
                         "title": "Yearly Budget Sum",
                         "title": "Yearly Budget Sum",
                        "type": "number",
                         "title*": {
                         "title*": {
                             "de": "Summe Jahresbudget"
                             "de": "Summe Jahresbudget"
                        },
                        "options": {
                            "disable_collapse": true,
                            "disable_properties": true,
                            "compact": true
                        },
                        "properties": {
                            "quantity": {
                                "options": {
                                    "hidden": true
                                },
                                "default": "Property:HasBudget"
                            },
                            "numerical_value": {
                                "options": {
                                    "grid_columns": 6
                                }
                            },
                            "unit": {
                                "title": "Currency",
                                "title*": {
                                    "de": "Währung"
                                },
                                "propertyOrder": 1001,
                                "options": {
                                    "grid_columns": 6
                                }
                            }
                         }
                         }
                     },
                     },
                     "budget_year": {
                     "yearly_budget_sum_weighted": {
                         "title": "Year",
                         "_allOf": [
                         "type": "string",
                            {
                                "$ref": "/wiki/JsonSchema:QuantityProperty?action=raw"
                            }
                        ],
                        "id": "statement",
                         "title": "weighted sum",
                         "title*": {
                         "title*": {
                             "de": "Jahr"
                             "de": "Gewichtete Summe"
                        },
                        "_description": "weighted with probability of successful funding",
                        "_description*": {
                            "de": "gewichtet mit Erfolgswahrscheinlichkeit"
                        },
                        "options": {
                            "disable_collapse": true,
                            "disable_properties": true,
                            "compact": true
                        },
                        "required": [
                            "uuid",
                            "quantity",
                            "value",
                            "numerical_value",
                            "unit",
                            "unit_symbol"
                        ],
                        "properties": {
                            "uuid": {
                                "type": "string",
                                "format": "uuid",
                                "options": {
                                    "hidden": true
                                }
                            },
                            "quantity": {
                                "type": "string",
                                "options": {
                                    "hidden": true
                                },
                                "default": "Property:HasWeightedBudget"
                            },
                            "numerical_value": {
                                "type": "string",
                                "_format": "template",
                                "options": {
                                    "grid_columns": 12,
                                    "hidden": true,
                                    "dynamic_template": {
                                        "override": "always"
                                    }
                                },
                                "watch": {
                                    "probability_of_successful_funding": "probability_of_successful_funding.numerical_value",
                                    "yearly_budget_sum_value": "yearly_budget.yearly_budget_sum.numerical_value"
                                },
                                "dynamic_template": "{{#calc 0.01 '*'}}{{#calc probability_of_successful_funding '*'}}{{yearly_budget_sum_value}}{{/calc}}{{/calc}}"
                            },
                            "value": {
                                "type": "string",
                                "title": "Wert",
                                "_format": "template",
                                "options": {
                                    "grid_columns": 12,
                                    "hidden": false
                                },
                                "_watch": {
                                    "probability_of_successful_funding": "probability_of_successful_funding.numerical_value",
                                    "yearly_budget_sum_value": "yearly_budget.yearly_budget_sum.numerical_value",
                                    "yearly_budget_sum_unit_symbol": "yearly_budget.yearly_budget_sum.unit_symbol"
                                },
                                "watch": {
                                    "numerical_value": "statement.numerical_value",
                                    "unit_symbol": "statement.unit_symbol"
                                },
                                "template": "{{{numerical_value}}} {{{unit_symbol}}}"
                            },
                            "unit": {
                                "type": "string",
                                "title": "Currency",
                                "title*": {
                                    "de": "Währung"
                                },
                                "_format": "template",
                                "propertyOrder": 1001,
                                "options": {
                                    "grid_columns": 6,
                                    "hidden": true
                                },
                                "watch": {
                                    "yearly_budget_sum_unit": "yearly_budget.yearly_budget_sum.unit"
                                },
                                "template": "{{yearly_budget_sum_unit}}"
                            },
                            "unit_symbol": {
                                "type": "string",
                                "watch": {
                                    "yearly_budget_sum_unit_symbol": "yearly_budget.yearly_budget_sum.unit_symbol"
                                },
                                "template": "{{yearly_budget_sum_unit_symbol}}",
                                "options": {
                                    "grid_columns": 6,
                                    "hidden": true
                                }
                            }
                         }
                         }
                     },
                     },
Line 438: Line 658:
                             "de": "OE"
                             "de": "OE"
                         },
                         },
                         "type": "array",
                         "type": "string",
                         "format": "table",
                         "format": "autocomplete",
                         "items": {
                         "range": "Category:OSW3cb8cef2225e403092f098f99bc4c472"
                            "title": "OU",
                            "title*": {
                                "en": "OU",
                                "de": "OE"
                            },
                            "type": "string",
                            "format": "autocomplete",
                            "options": {
                                "autocomplete": {
                                    "category": "Category:OSW3cb8cef2225e403092f098f99bc4c472"
                                }
                            }
                        }
                     },
                     },
                     "budget_type": {
                     "budget_type": {
Line 465: Line 672:
                     }
                     }
                 }
                 }
            },
            "options": {
                "disable_array_reorder": false,
                "enable_array_copy": true
             }
             }
         },
         },
footer_template
Line 4: Line 4:
== Kanban ==
== Kanban ==


{{Editor/Kanban
<div class="Kanban" style="width: 100%" data-config='{
| file_name = Kanban Board
  "uuid": "",
| full_width = 1
  "name": "Kanban Board",
| edit = 1
  "edit": true,
}}
  "board_preset": "prio_backlog_inwork_done",
  "board": {
    "default_jsondata": {"related_to": ["{{FULLPAGENAME}}"], "actionees": []}
  },
  "query": {"type": "smw", "value": "[[IsRelatedTo::{{FULLPAGENAME}}]]"}
}'></div>


== {{#switch:{{USERLANGUAGECODE}} |#default=Documents |en=Documents |de=Dokumente}} ==
== {{#switch:{{USERLANGUAGECODE}} |#default=Documents |en=Documents |de=Dokumente}} ==

Latest revision as of 08:08, 12 July 2025

Project
ID OSWb2d7e6a2eff94c82b7f1f2699d5b0ee3
UUID b2d7e6a2-eff9-4c82-b7f1-f2699d5b0ee3
Label Project
Short name Project
Machine compatible name Project
Statements (outgoing)
Statements (incoming)

Description

An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim.

Category (Class)
Supercategories<br>Definition: Category (Class)
UTF8-Iconssee https://www.unicode.org/cldr/charts/latest/annotations/romance.html<br>Definition: Category (Class)
  • 💰
  • instance_rdf_typeReferences a class/type/category in another ontology to describe the instances of this category. Typically a prefix, representing the resolvable URI of an ontology and an id from the namespace of said ontology, separated by colon, e.g., "schema:Person"<br>Definition: Category (Class)
  • schema:Project
  • Gantt Chart

    Overview Table


    📎 Select files (or drop them here)... 📷 Camera
      jsondata
      subclass_of
      "Category:Item"
      type
      "Category:Category"
      uuid"b2d7e6a2-eff9-4c82-b7f1-f2699d5b0ee3"
      label
      text"Project"
      lang"en"
      text"Projekt"
      lang"de"
      short_name
      text"Project"
      lang"en"
      text"Projekt"
      lang"de"
      description
      text"An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim."
      lang"en"
      text"Ein (möglicherweise individuelles, in der Regel aber gemeinschaftliches) Unternehmen oder Unternehmung, das auf ein bestimmtes Ziel ausgerichtet ist"
      lang"de"
      name"Project"
      utf8_icon
      "💰"
      instance_rdf_type
      "schema:Project"
      jsonschema
      @context
      "/wiki/Category:Item?action=raw&slot=jsonschema"
      abstract
      @id"Property:HasAbstract"
      budget_end
      @id"Property:HasBudgetEndDate"
      budget_ou
      @id"Property:HasBusinessUnit"
      @type"@id"
      budget_start
      @id"Property:HasBudgetStartDate"
      budget_type
      @id"Property:HasType"
      @type"@id"
      budget_year
      @id"Property:HasBudgetYear"
      end_date
      @id"Property:HasEndDate"
      @type"xsd:date"
      funding_type
      @id"Property:HasFundingType"
      @type"@id"
      funding_call
      @id"Property:HasFundingCall"
      @type"@id"
      funding
      @id"schema:funding"
      @type"@id"
      funding*
      @id"Property:HasFunding"
      @type"@id"
      funder
      @id"schema:funder"
      @type"@id"
      funder*
      @id"Property:HasFunder"
      @type"@id"
      member
      @id"schema:member"
      @type"@id"
      member*
      @id"Property:HasMember"
      @type"@id"
      member_of
      @id"schema:memberOf"
      @type"@id"
      member_of*
      @id"Property:IsMemberOf"
      @type"@id"
      other_documents
      @id"Property:HasAdditionalDocument"
      @type"@id"
      ou
      @id"Property:HasBusinessUnit"
      @type"@id"
      project_manager
      @id"Property:HasManager"
      @type"@id"
      project_status
      @id"Property:HasStatus"
      @type"@id"
      project_type
      @id"Property:HasType"
      @type"@id"
      proposal
      @id"Property:HasProposal"
      @type"@id"
      report
      @id"Property:HasReport"
      @type"@id"
      start_date
      @id"Property:HasStartDate"
      @type"xsd:date"
      subjects
      @id"Property:HasTopic"
      @type"@id"
      total_budget
      @id"Property:HasStatement"
      year
      @id"Property:HasYear"
      yearly_budget
      @id"Property:HasBudgetPart"
      @type"@id"
      yearly_budget_sum
      @id"Property:HasStatement"
      yearly_budget_sum_weighted
      @id"Property:HasStatement"
      probability_of_successful_funding
      @id"Property:HasStatement"
      allOf
      $ref"/wiki/Category:Item?action=raw&slot=jsonschema"
      uuid"b2d7e6a2-eff9-4c82-b7f1-f2699d5b0ee3"
      id"project"
      type"object"
      title"Project"
      title*
      en"Project"
      de"Projekt"
      description"An enterprise (potentially individual but typically collaborative), planned to achieve a particular aim."
      description*
      de"Ein (möglicherweise individuelles, in der Regel aber gemeinschaftliches) Unternehmen oder Unternehmung, das auf ein bestimmtes Ziel ausgerichtet ist."
      required
      "type"
      defaultProperties
      "subjects"
      "project_status"
      "funding_type"
      "funding_call"
      "funder"
      "funding"
      "funding_name"
      "ou"
      "project_manager"
      "member"
      "member_of"
      "start_date"
      "end_date"
      "total_budget"
      "proposal"
      "abstract"
      properties
      type
      default
      "Category:OSWb2d7e6a2eff94c82b7f1f2699d5b0ee3"
      subjects
      items
      title"Subject"
      title*
      de"Thema"
      type"string"
      title"Subjects"
      type"array"
      format"array"
      title*
      de"Themen"
      project_type
      type"string"
      deprecatedtrue
      title"Project type (deprecated)"
      description"Replaced with Project / Funding Type"
      enum
      "house_project"
      "internal"
      "public"
      "industry"
      title*
      de"Projekttyp (veraltet)"
      description*
      de"Ersetzt mit Projekt- bzw. Förderart"
      default""
      options
      enum_titles
      "House project"
      "Internal"
      "Public"
      "Industry"
      enum_titles*
      de
      "Hausprojekt"
      "Intern"
      "Öffentlich"
      "Industrie"
      funding_type
      type"string"
      format"autocomplete"
      title"Project / Funding Type"
      title*
      de"Projekt- bzw. Förderart"
      range"Category:OSW67f2ef61ba284c919fefa00d0e95a7a0"
      project_status
      title"Project status"
      title*
      de"Projektstatus"
      type"string"
      format"autocomplete"
      range"Category:OSW490e38f9764f4408a244869a0ea98e7c"
      default"Item:OSW55a9a9bda7b248759e48ae2e3ed6df1d"
      funding_call
      title"Funding call"
      title*
      de"Förderaufruf"
      type"string"
      format"autocomplete"
      options
      autocomplete
      category"Category:OSWd22af0aa3b00462a9da9b509538e8926"
      funder
      title"Funder"
      title*
      de"Förder- bzw. Auftragsgeber"
      type"string"
      format"autocomplete"
      category"Category:OSW3cb8cef2225e403092f098f99bc4c472"
      funding
      title"Funding"
      title*
      de"Förderung"
      description"Grant or contract"
      description*
      de"Förderung oder Vertrag"
      type"string"
      format"autocomplete"
      options
      autocomplete
      category"Category:OSWbe80b28aefd64921ba2e8e2d6225416e"
      funding_name
      title"Funding (name)"
      title*
      de"Förderung (Name)"
      description"Grant or contract. Use this property to enter a text if you don't want to create a new instance of grant."
      description*
      de"Förderung oder Vertrag. Verwenden Sie diese Eigenschaft, um einen Text einzugeben, wenn Sie keine neue Instanz von Grant erstellen möchten."
      type"string"
      probability_of_successful_funding
      title"Probability of Successful Funding in percent"
      title*
      de"Wahrscheinlichkeit einer erfolgreichen Förderung in Prozent"
      description"Indicates the likelihood that the funding will be approved, determines the weighted budget"
      description*
      de"Gibt die Wahrscheinlichkeit an, dass die Förderung genehmigt wird, bestimmt das gewichtete Budget"
      allOf
      $ref"/wiki/JsonSchema:QuantityProperty?action=raw"
      properties
      quantity
      options
      hiddentrue
      default"Property:HasProbabilityOfSuccessfulFunding"
      unit
      default"Property:HasDimensionlessRatio#OSW8b3dc9b793074afc8ab8b03041f97f16"
      readOnlytrue
      ou
      title"OU"
      title*
      en"OU"
      de"OE"
      description"Organizational Unit (OU), which carries out the project"
      description*
      de"Organisationseinheit (OE), die das Projekt durchführt"
      type"array"
      items
      title"Organizational Unit (OU)"
      title*
      de"Organisationseinheit (OE)"
      type"string"
      format"autocomplete"
      options
      autocomplete
      category"Category:OSW3cb8cef2225e403092f098f99bc4c472"
      project_manager
      title"Project Manager"
      title*
      en"Project Manager"
      de"Projektleiter*in"
      type"array"
      items
      title"Project Manager"
      title*
      en"Project Manager"
      de"Projektleiter*in"
      type"string"
      format"autocomplete"
      options
      autocomplete
      category"Category:OSW44deaa5b806d41a2a88594f562b110e9"
      member
      title"Member"
      title*
      en"Member"
      de"Mitglieder*innen"
      type"array"
      items
      title"Member"
      title*
      en"Member"
      de"Mitglieder*in"
      type"string"
      format"autocomplete"
      options
      autocomplete
      query"[[Category:OSW44deaa5b806d41a2a88594f562b110e9]] OR [[Category:OSW3cb8cef2225e403092f098f99bc4c472]] |?Display_title_of=label"
      member_of
      title"Member of"
      title*
      en"Member of "
      de"Mitglied von"
      description"Organizational unit(s), the project is a member of, e.g. a project cluster"
      description*
      de"Organisationseinheit(en), zu der das Projekt gehört, z. B. ein Projektcluster"
      type"array"
      items
      title"Member of"
      title*
      de"Mitglied von"
      type"string"
      format"autocomplete"
      category"Category:OSW3cb8cef2225e403092f098f99bc4c472"
      start_date
      title"Start"
      type"string"
      format"date"
      title*
      de"Beginn"
      options
      flatpicker
      Empty object
      end_date
      title"End"
      type"string"
      format"date"
      title*
      de"Ende"
      options
      flatpicker
      Empty object
      total_budget
      allOf
      $ref"/wiki/JsonSchema:QuantityProperty?action=raw"
      title"Total Budget"
      title*
      de"Budgetsumme"
      properties
      quantity
      options
      hiddentrue
      default"Property:HasBudget"
      unit
      title"Currency"
      title*
      de"Währung"
      yearly_budget
      title"Yearly budget"
      type"array"
      format"table"
      title*
      de"Jahresbudget"
      items
      id"yearly_budget"
      title"Yearly budget"
      title*
      de"Jahresbudget"
      type"object"
      required
      "uuid"
      defaultProperties
      "budget_year"
      "yearly_budget_sum"
      "budget_type"
      "budget_ou"
      properties
      uuid
      type"string"
      format"uuid"
      options
      hiddentrue
      budget_year
      title"Year"
      type"string"
      title*
      de"Jahr"
      yearly_budget_sum
      allOf
      $ref"/wiki/JsonSchema:QuantityProperty?action=raw"
      title"Yearly Budget Sum"
      title*
      de"Summe Jahresbudget"
      options
      disable_collapsetrue
      disable_propertiestrue
      compacttrue
      properties
      quantity
      options
      hiddentrue
      default"Property:HasBudget"
      numerical_value
      options
      grid_columns6
      unit
      title"Currency"
      title*
      de"Währung"
      propertyOrder1001
      options
      grid_columns6
      yearly_budget_sum_weighted
      _allOf
      $ref"/wiki/JsonSchema:QuantityProperty?action=raw"
      id"statement"
      title"weighted sum"
      title*
      de"Gewichtete Summe"
      _description"weighted with probability of successful funding"
      _description*
      de"gewichtet mit Erfolgswahrscheinlichkeit"
      options
      disable_collapsetrue
      disable_propertiestrue
      compacttrue
      required
      "uuid"
      "quantity"
      "value"
      "numerical_value"
      "unit"
      "unit_symbol"
      properties
      uuid
      type"string"
      format"uuid"
      options
      hiddentrue
      quantity
      type"string"
      options
      hiddentrue
      default"Property:HasWeightedBudget"
      numerical_value
      type"string"
      _format"template"
      options
      grid_columns12
      hiddentrue
      dynamic_template
      override"always"
      watch
      probability_of_successful_funding"probability_of_successful_funding.numerical_value"
      yearly_budget_sum_value"yearly_budget.yearly_budget_sum.numerical_value"
      dynamic_template"{{#calc 0.01 '*'}}{{#calc probability_of_successful_funding '*'}}{{yearly_budget_sum_value}}{{/calc}}{{/calc}}"
      value
      type"string"
      title"Wert"
      _format"template"
      options
      grid_columns12
      hiddenfalse
      _watch
      probability_of_successful_funding"probability_of_successful_funding.numerical_value"
      yearly_budget_sum_value"yearly_budget.yearly_budget_sum.numerical_value"
      yearly_budget_sum_unit_symbol"yearly_budget.yearly_budget_sum.unit_symbol"
      watch
      numerical_value"statement.numerical_value"
      unit_symbol"statement.unit_symbol"
      template"{{{numerical_value}}} {{{unit_symbol}}}"
      unit
      type"string"
      title"Currency"
      title*
      de"Währung"
      _format"template"
      propertyOrder1001
      options
      grid_columns6
      hiddentrue
      watch
      yearly_budget_sum_unit"yearly_budget.yearly_budget_sum.unit"
      template"{{yearly_budget_sum_unit}}"
      unit_symbol
      type"string"
      watch
      yearly_budget_sum_unit_symbol"yearly_budget.yearly_budget_sum.unit_symbol"
      template"{{yearly_budget_sum_unit_symbol}}"
      options
      grid_columns6
      hiddentrue
      budget_start
      title"Start"
      type"string"
      format"date"
      title*
      de"Beginn"
      budget_end
      title"End"
      type"string"
      format"date"
      title*
      de"Ende"
      budget_ou
      title"OU"
      title*
      en"OU"
      de"OE"
      type"string"
      format"autocomplete"
      range"Category:OSW3cb8cef2225e403092f098f99bc4c472"
      budget_type
      title"Type"
      title*
      de"Typ"
      type"string"
      format"autocomplete"
      range"Category:OSW595b282aedf048788f3ee326454792ce"
      options
      disable_array_reorderfalse
      enable_array_copytrue
      proposal
      title"Proposal"
      title*
      de"Antrag"
      type"string"
      format"url"
      options
      upload
      Empty object
      links
      href"{{#if self}}/w/index.php?title=Special:Redirect/file/{{self}}&width=200&height=200{{/if}}"
      mediaType"image"
      href"{{#if self}}/w/index.php?title=Special:Redirect/file/{{self}}{{/if}}"
      rel"{{#if self}}download{{/if}}"
      downloadtrue
      report
      title"Report"
      title*
      de"Bericht"
      type"string"
      format"url"
      options
      upload
      Empty object
      links
      href"{{#if self}}/w/index.php?title=Special:Redirect/file/{{self}}&width=200&height=200{{/if}}"
      mediaType"image"
      href"{{#if self}}/w/index.php?title=Special:Redirect/file/{{self}}{{/if}}"
      rel"{{#if self}}download{{/if}}"
      downloadtrue
      other_documents
      title"Additional documents"
      title*
      en"Additional documents"
      de"Sonstige Dokumente"
      type"array"
      items
      title"Additional documents"
      title*
      en"Additional documents"
      de"Sonstige Dokumente"
      type"string"
      format"url"
      options
      upload
      Empty object
      links
      href"{{#if self}}/w/index.php?title=Special:Redirect/file/{{self}}&width=200&height=200{{/if}}"
      mediaType"image"
      href"{{#if self}}/w/index.php?title=Special:Redirect/file/{{self}}{{/if}}"
      rel"{{#if self}}download{{/if}}"
      downloadtrue
      abstract
      title"Abstract"
      title*
      de"Kurzbeschreibung"
      type"array"
      format"table"
      eval_template
      type"mustache-wikitext"
      mode"render"
      $comment"Displays value according to user language with eng as fallback option. Note: {{=<% %>=}} changes mustache expression from {{..}} to <% %> for mixing with wikitext templates"
      value"{{=<% %>=}} {{#switch:{{USERLANGUAGECODE}} <%#abstract%> | {{#ifeq: <%lang%>|en|#default|<%lang%>}} = <%text%> <%/abstract%> }}"
      items
      eval_template
      type"wikitext"
      mode"store"
      value"{{{text}}}@{{{lang}}}"
      $ref"/wiki/JsonSchema:Description?action=raw"

      Pages in category "OSWb2d7e6a2eff94c82b7f1f2699d5b0ee3"

      This category contains only the following page.

      Cookies help us deliver our services. By using our services, you agree to our use of cookies.