Skip to content

Slot: component_description_match_type

A value from a controlled vocabulary term representing the type of mapping between the component_description_label and component_type_label.

URI: mifc:component_description_match_type Alias: component_description_match_type

Applicable Classes

Name Description Modifies Slot
Component Metadata about components of nutritional interest measured from foods no

Properties

Examples

Value
skos:exactMatch
skos:closeMatch
skos:broadMatch
skos:narrowMatch
skos:relatedMatch

Comments

  • Note that the subject is the component_description_label and the object is component_type_label
  • See https://github.com/mapping-commons/sssom/blob/master/src/sssom_schema/schema/sssom_schema.yaml

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/FoodDataCentral/mifc

Mappings

Mapping Type Mapped Value
self mifc:component_description_match_type
native mifc:component_description_match_type

LinkML Source

name: component_description_match_type
description: A value from a controlled vocabulary term representing the type of mapping
  between the component_description_label and component_type_label.
comments:
- Note that the subject is the component_description_label and the object is component_type_label
- See https://github.com/mapping-commons/sssom/blob/master/src/sssom_schema/schema/sssom_schema.yaml
examples:
- value: skos:exactMatch
  description: Mappings assessed to indicate a high degree of confidence that the
    concepts expressed in the subject and object terms can be used interchangeably.
    In SKOS this is described as following the transitive property.
- value: skos:closeMatch
  description: Mappings between the subject and object terms that convey a high degree
    of similarity, but are not exactly the same or interchangeable.
- value: skos:broadMatch
  description: Mappings between a subject and object terms, where the object term
    is above the subject within a concept hierarchy.
- value: skos:narrowMatch
  description: Mappings between a subject and object terms, where the object term
    that is below the subject within a concept hierarchy.
- value: skos:relatedMatch
  description: Mappings between subject and object terms that might have some association
    but are not clearly not referring to the the same or similar concepts.
in_subset:
- RecommendedSubset
from_schema: https://w3id.org/FoodDataCentral/mifc
rank: 1000
alias: component_description_match_type
domain_of:
- Component
range: SkosMatchType
recommended: true