- Created new YAML files for audience size and audience type slots, defining their properties and annotations. - Added archived capacity slots including cubic meters, linear meters, item count, and descriptions, with appropriate URIs and ranges. - Introduced a template specificity slot for context-aware RAG filtering. - Consolidated capacity-related slots into a unified structure, including has_or_had_capacity, capacity_type, and capacity_value, with detailed descriptions and examples.
195 lines
6.5 KiB
YAML
195 lines
6.5 KiB
YAML
id: https://nde.nl/ontology/hc/class/EducationCredential
|
|
name: education_credential_class
|
|
title: Education Credential Class
|
|
version: 1.0.0
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
org: http://www.w3.org/ns/org#
|
|
ceds: http://purl.org/ceds/
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
# activities_societies REMOVED - migrated to has_or_had_membership + has_or_had_activity_type (Rule 53)
|
|
- ../slots/degree_name
|
|
- ../slots/education_description
|
|
- ../slots/education_end_year
|
|
- ../slots/education_start_year
|
|
- ../slots/education_years_raw
|
|
- ../slots/field_of_study
|
|
- ../slots/heritage_education
|
|
- ../slots/institution_linkedin_url
|
|
- ../slots/institution_name
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore # was: TemplateSpecificityScores - migrated per Rule 53 (2026-01-17)
|
|
|
|
- ./TemplateSpecificityType
|
|
|
|
- ./TemplateSpecificityTypes
|
|
- ../slots/has_or_had_membership
|
|
- ../slots/has_or_had_activity_type
|
|
- ./ActivityType
|
|
- ./ActivityTypes
|
|
default_range: string
|
|
classes:
|
|
EducationCredential:
|
|
class_uri: schema:EducationalOccupationalCredential
|
|
description: 'A single education entry from a person''s academic history.
|
|
|
|
|
|
Models educational credentials with institution, degree, field of study,
|
|
|
|
and date range. Used for LinkedIn education sections.
|
|
|
|
|
|
**Schema.org Alignment**:
|
|
|
|
- Represents schema:EducationalOccupationalCredential
|
|
|
|
- Institution is schema:CollegeOrUniversity or schema:EducationalOrganization
|
|
|
|
|
|
**Use Cases**:
|
|
|
|
- LinkedIn profile education entries
|
|
|
|
- CV/resume academic history
|
|
|
|
- Heritage education background tracking (museology, archival science, etc.)
|
|
|
|
|
|
**Heritage Relevance**:
|
|
|
|
- Track heritage-related degrees (museology, archival science, art history)
|
|
|
|
- Identify heritage education pathways
|
|
|
|
'
|
|
exact_mappings:
|
|
- schema:EducationalOccupationalCredential
|
|
close_mappings:
|
|
- schema:AlumniOf
|
|
- ceds:Credential
|
|
related_mappings:
|
|
- schema:Course
|
|
- schema:Degree
|
|
slots:
|
|
# activities_societies REMOVED - migrated to has_or_had_membership + has_or_had_activity_type
|
|
- degree_name
|
|
- education_description
|
|
- education_end_year
|
|
- education_start_year
|
|
- education_years_raw
|
|
- field_of_study
|
|
- heritage_education
|
|
- institution_linkedin_url
|
|
- institution_name
|
|
- specificity_annotation
|
|
- has_or_had_score # was: template_specificity - migrated per Rule 53 (2026-01-17)
|
|
- has_or_had_membership
|
|
- has_or_had_activity_type
|
|
slot_usage:
|
|
institution_name:
|
|
range: string
|
|
required: true
|
|
examples:
|
|
- value: Stenden
|
|
description: Short institutional name
|
|
- value: University of Amsterdam
|
|
description: Full university name
|
|
- value: Reinwardt Academy
|
|
description: Heritage-focused institution
|
|
institution_linkedin_url:
|
|
range: uri
|
|
pattern: ^https://www\.linkedin\.com/school/[a-z0-9-]+/?$
|
|
examples:
|
|
- value: https://www.linkedin.com/school/university-of-amsterdam
|
|
degree_name:
|
|
range: string
|
|
examples:
|
|
- value: Bachelor of Education - BEd, Elementary Education and Teaching
|
|
description: Combined degree type and field
|
|
- value: Master of Arts - MA
|
|
description: Degree type only
|
|
- value: PhD in Museology
|
|
description: Doctoral degree with specialization
|
|
field_of_study:
|
|
range: string
|
|
examples:
|
|
- value: Elementary Education and Teaching
|
|
description: Extracted field of study
|
|
- value: Art History
|
|
description: Heritage-related field
|
|
- value: Archival Science
|
|
description: Heritage information management
|
|
education_years_raw:
|
|
range: string
|
|
examples:
|
|
- value: 2013 - 2017
|
|
description: Completed degree with year range
|
|
- value: '2023'
|
|
description: Ongoing education (current student)
|
|
education_start_year:
|
|
range: integer
|
|
minimum_value: 1900
|
|
maximum_value: 2100
|
|
examples:
|
|
- value: 2013
|
|
description: Started in 2013
|
|
education_end_year:
|
|
range: integer
|
|
minimum_value: 1900
|
|
maximum_value: 2100
|
|
examples:
|
|
- value: 2017
|
|
description: Completed in 2017
|
|
- value: null
|
|
description: Ongoing (current student)
|
|
has_or_had_membership:
|
|
range: string
|
|
description: |
|
|
Student activities and society memberships during education.
|
|
|
|
**PREFERRED** over activities_societies for structured data.
|
|
NOTE: For EducationCredential, this slot is used as a string description
|
|
of student activities rather than linking to Membership class instances.
|
|
|
|
Future: Consider refactoring to range: Membership for full structured data.
|
|
examples:
|
|
- value: Student Museum Association, Heritage Preservation Club
|
|
has_or_had_activity_type:
|
|
range: ActivityType
|
|
multivalued: true
|
|
required: false
|
|
description: |
|
|
Classification of educational activities undertaken.
|
|
|
|
Values are ActivityType subclasses from ActivityTypes.yaml:
|
|
- EducationActivityType: Educational programs and courses
|
|
- MembershipActivityType: Society/organization memberships
|
|
- ResearchActivityType: Research activities during studies
|
|
examples:
|
|
- value: EducationActivityType
|
|
description: General educational activity
|
|
- value: "[MembershipActivityType, ResearchActivityType]"
|
|
description: Student with society memberships and research activities
|
|
education_description:
|
|
range: string
|
|
heritage_education:
|
|
range: boolean
|
|
ifabsent: 'false'
|
|
comments:
|
|
- Set to true for heritage-focused degrees
|
|
- 'Examples: Museology, Archival Science, Art History, Conservation'
|
|
- Reinwardt Academy, Getty Conservation Institute, etc.
|
|
comments:
|
|
- Inlined in LinkedInProfile.education[] as multivalued list
|
|
- Preserves raw LinkedIn year formats for provenance
|
|
- heritage_education enables filtering for heritage-trained professionals
|
|
see_also:
|
|
- https://schema.org/EducationalOccupationalCredential
|
|
- https://schema.org/CollegeOrUniversity
|