- Updated titles and descriptions in TimeSlot, TimeSpan, TimeSpanType, and TimespanBlock for improved readability and understanding. - Enhanced multilingual support with refined alt_descriptions and structured_aliases across various classes. - Changed mapping types from broad_mappings to exact_mappings in WebClaimsBlock, WebCollection, WebPage, WebPlatform, WebSource, WorkExperience, and various YouTube-related classes for better alignment with schema definitions. - Improved comments and modeling notes in VariantTypes to clarify usage and examples. - General cleanup of unnecessary comments and formatting adjustments for consistency across YAML files.
93 lines
3.1 KiB
YAML
93 lines
3.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/Branch
|
|
name: Branch
|
|
title: Branch Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
org: http://www.w3.org/ns/org#
|
|
schema: http://schema.org/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_name
|
|
- ../slots/has_label
|
|
- ../slots/has_description
|
|
classes:
|
|
Branch:
|
|
class_uri: org:OrganizationalUnit
|
|
description: >-
|
|
Decentralized organizational unit operating as part of a larger
|
|
parent organization, serving specific geographic or functional communities.
|
|
alt_descriptions:
|
|
nl: >-
|
|
Gedecentraliseerde organisatorische eenheid die opereert als onderdeel van
|
|
een grotere bovenliggende organisatie, die specifieke geografische of
|
|
functionele gemeenschappen bedient.
|
|
de: >-
|
|
Dezentrale Organisationseinheit, die als Teil einer größeren
|
|
übergeordneten Organisation tätig ist und spezifische geografische
|
|
oder funktionale Gemeinschaften bedient.
|
|
fr: >-
|
|
Unité organisationnelle décentralisée opérant dans le cadre d'une
|
|
organisation mère plus vaste, servant des communautés géographiques
|
|
ou fonctionnelles spécifiques.
|
|
es: >-
|
|
Unidad organizativa descentralizada que opera como parte de una
|
|
organización matriz más grande, sirviendo a comunidades geográficas
|
|
o funcionales específicas.
|
|
ar: >-
|
|
وحدة تنظيمية لامركزية تعمل كجزء من منظمة أم أكبر، تخدم مجتمعات
|
|
جغرافية أو وظيفية محددة.
|
|
id: >-
|
|
Unit organisasi terdesentralisasi yang beroperasi sebagai bagian dari
|
|
organisasi induk yang lebih besar, melayani komunitas geografis atau
|
|
fungsional tertentu.
|
|
zh: >-
|
|
作为较大母组织一部分运营的分散组织单位,服务特定的地理或功能社区。
|
|
structured_aliases:
|
|
- literal_form: vestiging
|
|
in_language: nl
|
|
- literal_form: Zweigstelle
|
|
in_language: de
|
|
- literal_form: succursale
|
|
in_language: fr
|
|
- literal_form: sucursal
|
|
in_language: es
|
|
- literal_form: فرع
|
|
in_language: ar
|
|
- literal_form: cabang
|
|
in_language: id
|
|
- literal_form: 分支
|
|
in_language: zh
|
|
close_mappings:
|
|
- schema:LocalBusiness
|
|
broad_mappings:
|
|
- skos:Concept
|
|
- org:OrganizationalUnit
|
|
slots:
|
|
- has_name
|
|
- has_label
|
|
- has_description
|
|
comments:
|
|
- Base class for organizational branch units
|
|
- Uses W3C ORG ontology OrganizationalUnit pattern
|
|
- Extended by BranchOffice, ArchiveBranch, ArchivalLibrary
|
|
see_also:
|
|
- BranchOffice
|
|
- BranchType
|
|
examples:
|
|
- value:
|
|
has_name: "Regional Branch Office"
|
|
has_label: "Regional Branch"
|
|
has_description: "Branch serving the northern region"
|
|
description: Generic organizational branch
|
|
keywords:
|
|
- branch
|
|
- organizational unit
|
|
- satellite
|
|
- regional office
|
|
annotations:
|
|
specificity_score: "0.3"
|
|
specificity_rationale: Base class for organizational branches
|
|
custodian_types: "['*']"
|