glam/schemas/20251121/linkml/modules/classes/Employer.yaml
kempersc 7ea7e3d0d7 feat: Add new ontology and schema classes for Heritage and related concepts
- Introduced new classes: Heritage, HeritagePractice, HeritageRelevanceAssessment, HeritageRelevanceScore, HolySiteType, Mandate.
- Added slots for heritage-related attributes including has_or_had_confidence_measure, has_or_had_related_heritage_form, heritage_education, heritage_employer, heritage_mandate, heritage_practice, and more.
- Migrated existing attributes and ensured compliance with RiC-O naming conventions.
- Enhanced documentation and descriptions for clarity and usability.
- Archived previous versions of slots and classes to maintain schema integrity.
2026-01-28 08:06:56 +01:00

51 lines
1.3 KiB
YAML

id: https://nde.nl/ontology/hc/class/Employer
name: Employer
title: Employer Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
org: http://www.w3.org/ns/org#
default_prefix: hc
imports:
- linkml:types
- ../metadata
- ../slots/has_or_had_label
- ../slots/has_or_had_identifier
- ../slots/has_or_had_url
- ../slots/is_or_was_related_to
- ./URL
- ./Heritage
classes:
Employer:
class_uri: schema:Organization
description: >-
An organization that employs or employed a person.
**Ontology Alignment**:
- **Primary**: `schema:Organization`
- **Close**: `org:Organization`
slots:
- has_or_had_label
- has_or_had_identifier
- has_or_had_url
- is_or_was_related_to
slot_usage:
has_or_had_label:
description: Name of the employer organization.
has_or_had_url:
range: URL
description: Website or profile URL (e.g. LinkedIn company page) of the employer.
is_or_was_related_to:
range: Heritage
description: Indicates if the employer is related to the Heritage domain (replaces heritage_employer boolean).
annotations:
custodian_types: '["*"]'
specificity_score: 0.5
specificity_rationale: Generic employer class.