- Updated manifest.json with new generated timestamp. - Added close mappings to APIRequest and Administration classes. - Renamed slots in AccessPolicy to has_or_had_embargo_end_date and has_or_had_embargo_reason. - Changed class_uri for Accumulation to rico:AccumulationRelation and updated description. - Added exact mappings to Altitude, AppellationType, and ArchitecturalStyle classes. - Removed deprecated slots from CollectionManagementSystem and updated has_or_had_type. - Added new slots for has_or_had_embargo_end_date and has_or_had_embargo_reason. - Updated slot definitions for has_or_had_assessment, has_or_had_sequence_index, and others with new URIs and mappings. - Removed unused slots end_seconds and end_time. - Added new slot definitions for has_or_had_exhibition_type, has_or_had_extent_text, and is_or_was_documented_by.
42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
id: https://nde.nl/ontology/hc/slot/extent_item
|
|
name: extent_item_slot
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
dcterms: http://purl.org/dc/terms/
|
|
prov: http://www.w3.org/ns/prov#
|
|
crm: http://www.cidoc-crm.org/cidoc-crm/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
rdfs: http://www.w3.org/2000/01/rdf-schema#
|
|
org: http://www.w3.org/ns/org#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
imports:
|
|
- linkml:types
|
|
slots:
|
|
extent_item:
|
|
slot_uri: schema:numberOfItems
|
|
description: 'Numeric count of items (when countable).
|
|
|
|
|
|
Schema.org: numberOfItems for countable collections.
|
|
|
|
|
|
Use when precise item count is known.
|
|
|
|
'
|
|
range: integer
|
|
required: false
|
|
examples:
|
|
- value: 125
|
|
description: 125 artworks
|
|
- value: 342
|
|
description: 342 manuscripts
|
|
broad_mappings:
|
|
- schema:itemListElement
|
|
annotations:
|
|
custodian_types:
|
|
- '*'
|
|
custodian_types_rationale: Universal utility concept
|
|
exact_mappings:
|
|
- schema:numberOfItems
|