food_description_match_type
URI: mifc:food_description_match_type
Applicable to: Food
Description
A value from a controlled vocabulary term representing the type of mapping between the food_description_label and food_primary_type_label.
Properties
-
Range: SkosMatchType. The range of the slot is the type of the value that can be assigned to it.
-
Requirement status: Recommended (We suggest adding this slot, but it is not required.)
Examples
Example: skos:exactMatch
Example 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.
Example: skos:closeMatch
Example 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.
Example: skos:broadMatch
Example value:
skos:broadMatch
Description: Mappings between a subject and object terms, where the object term is above the subject within a concept hierarchy.
Example: skos:narrowMatch
Example value:
skos:narrowMatch
Description: Mappings between a subject and object terms, where the object term that is below the subject within a concept hierarchy.
Example: skos:relatedMatch
Example 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.
Comments
- Note that the subject is the food_description_label and the object is food_primary_type_label
- See https://github.com/mapping-commons/sssom/blob/master/src/sssom_schema/schema/sssom_schema.yaml
Mappings
Mapping Type | Mapped Value |
---|---|
self | mifc:food_description_match_type |
native | mifc:food_description_match_type |
Schema developer documentation
LinkML source
name: food_description_match_type
description: A value from a controlled vocabulary term representing the type of mapping
between the food_description_label and food_primary_type_label.
comments:
- Note that the subject is the food_description_label and the object is food_primary_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/kaiiam/mifc
rank: 1000
alias: food_description_match_type
domain_of:
- Food
range: SkosMatchType
recommended: true