- Remove slot_uri, description, mappings from slot_usage sections - Move these properties to centralized slot files in modules/slots/ - Keep only class-specific overrides in slot_usage (required, inlined, examples) - Update 1,499 centralized slot files with enriched definitions - Clean 188 class files Violations fixed: - slot_uri in slot_usage: 1,676 → 0 - description in slot_usage: 2,287 → 0 (moved to centralized) Schema still validates: 816 classes, 2028 slots, 127 enums
168 lines
5.1 KiB
YAML
168 lines
5.1 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
|
|
- ../slots/activities_societies
|
|
- ../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/template_specificity
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScores
|
|
- ../slots/has_or_had_activity_or_society_membership
|
|
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
|
|
- 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
|
|
- template_specificity
|
|
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_activity_or_society_membership:
|
|
range: string
|
|
examples:
|
|
- value: Student Museum Association, Heritage Preservation Club
|
|
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.
|
|
specificity_annotation:
|
|
range: SpecificityAnnotation
|
|
inlined: true
|
|
template_specificity:
|
|
range: TemplateSpecificityScores
|
|
inlined: true
|
|
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
|