Skip to content

Class: DataRequest

Registration of a request for data by a data user

URI: pehterms:DataRequest

classDiagram class DataRequest click DataRequest href "../DataRequest" NamedThing <|-- DataRequest click NamedThing href "../NamedThing" DataRequest : contacts DataRequest --> "*" Contact : contacts click Contact href "../Contact" DataRequest : data_stakeholders DataRequest --> "*" DataStakeholder : data_stakeholders click DataStakeholder href "../DataStakeholder" DataRequest : description DataRequest : id DataRequest : name DataRequest : observable_entity_property_sets DataRequest --> "*" ObservableEntityPropertySet : observable_entity_property_sets click ObservableEntityPropertySet href "../ObservableEntityPropertySet" DataRequest : observed_entity_properties DataRequest --> "*" ObservedEntityProperty : observed_entity_properties click ObservedEntityProperty href "../ObservedEntityProperty" DataRequest : processing_actions DataRequest --> "*" ProcessingAction : processing_actions click ProcessingAction href "../ProcessingAction" DataRequest : processing_steps DataRequest --> "*" ProcessingStep : processing_steps click ProcessingStep href "../ProcessingStep" DataRequest : remark DataRequest : remark_on_content DataRequest : remark_on_methodology DataRequest : request_properties DataRequest : research_objectives DataRequest --> "*" ResearchObjective : research_objectives click ResearchObjective href "../ResearchObjective" DataRequest : short_name DataRequest : ui_label DataRequest : unique_name

Inheritance

Slots

Name Cardinality and Range Description Inheritance
contacts *
Contact
direct
request_properties 0..1
String
direct
data_stakeholders *
DataStakeholder
direct
research_objectives *
ResearchObjective
direct
processing_actions *
ProcessingAction
direct
processing_steps *
ProcessingStep
direct
remark_on_content 0..1
String
direct
remark_on_methodology 0..1
String
direct
observed_entity_properties *
ObservedEntityProperty
direct
observable_entity_property_sets *
ObservableEntityPropertySet
direct
id 1
String
Machine readable, unique identifier; ideally a URI/GUPRI (Globally Unique, Pe... NamedThing
unique_name 0..1
String
Human readable name, unique across the context the entity is defined in NamedThing
short_name 0..1
String
Shortened name or code, preferrable unique across the context the entity is d... NamedThing
name 0..1
String
Common human readable name NamedThing
ui_label 0..1
String
Human readable label, to be used in user facing interfaces in the most common... NamedThing
description 0..1
String
Long form description or definition for the entity NamedThing
remark 0..1
String
Additional comment, note or remark providing context on the use of an entity ... NamedThing

Usages

used by used in type used
EntityList data_requests range DataRequest

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/peh/peh-model

Mappings

Mapping Type Mapped Value
self pehterms:DataRequest
native pehterms:DataRequest

LinkML Source

Direct

name: DataRequest
description: Registration of a request for data by a data user
from_schema: https://w3id.org/peh/peh-model
is_a: NamedThing
slots:
- contacts
- request_properties
- data_stakeholders
- research_objectives
- processing_actions
- processing_steps
- remark_on_content
- remark_on_methodology
- observed_entity_properties
- observable_entity_property_sets

Induced

name: DataRequest
description: Registration of a request for data by a data user
from_schema: https://w3id.org/peh/peh-model
is_a: NamedThing
attributes:
  contacts:
    name: contacts
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: contacts
    owner: DataRequest
    domain_of:
    - ProjectStakeholder
    - StudyStakeholder
    - DataRequest
    - DataStakeholder
    range: Contact
    multivalued: true
    inlined: true
    inlined_as_list: true
  request_properties:
    name: request_properties
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: request_properties
    owner: DataRequest
    domain_of:
    - DataRequest
    range: string
  data_stakeholders:
    name: data_stakeholders
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: data_stakeholders
    owner: DataRequest
    domain_of:
    - DataRequest
    range: DataStakeholder
    multivalued: true
  research_objectives:
    name: research_objectives
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: research_objectives
    owner: DataRequest
    domain_of:
    - DataRequest
    range: ResearchObjective
    multivalued: true
  processing_actions:
    name: processing_actions
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: processing_actions
    owner: DataRequest
    domain_of:
    - DataRequest
    range: ProcessingAction
    multivalued: true
  processing_steps:
    name: processing_steps
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: processing_steps
    owner: DataRequest
    domain_of:
    - DataRequest
    range: ProcessingStep
    multivalued: true
  remark_on_content:
    name: remark_on_content
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: remark_on_content
    owner: DataRequest
    domain_of:
    - DataRequest
    range: string
  remark_on_methodology:
    name: remark_on_methodology
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: remark_on_methodology
    owner: DataRequest
    domain_of:
    - DataRequest
    range: string
  observed_entity_properties:
    name: observed_entity_properties
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: observed_entity_properties
    owner: DataRequest
    domain_of:
    - DataRequest
    range: ObservedEntityProperty
    multivalued: true
  observable_entity_property_sets:
    name: observable_entity_property_sets
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: observable_entity_property_sets
    owner: DataRequest
    domain_of:
    - ObservationDesign
    - DataRequest
    range: ObservableEntityPropertySet
    multivalued: true
  id:
    name: id
    description: Machine readable, unique identifier; ideally a URI/GUPRI (Globally
      Unique, Persistent, Resolvable Identifier).
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: DataRequest
    domain_of:
    - NamedThing
    range: string
    required: true
  unique_name:
    name: unique_name
    description: Human readable name, unique across the context the entity is defined
      in.
    from_schema: https://w3id.org/peh/peh-model
    close_mappings:
    - schema:identifier
    rank: 1000
    slot_uri: skos:prefLabel
    alias: unique_name
    owner: DataRequest
    domain_of:
    - NamedThing
    range: string
  short_name:
    name: short_name
    description: Shortened name or code, preferrable unique across the context the
      entity is defined in.
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: short_name
    owner: DataRequest
    domain_of:
    - NamedThing
    range: string
  name:
    name: name
    description: Common human readable name
    from_schema: https://w3id.org/peh/peh-model
    exact_mappings:
    - skos:altLabel
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: DataRequest
    domain_of:
    - NamedThing
    - Contact
    range: string
  ui_label:
    name: ui_label
    description: Human readable label, to be used in user facing interfaces in the
      most common use cases.
    from_schema: https://w3id.org/peh/peh-model
    rank: 1000
    alias: ui_label
    owner: DataRequest
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: Long form description or definition for the entity.
    from_schema: https://w3id.org/peh/peh-model
    exact_mappings:
    - skos:definition
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: DataRequest
    domain_of:
    - NamedThing
    range: string
  remark:
    name: remark
    description: Additional comment, note or remark providing context on the use of
      an entity or the interpretation of its properties.
    from_schema: https://w3id.org/peh/peh-model
    exact_mappings:
    - skos:note
    rank: 1000
    slot_uri: schema:comment
    alias: remark
    owner: DataRequest
    domain_of:
    - NamedThing
    range: string