24 lines
624 B
YAML
24 lines
624 B
YAML
id: https://nde.nl/ontology/hc/class/Expense
|
|
name: Expense
|
|
title: Expense
|
|
description: An expense or cost incurred.
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
default_prefix: hc
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_description
|
|
- ../slots/has_quantity
|
|
classes:
|
|
Expense:
|
|
class_uri: schema:MonetaryAmount
|
|
description: Expense amount.
|
|
slots:
|
|
- has_quantity
|
|
- has_description
|
|
annotations:
|
|
specificity_score: 0.1
|
|
specificity_rationale: Generic utility class/slot created during migration
|
|
custodian_types: "['*']"
|