Category:OSW3cb8cef2225e403092f098f99bc4c472
(Update package: OSW Base) |
(Update package: OSW Base) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
* FhG: 18dfa021-fa38-5833-947f-1ae363511b41 | * FhG: 18dfa021-fa38-5833-947f-1ae363511b41 | ||
=== | {{#ask: [[{{FULLPAGENAME}}]] | ||
{{ | |?HasLabel={{#switch: {{USERLANGUAGECODE}} |de=Label (de) |#default=Label (en) }} |+lang={{USERLANGUAGECODE}} | ||
| | |?HasNumberOfMembers={{#switch:{{USERLANGUAGECODE}} |en=Number of members|de=Mitarbeitende (Anzahl) |#default=Number of members }} | ||
| | |format=datatable | ||
| | |limit=5000 | ||
| | |sort=Display title of | ||
|order=asc | |||
}} | }} | ||
jsondata | |||
---|---|---|---|
Line 20: | Line 20: | ||
"description": [ | "description": [ | ||
{ | { | ||
"text": " | "text": "The most general kind of organizational unit - an organization but also parts of an organization", | ||
"lang": "en" | "lang": "en" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "Die allgemeinste Art von Organisationseinheit - eine Organisation, aber auch Teile einer Organisation", | ||
"lang": "de" | "lang": "de" | ||
} | } | ||
], | |||
"instance_rdf_type": [ | |||
"schema:Organization" | |||
], | |||
"utf8_icon": [ | |||
"🏢" | |||
] | ] | ||
} | } | ||
jsonschema | |||
Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | "@context": [ | ||
{ | { | ||
"abbreviation": "Property:HasAbbreviation", | "abbreviation": { | ||
"competence": "Property:HasCompetence", | "@id": "Property:HasAbbreviation", | ||
"deputy_manager": "Property:HasDeputyManager", | "@type": "xsd:string" | ||
"mailing_list": "Property:HasMailingList", | }, | ||
"manager": "Property:HasManager", | "competence": { | ||
" | "@id": "schema:knowsAbout", | ||
" | "@type": "@id" | ||
" | }, | ||
" | "competence*": { | ||
"phone_number": "Property:HasPhoneNumber", | "@id": "Property:HasCompetence", | ||
" | "@type": "@id" | ||
" | }, | ||
" | "deputy_manager": { | ||
" | "@id": "Property:HasDeputyManager", | ||
"site": "Property:IsLocatedIn", | "@type": "@id" | ||
" | }, | ||
" | "email": { | ||
" | "@id": "schema:email", | ||
" | "@type": "xsd:string" | ||
" | }, | ||
" | "email*": { | ||
" | "@id": "Property:HasEmail", | ||
" | "@type": "xsd:string" | ||
" | }, | ||
} | "fax_number": { | ||
"@id": "schema:faxNumber", | |||
"@type": "xsd:string" | |||
}, | |||
"fax_number*": { | |||
"@id": "Property:HasFaxNumber", | |||
"@type": "xsd:string" | |||
}, | |||
"founder": { | |||
"@id": "schema:founder", | |||
"@type": "xsd:string" | |||
}, | |||
"founder*": { | |||
"@id": "Property:HasFounder", | |||
"@type": "@id" | |||
}, | |||
"founding_date": { | |||
"@id": "schema:foundingDate", | |||
"@type": "xsd:date" | |||
}, | |||
"founding_date*": { | |||
"@id": "Property:HasFoundingDate", | |||
"@type": "xsd:date" | |||
}, | |||
"founding_location": { | |||
"@id": "schema:foundingLocation", | |||
"@type": "@id" | |||
}, | |||
"founding_location*": { | |||
"@id": "Property:HasFoundingLocation", | |||
"@type": "@id" | |||
}, | |||
"funder": { | |||
"@id": "schema:funder", | |||
"@type": "@id" | |||
}, | |||
"funder*": { | |||
"@id": "Property:HasFunder", | |||
"@type": "@id" | |||
}, | |||
"image": { | |||
"@id": "schema:logo", | |||
"@type": "@id" | |||
}, | |||
"image*": { | |||
"@id": "Property:HasLogo", | |||
"@type": "@id" | |||
}, | |||
"legal_name": { | |||
"@id": "schema:legalName", | |||
"@type": "xsd:string" | |||
}, | |||
"legal_name*": { | |||
"@id": "Property:HasLegalName", | |||
"@type": "xsd:string" | |||
}, | |||
"mailing_list": { | |||
"@id": "Property:HasMailingList", | |||
"@type": "@id" | |||
}, | |||
"manager": { | |||
"@id": "Property:HasManager", | |||
"@type": "@id" | |||
}, | |||
"member_ous": { | |||
"@id": "schema:member", | |||
"@type": "@id" | |||
}, | |||
"member_ous*": { | |||
"@id": "Property:HasMember", | |||
"@type": "@id" | |||
}, | |||
"member_persons": { | |||
"@id": "schema:member", | |||
"@type": "@id" | |||
}, | |||
"member_persons*": { | |||
"@id": "Property:HasMember", | |||
"@type": "@id" | |||
}, | |||
"member_of": { | |||
"@id": "schema:memberOf", | |||
"@type": "@id" | |||
}, | |||
"member_of*": { | |||
"@id": "Property:IsMemberOf", | |||
"@type": "@id" | |||
}, | |||
"phone_number": { | |||
"@id": "schema:telephone", | |||
"@type": "@id" | |||
}, | |||
"phone_number*": { | |||
"@id": "Property:HasPhoneNumber", | |||
"@type": "xsd:string" | |||
}, | |||
"postal_address": { | |||
"@id": "Property:HasPostalAddress", | |||
"@type": "@id", | |||
"@context": [ | |||
"/wiki/JsonSchema:PostalAddress?action=raw" | |||
] | |||
}, | |||
"ror_id": { | |||
"@id": "Property:HasRorId", | |||
"@type": "xsd:string" | |||
}, | |||
"secretary": { | |||
"@id": "Property:HasSecretary", | |||
"@type": "@id" | |||
}, | |||
"site": { | |||
"@id": "schema:location", | |||
"@type": "@id" | |||
}, | |||
"site*": { | |||
"@id": "Property:IsLocatedIn", | |||
"@type": "@id" | |||
}, | |||
"superordinate_ou": { | |||
"@id": "schema:parentOrganization", | |||
"@type": "@id" | |||
}, | |||
"superordinate_ou*": { | |||
"@id": "Property:HasSuperordinateOu", | |||
"@type": "@id" | |||
}, | |||
"tax_id": { | |||
"@id": "schema:taxID", | |||
"@type": "xsd:string" | |||
}, | |||
"tax_id*": { | |||
"@id": "Property:HasTaxId", | |||
"@type": "xsd:string" | |||
}, | |||
"topic": { | |||
"@id": "schema:knowsAbout", | |||
"@type": "@id" | |||
}, | |||
"topic*": { | |||
"@id": "Property:HasTopic", | |||
"@type": "@id" | |||
}, | |||
"vat_id": { | |||
"@id": "schema:vatID", | |||
"@type": "xsd:string" | |||
}, | |||
"vat_id*": { | |||
"@id": "Property:HasVatId", | |||
"@type": "xsd:string" | |||
}, | |||
"website": { | |||
"@id": "schema:subjectOf", | |||
"@type": "@id" | |||
}, | |||
"website*": { | |||
"@id": "Property:HasWebsite", | |||
"@type": "xsd:anyURI" | |||
}, | |||
"associated_acl_roles*": { | |||
"@id": "Property:HasAssociatedAclRole" | |||
} | |||
}, | |||
"/wiki/Category:Item?action=raw\u0026slot=jsonschema" | |||
], | ], | ||
"allOf": [ | "allOf": [ | ||
Line 41: | Line 203: | ||
"id": "OSW3cb8cef2225e403092f098f99bc4c472", | "id": "OSW3cb8cef2225e403092f098f99bc4c472", | ||
"type": "object", | "type": "object", | ||
"description": " | "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" | ||
}, | }, | ||
"defaultProperties": [ | "defaultProperties": [ | ||
"abbreviation" | |||
"abbreviation | |||
], | ], | ||
"required": [ | "required": [ | ||
Line 68: | Line 214: | ||
], | ], | ||
"properties": { | "properties": { | ||
"type": { | |||
"default": [ | |||
"Category:OSW3cb8cef2225e403092f098f99bc4c472" | |||
] | |||
}, | |||
"abbreviation": { | "abbreviation": { | ||
"$comment": "should reuse short_name from Entity", | |||
"title": "Acronym", | "title": "Acronym", | ||
"title*": { | "title*": { | ||
Line 87: | Line 239: | ||
"format": "table", | "format": "table", | ||
"items": { | "items": { | ||
"title": "", | "title": "Competence", | ||
"title*": { | |||
"de": "Kompetenz" | |||
}, | |||
"type": "string", | "type": "string", | ||
"format": "autocomplete", | "format": "autocomplete", | ||
" | "range": "Category:OSW5eb9c52b804544dc870dfd54ff434428" | ||
}, | }, | ||
"uniqueItems": true | "uniqueItems": true | ||
}, | }, | ||
"deputy_manager": { | "deputy_manager": { | ||
"title": "Deputy manager", | "title": "Deputy manager", | ||
"title*": { | "title*": { | ||
"de": "Stellvertretende:r Manager:in" | "de": "Stellvertretende:r Manager:in" | ||
}, | }, | ||
Line 109: | Line 257: | ||
"format": "table", | "format": "table", | ||
"items": { | "items": { | ||
"title": "", | "title": "Deputy manager", | ||
"title*": { | |||
"de": "Stellvertretende:r Manager:in" | |||
}, | |||
"type": "string", | "type": "string", | ||
"format": "autocomplete", | "format": "autocomplete", | ||
" | "range": "Category:OSW44deaa5b806d41a2a88594f562b110e9" | ||
}, | |||
" | "uniqueItems": true | ||
}, | |||
"founder": { | |||
"title": "Founder", | |||
"title*": { | |||
"de": "Gründer:in" | |||
}, | }, | ||
" | "type": "array", | ||
" | "format": "table", | ||
"" | "items": { | ||
] | "title": "Founder", | ||
"title*": { | |||
"de": "Gründer:in" | |||
}, | |||
"type": "string", | |||
"format": "autocomplete", | |||
"range": "Category:OSW44deaa5b806d41a2a88594f562b110e9" | |||
}, | |||
"uniqueItems": true | |||
}, | |||
"founding_date": { | |||
"title": "Founding date", | |||
"title*": { | |||
"en": "Founding date", | |||
"de": "Gründungsdatum" | |||
}, | |||
"type": "string", | |||
"format": "date" | |||
}, | |||
"founding_location": { | |||
"title": "Founding location", | |||
"title*": { | |||
"en": "Founding location", | |||
"de": "Gründungsort" | |||
}, | |||
"type": "string", | |||
"format": "text" | |||
}, | |||
"funder": { | |||
"title": "Funder", | |||
"title*": { | |||
"de": "Förderer*in" | |||
}, | |||
"description": "The Funder of a Consortium is the Organization that provides the funding for the Consortium.", | |||
"description*": { | |||
"de": "Der/die Geldgeber*in eines Konsortiums ist die Organisation, die die Finanzierung des Konsortiums bereitstellt" | |||
}, | |||
"type": "string", | |||
"format": "autocomplete", | |||
"options": { | |||
"autocomplete": { | |||
"query": "[[Category:OSW3cb8cef2225e403092f098f99bc4c472]] OR [[Category:OSW44deaa5b806d41a2a88594f562b110e9]] |?Display_title_of=label" | |||
} | |||
} | |||
}, | }, | ||
"image": { | "image": { | ||
Line 126: | Line 325: | ||
"de": "Logo" | "de": "Logo" | ||
} | } | ||
}, | |||
"legal_name": { | |||
"title": "Legal name", | |||
"title*": { | |||
"en": "Legal name", | |||
"de": "Rechtlicher Name" | |||
}, | |||
"type": "string", | |||
"format": "text" | |||
}, | |||
"legal_form": { | |||
"title": "Legal form", | |||
"title*": { | |||
"en": "Legal form", | |||
"de": "Rechtsform" | |||
}, | |||
"type": "string", | |||
"format": "text" | |||
}, | }, | ||
"mailing_list": { | "mailing_list": { | ||
"title": "Mailing list", | "title": "Mailing list", | ||
"title*": { | "title*": { | ||
"de": "E-Mail-Verteiler" | "de": "E-Mail-Verteiler" | ||
}, | }, | ||
"description": "Mailing list of the organizational unit.", | "description": "Mailing list of the organizational unit.", | ||
"description*": { | "description*": { | ||
"de": "Mailingliste der Organisationseinheit." | "de": "Mailingliste der Organisationseinheit." | ||
}, | }, | ||
Line 141: | Line 356: | ||
"format": "table", | "format": "table", | ||
"items": { | "items": { | ||
"title": "", | "title": "Mailing list", | ||
"title*": { | |||
"de": "E-Mail-Verteiler" | |||
}, | |||
"type": "string", | "type": "string", | ||
"format": "email" | "format": "email" | ||
} | }, | ||
"uniqueItems": true | |||
}, | }, | ||
"manager": { | "manager": { | ||
"title": "Manager", | "title": "Manager", | ||
"title*": { | "title*": { | ||
"de": "Manager:in" | "de": "Manager:in" | ||
}, | }, | ||
Line 155: | Line 373: | ||
"format": "table", | "format": "table", | ||
"items": { | "items": { | ||
"title": "", | "title": "Manager", | ||
"title*": { | |||
"de": "Manager:in" | |||
}, | |||
"type": "string", | "type": "string", | ||
"format": "autocomplete", | "format": "autocomplete", | ||
" | "range": "Category:OSW44deaa5b806d41a2a88594f562b110e9" | ||
}, | }, | ||
" | "uniqueItems": true | ||
}, | }, | ||
"member_of": { | "member_of": { | ||
"title": "Member of", | "title": "Member of", | ||
"title*": { | "title*": { | ||
"de": "Mitglied in" | "de": "Mitglied in" | ||
}, | }, | ||
"description": "The organization this organization is a member of.", | "description": "The organization(al unit) this organization is a member of.", | ||
"description*": { | |||
"de": "Die Organisation(seinheit), der diese Organisation angehört." | |||
}, | |||
"type": "array", | |||
"format": "table", | |||
"items": { | |||
"title": "Member of", | |||
"title*": { | |||
"de": "Mitglied in" | |||
}, | |||
"type": "string", | |||
"format": "autocomplete", | |||
"range": "Category:OSW3cb8cef2225e403092f098f99bc4c472" | |||
}, | |||
"uniqueItems": true | |||
}, | |||
"member_persons": { | |||
"title": "Member person(s)", | |||
"title*": { | |||
"de": "Mitgliedsperson(en)" | |||
}, | |||
"description": "The members (persons) of this organization(al unit).", | |||
"description*": { | "description*": { | ||
"de": "Die Mitglieder (Personen) dieser Organisation(seinheit)." | |||
"de": "Die Organisation | |||
}, | }, | ||
"type": "array", | "type": "array", | ||
"format": "table", | "format": "table", | ||
"items": { | "items": { | ||
"title": "", | "title": "Member person(s)", | ||
"title*": { | |||
"de": "Mitgliedsperson(en)" | |||
}, | |||
"type": "string", | "type": "string", | ||
"format": "autocomplete", | "format": "autocomplete", | ||
" | "range": "Category:OSW44deaa5b806d41a2a88594f562b110e9" | ||
}, | }, | ||
" | "uniqueItems": true | ||
" | }, | ||
"" | "member_ous": { | ||
"title": "Member OU(s)", | |||
"title*": { | |||
"de": "Mitglied OE(s)" | |||
}, | |||
"description": "The members (organization units) of this organization(al unit).", | |||
"description*": { | |||
"de": "Die Mitglieder (Organisationseinheiten) dieser Organisation(seinheit)." | |||
}, | |||
"type": "array", | |||
"format": "table", | |||
"items": { | |||
"title": "Member OU(s)", | |||
"title*": { | |||
"de": "Mitglied OE(s)" | |||
}, | |||
"type": "string", | |||
"format": "autocomplete", | |||
"range": "Category:OSW3cb8cef2225e403092f098f99bc4c472" | |||
}, | |||
"uniqueItems": true | |||
}, | }, | ||
"secretary": { | "secretary": { | ||
"title": "Secretary", | "title": "Secretary", | ||
"title*": { | "title*": { | ||
"de": "Sekretär:in" | "de": "Sekretär:in" | ||
}, | }, | ||
Line 202: | Line 457: | ||
"format": "table", | "format": "table", | ||
"items": { | "items": { | ||
"title": "", | "title": "Secretary", | ||
"title*": { | |||
"de": "Sekretär:in" | |||
}, | |||
"type": "string", | "type": "string", | ||
"format": "autocomplete", | "format": "autocomplete", | ||
" | "range": "Category:OSW44deaa5b806d41a2a88594f562b110e9" | ||
}, | }, | ||
" | "uniqueItems": true | ||
" | }, | ||
"" | "postal_address": { | ||
"allOf": [ | |||
{ | |||
"$ref": "/wiki/JsonSchema:PostalAddress?action=raw" | |||
} | |||
] | ] | ||
}, | }, | ||
" | "ror_id": { | ||
" | "title": "ROR ID", | ||
" | "title*": { | ||
"de": "ROR ID" | |||
" | }, | ||
"description": "ID provided by https://ror.org/", | |||
"description*": { | |||
"de": "ID bereitgestellt von https://ror.org/" | |||
}, | |||
"type": "string" | |||
}, | |||
"site": { | |||
"title": "Site(s)", | |||
"title*": { | |||
"de": "Standort(e)" | |||
}, | }, | ||
" | "type": "array", | ||
"format": "table", | |||
"items": { | |||
" | "title": "Site", | ||
"title*": { | |||
"de": "Standort" | |||
" | |||
" | |||
" | |||
}, | }, | ||
"type": "string", | |||
"format": "autocomplete", | |||
"range": "Category:OSW473d7a1ed48544d1be83b258b5810948" | |||
" | |||
" | |||
}, | }, | ||
"title": " | "uniqueItems": true | ||
}, | |||
"superordinate_ou": { | |||
"title": "Superordinate OU(s)", | |||
"title*": { | "title*": { | ||
" | "de": "Übergeordnete OE(s)" | ||
"de": " | }, | ||
"type": "array", | |||
"format": "table", | |||
"items": { | |||
"title": "Superordinate OU", | |||
"title*": { | |||
"de": "Übergeordnete OE" | |||
}, | |||
"type": "string", | |||
"format": "autocomplete", | |||
"range": "Category:OSW3cb8cef2225e403092f098f99bc4c472" | |||
}, | }, | ||
" | "uniqueItems": true | ||
}, | }, | ||
" | "tax_id_obj": { | ||
"title": " | "title": "Tax ID", | ||
"title*": { | "title*": { | ||
" | "de": "Steuer-ID" | ||
"de": " | }, | ||
"description": "Tax ID of the organizational unit.", | |||
"description*": { | |||
"de": "Steuer-ID der Organisationseinheit." | |||
}, | }, | ||
"type": "array", | "type": "array", | ||
"format": "table", | "format": "table", | ||
"items": { | "items": { | ||
"type": " | "title": "ID and country", | ||
" | "title*": { | ||
{ | "de": "ID und Land" | ||
"title": " | }, | ||
"type": "object", | |||
"properties": { | |||
"tax_id": { | |||
"title": "ID", | |||
"title*": { | "title*": { | ||
"de": " | "de": "ID" | ||
}, | }, | ||
" | "type": "string" | ||
}, | }, | ||
{ | "country": { | ||
"title": " | "title": "Country", | ||
"title*": { | "title*": { | ||
"de": " | "de": "Land" | ||
}, | }, | ||
"format": " | "type": "string", | ||
"format": "autocomplete", | |||
"range": "Category:OSW0551abcd6f734047825e3ded4c8a0ffe" | |||
} | } | ||
} | |||
}, | }, | ||
"uniqueItems": true | "uniqueItems": true | ||
}, | }, | ||
" | "vat_id_obj": { | ||
"title": " | "title": "VAT ID", | ||
"title*": { | "title*": { | ||
" | "de": "Umsatzsteuer-ID" | ||
"de": " | }, | ||
"description": "VAT ID of the organizational unit.", | |||
"description*": { | |||
"de": "Umsatzsteuer-ID der Organisationseinheit." | |||
}, | }, | ||
"type": "array", | "type": "array", | ||
"format": "table", | "format": "table", | ||
"items": { | "items": { | ||
"title": "", | "title": "ID and country", | ||
"type": " | "title*": { | ||
" | "de": "ID und Land" | ||
}, | |||
"type": "object", | |||
"properties": { | |||
"vat_id": { | |||
"title": "ID", | |||
"title*": { | |||
"de": "ID" | |||
}, | |||
"type": "string" | |||
}, | |||
"country": { | |||
"title": "Country", | |||
"title*": { | |||
"de": "Land" | |||
}, | |||
"type": "string", | |||
"format": "autocomplete", | |||
"range": "Category:OSW0551abcd6f734047825e3ded4c8a0ffe" | |||
} | |||
} | |||
}, | }, | ||
" | "uniqueItems": true | ||
}, | }, | ||
"topic": { | "topic": { | ||
Line 377: | Line 605: | ||
"format": "table", | "format": "table", | ||
"items": { | "items": { | ||
"title": "", | "title": "Topic(s)", | ||
"title*": { | |||
"de": "Thema/en" | |||
}, | |||
"type": "string", | "type": "string", | ||
"format": "autocomplete", | "format": "autocomplete", | ||
" | "range": "Category:OSW5a13eeda5ed5405ea7ef62ea6feeceec" | ||
}, | }, | ||
"uniqueItems": true | "uniqueItems": true | ||
}, | }, | ||
"website": { | "website": { | ||
Line 403: | Line 628: | ||
"format": "table", | "format": "table", | ||
"items": { | "items": { | ||
"title": "", | "title": "Website", | ||
"title*": { | |||
"de": "Webseite" | |||
}, | |||
"type": "string", | "type": "string", | ||
"format": "uri" | "format": "uri" | ||
Line 422: | Line 650: | ||
"format": "table", | "format": "table", | ||
"items": { | "items": { | ||
"title": "", | "title": "Email address", | ||
"title*": { | |||
"de": "E-Mail" | |||
}, | |||
"type": "string", | "type": "string", | ||
"format": "email" | "format": "email" | ||
Line 445: | Line 676: | ||
"format": "table", | "format": "table", | ||
"items": { | "items": { | ||
"title": "", | "title": "Phone number", | ||
"title*": { | |||
"de": "Telefonnummer" | |||
}, | |||
"type": "string", | "type": "string", | ||
"pattern": "(?:(?:(?:\\+|00|011)[\\.\\/\\-\\ \\t]*([17]|2(?:[07]|[1-689]\\d)|3(?:[0-4679]|[578]\\d)|4(?:[013-9]|2\\d)|5(?:[1-8]|[09]\\d)|6(?:[0-6]|[789]\\d)|8(?:[1246]|[035789]\\d)|9(?:[0-58]|[679]\\d))[\\.\\/\\-\\ \\t]*|([17])[\\.\\/\\-\\ ])?(?:\\((\\d{1,6})\\)[\\.\\/\\-\\ \\t]*)?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(\\d{0,10}?)(\\d{1,})(?:[\\.\\/\\-;\\ \\t]*e?xt?[\\.\\/\\-=\\ \\t]*(\\d{1,14}))?)?" | "pattern": "(?:(?:(?:\\+|00|011)[\\.\\/\\-\\ \\t]*([17]|2(?:[07]|[1-689]\\d)|3(?:[0-4679]|[578]\\d)|4(?:[013-9]|2\\d)|5(?:[1-8]|[09]\\d)|6(?:[0-6]|[789]\\d)|8(?:[1246]|[035789]\\d)|9(?:[0-58]|[679]\\d))[\\.\\/\\-\\ \\t]*|([17])[\\.\\/\\-\\ ])?(?:\\((\\d{1,6})\\)[\\.\\/\\-\\ \\t]*)?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(\\d{0,10}?)(\\d{1,})(?:[\\.\\/\\-;\\ \\t]*e?xt?[\\.\\/\\-=\\ \\t]*(\\d{1,14}))?)?" | ||
Line 468: | Line 702: | ||
"format": "table", | "format": "table", | ||
"items": { | "items": { | ||
"title": "", | "title": "Fax number", | ||
"title*": { | |||
"de": "Faxnummer" | |||
}, | |||
"type": "string", | "type": "string", | ||
"pattern": "(?:(?:(?:\\+|00|011)[\\.\\/\\-\\ \\t]*([17]|2(?:[07]|[1-689]\\d)|3(?:[0-4679]|[578]\\d)|4(?:[013-9]|2\\d)|5(?:[1-8]|[09]\\d)|6(?:[0-6]|[789]\\d)|8(?:[1246]|[035789]\\d)|9(?:[0-58]|[679]\\d))[\\.\\/\\-\\ \\t]*|([17])[\\.\\/\\-\\ ])?(?:\\((\\d{1,6})\\)[\\.\\/\\-\\ \\t]*)?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(\\d{0,10}?)(\\d{1,})(?:[\\.\\/\\-;\\ \\t]*e?xt?[\\.\\/\\-=\\ \\t]*(\\d{1,14}))?)?" | "pattern": "(?:(?:(?:\\+|00|011)[\\.\\/\\-\\ \\t]*([17]|2(?:[07]|[1-689]\\d)|3(?:[0-4679]|[578]\\d)|4(?:[013-9]|2\\d)|5(?:[1-8]|[09]\\d)|6(?:[0-6]|[789]\\d)|8(?:[1246]|[035789]\\d)|9(?:[0-58]|[679]\\d))[\\.\\/\\-\\ \\t]*|([17])[\\.\\/\\-\\ ])?(?:\\((\\d{1,6})\\)[\\.\\/\\-\\ \\t]*)?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(?:(\\d{1,6})[\\.\\/\\-\\ ])?(\\d{0,10}?)(\\d{1,})(?:[\\.\\/\\-;\\ \\t]*e?xt?[\\.\\/\\-=\\ \\t]*(\\d{1,14}))?)?" | ||
Line 474: | Line 711: | ||
"uniqueItems": true | "uniqueItems": true | ||
}, | }, | ||
"type": { | "associated_acl_roles": { | ||
"title": "Access control roles", | |||
" | "title*": { | ||
"de": "Rollen für die Zugriffskontrolle" | |||
}, | |||
"type": "array", | |||
"items": { | |||
"title": "Role", | |||
"title*": { | |||
"de": "Rolle" | |||
}, | |||
"type": "string" | |||
} | |||
} | } | ||
} | } | ||
} | } | ||
header_template | |||
Line 86: | Line 86: | ||
<td>{{#ask:[[{{FULLPAGENAME}}]]|?IsMemberOf=|format=plain|mainlabel=-}}</td> | <td>{{#ask:[[{{FULLPAGENAME}}]]|?IsMemberOf=|format=plain|mainlabel=-}}</td> | ||
</tr> | </tr> | ||
{{# | {{#ifeq: | ||
{{#ask:[[{{FULLPAGENAME}}]]|?HasType=|format=plain|mainlabel=-}} | Category:OSW1969007d5acf40539642877659a02c23 | {{#ask:[[{{FULLPAGENAME}}]]|?HasType=|format=plain|mainlabel=-}} | Category:OSW1969007d5acf40539642877659a02c23 | ||
| <!-- is of type Category:Organization: show member (organizations) --> | | <!-- is of type Category:Organization: show member (organizations) --> | ||
Line 98: | Line 98: | ||
[[HasType::Category:OSW3cb8cef2225e403092f098f99bc4c472]][[IsMemberOf::{{FULLPAGENAME}}]]}} | [[HasType::Category:OSW3cb8cef2225e403092f098f99bc4c472]][[IsMemberOf::{{FULLPAGENAME}}]]}} | ||
</td> | </td> | ||
</tr> | |||
| <!-- show nothing --> | | <!-- show nothing --> | ||
}} | }} | ||
Line 107: | Line 108: | ||
</th> | </th> | ||
<td>{{#ask: | <td>{{#ask: | ||
[[Category:OSW44deaa5b806d41a2a88594f562b110e9]][[ | [[Category:OSW44deaa5b806d41a2a88594f562b110e9]][[HasOu::{{FULLPAGENAME}}]]}} | ||
</td> | </td> | ||
</tr> | </tr> | ||
Line 126: | Line 127: | ||
</tr> | </tr> | ||
</table> | </table> | ||
<!-- Overview of Members --> | |||
=={{#switch:{{USERLANGUAGECODE}}|en=Members |de=Mitarbeitende|#default=Members}}== | |||
{{#set: HasNumberOfMembers= | |||
{{#ask: [[Category:OSW44deaa5b806d41a2a88594f562b110e9]][[HasOu::{{FULLPAGENAME}}]] | |||
|format=count | |||
|limit=1000 | |||
}} | |||
}} | |||
{{#switch:{{USERLANGUAGECODE}} | |||
|en=Number of members | |||
|de=Mitarbeitende (Anzahl) | |||
|#default=Number of members | |||
}}: {{#show: {{FULLPAGENAME}} |?HasNumberOfMembers}} | |||
{{#ask: [[Category:OSW44deaa5b806d41a2a88594f562b110e9]][[HasOu::{{FULLPAGENAME}}]] | |||
|?HasRoom={{#switch: {{USERLANGUAGECODE}} |en=Room |de=Raum |#default=Room}} | |||
|?HasPhoneNumber={{#switch: {{USERLANGUAGECODE}} |en=Phone |de=Telefon |#default=Phone}} | |||
|?HasSuperior={{#switch: {{USERLANGUAGECODE}} |en=Superior |de=Führungskraft |#default=Superior}} | |||
|?HasRole={{#switch: {{USERLANGUAGECODE}} |en=Role |de=Rolle |#default=Role}} | |||
|format=table | |||
|limit=1000 | |||
|sort=Display title of | |||
|order=asc | |||
}} |
Latest revision as of 04:44, 9 October 2024
Organizational unit [OSW3cb8cef2225e403092f098f99bc4c472] | |
---|---|
ID | OSW3cb8cef2225e403092f098f99bc4c472 |
UUID | 3cb8cef2-225e-4030-92f0-98f99bc4c472 |
Label | Organizational unit |
Machine compatible name | OrganizationalUnit |
Statements (outgoing) | |
Statements (incoming) | |
|
|
Keywords |
Description
The most general kind of organizational unit - an organization but also parts of an organization
Category | |
---|---|
UTF8-Iconssee https://www.unicode.org/cldr/charts/latest/annotations/romance.html<br>Definition: Category (Class) |
|
RDF type(s) of instancesReferences 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) |
|
Supercategories<br>Definition: Category (Class) |
|
Namespaces
jsondata
type |
| ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
subclass_of |
| ||||||||||
uuid | "3cb8cef2-225e-4030-92f0-98f99bc4c472" | ||||||||||
name | "OrganizationalUnit" | ||||||||||
label |
| ||||||||||
description |
| ||||||||||
instance_rdf_type |
| ||||||||||
utf8_icon |
|
jsonschema
@context |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
allOf |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title | "OrganizationalUnit" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title* |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
uuid | "3cb8cef2-225e-4030-92f0-98f99bc4c472" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
id | "OSW3cb8cef2225e403092f098f99bc4c472" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | "The most general kind of organizational unit - an organization but also parts of an organization" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description* |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
defaultProperties |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
Subcategories
This category has the following 2 subcategories, out of 2 total.