49 lines
1.2 KiB
YAML
49 lines
1.2 KiB
YAML
id: https://nde.nl/ontology/hc/class/EBook
|
|
name: EBook
|
|
title: EBook Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
bf: http://id.loc.gov/ontologies/bibframe/
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/has_or_had_url
|
|
- ./URL
|
|
|
|
classes:
|
|
EBook:
|
|
class_uri: schema:EBook
|
|
description: >-
|
|
A digital book or publication in electronic format.
|
|
|
|
Used to represent the electronic manifestation of an ExhibitionCatalog or Book.
|
|
|
|
**Ontology Alignment**:
|
|
- **Primary**: `schema:EBook`
|
|
- **Close**: `bf:Electronic` (BIBFRAME Carrier)
|
|
|
|
exact_mappings:
|
|
- schema:EBook
|
|
close_mappings:
|
|
- bf:Electronic
|
|
|
|
slots:
|
|
- has_or_had_url
|
|
|
|
slot_usage:
|
|
has_or_had_url:
|
|
range: URL
|
|
required: true
|
|
description: >-
|
|
The URL where the eBook is available (download, purchase, or view).
|
|
Uses structured URL class.
|
|
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
specificity_score: 0.3
|
|
specificity_rationale: Specific manifestation class for digital publications.
|