Skip to content

Class: ResponseActivity (ResponseActivity)

Captures information about some action that took place. It also links to information (entities) that were used during the activity

URI: reproschema:ResponseActivity

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

      ResponseActivity : category

      ResponseActivity : endedAtTime

      ResponseActivity : generated

      ResponseActivity : id

      ResponseActivity : inLanguage

      ResponseActivity : name




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


      ResponseActivity : startedAtTime

      ResponseActivity : used

      ResponseActivity : wasAssociatedWith




    ResponseActivity --> "0..1" SoftwareAgent : wasAssociatedWith
    click SoftwareAgent href "../SoftwareAgent"


Inheritance

Slots

Name Cardinality and Range Description Inheritance
endedAtTime 0..1
Datetime
direct
generated 0..1
Uri
direct
inLanguage 0..1
String
direct
startedAtTime 0..1
Datetime
direct
used *
String
direct
wasAssociatedWith 0..1
SoftwareAgent
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:ResponseActivity
native http://schema.repronim.org/:ResponseActivity

LinkML Source

Direct

name: ResponseActivity
description: Captures information about some action that took place. It also links
  to information (entities) that were used during the activity
title: ResponseActivity
from_schema: http://schema.repronim.org/
is_a: Thing
slots:
- endedAtTime
- generated
- inLanguage
- startedAtTime
- used
- wasAssociatedWith
class_uri: reproschema:ResponseActivity

Induced

name: ResponseActivity
description: Captures information about some action that took place. It also links
  to information (entities) that were used during the activity
title: ResponseActivity
from_schema: http://schema.repronim.org/
is_a: Thing
attributes:
  endedAtTime:
    name: endedAtTime
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: prov:endedAtTime
    alias: endedAtTime
    owner: ResponseActivity
    domain_of:
    - ResponseActivity
    range: datetime
  generated:
    name: generated
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: prov:generated
    alias: generated
    owner: ResponseActivity
    domain_of:
    - ResponseActivity
    range: uri
  inLanguage:
    name: inLanguage
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: schema:inLanguage
    alias: inLanguage
    owner: ResponseActivity
    domain_of:
    - LandingPage
    - MediaObject
    - ResponseActivity
    range: string
  startedAtTime:
    name: startedAtTime
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: prov:startedAtTime
    alias: startedAtTime
    owner: ResponseActivity
    domain_of:
    - ResponseActivity
    range: datetime
  used:
    name: used
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: prov:used
    multivalued: true
    alias: used
    owner: ResponseActivity
    domain_of:
    - ResponseActivity
    range: string
  wasAssociatedWith:
    name: wasAssociatedWith
    from_schema: http://schema.repronim.org/
    rank: 1000
    slot_uri: prov:wasAssociatedWith
    alias: wasAssociatedWith
    owner: ResponseActivity
    domain_of:
    - ResponseActivity
    range: SoftwareAgent
  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: ResponseActivity
    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: ResponseActivity
    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: ResponseActivity
    domain_of:
    - Thing
    range: uriorcurie
class_uri: reproschema:ResponseActivity