glam/schemas/20251121/linkml/modules/classes/Locality.yaml
kempersc 6e63465196 Add ImageTilingServiceEndpoint class and archive ID class
- Introduced the ImageTilingServiceEndpoint class for tiled high-resolution image delivery, including deep-zoom and transformation capabilities, with multilingual descriptions and structured aliases.
- Archived the ID class as a backwards-compatible alias for Identifier, marking it as deprecated to enforce the use of the canonical Identifier model.
2026-02-15 21:40:13 +01:00

46 lines
1.3 KiB
YAML

id: https://nde.nl/ontology/hc/class/Locality
name: Locality
title: Locality Class
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
dcterms: http://purl.org/dc/terms/
dwc: http://rs.tdwg.org/dwc/terms/
schema: http://schema.org/
crm: http://www.cidoc-crm.org/cidoc-crm/
default_prefix: hc
imports:
- linkml:types
- ../metadata
- ../slots/has_label
- ../slots/has_note
- ../slots/has_provenance
- ../slots/in_language
classes:
Locality:
class_uri: dcterms:Location
description: Structured locality description preserving source wording and contextual interpretation.
exact_mappings:
- dcterms:Location
close_mappings:
- dwc:Location
- schema:Place
related_mappings:
- crm:E53_Place
mixins:
- HasProvenance
slots:
- has_label
- has_note
- has_provenance
- in_language
slot_usage:
has_provenance:
range: ProvenanceBlock
inlined: true
annotations:
custodian_types: '["B", "M", "R"]'
custodian_types_rationale: Mainly used in specimen, field, and collection locality contexts.
custodian_types_primary: B
specificity_score: 0.65
specificity_rationale: Structured locality capture with provenance for specimen and collection data.