- Deleted obsolete slot definitions for work_location and workshop_space. - Introduced new TaxonName class to represent scientific taxonomic names with detailed attributes. - Archived existing slots related to surname_prefix, target_name, taxon_name, terminal_count, text_region_count, title, title_proper, total_chapter, total_characters_extracted, total_connections_extracted, track_name, transcript_format, traveling_venue, type_label, type_status, typical_responsibility, unesco_domain, unesco_inscription_year, unesco_list_status, uniform_title, unit_name, used_by_custodian, uv_filtered_required, valid_from_geo, valid_to_geo, validation_status, variant_of_name, verification_date, viability_status, within_auxiliary_place, and within_place. - Updated slot descriptions and structures to improve clarity and compliance with standards.
59 lines
1.8 KiB
YAML
59 lines
1.8 KiB
YAML
id: https://nde.nl/ontology/hc/class/MeasurementUnit
|
|
name: MeasurementUnit
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
qudt: http://qudt.org/schema/qudt/
|
|
schema: http://schema.org/
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/type_id
|
|
- ../slots/has_or_had_label # was: type_label - migrated per Rule 53
|
|
- ../slots/type_description
|
|
|
|
classes:
|
|
MeasurementUnit:
|
|
class_uri: qudt:Unit
|
|
description: |
|
|
A unit of measurement used for quantifying values in heritage custodian
|
|
data, such as frames, objects, faces, pixels, bytes, or other countable
|
|
or measurable entities.
|
|
|
|
Note: This class complements MeasureUnit by focusing on computational
|
|
and digital measurement units rather than physical measurement units.
|
|
slots:
|
|
- type_id
|
|
- has_or_had_label # was: type_label
|
|
- type_description
|
|
close_mappings:
|
|
- schema:unitCode
|
|
annotations:
|
|
specificity_score: "0.40"
|
|
specificity_rationale: "Measurement units are broadly applicable across many contexts."
|
|
|
|
# Common measurement units for digital heritage contexts
|
|
FrameUnit:
|
|
is_a: MeasurementUnit
|
|
description: A video frame as a unit of measurement.
|
|
|
|
ObjectUnit:
|
|
is_a: MeasurementUnit
|
|
description: A detected object as a unit of measurement in computer vision.
|
|
|
|
FaceUnit:
|
|
is_a: MeasurementUnit
|
|
description: A detected face as a unit of measurement in facial recognition.
|
|
|
|
PixelUnit:
|
|
is_a: MeasurementUnit
|
|
description: A pixel as a unit of measurement for image dimensions.
|
|
|
|
ByteUnit:
|
|
is_a: MeasurementUnit
|
|
description: A byte as a unit of measurement for data size.
|
|
|
|
TokenUnit:
|
|
is_a: MeasurementUnit
|
|
description: A token as a unit of measurement for text processing.
|