- 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.
38 lines
973 B
YAML
38 lines
973 B
YAML
id: https://nde.nl/ontology/hc/class/EmailAddress
|
|
name: EmailAddress
|
|
title: Email Address 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/has_or_had_label
|
|
|
|
classes:
|
|
EmailAddress:
|
|
class_uri: schema:email
|
|
description: >-
|
|
An email address.
|
|
|
|
**Ontology Alignment**:
|
|
- **Primary**: `schema:email` (property promoted to class for structure if needed, or just value)
|
|
- **Close**: `vcard:Email`
|
|
|
|
slots:
|
|
- has_or_had_label
|
|
|
|
slot_usage:
|
|
has_or_had_label:
|
|
description: The email address string (e.g., info@example.com).
|
|
pattern: "^[a-zA-Z0-9_.+-]+@[a-zA-Z0-9-]+\\.[a-zA-Z0-9-.]+$"
|
|
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
specificity_score: 0.1
|
|
specificity_rationale: Basic datatype class.
|