- Updated WorldCatIdentifier.yaml to remove unnecessary description and ensure consistent formatting. - Enhanced WorldHeritageSite.yaml by breaking long description into multiple lines for better readability and removed unused attributes. - Simplified WritingSystem.yaml by removing redundant attributes and ensuring consistent formatting. - Cleaned up XPathScore.yaml by removing unnecessary attributes and ensuring consistent formatting. - Improved YoutubeChannel.yaml by breaking long description into multiple lines for better readability. - Enhanced YoutubeEnrichment.yaml by breaking long description into multiple lines for better readability. - Updated YoutubeVideo.yaml to break long description into multiple lines and removed legacy field name. - Refined has_or_had_affiliation.yaml by removing unnecessary comments and ensuring clarity. - Cleaned up is_or_was_retrieved_at.yaml by removing unnecessary comments and ensuring clarity. - Added rules for generic slots and avoiding rough edits in schema files to maintain structural integrity. - Introduced changes_or_changed_through.yaml to define a new slot for linking entities to change events.
65 lines
2.3 KiB
YAML
65 lines
2.3 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
|
|
- ../slots/connections_by_heritage_type
|
|
- ../slots/has_or_had_percentage
|
|
- ../slots/has_or_had_quantity
|
|
- ../slots/has_or_had_score
|
|
- ../slots/is_or_was_related_to
|
|
- ../slots/specificity_annotation
|
|
- ./Connection
|
|
- ./Heritage
|
|
- ./HeritageTypeCount
|
|
- ./Percentage
|
|
- ./Quantity
|
|
- ./SpecificityAnnotation
|
|
- ./TemplateSpecificityScore
|
|
- ./TemplateSpecificityType
|
|
- ./TemplateSpecificityTypes
|
|
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: integer
|
|
inlined: true
|
|
required: true
|
|
examples:
|
|
- value: "Quantity:\n value: 776\n unit: \"connections\"\n"
|
|
- value: "Quantity:\n value: 456\n unit: \"heritage relevant connections\"\n is_or_was_related_to: Heritage"
|
|
has_or_had_percentage:
|
|
range: Percentage
|
|
inlined: true
|
|
examples:
|
|
- value:
|
|
has_or_had_value: 58.8
|
|
is_or_was_related_to:
|
|
has_or_had_label: Heritage
|
|
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: "['*']"
|