Skip to content

Class: BehavioralEntity

A stimulus entity representing a behavior, activity, or lifestyle factor (e.g. smoking, physical activity, sleep) to which an individual may be exposed or that may mediate an exposure

URI: exposome_schema:BehavioralEntity

classDiagram class BehavioralEntity click BehavioralEntity href "../BehavioralEntity/" StimulusEntity <|-- BehavioralEntity click StimulusEntity href "../StimulusEntity/" BehavioralEntity : category BehavioralEntity : description BehavioralEntity : id BehavioralEntity : name BehavioralEntity : xref

Inheritance

Slots

Name Cardinality and Range Description Inheritance
id 1
Uriorcurie
A unique identifier for a thing NamedThing
name 0..1
String
A human-readable name for a thing NamedThing
description 0..1
String
A human-readable description for a thing NamedThing
category *
String
A category or type for a thing NamedThing
xref *
Uriorcurie
External database cross-references NamedThing

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/diatomsRcool/exposome-schema

Mappings

Mapping Type Mapped Value
self exposome_schema:BehavioralEntity
native exposome_schema:BehavioralEntity

LinkML Source

Direct

name: BehavioralEntity
description: A stimulus entity representing a behavior, activity, or lifestyle factor
  (e.g. smoking, physical activity, sleep) to which an individual may be exposed or
  that may mediate an exposure
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: StimulusEntity

Induced

name: BehavioralEntity
description: A stimulus entity representing a behavior, activity, or lifestyle factor
  (e.g. smoking, physical activity, sleep) to which an individual may be exposed or
  that may mediate an exposure
from_schema: https://w3id.org/diatomsRcool/exposome-schema
is_a: StimulusEntity
attributes:
  id:
    name: id
    description: A unique identifier for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:identifier
    identifier: true
    alias: id
    owner: BehavioralEntity
    domain_of:
    - NamedThing
    range: uriorcurie
    required: true
  name:
    name: name
    description: A human-readable name for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:name
    alias: name
    owner: BehavioralEntity
    domain_of:
    - NamedThing
    range: string
  description:
    name: description
    description: A human-readable description for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    slot_uri: schema:description
    alias: description
    owner: BehavioralEntity
    domain_of:
    - NamedThing
    range: string
  category:
    name: category
    description: A category or type for a thing
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: category
    owner: BehavioralEntity
    domain_of:
    - NamedThing
    range: string
    multivalued: true
  xref:
    name: xref
    description: External database cross-references
    from_schema: https://w3id.org/diatomsRcool/exposome-schema
    rank: 1000
    alias: xref
    owner: BehavioralEntity
    domain_of:
    - NamedThing
    range: uriorcurie
    multivalued: true