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