Skip to content

Class: Response (Response)

Describes the response of an item.

URI: reproschema:Response

 classDiagram
    class Response
    click Response href "../Response"
      Thing <|-- Response
        click Thing href "../Thing"

      Response : category

      Response : id

      Response : isAbout

      Response : name




    Response --> "*" LangString : name
    click LangString href "../LangString"


      Response : value

      Response : wasAttributedTo




    Response --> "0..1" Participant : wasAttributedTo
    click Participant href "../Participant"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
isAbout 0..1
String or 
Uri or 
Activity or 
Item
A pointer to the node describing 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
wasAttributedTo 0..1
Participant
direct
id 0..1
Uriorcurie
A unique identifier for an entity Thing
name *
LangString
Thing
category 0..1
Uriorcurie
Name of the high level ontology class in which this entity is categorized Thing

Identifier and Mapping Information

Schema Source

  • from schema: http://schema.repronim.org/

Mappings

Mapping Type Mapped Value
self reproschema:Response
native http://schema.repronim.org/:Response

LinkML Source

Direct

name: Response
description: Describes the response of an item.
title: Response
from_schema: http://schema.repronim.org/
is_a: Thing
slots:
- isAbout
- value
- wasAttributedTo
class_uri: reproschema:Response

Induced

name: Response
description: Describes the response of an item.
title: Response
from_schema: http://schema.repronim.org/
is_a: Thing
attributes:
  isAbout:
    name: isAbout
    description: A pointer to the node describing the item.
    title: isAbout
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: reproschema:isAbout
    alias: isAbout
    owner: Response
    domain_of:
    - AdditionalProperty
    - OverrideProperty
    - Response
    range: string
    inlined: true
    any_of:
    - range: uri
    - range: Activity
    - range: Item
  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: Response
    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
  wasAttributedTo:
    name: wasAttributedTo
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: prov:wasAttributedTo
    alias: wasAttributedTo
    owner: Response
    domain_of:
    - Response
    range: Participant
  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: Response
    domain_of:
    - Participant
    - Thing
    range: uriorcurie
  name:
    name: name
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: schema:name
    multivalued: true
    alias: name
    owner: Response
    domain_of:
    - Choice
    - Thing
    range: langString
    inlined: true
  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: Response
    domain_of:
    - Thing
    range: uriorcurie
class_uri: reproschema:Response