glam/schemas/20251121/linkml/modules/classes/NetworkAnalysis.yaml
kempersc 6c3fa6b5a3 Remove deprecated slots and add new slot definitions for enhanced data modeling
- 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.
2026-01-15 11:42:35 +01:00

75 lines
2.7 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
- ./TemplateSpecificityScores
- ./HeritageTypeCount
- ../slots/connections_by_heritage_type
- ../slots/heritage_relevant_count
- ../slots/heritage_relevant_percentage
- ../slots/specificity_annotation
- ../slots/template_specificity
# REMOVED 2026-01-14: ../slots/total_connections_extracted - migrated to has_or_had_quantity with Quantity
- ../slots/has_or_had_quantity
- ./Quantity
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
- heritage_relevant_count
- heritage_relevant_percentage
- specificity_annotation
- template_specificity
# REMOVED 2026-01-14: total_connections_extracted - migrated to has_or_had_quantity with Quantity
- has_or_had_quantity
slot_usage:
# REMOVED 2026-01-14: total_connections_extracted - migrated to has_or_had_quantity with Quantity
# total_connections_extracted:
# range: integer
# required: true
# minimum_value: 0
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:
value: 776
unit: "connections"
description: Total connections extracted
heritage_relevant_count:
range: integer
required: true
minimum_value: 0
heritage_relevant_percentage:
range: float
minimum_value: 0.0
maximum_value: 100.0
examples:
- value: 58.8
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