Skip to content

Class: OrgConfig

Organisation-specific configuration parameters (timezone, locale, etc.). Full schema to be expanded in Phase 1.

URI: inkind_knowledge_repo:OrgConfig

 classDiagram
    class OrgConfig
    click OrgConfig href "../OrgConfig/"
      OrgConfig : locale

      OrgConfig : timezone

Slots

Name Cardinality and Range Description Inheritance
timezone 0..1
String
IANA timezone identifier (e direct
locale 0..1
String
BCP-47 locale code (e direct

Usages

used by used in type used
SocialOrganisation config range OrgConfig

Identifier and Mapping Information

Schema Source

  • from schema: https://inkind-at.github.io/inkind-knowledge-repo

Mappings

Mapping Type Mapped Value
self inkind_knowledge_repo:OrgConfig
native inkind_knowledge_repo:OrgConfig

LinkML Source

Direct

name: OrgConfig
description: Organisation-specific configuration parameters (timezone, locale, etc.).
  Full schema to be expanded in Phase 1.
from_schema: https://inkind-at.github.io/inkind-knowledge-repo
attributes:
  timezone:
    name: timezone
    description: IANA timezone identifier (e.g., "Europe/Vienna").
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo/organisation
    rank: 1000
    domain_of:
    - OrgConfig
    range: string
  locale:
    name: locale
    description: BCP-47 locale code (e.g., "de-AT").
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo/organisation
    rank: 1000
    domain_of:
    - OrgConfig
    range: string

Induced

name: OrgConfig
description: Organisation-specific configuration parameters (timezone, locale, etc.).
  Full schema to be expanded in Phase 1.
from_schema: https://inkind-at.github.io/inkind-knowledge-repo
attributes:
  timezone:
    name: timezone
    description: IANA timezone identifier (e.g., "Europe/Vienna").
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo/organisation
    rank: 1000
    alias: timezone
    owner: OrgConfig
    domain_of:
    - OrgConfig
    range: string
  locale:
    name: locale
    description: BCP-47 locale code (e.g., "de-AT").
    from_schema: https://inkind-at.github.io/inkind-knowledge-repo/organisation
    rank: 1000
    alias: locale
    owner: OrgConfig
    domain_of:
    - OrgConfig
    range: string