Skip to content

Class: Study

URI: sample:Study

erDiagram Study { } Measurement { string value } Unit { string id string label } Variable { string id string label } CausalRelationship { } Environment { string id string label } EnvironmentalMaterial { string id string label } Location { string id string label } Study ||--}o Location : "location" Study ||--}o EnvironmentalMaterial : "environmental_material" Study ||--}o Environment : "environments" Study ||--}o CausalRelationship : "causal_relationships" Study ||--}o Variable : "variables" Study ||--}o Measurement : "measurements" Measurement ||--|o Unit : "unit" CausalRelationship ||--|o Variable : "cause" CausalRelationship ||--|o Variable : "effect"

Slots

Name Cardinality and Range Description Inheritance
location 0..*
Location
the sites at which the study was conducted direct
environmental_material 0..*
EnvironmentalMaterial
the environmental material that was sampled direct
environments 0..*
Environment
direct
causal_relationships 0..*
CausalRelationship
direct
variables 0..*
Variable
direct
measurements 0..*
Measurement
direct

Identifier and Mapping Information

Schema Source

  • from schema: http://w3id.org/ontogpt/environmental-sample

Mappings

Mapping Type Mapped Value
self sample:Study
native sample:Study

LinkML Source

Direct

name: Study
from_schema: http://w3id.org/ontogpt/environmental-sample
attributes:
  location:
    name: location
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of sites at which the study was conducted.
          give specific place names. if you cannot find a specific place name leave
          the field as empty.
    description: the sites at which the study was conducted
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    multivalued: true
    range: Location
  environmental_material:
    name: environmental_material
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of environmental materials
    description: the environmental material that was sampled
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    multivalued: true
    range: EnvironmentalMaterial
  environments:
    name: environments
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of environment terms for the location in which
          the study was conducted
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    multivalued: true
    range: Environment
  causal_relationships:
    name: causal_relationships
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of cause-effect pairs, for example, effect
          of temperature on growth
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    multivalued: true
    range: CausalRelationship
  variables:
    name: variables
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of study variables
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    multivalued: true
    range: Variable
  measurements:
    name: measurements
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of value-measurement pairs
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    multivalued: true
    range: Measurement
tree_root: true

Induced

name: Study
from_schema: http://w3id.org/ontogpt/environmental-sample
attributes:
  location:
    name: location
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of sites at which the study was conducted.
          give specific place names. if you cannot find a specific place name leave
          the field as empty.
    description: the sites at which the study was conducted
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    multivalued: true
    alias: location
    owner: Study
    domain_of:
    - Study
    range: Location
  environmental_material:
    name: environmental_material
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of environmental materials
    description: the environmental material that was sampled
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    multivalued: true
    alias: environmental_material
    owner: Study
    domain_of:
    - Study
    range: EnvironmentalMaterial
  environments:
    name: environments
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of environment terms for the location in which
          the study was conducted
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    multivalued: true
    alias: environments
    owner: Study
    domain_of:
    - Study
    range: Environment
  causal_relationships:
    name: causal_relationships
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of cause-effect pairs, for example, effect
          of temperature on growth
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    multivalued: true
    alias: causal_relationships
    owner: Study
    domain_of:
    - Study
    range: CausalRelationship
  variables:
    name: variables
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of study variables
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    multivalued: true
    alias: variables
    owner: Study
    domain_of:
    - Study
    range: Variable
  measurements:
    name: measurements
    annotations:
      prompt:
        tag: prompt
        value: semicolon-separated list of value-measurement pairs
    from_schema: http://w3id.org/ontogpt/environmental-sample
    rank: 1000
    multivalued: true
    alias: measurements
    owner: Study
    domain_of:
    - Study
    range: Measurement
tree_root: true