25 lines
589 B
YAML
25 lines
589 B
YAML
# ResponseFormat - Response format class
|
|
id: https://nde.nl/ontology/hc/class/ResponseFormat
|
|
name: ResponseFormat
|
|
prefixes:
|
|
linkml: https://w3id.org/linkml/
|
|
hc: https://nde.nl/ontology/hc/
|
|
dct: http://purl.org/dc/terms/
|
|
imports:
|
|
- ./ResponseFormatType
|
|
- linkml:types
|
|
- ../slots/has_or_had_type
|
|
classes:
|
|
ResponseFormat:
|
|
class_uri: dct:MediaType
|
|
slots:
|
|
- has_or_had_type
|
|
slot_usage:
|
|
has_or_had_type:
|
|
range: ResponseFormatType
|
|
attributes:
|
|
format_name:
|
|
range: string
|
|
required: true
|
|
mime_type:
|
|
range: string
|