49 lines
1.4 KiB
YAML
49 lines
1.4 KiB
YAML
# PersonProfile - Complete profile data for a person (heritage professional)
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/PersonProfile
|
|
name: PersonProfile
|
|
title: PersonProfile
|
|
|
|
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
|
|
|
|
|
|
- ./ExaSearchMetadata
|
|
- ./ProfileData
|
|
- ./SourceStaffEntry
|
|
- ./WebSource
|
|
default_range: string
|
|
|
|
classes:
|
|
PersonProfile:
|
|
description: Complete profile data for a person (heritage professional)
|
|
attributes:
|
|
exa_search_metadata:
|
|
range: ExaSearchMetadata
|
|
description: EXA search metadata for profile extraction
|
|
linkedin_profile_url:
|
|
range: uri
|
|
description: LinkedIn profile URL
|
|
linkedin_photo_url:
|
|
range: uri
|
|
description: LinkedIn profile photo URL
|
|
profile_data:
|
|
range: ProfileData
|
|
description: Complete profile information
|
|
source_staff_entry:
|
|
range: SourceStaffEntry
|
|
description: Original staff entry reference
|
|
web_sources:
|
|
range: WebSource
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
description: Web sources used for profile
|