Class: PhysicalEntityLink
A relational property that allows creating qualified links to physical entities
URI: pehterms:PhysicalEntityLink
classDiagram
class PhysicalEntityLink
click PhysicalEntityLink href "../PhysicalEntityLink"
PhysicalEntityLink : linktype
PhysicalEntityLink --> "0..1" LinkType : linktype
click LinkType href "../LinkType"
PhysicalEntityLink : physical_entity
PhysicalEntityLink --> "0..1" PhysicalEntity : physical_entity
click PhysicalEntity href "../PhysicalEntity"
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
linktype | 0..1 LinkType |
direct | |
physical_entity | 0..1 PhysicalEntity |
direct |
Usages
used by | used in | type | used |
---|---|---|---|
PhysicalEntity | physical_entity_links | range | PhysicalEntityLink |
Sample | physical_entity_links | range | PhysicalEntityLink |
Person | physical_entity_links | range | PhysicalEntityLink |
Geolocation | physical_entity_links | range | PhysicalEntityLink |
Environment | physical_entity_links | range | PhysicalEntityLink |
HomeEnvironment | physical_entity_links | range | PhysicalEntityLink |
WorkEnvironment | physical_entity_links | range | PhysicalEntityLink |
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/peh/peh-model
Mappings
Mapping Type | Mapped Value |
---|---|
self | pehterms:PhysicalEntityLink |
native | pehterms:PhysicalEntityLink |
LinkML Source
Direct
name: PhysicalEntityLink
description: A relational property that allows creating qualified links to physical
entities
from_schema: https://w3id.org/peh/peh-model
slots:
- linktype
- physical_entity
Induced
name: PhysicalEntityLink
description: A relational property that allows creating qualified links to physical
entities
from_schema: https://w3id.org/peh/peh-model
attributes:
linktype:
name: linktype
from_schema: https://w3id.org/peh/peh-model
rank: 1000
alias: linktype
owner: PhysicalEntityLink
domain_of:
- PhysicalEntityLink
- StudyEntityLink
range: LinkType
physical_entity:
name: physical_entity
from_schema: https://w3id.org/peh/peh-model
rank: 1000
alias: physical_entity
owner: PhysicalEntityLink
domain_of:
- PhysicalEntityLink
- StudyEntity
range: PhysicalEntity
inlined: false