- Added new slot `is_or_was_used_in` to `DataServiceEndpointType` for tracking usage in the heritage sector. - Replaced `heritage_society_subtype` with `has_or_had_hyponym` in `HeritageSocietyType`. - Updated `HistoricBuilding` to use `has_or_had_status` instead of `heritage_status`, linking to the new `HeritageStatus` class. - Removed deprecated slots: `heritage_relevant_count`, `heritage_relevant_percentage`, `heritage_sector_usage`, `heritage_society_subtype`, and `heritage_status`. - Introduced new classes `Connection`, `HeritageSector`, and `HeritageStatus` to better structure heritage-related data. - Migrated relevant descriptions and annotations to align with new schema standards. - Updated slot definitions to improve clarity and consistency across the schema.
31 lines
789 B
YAML
31 lines
789 B
YAML
id: https://nde.nl/ontology/hc/class/Connection
|
|
name: Connection
|
|
title: Connection Class
|
|
description: >-
|
|
A connection or relationship entity.
|
|
Used as a unit for counting connections.
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
skos: http://www.w3.org/2004/02/skos/core#
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_label
|
|
- ../slots/has_or_had_description
|
|
|
|
classes:
|
|
Connection:
|
|
class_uri: skos:Concept
|
|
description: A connection.
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: "Generic utility class created during migration"
|
|
custodian_types: ["*"]
|
|
custodian_types_rationale: "Universal utility concept"
|
|
slots:
|
|
- has_or_had_label
|
|
- has_or_had_description
|