Class: Vehicle
URI: tank:Vehicle
classDiagram
class Vehicle
Vehicle <|-- Tank
Vehicle : wheels
Inheritance
- Vehicle
Slots
Name | Cardinality and Range | Description | Inheritance |
---|---|---|---|
wheels | 1..1 String |
direct |
Identifier and Mapping Information
Schema Source
- from schema: http://example.org/tank
Mappings
Mapping Type | Mapped Value |
---|---|
self | tank:Vehicle |
native | tank:Vehicle |
LinkML Source
Direct
name: Vehicle
from_schema: http://example.org/tank
slots:
- wheels
Induced
name: Vehicle
from_schema: http://example.org/tank
attributes:
wheels:
name: wheels
from_schema: http://example.org/tank
rank: 1000
alias: wheels
owner: Vehicle
domain_of:
- Vehicle
range: string
required: true