- Introduced Rule 42: No Ontology Prefixes in Slot Names to enforce clean naming conventions. - Established Rule: No Rough Edits in Schema Files to ensure structural integrity during modifications. - Implemented Rule: No Version Indicators in Names to maintain stable semantic naming. - Created Rule: Ontology Detection vs Heuristics to emphasize the importance of verifying ontology definitions. - Defined Rule 50: Ontology-to-LinkML Mapping Convention to standardize mapping practices. - Added Rule: Polished Slot Storage Location to specify directory structure for polished slot files. - Enforced Rule: Preserve Bespoke Slots Until Refactoring to prevent unintended migrations during slot updates. - Instituted Rule 56: Semantic Consistency Over Simplicity to mandate execution of revisions in slot_fixes.yaml. - Added new Genealogy Archives Registry Enrichment class with multilingual support and structured aliases.
24 lines
772 B
YAML
24 lines
772 B
YAML
id: https://nde.nl/ontology/hc/class/GeospatialIdentifier
|
|
name: GeospatialIdentifier
|
|
title: Geospatial Identifier Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dcterms: http://purl.org/dc/terms/
|
|
geosparql: http://www.opengis.net/ont/geosparql#
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
classes:
|
|
GeospatialIdentifier:
|
|
is_a: Identifier
|
|
class_uri: hc:GeospatialIdentifier
|
|
description: Persistent identifier for a geospatial entity in an external or internal system.
|
|
close_mappings:
|
|
- dcterms:Identifier
|
|
related_mappings:
|
|
- geosparql:Feature
|
|
annotations:
|
|
specificity_score: 0.3
|
|
specificity_rationale: Identifier class for geospatial record linking.
|
|
custodian_types: '["*"]'
|