- Introduced EADIdentifier, EBook, EcclesiasticalProvince, Edition, Editor, Education, EmailAddress, and Size classes to enhance archival description capabilities. - Added slots for digital presence types, digital surrogates, digitization status, and dimensions to support comprehensive metadata management. - Migrated existing slots such as ead_id, edition_number, and dimension to new structured formats. - Established relationships between works and their editions, sizes, and editors to improve data interconnectivity. - Enhanced ontology alignment with Schema.org and BIBFRAME standards for better interoperability.
39 lines
953 B
YAML
39 lines
953 B
YAML
id: https://nde.nl/ontology/hc/class/ContactDetails
|
|
name: ContactDetails
|
|
title: Contact Details Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
vcard: http://www.w3.org/2006/vcard/ns#
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/includes_or_included
|
|
- ./EmailAddress
|
|
|
|
classes:
|
|
ContactDetails:
|
|
class_uri: schema:ContactPoint
|
|
description: >-
|
|
Structured contact information for an entity.
|
|
|
|
**Ontology Alignment**:
|
|
- **Primary**: `schema:ContactPoint`
|
|
- **Close**: `vcard:VCard`
|
|
|
|
slots:
|
|
- includes_or_included
|
|
|
|
slot_usage:
|
|
includes_or_included:
|
|
range: EmailAddress
|
|
description: Email addresses included in these contact details.
|
|
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
specificity_score: 0.2
|
|
specificity_rationale: Universal contact info class.
|