- 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.
77 lines
2.9 KiB
YAML
77 lines
2.9 KiB
YAML
id: https://nde.nl/ontology/hc/class/NetworkAnalysis
|
|
name: network_analysis_class
|
|
title: Network Analysis Class
|
|
version: 1.0.0
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore
|
|
- ./TemplateSpecificityType
|
|
- ./TemplateSpecificityTypes
|
|
- ./HeritageTypeCount
|
|
- ../slots/connections_by_heritage_type
|
|
- ../slots/specificity_annotation
|
|
- ../slots/has_or_had_score
|
|
- ../slots/has_or_had_quantity
|
|
- ../slots/is_or_was_related_to
|
|
- ../slots/has_or_had_percentage
|
|
- ./Quantity
|
|
- ./Connection
|
|
- ./Heritage
|
|
- ./Percentage
|
|
default_prefix: hc
|
|
classes:
|
|
NetworkAnalysis:
|
|
class_uri: schema:DataFeedItem
|
|
description: "Aggregated statistics about the connection network.\n\nProvides summary metrics for quick analysis:\n- Total connections extracted\n- Heritage-relevant count and percentage\n- Breakdown by heritage type (GLAMORCUBESFIXPHDNT)\n\n**Example**:\n```json\n{\n \"total_connections_extracted\": 776,\n \"heritage_relevant_count\": 456,\n \"heritage_relevant_percentage\": 58.8,\n \"connections_by_heritage_type\": {\n \"A\": 45,\n \"M\": 89,\n \"D\": 112,\n \"R\": 78\n }\n}\n```\n"
|
|
slots:
|
|
- connections_by_heritage_type
|
|
- has_or_had_quantity
|
|
- specificity_annotation
|
|
- has_or_had_score
|
|
- is_or_was_related_to
|
|
- has_or_had_percentage
|
|
slot_usage:
|
|
has_or_had_quantity:
|
|
range: Quantity
|
|
inlined: true
|
|
description: 'Total number of connections extracted from this network.
|
|
MIGRATED 2026-01-14: Replaces total_connections_extracted slot.
|
|
'
|
|
required: true
|
|
examples:
|
|
- value: "Quantity:\n value: 776\n unit: \"connections\"\n"
|
|
description: Total connections extracted
|
|
- value: "Quantity:\n value: 456\n unit: \"heritage relevant connections\"\n is_or_was_related_to: Heritage"
|
|
description: Heritage relevant count
|
|
has_or_had_percentage:
|
|
range: Percentage
|
|
inlined: true
|
|
description: 'Percentage of connections that are heritage relevant.
|
|
MIGRATED from heritage_relevant_percentage per Rule 53 (2026-01-28).
|
|
'
|
|
examples:
|
|
- value:
|
|
has_or_had_value: 58.8
|
|
is_or_was_related_to:
|
|
has_or_had_label: Heritage
|
|
description: Heritage relevant percentage
|
|
|
|
connections_by_heritage_type:
|
|
range: HeritageTypeCount
|
|
multivalued: true
|
|
inlined: true
|
|
inlined_as_list: true
|
|
comments:
|
|
- Optional aggregation - can be computed from connections array
|
|
- Useful for quick heritage sector analysis
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types:
|
|
- '*'
|
|
custodian_types_rationale: Universal utility concept
|