Skip to content

Enum: TaxonomyMappingFitEnum

The different values used to describe how closely a mapping between CAPEC and an external taxonomy aligns.

URI: capec:TaxonomyMappingFitEnum

Permissible Values

Value Meaning Description
Exact None The CAPEC entry and the external taxonomy entry are an exact match in scope a...
CAPEC More Abstract None The CAPEC entry is more abstract (broader) than the mapped external taxonomy ...
CAPEC More Specific None The CAPEC entry is more specific (narrower) than the mapped external taxonomy...
Imprecise None The mapping between CAPEC and the external taxonomy entry is approximate or i...
Perspective None The CAPEC entry and the external taxonomy entry represent different perspecti...

Slots

Name Description
mapping_fit Identifies how closely the CAPEC entry aligns with the external taxonomy entr...
mapping_fit Identifies how closely the CAPEC entry aligns with the external taxonomy entr...

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/lmodel/capec

LinkML Source

name: TaxonomyMappingFitEnum
description: The different values used to describe how closely a mapping between CAPEC
  and an external taxonomy aligns.
from_schema: https://w3id.org/lmodel/capec
rank: 1000
permissible_values:
  Exact:
    text: Exact
    description: The CAPEC entry and the external taxonomy entry are an exact match
      in scope and meaning.
  CAPEC More Abstract:
    text: CAPEC More Abstract
    description: The CAPEC entry is more abstract (broader) than the mapped external
      taxonomy entry.
  CAPEC More Specific:
    text: CAPEC More Specific
    description: The CAPEC entry is more specific (narrower) than the mapped external
      taxonomy entry.
  Imprecise:
    text: Imprecise
    description: The mapping between CAPEC and the external taxonomy entry is approximate
      or imprecise.
  Perspective:
    text: Perspective
    description: The CAPEC entry and the external taxonomy entry represent different
      perspectives on the same concept.