Skip to content

Enum: FurnitureMaterialEnum

Primary furniture construction material. Grounded in schema:material (schema.org property on schema:Product, superseding GoodRelations gr:qualitativeProductOrServiceProperty). Valid values per subcategory constrained by vm-material-* rules.

URI: inkind_knowledge_repo:FurnitureMaterialEnum

Permissible Values

Value Meaning Description
wood None Solid wood or wood-composite (MDF, plywood, chipboard)
metal None Metal frame (steel, aluminium, iron)
plastic None Plastic or synthetic polymer primary construction
fabric None Upholstered fabric (sofas, chairs)
glass None Glass panels or surface (glass-top tables)
mixed None Mixed or composite materials

Slots

Name Description
material

Identifier and Mapping Information

Schema Source

  • from schema: https://inkind-at.github.io/inkind-knowledge-repo

LinkML Source

name: FurnitureMaterialEnum
description: Primary furniture construction material. Grounded in schema:material
  (schema.org property on schema:Product, superseding GoodRelations gr:qualitativeProductOrServiceProperty).
  Valid values per subcategory constrained by vm-material-* rules.
from_schema: https://inkind-at.github.io/inkind-knowledge-repo
rank: 1000
permissible_values:
  wood:
    text: wood
    description: Solid wood or wood-composite (MDF, plywood, chipboard).
    annotations:
      label_en:
        tag: label_en
        value: Wood
      label_de:
        tag: label_de
        value: Holz
    see_also:
    - pto:Wood
    - schema:material
  metal:
    text: metal
    description: Metal frame (steel, aluminium, iron).
    annotations:
      label_en:
        tag: label_en
        value: Metal
      label_de:
        tag: label_de
        value: Metall
    see_also:
    - schema:material
  plastic:
    text: plastic
    description: Plastic or synthetic polymer primary construction.
    annotations:
      label_en:
        tag: label_en
        value: Plastic
      label_de:
        tag: label_de
        value: Kunststoff
    see_also:
    - schema:material
  fabric:
    text: fabric
    description: Upholstered fabric (sofas, chairs). Not valid for tables or beds.
    annotations:
      label_en:
        tag: label_en
        value: Fabric
      label_de:
        tag: label_de
        value: Stoff
    see_also:
    - schema:material
  glass:
    text: glass
    description: Glass panels or surface (glass-top tables). Not valid for beds.
    annotations:
      label_en:
        tag: label_en
        value: Glass
      label_de:
        tag: label_de
        value: Glas
    see_also:
    - schema:material
  mixed:
    text: mixed
    description: Mixed or composite materials.
    annotations:
      label_en:
        tag: label_en
        value: Mixed
      label_de:
        tag: label_de
        value: Gemischt
    see_also:
    - schema:material