- Added `range: string` to `connections_by_heritage_type` slot for better data representation. - Removed obsolete `data_source_whatsapp`, `data_tier`, `date_retrieved`, and `de` slots from the schema. - Updated `derived_from_observation` slot to support multiple values and changed range to `uriorcurie`. - Introduced new `DataSource` class to represent various data sources with detailed descriptions and examples. - Created `DataTierLevel` class to classify data quality tiers with standard codes and descriptions. - Archived removed slots and updated the manifest to reflect these changes. - Added new `was_retrieved_at` slot to track data retrieval timestamps, following RiC-O conventions.
19 lines
515 B
YAML
19 lines
515 B
YAML
id: https://nde.nl/ontology/hc/slot/network_analysis
|
|
name: network_analysis_slot
|
|
title: Network Analysis Slot
|
|
version: 1.0.0
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
|
|
slots:
|
|
network_analysis:
|
|
description: |
|
|
Aggregated statistics about a connection network.
|
|
Contains summary metrics like total count, heritage-relevant percentage, etc.
|
|
slot_uri: schema:mainEntity
|
|
range: string
|