Category:OSW3cb8cef2225e403092f098f99bc4c472: Difference between revisions

Category page
Category:OSW3cb8cef2225e403092f098f99bc4c472
No edit summary
Tag: Undo
(Update package: OSW Base)
 
Line 1: Line 1:
== Instances ==
== Namespaces ==
for UUID generation via uuid5
 
* General (same as UUID of the category page): 3cb8cef2-225e-4030-92f0-98f99bc4c472
* FhG: 18dfa021-fa38-5833-947f-1ae363511b41
 
{{#ask: [[{{FULLPAGENAME}}]]
{{#ask: [[{{FULLPAGENAME}}]]
|?HasName={{#switch: {{USERLANGUAGECODE}} |de=Kurzname |#default=Short name}}  
|?HasLabel={{#switch: {{USERLANGUAGECODE}} |de=Label (de) |#default=Label (en) }} |+lang={{USERLANGUAGECODE}}  
|?HasType={{#switch: {{USERLANGUAGECODE}} |de=Typ |#default=Type}}  
|?HasNumberOfMembers={{#switch:{{USERLANGUAGECODE}} |en=Number of members|de=Mitarbeitende (Anzahl) |#default=Number of members }}
|?HasNumberOfMembers={{#switch:{{USERLANGUAGECODE}} |en=Number of members|de=Mitarbeitende (Anzahl) |#default=Number of members }}
|format=datatable
|format=datatable
jsondata
Line 30: Line 30:
     "instance_rdf_type": [
     "instance_rdf_type": [
         "schema:Organization"
         "schema:Organization"
    ],
    "utf8_icon": [
        "🏢"
     ]
     ]
}
}
jsonschema
Line 5: Line 5:
                 "@id": "Property:HasAbbreviation",
                 "@id": "Property:HasAbbreviation",
                 "@type": "xsd:string"
                 "@type": "xsd:string"
            },
            "city": {
                "@id": "Property:HasCity",
                "@type": "@id"
             },
             },
             "competence": {
             "competence": {
Line 16: Line 12:
             "competence*": {
             "competence*": {
                 "@id": "Property:HasCompetence",
                 "@id": "Property:HasCompetence",
                "@type": "@id"
            },
            "country": {
                "@id": "Property:HasCountry",
                 "@type": "@id"
                 "@type": "@id"
             },
             },
Line 73: Line 65:
                 "@id": "Property:HasFunder",
                 "@id": "Property:HasFunder",
                 "@type": "@id"
                 "@type": "@id"
            },
            "house_no": {
                "@id": "Property:HasHouseNo",
                "@type": "xsd:string"
             },
             },
             "image": {
             "image": {
Line 135: Line 123:
             },
             },
             "postal_address": {
             "postal_address": {
                "@id": "schema:address",
                "@type": "@id"
            },
            "postal_address*": {
                 "@id": "Property:HasPostalAddress",
                 "@id": "Property:HasPostalAddress",
                 "@type": "@id"
                 "@type": "@id",
            },
                 "@context": [
            "postal_code": {
                    "/wiki/JsonSchema:PostalAddress?action=raw"
                 "@id": "schema:postalCode",
                 ]
                "@type": "xsd:string"
            },
            "postal_code*": {
                 "@id": "Property:HasPostalCode",
                "@type": "xsd:string"
            },
            "post_office_box_no": {
                "@id": "schema:postOfficeBoxNumber",
                "@type": "xsd:string"
            },
            "post_office_box_no*": {
                "@id": "Property:HasPoBoxNo",
                "@type": "xsd:string"
            },
            "region": {
                "@id": "schema:addressLocality",
                "@type": "@id"
            },
            "region*": {
                "@id": "Property:HasRegion",
                "@type": "@id"
             },
             },
             "ror_id": {
             "ror_id": {
Line 180: Line 143:
             "site*": {
             "site*": {
                 "@id": "Property:IsLocatedIn",
                 "@id": "Property:IsLocatedIn",
                "@type": "@id"
            },
            "state": {
                "@id": "schema:addressRegion",
                "@type": "@id"
            },
            "state*": {
                "@id": "Property:HasState",
                "@type": "@id"
            },
            "street_name": {
                "@id": "schema:streetAddress",
                "@type": "@id"
            },
            "street_name*": {
                "@id": "Property:HasStreet",
                 "@type": "@id"
                 "@type": "@id"
             },
             },
Line 521: Line 468:
         },
         },
         "postal_address": {
         "postal_address": {
             "type": "object",
             "allOf": [
            "title": "Postal address",
                 {
            "title*": {
                     "$ref": "/wiki/JsonSchema:PostalAddress?action=raw"
                "de": "Postalische Adresse"
            },
            "description": "Physical address of the organizational unit.",
            "description*": {
                "de": "Physische Adresse der Organisationseinheit."
            },
            "eval_template": {
                "type": "wikitext",
                "mode": "render",
                "value": "{{{street_name|}}} {{{house_no|}}}, {{{postal_code|}}} {{{city|}}}, {{{country|}}}"
            },
            "required": [
                 "uuid"
            ],
            "defaultProperties": [
                "uuid",
                "street_name",
                "house_no",
                "postal_code",
                "city",
                "country"
            ],
            "properties": {
                "uuid": {
                    "type": "string",
                    "format": "uuid",
                    "options": {
                        "hidden": true
                    }
                },
                "country": {
                    "title": "Country",
                    "title*": {
                        "en": "Country",
                        "de": "Land"
                    },
                    "type": "string",
                    "format": "autocomplete",
                    "range": "Category:OSW0551abcd6f734047825e3ded4c8a0ffe"
                },
                "state": {
                    "title": "State",
                    "title*": {
                        "en": "State",
                        "de": "Bundesland"
                    },
                    "type": "string",
                    "format": "autocomplete",
                     "range": "Category:OSWab60f9a227954ee0be92344ff6272420"
                },
                "region": {
                    "title": "Region",
                    "title*": {
                        "en": "Region",
                        "de": "Region"
                    },
                    "type": "string",
                    "format": "autocomplete",
                    "range": "Category:OSW95efaf34e2c7439e8e7967233910e44b"
                },
                "post_office_box_no": {
                    "title": "PO box number",
                    "title*": {
                        "en": "PO box number",
                        "de": "Postfach nummer"
                    },
                    "type": "string"
                },
                "postal_code": {
                    "title": "Postal code",
                    "title*": {
                        "en": "Postal code",
                        "de": "Postleitzahl"
                    },
                    "type": "string"
                },
                "city": {
                    "title": "City",
                    "title*": {
                        "en": "City",
                        "de": "Stadt"
                    },
                    "type": "string",
                    "format": "autocomplete",
                    "range": "Category:OSW807f1da5b42e42f296b213ab06ca873b"
                },
                "street_name": {
                    "title": "Street",
                    "title*": {
                        "en": "Street",
                        "de": "Straße"
                    },
                    "type": "string"
                },
                "house_no": {
                    "title": "House number",
                    "title*": {
                        "en": "House number",
                        "de": "Hausnummer"
                    },
                    "type": "string"
                 }
                 }
             }
             ]
         },
         },
         "ror_id": {
         "ror_id": {
Line 710: Line 556:
                     }
                     }
                 }
                 }
             },
             }
            "uniqueItems": true
         },
         },
         "vat_id_obj": {
         "vat_id_obj": {
Line 748: Line 593:
                     }
                     }
                 }
                 }
             },
             }
            "uniqueItems": true
         },
         },
         "topic": {
         "topic": {
header_template
Line 130: Line 130:
=={{#switch:{{USERLANGUAGECODE}}|en=Members |de=Mitarbeitende|#default=Members}}==
=={{#switch:{{USERLANGUAGECODE}}|en=Members |de=Mitarbeitende|#default=Members}}==
{{#set: HasNumberOfMembers=
{{#set: HasNumberOfMembers=
     {{#ask: [[Category:OSW44deaa5b806d41a2a88594f562b110e9]][[HasOu::{{FULLPAGENAME}}]] OR [[Category:OSW44deaa5b806d41a2a88594f562b110e9]][[HasOrganization::{{FULLPAGENAME}}]]
     {{#ask: [[Category:OSW44deaa5b806d41a2a88594f562b110e9]][[HasOu::{{FULLPAGENAME}}]]
         |format=count
         |format=count
         |limit=1000
         |limit=1000
Line 140: Line 140:
         |#default=Number of members
         |#default=Number of members
     }}: {{#show: {{FULLPAGENAME}} |?HasNumberOfMembers}}
     }}: {{#show: {{FULLPAGENAME}} |?HasNumberOfMembers}}
{{#ask: [[Category:OSW44deaa5b806d41a2a88594f562b110e9]][[HasOu::{{FULLPAGENAME}}]] OR [[Category:OSW44deaa5b806d41a2a88594f562b110e9]][[HasOrganization::{{FULLPAGENAME}}]]
{{#ask: [[Category:OSW44deaa5b806d41a2a88594f562b110e9]][[HasOu::{{FULLPAGENAME}}]]
    |?HasOu={{#switch: {{USERLANGUAGECODE}} |en=Organizational Unit |de=Organisationseinheit |#default=Organizational Unit}}
     |?HasRoom={{#switch: {{USERLANGUAGECODE}} |en=Room |de=Raum |#default=Room}}
     |?HasRoom={{#switch: {{USERLANGUAGECODE}} |en=Room |de=Raum |#default=Room}}
     |?HasPhoneNumber={{#switch: {{USERLANGUAGECODE}} |en=Phone |de=Telefon |#default=Phone}}
     |?HasPhoneNumber={{#switch: {{USERLANGUAGECODE}} |en=Phone |de=Telefon |#default=Phone}}

Latest revision as of 06:52, 21 February 2025

Category
UTF8-Iconssee https://www.unicode.org/cldr/charts/latest/annotations/romance.html<br>Definition: CategoryClass
  • 🏢
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: CategoryClass
  • schema:Organization
  • Supercategories<br>Definition: CategoryClass
  • Item
  • Namespaces



    jsondata
    type
    "Category:Category"
    subclass_of
    "Category:Item"
    uuid"3cb8cef2-225e-4030-92f0-98f99bc4c472"
    name"OrganizationalUnit"
    label
    text"Organizational unit"
    lang"en"
    text"Organisationseinheit"
    lang"de"
    description
    text"The most general kind of organizational unit - an organization but also parts of an organization"
    lang"en"
    text"Die allgemeinste Art von Organisationseinheit - eine Organisation, aber auch Teile einer Organisation"
    lang"de"
    instance_rdf_type
    "schema:Organization"
    utf8_icon
    "🏢"
    jsonschema
    @context
    abbreviation
    @id"Property:HasAbbreviation"
    @type"xsd:string"
    competence
    @id"schema:knowsAbout"
    @type"@id"
    competence*
    @id"Property:HasCompetence"
    @type"@id"
    deputy_manager
    @id"Property:HasDeputyManager"
    @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&slot=jsonschema"
    allOf
    $ref"/wiki/Category:Item?action=raw&slot=jsonschema"
    title"OrganizationalUnit"
    title*
    de"Organisationseinheit"
    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*
    de"Die allgemeinste Art von Organisationseinheit - eine Organisation, aber auch Teile einer Organisation"
    defaultProperties
    "abbreviation"
    required
    "type"
    properties
    type
    default
    "Category:OSW3cb8cef2225e403092f098f99bc4c472"
    abbreviation
    $comment"should reuse short_name from Entity"
    title"Acronym"
    title*
    de"Akronym"
    description"Acronym of the organizational unit."
    description*
    de"Akronym der Organisationseinheit."
    type"string"
    competence
    title"Competence(s)"
    title*
    de"Kompetenz(en)"
    type"array"
    format"table"
    items
    title"Competence"
    title*
    de"Kompetenz"
    type"string"
    format"autocomplete"
    range"Category:OSW5eb9c52b804544dc870dfd54ff434428"
    uniqueItemstrue
    deputy_manager
    title"Deputy manager"
    title*
    de"Stellvertretende:r Manager:in"
    type"array"
    format"table"
    items
    title"Deputy manager"
    title*
    de"Stellvertretende:r Manager:in"
    type"string"
    format"autocomplete"
    range"Category:OSW44deaa5b806d41a2a88594f562b110e9"
    uniqueItemstrue
    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"
    uniqueItemstrue
    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
    title"Logo"
    title*
    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
    title"Mailing list"
    title*
    de"E-Mail-Verteiler"
    description"Mailing list of the organizational unit."
    description*
    de"Mailingliste der Organisationseinheit."
    type"array"
    format"table"
    items
    title"Mailing list"
    title*
    de"E-Mail-Verteiler"
    type"string"
    format"email"
    uniqueItemstrue
    manager
    title"Manager"
    title*
    de"Manager:in"
    type"array"
    format"table"
    items
    title"Manager"
    title*
    de"Manager:in"
    type"string"
    format"autocomplete"
    range"Category:OSW44deaa5b806d41a2a88594f562b110e9"
    uniqueItemstrue
    member_of
    title"Member of"
    title*
    de"Mitglied in"
    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"
    uniqueItemstrue
    member_persons
    title"Member person(s)"
    title*
    de"Mitgliedsperson(en)"
    description"The members (persons) of this organization(al unit)."
    description*
    de"Die Mitglieder (Personen) dieser Organisation(seinheit)."
    type"array"
    format"table"
    items
    title"Member person(s)"
    title*
    de"Mitgliedsperson(en)"
    type"string"
    format"autocomplete"
    range"Category:OSW44deaa5b806d41a2a88594f562b110e9"
    uniqueItemstrue
    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"
    uniqueItemstrue
    secretary
    title"Secretary"
    title*
    de"Sekretär:in"
    type"array"
    format"table"
    items
    title"Secretary"
    title*
    de"Sekretär:in"
    type"string"
    format"autocomplete"
    range"Category:OSW44deaa5b806d41a2a88594f562b110e9"
    uniqueItemstrue
    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"
    uniqueItemstrue
    superordinate_ou
    title"Superordinate OU(s)"
    title*
    de"Übergeordnete OE(s)"
    type"array"
    format"table"
    items
    title"Superordinate OU"
    title*
    de"Übergeordnete OE"
    type"string"
    format"autocomplete"
    range"Category:OSW3cb8cef2225e403092f098f99bc4c472"
    uniqueItemstrue
    tax_id_obj
    title"Tax ID"
    title*
    de"Steuer-ID"
    description"Tax ID of the organizational unit."
    description*
    de"Steuer-ID der Organisationseinheit."
    type"array"
    format"table"
    items
    title"ID and country"
    title*
    de"ID und Land"
    type"object"
    properties
    tax_id
    title"ID"
    title*
    de"ID"
    type"string"
    country
    title"Country"
    title*
    de"Land"
    type"string"
    format"autocomplete"
    range"Category:OSW0551abcd6f734047825e3ded4c8a0ffe"
    vat_id_obj
    title"VAT ID"
    title*
    de"Umsatzsteuer-ID"
    description"VAT ID of the organizational unit."
    description*
    de"Umsatzsteuer-ID der Organisationseinheit."
    type"array"
    format"table"
    items
    title"ID and country"
    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"
    topic
    title"Topic(s)"
    title*
    de"Thema/en"
    type"array"
    format"table"
    items
    title"Topic(s)"
    title*
    de"Thema/en"
    type"string"
    format"autocomplete"
    range"Category:OSW5a13eeda5ed5405ea7ef62ea6feeceec"
    uniqueItemstrue
    website
    title"Website"
    title*
    de"Webseite"
    eval_template
    type"mustache-wikitext"
    mode"render"
    value"{{#website}}{{{.}}} <br>{{/website}}"
    type"array"
    format"table"
    items
    title"Website"
    title*
    de"Webseite"
    type"string"
    format"uri"
    uniqueItemstrue
    email
    title"Email address"
    title*
    de"E-Mail"
    eval_template
    type"mustache-wikitext"
    mode"render"
    value"{{#email}}[mailto:{{.}} {{.}}] <br>{{/email}}"
    type"array"
    format"table"
    items
    title"Email address"
    title*
    de"E-Mail"
    type"string"
    format"email"
    uniqueItemstrue
    phone_number
    title"Phone number"
    title*
    de"Telefonnummer"
    description"Phone number formatted with country code and hyphens, e.g.. +49-931-4100-172. According to https://www.wikidata.org/wiki/Property:P1329"
    description*
    de"Telefonnummer mit Landesvorwahl und Bindestrichen formatiert, z.B.. +49-931-4100-172. Entsprechend https://www.wikidata.org/wiki/Property:P1329"
    eval_template
    type"mustache-wikitext"
    mode"render"
    value"{{#phone_number}}[tel:{{.}} {{.}}] <br>{{/phone_number}}"
    type"array"
    format"table"
    items
    title"Phone number"
    title*
    de"Telefonnummer"
    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}))?)?"
    uniqueItemstrue
    fax_number
    title"Fax number"
    title*
    de"Faxnummer"
    description"Fax number formatted with country code and hyphens, e.g.. +49-931-4100-172. According to https://www.wikidata.org/wiki/Property:P1329"
    description*
    de"Faxnummer mit Landesvorwahl und Bindestrichen formatiert, z.B.. +49-931-4100-172. Entsprechend https://www.wikidata.org/wiki/Property:P1329"
    eval_template
    type"mustache-wikitext"
    mode"render"
    value"{{#fax_number}}[tel:{{.}} {{.}}] <br>{{/fax_number}}"
    type"array"
    format"table"
    items
    title"Fax number"
    title*
    de"Faxnummer"
    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}))?)?"
    uniqueItemstrue
    associated_acl_roles
    title"Access control roles"
    title*
    de"Rollen für die Zugriffskontrolle"
    type"array"
    items
    title"Role"
    title*
    de"Rolle"
    type"string"

    Subcategories

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

    O

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