glam/schemas/20251121/linkml/modules/classes/Fee.yaml
2026-01-31 00:15:53 +01:00

32 lines
862 B
YAML

id: https://nde.nl/ontology/hc/class/Fee
name: Fee
title: Fee
description: A monetary fee charged for a service or access. MIGRATED from fee_amount/fee_required slots.
prefixes:
linkml: https://w3id.org/linkml/
hc: https://nde.nl/ontology/hc/
schema: http://schema.org/
dcterms: http://purl.org/dc/terms/
imports:
- linkml:types
- ../slots/has_or_had_description
- ../slots/has_or_had_quantity
- ../slots/has_or_had_unit
- ./Quantity
- ./Unit
default_prefix: hc
classes:
Fee:
class_uri: schema:PriceSpecification
slots:
- has_or_had_quantity
- has_or_had_unit
- has_or_had_description
slot_usage:
has_or_had_quantity:
range: integer
required: true
annotations:
specificity_score: 0.1
specificity_rationale: Generic utility class/slot created during migration
custodian_types: "['*']"