23 lines
531 B
YAML
23 lines
531 B
YAML
# Condition - Condition class
|
|
id: https://nde.nl/ontology/hc/class/Condition
|
|
name: Condition
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
schema: http://schema.org/
|
|
imports:
|
|
- linkml:types
|
|
- ../slots/has_or_had_type
|
|
classes:
|
|
Condition:
|
|
class_uri: schema:OfferItemCondition
|
|
slots:
|
|
- has_or_had_type
|
|
slot_usage:
|
|
has_or_had_type:
|
|
range: ConditionType
|
|
attributes:
|
|
condition_description:
|
|
range: string
|
|
condition_date:
|
|
range: date
|