- Apply Rule 39: RiC-O style temporal naming (hasOrHad*, isOrWas*) - Apply Rule 43: Singular noun convention for slot names - Remove duplicate slot definitions consolidated into centralized files - Net reduction: 6,162 lines across 305 deleted files
31 lines
808 B
YAML
31 lines
808 B
YAML
id: https://nde.nl/ontology/hc/slot/has_api_version
|
|
name: has_api_version_slot
|
|
title: Has Api Version Slot
|
|
prefixes:
|
|
dcat: http://www.w3.org/ns/dcat#
|
|
hc: https://nde.nl/ontology/hc/
|
|
linkml: https://w3id.org/linkml/
|
|
pav: http://purl.org/pav/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
default_prefix: hc
|
|
slots:
|
|
has_api_version:
|
|
description: >-
|
|
Version of the API.
|
|
range: string
|
|
slot_uri: schema:version
|
|
exact_mappings:
|
|
- schema:version
|
|
close_mappings:
|
|
- dcat:version
|
|
- pav:version
|
|
annotations:
|
|
custodian_types: '["*"]'
|
|
custodian_types_rationale: >-
|
|
Applicable to all heritage custodian types.
|
|
custodian_types_primary: M
|
|
specificity_score: 0.5
|
|
specificity_rationale: >-
|
|
Moderately specific slot.
|