Category:OSW44deaa5b806d41a2a88594f562b110e9: Difference between revisions

Category page
Category:OSW44deaa5b806d41a2a88594f562b110e9
(Install package: OSW Base)
 
(add btn)
Tag: 2017 source edit
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:


== Instances ==
<div class="pagebot-button" data-config='{"params": {"categories": ["{{FULLPAGENAME}}"]}, "label": "{{#switch: {{USERLANGUAGECODE}} |de=Neuen Eintrag erstellen|#default=Add Entry}} ➕" }'></div>
{{#ask: [[{{FULLPAGENAME}}]]
    |?HasOrganization={{#switch: {{USERLANGUAGECODE}} |en=Organization |de=Organisation |#default=Organization}}
    |?HasOu={{#switch: {{USERLANGUAGECODE}} |en=OU |de=OE |#default=OU}}
    |format=datatable
    |limit=1000
    |sort=Display title of
    |order=asc
}}
jsondata
Line 37: Line 37:
         }
         }
     ],
     ],
     "name": "Person"
     "name": "Person",
    "instance_rdf_type": [
        "schema:Person"
    ]
}
}
jsonschema
Line 1: Line 1:
{
{
     "@context": [
     "@context": [
        "/wiki/Category:Item?action=raw\u0026slot=jsonschema",
         {
         {
             "competence": {
             "competence": {
Line 12: Line 11:
             },
             },
             "email": {
             "email": {
                 "@id": "schema:email"
                 "@id": "schema:email",
                "@type": "xsd:string"
             },
             },
             "email*": {
             "email*": {
                 "@id": "Property:HasEmail"
                 "@id": "Property:HasEmail",
                "@type": "xsd:string"
             },
             },
             "fax_number": {
             "fax_number": {
                 "@id": "schema:faxNumber"
                 "@id": "schema:faxNumber",
                "@type": "xsd:string"
             },
             },
             "fax_number*": {
             "fax_number*": {
                 "@id": "Property:HasFaxNumber"
                 "@id": "Property:HasFaxNumber",
                "@type": "xsd:string"
             },
             },
             "first_name": {
             "first_name": {
                 "@id": "schema:givenName"
                 "@id": "schema:givenName",
                "@type": "xsd:string"
             },
             },
             "first_name*": {
             "first_name*": {
                 "@id": "Property:HasFirstName"
                 "@id": "Property:HasFirstName",
                "@type": "xsd:string"
             },
             },
             "located_in": {
             "located_in": {
Line 38: Line 43:
             },
             },
             "middle_name": {
             "middle_name": {
                 "@id": "schema:additionalName"
                 "@id": "schema:additionalName",
                "@type": "xsd:string"
             },
             },
             "middle_name*": {
             "middle_name*": {
                 "@id": "Property:HasMiddleName"
                 "@id": "Property:HasMiddleName",
                "@type": "xsd:string"
             },
             },
             "orcid": {
             "orcid": {
                 "@id": "schema:identifier"
                 "@id": "schema:identifier",
                "@type": "xsd:string"
             },
             },
             "orcid*": {
             "orcid*": {
                 "@id": "Property:HasOrcidId"
                 "@id": "Property:HasOrcidId",
                "@type": "xsd:string"
             },
             },
             "organization": {
             "organization": {
Line 62: Line 71:
             },
             },
             "organizational_unit*": {
             "organizational_unit*": {
                 "@id": "Property:HasOU",
                 "@id": "Property:HasOu",
                 "@type": "@id"
                 "@type": "@id"
             },
             },
             "phone_number": {
             "phone_number": {
                 "@id": "schema:telephone"
                 "@id": "schema:telephone",
                "@type": "xsd:string"
             },
             },
             "phone_number*": {
             "phone_number*": {
                 "@id": "Property:HasPhoneNumber"
                 "@id": "Property:HasPhoneNumber",
                "@type": "xsd:string"
             },
             },
             "role": {
             "role": {
Line 80: Line 91:
             },
             },
             "surname": {
             "surname": {
                 "@id": "schema:familyName"
                 "@id": "schema:familyName",
                "@type": "xsd:string"
             },
             },
             "surname*": {
             "surname*": {
                 "@id": "Property:HasSurname"
                 "@id": "Property:HasSurname",
                "@type": "xsd:string"
             },
             },
             "topic": {
             "topic": {
Line 94: Line 107:
             },
             },
             "website": {
             "website": {
                 "@id": "schema:subjectOf"
                 "@id": "schema:subjectOf",
                "@type": "xsd:string"
             },
             },
             "website*": {
             "website*": {
                 "@id": "Property:HasWebsite"
                 "@id": "Property:HasWebsite",
                "@type": "xsd:string"
             }
             }
        },
        "/wiki/Category:Item?action=raw\u0026slot=jsonschema"
    ],
    "allOf": [
        {
            "$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema"
         }
         }
     ],
     ],
    "title": "Person",
    "title*": {
        "de": "Person",
        "en": "Person"
    },
    "type": "object",
    "uuid": "44deaa5b-806d-41a2-a885-94f562b110e9",
    "description": "Category for a person in general. Subcategories are e.g. 'User', i.e. persons who have a user ID.",
    "description*": {
        "en": "Category for a person in general. Subcategories are e.g. 'User', i.e. persons who have a user ID.",
        "de": "Kategorie für eine Person im Allgemeinen. Unterkategorien sind bsp. 'User', also Personen die über eine Nutzerkennung verfügen."
    },
     "defaultProperties": [
     "defaultProperties": [
        "uuid",
        "label",
         "first_name",
         "first_name",
        "middle_name",
         "surname",
         "surname",
         "organization",
         "organization",
        "organizational_unit",
         "email",
         "email",
        "website",
         "phone_number"
         "phone_number",
        "fax_number",
        "orcid",
        "located_in",
        "role",
        "competence",
        "topic"
     ],
     ],
     "required": [
     "required": [
         "first_name",
         "first_name",
         "surname",
         "surname",
         "type",
         "type"
        "rdf_type"
    ],
    "data_source_maps": [
        {
            "id": "pub.orcid.org",
            "source": "https://pub.orcid.org/v3.0/{{#split '/' -1}}{{orcid}}{{/split}}",
            "format": "jsonld",
            "label": "ORCID",
            "required": [
                "orcid"
            ],
            "object_map": {
                "first_name": "$.givenName",
                "surname": "$.familyName"
            }
        }
     ],
     ],
     "properties": {
     "properties": {
        "type": {
            "default": [
                "Category:OSW44deaa5b806d41a2a88594f562b110e9"
            ]
        },
         "first_name": {
         "first_name": {
             "title": "First name / Given name / Forename",
             "title": "First name / Given name / Forename",
Line 146: Line 157:
                 "de": "Vorname"
                 "de": "Vorname"
             },
             },
             "type": "string"
             "type": "string",
            "propertyOrder": -3
         },
         },
         "middle_name": {
         "middle_name": {
Line 156: Line 168:
             "format": "table",
             "format": "table",
             "items": {
             "items": {
                 "title": "",
                 "title": "Name",
                 "type": "string"
                 "type": "string"
             },
             },
             "uniqueItems": true,
             "uniqueItems": true,
             "default": [
             "propertyOrder": -2
                ""
            ]
         },
         },
         "surname": {
         "surname": {
Line 169: Line 179:
                 "de": "Nachname"
                 "de": "Nachname"
             },
             },
             "type": "string"
             "type": "string",
            "propertyOrder": -1
        },
        "label": {
            "items": {
                "title": "Display name",
                "title*": {
                    "de": "Anzeigenamen"
                },
                "properties": {
                    "text": {
                        "watch": {
                            "first_name": "root.first_name",
                            "middle_name": "root.middle_name",
                            "surname": "root.surname"
                        },
                        "readonly": true,
                        "dynamic_template": "{{first_name}}{{#each middle_name}} {{.}}{{/each}}{{#if surname}} {{{surname}}}{{/if}}"
                    }
                }
            },
            "options": {
                "hidden": true
            }
         },
         },
         "organization": {
         "organization": {
Line 189: Line 222:
                 },
                 },
                 "format": "autocomplete",
                 "format": "autocomplete",
                 "query": "[[Category:OSW1969007d5acf40539642877659a02c23]] OR [[Category:OSW5427361692374c8eaa6bd3733b92d343]] |?Display_title_of=label"
                 "range": "Category:OSW3cb8cef2225e403092f098f99bc4c472"
             },
             },
             "uniqueItems": true,
             "uniqueItems": true
            "minItems": 1,
            "default": [
                ""
            ]
         },
         },
         "organizational_unit": {
         "organizational_unit": {
Line 217: Line 246:
                 "range": "Category:OSWfe3e842b804445c7bb0dd8ee61da2d70"
                 "range": "Category:OSWfe3e842b804445c7bb0dd8ee61da2d70"
             },
             },
             "uniqueItems": true,
             "uniqueItems": true
            "minItems": 1,
            "default": [
                ""
            ]
         },
         },
         "email": {
         "email": {
             "title": "Email address",
             "title": "Email address",
             "title*": {
             "title*": {
                 "de": "E-Mail"
                 "de": "E-Mail Adresse"
             },
             },
             "eval_template": {
             "eval_template": {
Line 236: Line 261:
             "format": "table",
             "format": "table",
             "items": {
             "items": {
                 "title": "",
                 "title": "Email",
                "title*": {
                    "de": "E-Mail"
                },
                 "type": "string",
                 "type": "string",
                 "format": "email"
                 "format": "email"
Line 255: Line 283:
             "format": "table",
             "format": "table",
             "items": {
             "items": {
                 "title": "",
                 "title": "URL",
                 "type": "string",
                 "type": "string",
                 "format": "uri"
                 "format": "uri"
Line 290: Line 318:
             "format": "table",
             "format": "table",
             "items": {
             "items": {
                 "title": "",
                 "title": "Phone",
                "title*": {
                    "de": "Telefon"
                },
                 "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 313: Line 344:
             "format": "table",
             "format": "table",
             "items": {
             "items": {
                 "title": "",
                 "title": "Fax",
                 "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 335: Line 366:
                 "range": "Category:OSW473d7a1ed48544d1be83b258b5810948"
                 "range": "Category:OSW473d7a1ed48544d1be83b258b5810948"
             },
             },
             "uniqueItems": true,
             "uniqueItems": true
            "default": [
                ""
            ]
         },
         },
         "role": {
         "role": {
             "title": "Role",
             "title": "Roles",
             "title*": {
             "title*": {
                 "de": "Rolle(n)"
                 "de": "Rollen"
             },
             },
             "type": "array",
             "type": "array",
             "format": "table",
             "format": "table",
             "items": {
             "items": {
                 "title": "",
                 "title": "Role",
                "title*": {
                    "de": "Rolle"
                },
                 "type": "string",
                 "type": "string",
                 "format": "autocomplete",
                 "format": "autocomplete",
                 "range": "Category:OSW5efde23b1d8c4e1c864ef039cb0616ed"
                 "range": "Category:OSW5efde23b1d8c4e1c864ef039cb0616ed"
             },
             },
             "uniqueItems": true,
             "uniqueItems": true
            "default": [
                ""
            ]
         },
         },
         "competence": {
         "competence": {
             "title": "Competence(s)",
             "title": "Competences",
             "title*": {
             "title*": {
                 "de": "Kompetenz(en)"
                 "de": "Kompetenzen"
             },
             },
             "type": "array",
             "type": "array",
             "format": "table",
             "format": "table",
             "items": {
             "items": {
                 "title": "",
                 "title": "Competence",
                "title*": {
                    "de": "Kompetenz"
                },
                 "type": "string",
                 "type": "string",
                 "format": "autocomplete",
                 "format": "autocomplete",
                 "range": "Category:OSW5eb9c52b804544dc870dfd54ff434428"
                 "range": "Category:OSW5eb9c52b804544dc870dfd54ff434428"
             },
             },
             "uniqueItems": true,
             "uniqueItems": true
            "default": [
                ""
            ]
         },
         },
         "topic": {
         "topic": {
             "title": "Topic(s)",
             "title": "Topics",
             "title*": {
             "title*": {
                 "de": "Thema/en"
                 "de": "Themen"
             },
             },
             "type": "array",
             "type": "array",
             "format": "table",
             "format": "table",
             "items": {
             "items": {
                 "title": "",
                 "title": "Topic",
                "title*": {
                    "de": "Thema"
                },
                 "type": "string",
                 "type": "string",
                 "format": "autocomplete",
                 "format": "autocomplete",
                 "range": "Category:OSW5a13eeda5ed5405ea7ef62ea6feeceec"
                 "range": "Category:OSW5a13eeda5ed5405ea7ef62ea6feeceec"
             },
             },
             "uniqueItems": true,
             "uniqueItems": true
            "default": [
                ""
            ]
        },
        "type": {
            "default": [
                "Category:OSW44deaa5b806d41a2a88594f562b110e9"
            ]
         }
         }
    },
    "title": "Person",
    "title*": {
        "de": "Person",
        "en": "Person"
    },
    "type": "object",
    "allOf": [
        {
            "$ref": "/wiki/Category:Item?action=raw\u0026slot=jsonschema"
        }
    ],
    "uuid": "44deaa5b-806d-41a2-a885-94f562b110e9",
    "description": "Category for a person in general. Subcategories are e.g. 'User', i.e. persons who have a user ID.",
    "description*": {
        "en": "Category for a person in general. Subcategories are e.g. 'User', i.e. persons who have a user ID.",
        "de": "Kategorie für eine Person im Allgemeinen. Unterkategorien sind bsp. 'User', also Personen die über eine Nutzerkennung verfügen."
     }
     }
}
}
header_template
Line 27: Line 27:
<tr>  
<tr>  
<th>{{{_label_organizational_unit|Department}}}</th>  
<th>{{{_label_organizational_unit|Department}}}</th>  
<td>{{#ask:[[{{FULLPAGENAME}}]]|?HasOU=|format=plain|mainlabel=-}}</td>  
<td>{{#ask:[[{{FULLPAGENAME}}]]|?HasOu=|format=plain|mainlabel=-}}</td>  
</tr>  
</tr>  
<tr>  
<tr>  

Latest revision as of 09:42, 30 August 2024

Person [OSW44deaa5b806d41a2a88594f562b110e9]
ID OSW44deaa5b806d41a2a88594f562b110e9
UUID 44deaa5b-806d-41a2-a885-94f562b110e9
Label Person
Short name Person
Machine compatible name Person
Ontology equivalents
Statements (outgoing)
Statements (incoming)
Keywords

Description

Category for a person in general. Subcategories are e.g. 'User', i.e. persons who have a user ID.

Category
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:Person
Supercategories<br>Definition: CategoryClass
  • Item

  • Instances


    📎 Select files (or drop them here)... 📷 Camera
      jsondata
      subclass_of
      "Category:Item"
      type
      "Category:Category"
      uuid"44deaa5b-806d-41a2-a885-94f562b110e9"
      label
      text"Person"
      lang"en"
      text"Person"
      lang"de"
      description
      text"Category for a person in general. Subcategories are e.g. 'User', i.e. persons who have a user ID."
      lang"en"
      text"Kategorie für eine Person im Allgemeinen. Unterkategorien sind bsp. 'User', also Personen die über eine Nutzerkennung verfügen."
      lang"de"
      short_name
      text"Person"
      lang"en"
      text"Person"
      lang"de"
      name"Person"
      instance_rdf_type
      "schema:Person"
      jsonschema
      @context
      competence
      @id"schema:knowsAbout"
      @type"@id"
      competence*
      @id"Property:HasCompetence"
      @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"
      first_name
      @id"schema:givenName"
      @type"xsd:string"
      first_name*
      @id"Property:HasFirstName"
      @type"xsd:string"
      located_in
      @id"schema:workLocation"
      @type"@id"
      located_in*
      @id"Property:IsLocatedIn"
      @type"@id"
      middle_name
      @id"schema:additionalName"
      @type"xsd:string"
      middle_name*
      @id"Property:HasMiddleName"
      @type"xsd:string"
      orcid
      @id"schema:identifier"
      @type"xsd:string"
      orcid*
      @id"Property:HasOrcidId"
      @type"xsd:string"
      organization
      @id"schema:worksFor"
      @type"@id"
      organization*
      @id"Property:HasOrganization"
      @type"@id"
      organizational_unit
      @id"schema:memberOf"
      @type"@id"
      organizational_unit*
      @id"Property:HasOu"
      @type"@id"
      phone_number
      @id"schema:telephone"
      @type"xsd:string"
      phone_number*
      @id"Property:HasPhoneNumber"
      @type"xsd:string"
      role
      @id"schema:jobTitle"
      @type"@id"
      role*
      @id"Property:HasRole"
      @type"@id"
      surname
      @id"schema:familyName"
      @type"xsd:string"
      surname*
      @id"Property:HasSurname"
      @type"xsd:string"
      topic
      @id"schema:knowsAbout"
      @type"@id"
      topic*
      @id"Property:HasTopic"
      @type"@id"
      website
      @id"schema:subjectOf"
      @type"xsd:string"
      website*
      @id"Property:HasWebsite"
      @type"xsd:string"
      "/wiki/Category:Item?action=raw&slot=jsonschema"
      allOf
      $ref"/wiki/Category:Item?action=raw&slot=jsonschema"
      title"Person"
      title*
      de"Person"
      en"Person"
      type"object"
      uuid"44deaa5b-806d-41a2-a885-94f562b110e9"
      description"Category for a person in general. Subcategories are e.g. 'User', i.e. persons who have a user ID."
      description*
      en"Category for a person in general. Subcategories are e.g. 'User', i.e. persons who have a user ID."
      de"Kategorie für eine Person im Allgemeinen. Unterkategorien sind bsp. 'User', also Personen die über eine Nutzerkennung verfügen."
      defaultProperties
      "first_name"
      "surname"
      "organization"
      "email"
      "phone_number"
      required
      "first_name"
      "surname"
      "type"
      properties
      type
      default
      "Category:OSW44deaa5b806d41a2a88594f562b110e9"
      first_name
      title"First name / Given name / Forename"
      title*
      de"Vorname"
      type"string"
      propertyOrder-3
      middle_name
      title"Middle name(s)"
      title*
      de"Zweite(r) Vorname(n)"
      type"array"
      format"table"
      items
      title"Name"
      type"string"
      uniqueItemstrue
      propertyOrder-2
      surname
      title"Last name / Family name / Surname"
      title*
      de"Nachname"
      type"string"
      propertyOrder-1
      label
      items
      title"Display name"
      title*
      de"Anzeigenamen"
      properties
      text
      watch
      first_name"root.first_name"
      middle_name"root.middle_name"
      surname"root.surname"
      readonlytrue
      dynamic_template"{{first_name}}{{#each middle_name}} {{.}}{{/each}}{{#if surname}} {{{surname}}}{{/if}}"
      options
      hiddentrue
      organization
      title"Organization"
      title*
      de"Organisation"
      description"Organization(s) the person is affiliated with. E.g., university, research institute, company, etc."
      description*
      de"Organisation(en), derer die Person Mitglied ist. Z.B. Universität, Forschungsinstitut, Unternehmen, etc."
      type"array"
      format"table"
      items
      type"string"
      title"Organization"
      title*
      de"Organisation"
      format"autocomplete"
      range"Category:OSW3cb8cef2225e403092f098f99bc4c472"
      uniqueItemstrue
      organizational_unit
      title"Organizational (sub)unit"
      title*
      de"Organisations(unter)einheit"
      description"Organizational (sub)unit(s) the person is member of. E.g., faculty, institute, department or research group, etc."
      description*
      de"Organisations(unter)einheit(en), derer die Person Mitglied ist. Z.B. Fakultät, Institut, Abteilung oder Forschungsgruppe, etc."
      type"array"
      format"table"
      items
      type"string"
      title"Organizational unit"
      title*
      de"Organisationseinheit"
      format"autocomplete"
      range"Category:OSWfe3e842b804445c7bb0dd8ee61da2d70"
      uniqueItemstrue
      email
      title"Email address"
      title*
      de"E-Mail Adresse"
      eval_template
      type"mustache-wikitext"
      mode"render"
      value"{{#email}}[mailto:{{.}} {{.}}] <br>{{/email}}"
      type"array"
      format"table"
      items
      title"Email"
      title*
      de"E-Mail"
      type"string"
      format"email"
      uniqueItemstrue
      website
      title"Website"
      title*
      de"Webseite"
      eval_template
      type"mustache-wikitext"
      mode"render"
      value"{{#website}}{{{.}}} <br>{{/website}}"
      type"array"
      format"table"
      items
      title"URL"
      type"string"
      format"uri"
      uniqueItemstrue
      orcid
      title"ORCID iD"
      title*
      de"ORCID iD"
      description"The ORCID iD is an https URI with a 16-digit number, e.g., https://orcid.org/0000-0001-2345-6789."
      description*
      de"Die ORCID iD ist eine https URI mit einer 16-stelligen Nummer, z. B. https://orcid.org/0000-0001-2345-6789."
      type"string"
      format"uri"
      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"
      title*
      de"Telefon"
      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"
      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
      located_in
      title"Located at "
      title*
      de"Tätig an (Standort)"
      type"array"
      format"table"
      items
      type"string"
      title"Location"
      title*
      de"Standort"
      format"autocomplete"
      range"Category:OSW473d7a1ed48544d1be83b258b5810948"
      uniqueItemstrue
      role
      title"Roles"
      title*
      de"Rollen"
      type"array"
      format"table"
      items
      title"Role"
      title*
      de"Rolle"
      type"string"
      format"autocomplete"
      range"Category:OSW5efde23b1d8c4e1c864ef039cb0616ed"
      uniqueItemstrue
      competence
      title"Competences"
      title*
      de"Kompetenzen"
      type"array"
      format"table"
      items
      title"Competence"
      title*
      de"Kompetenz"
      type"string"
      format"autocomplete"
      range"Category:OSW5eb9c52b804544dc870dfd54ff434428"
      uniqueItemstrue
      topic
      title"Topics"
      title*
      de"Themen"
      type"array"
      format"table"
      items
      title"Topic"
      title*
      de"Thema"
      type"string"
      format"autocomplete"
      range"Category:OSW5a13eeda5ed5405ea7ef62ea6feeceec"
      uniqueItemstrue

      Subcategories

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

      E

      U

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