Category:OSW3cb8cef2225e403092f098f99bc4c472: Difference between revisions

Update package: OSW Base
(Update package: OSW Base)
(Update package: OSW Base)
 
jsondata
Line 1: Line 1:
{
{
    "subclass_of": [
        "Category:Item"
    ],
     "type": [
     "type": [
         "Category:Category"
         "Category:Category"
    ],
    "subclass_of": [
        "Category:Item"
     ],
     ],
     "uuid": "3cb8cef2-225e-4030-92f0-98f99bc4c472",
     "uuid": "3cb8cef2-225e-4030-92f0-98f99bc4c472",
    "name": "OrganizationalUnit",
     "label": [
     "label": [
         {
         {
Line 28: Line 27:
         }
         }
     ],
     ],
    "name": "OrganizationalUnit",
     "instance_rdf_type": [
     "instance_rdf_type": [
         "schema:Organization"
         "schema:Organization"
jsonschema
Line 3: Line 3:
         {
         {
             "abbreviation": {
             "abbreviation": {
                "@id": "Property:HasId",
                "@type": "xsd:string"
            },
            "abbreviation*": {
                 "@id": "Property:HasAbbreviation",
                 "@id": "Property:HasAbbreviation",
                "@type": "xsd:string"
            },
            "abbreviation**": {
                "@id": "Property:HasAcronym",
                 "@type": "xsd:string"
                 "@type": "xsd:string"
             },
             },
Line 112: Line 120:
             "member_of*": {
             "member_of*": {
                 "@id": "Property:IsMemberOf",
                 "@id": "Property:IsMemberOf",
                "@type": "@id"
            },
            "employees*": {
                "@id": "schema:employee",
                "@type": "@id"
            },
            "employees**": {
                "@reverse": "Property:HasOrganization",
                 "@type": "@id"
                 "@type": "@id"
             },
             },
Line 198: Line 214:
     "title": "OrganizationalUnit",
     "title": "OrganizationalUnit",
     "title*": {
     "title*": {
         "de": "Organisationseinheit"
         "de": "Organisationseinheit",
        "en": "Organizational unit"
     },
     },
     "uuid": "3cb8cef2-225e-4030-92f0-98f99bc4c472",
     "uuid": "3cb8cef2-225e-4030-92f0-98f99bc4c472",
Line 205: Line 222:
     "description": "The most general kind of organizational unit - an organization but also parts of an organization",
     "description": "The most general kind of organizational unit - an organization but also parts of an organization",
     "description*": {
     "description*": {
         "de": "Die allgemeinste Art von Organisationseinheit - eine Organisation, aber auch Teile einer Organisation"
         "de": "Die allgemeinste Art von Organisationseinheit - eine Organisation, aber auch Teile einer Organisation",
        "en": "The most general kind of organizational unit - an organization but also parts of an organization"
     },
     },
     "defaultProperties": [
     "defaultProperties": [
Line 721: Line 739:
                 },
                 },
                 "type": "string"
                 "type": "string"
            }
        }
    },
    "x-oold-reverse-defaultProperties": [
        "employees"
    ],
    "x-oold-reverse-properties": {
        "employees": {
            "type": "array",
            "title": "Employees",
            "items": {
                "type": "string",
                "format": "autocomplete",
                "title": "Person",
                "$comment": "range is Person",
                "range": "Category:OSW44deaa5b806d41a2a88594f562b110e9"
             }
             }
         }
         }
     }
     }
}
}