41 lines
1 KiB
YAML
41 lines
1 KiB
YAML
# DataTierSummary - Summary of data tiers present in entry
|
|
# Extracted from custodian_source.yaml per Rule 38 (modular schema files)
|
|
# Extraction date: 2026-01-08
|
|
|
|
id: https://nde.nl/ontology/hc/classes/DataTierSummary
|
|
name: DataTierSummary
|
|
title: DataTierSummary
|
|
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
prov: http://www.w3.org/ns/prov#
|
|
xsd: http://www.w3.org/2001/XMLSchema#
|
|
|
|
imports:
|
|
- linkml:types
|
|
|
|
|
|
default_range: string
|
|
|
|
classes:
|
|
DataTierSummary:
|
|
description: Summary of data tiers present in entry
|
|
attributes:
|
|
TIER_1_AUTHORITATIVE:
|
|
range: string
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
TIER_2_VERIFIED:
|
|
range: string
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
TIER_3_CROWD_SOURCED:
|
|
range: string
|
|
multivalued: true
|
|
inlined_as_list: true
|
|
TIER_4_INFERRED:
|
|
range: string
|
|
multivalued: true
|
|
inlined_as_list: true
|