Class: Response choice (Choice)
An object to describe a response option.
URI: reproschema:Choice
classDiagram
class Choice
click Choice href "../Choice"
Thing <|-- Choice
click Thing href "../Thing"
Choice : category
Choice : id
Choice : image
Choice : name
Choice --> "*" LangString : name
click LangString href "../LangString"
Choice : value
Inheritance
- Thing
- Choice
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
name | * LangString |
direct | |
image | 0..1 String or ImageObject or Uri |
An image of the item | direct |
value | 0..1 String or Float or Integer or Boolean or StructuredValue or LangString or Uri or String or MissingType |
The value for each option in choices or in additionalNotesObj | direct |
id | 0..1 Uriorcurie |
A unique identifier for an entity | Thing |
category | 0..1 Uriorcurie |
Name of the high level ontology class in which this entity is categorized | Thing |
Usages
used by | used in | type | used |
---|---|---|---|
ResponseOption | choices | any_of[range] | Choice |
Identifier and Mapping Information
Schema Source
- from schema: http://schema.repronim.org/
Mappings
Mapping Type | Mapped Value |
---|---|
self | reproschema:Choice |
native | http://schema.repronim.org/:Choice |
LinkML Source
Direct
Induced
name: Choice
description: An object to describe a response option.
title: Response choice
from_schema: http://schema.repronim.org/
is_a: Thing
attributes:
name:
name: name
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: schema:name
alias: name
owner: Choice
domain_of:
- Choice
- Thing
range: langString
multivalued: true
inlined: true
image:
name: image
description: An image of the item. This can be a <a class="localLink" href="http://schema.org/URL">URL</a>
or a fully described <a class="localLink" href="http://schema.org/ImageObject">ImageObject</a>.
title: image
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: schema:image
alias: image
owner: Choice
domain_of:
- Activity
- Choice
- Item
range: string
any_of:
- range: ImageObject
- range: uri
value:
name: value
description: The value for each option in choices or in additionalNotesObj
title: value
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: schema:value
alias: value
owner: Choice
domain_of:
- AdditionalNoteObj
- Choice
- Response
- UnitOption
range: string
inlined: true
any_of:
- range: float
- range: integer
- range: boolean
- range: StructuredValue
- range: langString
- range: uri
- range: string
- range: MissingType
id:
name: id
description: A unique identifier for an entity. Must be either a CURIE shorthand
for a URI or a complete URI.
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: schema:identifier
alias: id
owner: Choice
domain_of:
- Participant
- Thing
range: uriorcurie
category:
name: category
description: Name of the high level ontology class in which this entity is categorized.
Corresponds to the label for the biolink entity type class. In an RDF database
it should be a model class URI. This field is multi-valued.
from_schema: http://schema.repronim.org/
rank: 1000
slot_uri: rdf:type
alias: category
owner: Choice
domain_of:
- Thing
range: uriorcurie
class_uri: reproschema:Choice