- Apply Rule 39: RiC-O style hasOrHad*/isOrWas* for temporal slots - Apply Rule 43: Singular noun convention (keywords → keyword) - Update slot references to match renamed slot files - Maintain schema integrity across all class definitions
90 lines
2.5 KiB
YAML
90 lines
2.5 KiB
YAML
# ProfileData - Core profile information for a person
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/ProfileData
|
|
name: ProfileData
|
|
title: ProfileData
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
- ./CareerEntry
|
|
- ./CertificationEntry
|
|
- ./CurrentPosition
|
|
- ./EducationEntry
|
|
- ./HeritageExperienceEntry
|
|
- ./MediaAppearanceEntry
|
|
- ./PublicationEntry
|
|
default_range: string
|
|
|
|
classes:
|
|
ProfileData:
|
|
description: Core profile information for a person
|
|
attributes:
|
|
full_name:
|
|
range: string
|
|
description: Person's full name
|
|
headline:
|
|
range: string
|
|
description: Professional headline/title
|
|
location:
|
|
range: string
|
|
description: Location
|
|
about:
|
|
range: string
|
|
description: Professional summary
|
|
current_position:
|
|
range: CurrentPosition
|
|
description: Current job position
|
|
skill:
|
|
range: string
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Professional skills
|
|
has_or_had_language:
|
|
range: string
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Languages known
|
|
education:
|
|
range: EducationEntry
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Educational background
|
|
certifications:
|
|
range: CertificationEntry
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Professional certifications
|
|
career_history:
|
|
range: CareerEntry
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Complete career history
|
|
heritage_relevant_experience:
|
|
range: HeritageExperienceEntry
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Heritage sector experience
|
|
publications:
|
|
range: PublicationEntry
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Academic/professional publications
|
|
media_appearances:
|
|
range: MediaAppearanceEntry
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Media appearances
|
|
professional_summary:
|
|
range: string
|
|
description: Professional summary
|