71 lines
2.6 KiB
YAML
71 lines
2.6 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#
|
|
foaf: http://xmlns.com/foaf/0.1/
|
|
pico: https://personsincontext.org/model#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
- ./ExaSearchMetadata
|
|
- ./ProfileData
|
|
- ./SourceStaffEntry
|
|
- ./WebSource
|
|
default_range: string
|
|
|
|
classes:
|
|
PersonProfile:
|
|
class_uri: foaf:PersonalProfileDocument
|
|
description: >-
|
|
Complete profile data for a person (heritage professional).
|
|
|
|
foaf:PersonalProfileDocument - "A personal profile RDF document."
|
|
|
|
This class represents a DOCUMENT containing profile information about a person,
|
|
not the person themselves. It captures structured data extracted from LinkedIn
|
|
profiles, staff pages, and other web sources about heritage professionals.
|
|
|
|
Mapping rationale:
|
|
- Uses foaf:PersonalProfileDocument because this is a structured document ABOUT a person
|
|
- NOT foaf:Person/schema:Person - those represent the actual person entity
|
|
- Related to pico:PersonObservation which captures person data from historical sources
|
|
close_mappings:
|
|
- pico:PersonObservation # Similar: person data from a source, but PiCo is for historical records
|
|
- schema:ProfilePage # Similar: a web page serving as profile, but our class is data not page
|
|
related_mappings:
|
|
- foaf:Person # The subject of this profile document
|
|
- schema:Person # The subject of this profile document
|
|
- prov:Entity # A profile is an entity with provenance
|
|
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
|