Class: DosingLocation
A specific location of dosing for an OAE intervention and/or tracer study. Can be a point, line, or bounding box
URI: oae:DosingLocation
classDiagram
class DosingLocation
click DosingLocation href "../DosingLocation"
Place <|-- DosingLocation
click Place href "../Place"
DosingLocation : dosing_location_file
DosingLocation : geo
DosingLocation --> "0..1" Any : geo
click Any href "../Any"
Inheritance
- Place
- DosingLocation
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| dosing_location_file | 0..1 String |
Exact path and filename for the location file (relative to root path of proje... | direct |
| geo | 0..1 Any or GeoShape or GeoCoordinates |
Entities that have a somewhat fixed, physical extension | Place |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Intervention | dosing_location | range | DosingLocation |
| Tracer | dosing_location | range | DosingLocation |
| InterventionWithTracer | dosing_location | range | DosingLocation |
| DosingDetails | dosing_location | range | DosingLocation |
Identifier and Mapping Information
Schema Source
- from schema: OAEDataManagementProtocol
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | oae:DosingLocation |
| native | oae:DosingLocation |
LinkML Source
Direct
name: DosingLocation
description: A specific location of dosing for an OAE intervention and/or tracer study.
Can be a point, line, or bounding box
from_schema: OAEDataManagementProtocol
is_a: Place
attributes:
dosing_location_file:
name: dosing_location_file
description: Exact path and filename for the location file (relative to root path
of project), attached separately. Format should be one of GeoJSON or Shapefile.
from_schema: Core
rank: 1000
domain_of:
- DosingLocation
range: string
Induced
name: DosingLocation
description: A specific location of dosing for an OAE intervention and/or tracer study.
Can be a point, line, or bounding box
from_schema: OAEDataManagementProtocol
is_a: Place
attributes:
dosing_location_file:
name: dosing_location_file
description: Exact path and filename for the location file (relative to root path
of project), attached separately. Format should be one of GeoJSON or Shapefile.
from_schema: Core
rank: 1000
alias: dosing_location_file
owner: DosingLocation
domain_of:
- DosingLocation
range: string
geo:
name: geo
description: Entities that have a somewhat fixed, physical extension. (imported
from schema.org)
from_schema: OAEDataManagementProtocol
rank: 1000
alias: geo
owner: DosingLocation
domain_of:
- Place
range: Any
any_of:
- range: GeoShape
- range: GeoCoordinates