Skip to content

Class: Additional properties (OverrideProperty)

An object to override the various properties added to assessments and Items.

URI: reproschema:OverrideProperty

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

      OverrideProperty : category

      OverrideProperty : id

      OverrideProperty : isAbout

      OverrideProperty : isVis

      OverrideProperty : limit

      OverrideProperty : maxRetakes

      OverrideProperty : name




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


      OverrideProperty : prefLabel




    OverrideProperty --> "*" LangString : prefLabel
    click LangString href "../LangString"


      OverrideProperty : randomMaxDelay

      OverrideProperty : schedule

      OverrideProperty : valueRequired

      OverrideProperty : variableName




    OverrideProperty --> "0..1" LangString : variableName
    click LangString href "../LangString"


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
isVis 0..1
String or 
Boolean or 
String
An element to describe (by boolean or conditional statement) visibility condi... direct
limit 0..1
String
An element to limit the duration (uses ISO 8601) this activity is allowed to ... direct
maxRetakes 0..1
String or 
Integer
Defines number of times the item is allowed to be redone direct
prefLabel *
LangString
The preferred label direct
randomMaxDelay 0..1
String
Present activity/item within some random offset of activity available time up... direct
schedule 0..1
String
An element to set make activity available/repeat info using ISO 8601 repeatin... direct
valueRequired 0..1
Boolean
direct
variableName 0..1
LangString
The name used to represent an item 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

Usages

used by used in type used
UI overrideProperties range OverrideProperty

Identifier and Mapping Information

Schema Source

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

Mappings

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

LinkML Source

Direct

name: OverrideProperty
description: An object to override the various properties added to assessments and
  Items.
title: Additional properties
from_schema: http://schema.repronim.org/
is_a: Thing
slots:
- isAbout
- isVis
- limit
- maxRetakes
- prefLabel
- randomMaxDelay
- schedule
- valueRequired
- variableName
class_uri: reproschema:OverrideProperty

Induced

name: OverrideProperty
description: An object to override the various properties added to assessments and
  Items.
title: Additional properties
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: OverrideProperty
    domain_of:
    - AdditionalProperty
    - OverrideProperty
    - Response
    range: string
    inlined: true
    any_of:
    - range: uri
    - range: Activity
    - range: Item
  isVis:
    name: isVis
    description: An element to describe (by boolean or conditional statement) visibility
      conditions of items in an assessment.
    title: visibility
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: reproschema:isVis
    alias: isVis
    owner: OverrideProperty
    domain_of:
    - AdditionalProperty
    - OverrideProperty
    range: string
    any_of:
    - range: boolean
    - range: string
  limit:
    name: limit
    description: An element to limit the duration (uses ISO 8601) this activity is
      allowed to be completed by once activity is available.
    title: limit
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: reproschema:limit
    alias: limit
    owner: OverrideProperty
    domain_of:
    - AdditionalProperty
    - OverrideProperty
    range: string
  maxRetakes:
    name: maxRetakes
    description: Defines number of times the item is allowed to be redone.
    title: maxRetakes
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: reproschema:maxRetakes
    alias: maxRetakes
    owner: OverrideProperty
    domain_of:
    - AdditionalProperty
    - OverrideProperty
    range: string
    any_of:
    - range: integer
  prefLabel:
    name: prefLabel
    description: The preferred label.
    title: preferred label
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: skos:prefLabel
    multivalued: true
    alias: prefLabel
    owner: OverrideProperty
    domain_of:
    - Activity
    - AdditionalProperty
    - Item
    - OverrideProperty
    - Protocol
    - UnitOption
    range: langString
    inlined: true
  randomMaxDelay:
    name: randomMaxDelay
    description: Present activity/item within some random offset of activity available
      time up to the maximum specified by this ISO 8601 duration
    title: randomMaxDelay
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: reproschema:randomMaxDelay
    alias: randomMaxDelay
    owner: OverrideProperty
    domain_of:
    - AdditionalProperty
    - OverrideProperty
    range: string
  schedule:
    name: schedule
    description: An element to set make activity available/repeat info using ISO 8601
      repeating interval format.
    title: Schedule
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: reproschema:schedule
    alias: schedule
    owner: OverrideProperty
    domain_of:
    - AdditionalProperty
    - OverrideProperty
    range: string
  valueRequired:
    name: valueRequired
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: schema:valueRequired
    alias: valueRequired
    owner: OverrideProperty
    domain_of:
    - AdditionalProperty
    - OverrideProperty
    range: boolean
  variableName:
    name: variableName
    description: The name used to represent an item.
    title: variableName
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: reproschema:variableName
    alias: variableName
    owner: OverrideProperty
    domain_of:
    - AdditionalProperty
    - ComputeSpecification
    - OverrideProperty
    range: langString
  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: OverrideProperty
    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: OverrideProperty
    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: OverrideProperty
    domain_of:
    - Thing
    range: uriorcurie
class_uri: reproschema:OverrideProperty