43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
id: https://nde.nl/ontology/hc/class/AuthorityFile
|
|
name: AuthorityFile
|
|
title: Authority File Class
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
void: http://rdfs.org/ns/void#
|
|
|
|
default_prefix: hc
|
|
|
|
imports:
|
|
- linkml:types
|
|
- ../metadata
|
|
- ../slots/has_or_had_label
|
|
- ../slots/has_or_had_description
|
|
- ../slots/contains_or_contained
|
|
- ./Entity
|
|
|
|
classes:
|
|
AuthorityFile:
|
|
class_uri: void:Dataset
|
|
description: >-
|
|
A managed vocabulary or dataset containing authority records (Entities).
|
|
|
|
**Ontology Alignment**:
|
|
- **Primary**: `void:Dataset` (Dataset of entities)
|
|
- **Close**: `skos:ConceptScheme`
|
|
|
|
slots:
|
|
- has_or_had_label
|
|
- has_or_had_description
|
|
- contains_or_contained
|
|
|
|
slot_usage:
|
|
contains_or_contained:
|
|
range: Entity
|
|
description: The types of entities contained in this authority file.
|
|
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
specificity_score: 0.4
|
|
specificity_rationale: Metadata management.
|