32 lines
850 B
YAML
32 lines
850 B
YAML
id: https://nde.nl/ontology/hc/class/Container
|
|
name: Container
|
|
title: Heritage Custodian Data Container
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
prov: http://www.w3.org/ns/prov#
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_score
|
|
classes:
|
|
Container:
|
|
tree_root: true
|
|
class_uri: prov:Collection
|
|
description: >-
|
|
Validation root that aggregates heterogeneous heritage-custodian instance data for batch loading and schema checks.
|
|
broad_mappings:
|
|
- prov:Collection
|
|
related_mappings:
|
|
- schema:Dataset
|
|
slots:
|
|
- has_score
|
|
- has_custodian
|
|
- has_note
|
|
- has_label
|
|
- has_section
|
|
- identified_by
|
|
- has_profile
|
|
comments:
|
|
- Technical container for LinkML instance validation workflows
|