Class: NamedThing
A generic grouping for any identifiable entity
- NOTE: this is an abstract class and should not be instantiated directly
URI: schema:Thing
classDiagram
class NamedThing
click NamedThing href "../NamedThing/"
NamedThing <|-- Food
click Food href "../Food/"
NamedThing <|-- Component
click Component href "../Component/"
NamedThing <|-- Resource
click Resource href "../Resource/"
Inheritance
Slots
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
Identifier and Mapping Information
Schema Source
- from schema: https://w3id.org/FoodDataCentral/mifc
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | schema:Thing |
| native | mifc:NamedThing |
LinkML Source
Direct
name: NamedThing
description: A generic grouping for any identifiable entity
from_schema: https://w3id.org/FoodDataCentral/mifc
abstract: true
class_uri: schema:Thing
Induced
name: NamedThing
description: A generic grouping for any identifiable entity
from_schema: https://w3id.org/FoodDataCentral/mifc
abstract: true
class_uri: schema:Thing