Skip to content

Class: MemberOf

Represents a Member_Of relationship indicating that the parent category or view

is a member of the specified view or parent category.

URI: capec:MemberOf

 classDiagram
    class MemberOf
    click MemberOf href "../MemberOf/"
      MemberOf : capec_id

      MemberOf : exclude_related





        MemberOf --> "*" ExcludeRelated : exclude_related
        click ExcludeRelated href "../ExcludeRelated/"



Slots

Name Cardinality and Range Description Inheritance
capec_id 1
Integer
The CAPEC integer identifier of the target view or category that this entry i... direct
exclude_related *
ExcludeRelated
CAPEC identifiers of ancestors for which this Member_Of relationship is not a... direct

Usages

used by used in type used
Relationships member_of range MemberOf

In Subsets

Identifier and Mapping Information

Annotations

property value
xsd_type RelationshipsType/Member_Of (inline)

Schema Source

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

Mappings

Mapping Type Mapped Value
self capec:MemberOf
native capec:MemberOf

LinkML Source

Direct

name: MemberOf
annotations:
  xsd_type:
    tag: xsd_type
    value: RelationshipsType/Member_Of (inline)
description: 'Represents a Member_Of relationship indicating that the parent category
  or view

  is a member of the specified view or parent category.'
in_subset:
- relationship_types
from_schema: https://w3id.org/lmodel/capec
slots:
- capec_id
- exclude_related
slot_usage:
  capec_id:
    name: capec_id
    annotations:
      xsd_attribute:
        tag: xsd_attribute
        value: CAPEC_ID
      xsd_type:
        tag: xsd_type
        value: xs:integer
    description: The CAPEC integer identifier of the target view or category that
      this entry is a member of.
    range: integer
    required: true
  exclude_related:
    name: exclude_related
    annotations:
      xsd_element:
        tag: xsd_element
        value: Exclude_Related
      xsd_type:
        tag: xsd_type
        value: ExcludeRelatedType
    description: CAPEC identifiers of ancestors for which this Member_Of relationship
      is not applicable (special cases only).
    range: ExcludeRelated
    multivalued: true
    inlined_as_list: true

Induced

name: MemberOf
annotations:
  xsd_type:
    tag: xsd_type
    value: RelationshipsType/Member_Of (inline)
description: 'Represents a Member_Of relationship indicating that the parent category
  or view

  is a member of the specified view or parent category.'
in_subset:
- relationship_types
from_schema: https://w3id.org/lmodel/capec
slot_usage:
  capec_id:
    name: capec_id
    annotations:
      xsd_attribute:
        tag: xsd_attribute
        value: CAPEC_ID
      xsd_type:
        tag: xsd_type
        value: xs:integer
    description: The CAPEC integer identifier of the target view or category that
      this entry is a member of.
    range: integer
    required: true
  exclude_related:
    name: exclude_related
    annotations:
      xsd_element:
        tag: xsd_element
        value: Exclude_Related
      xsd_type:
        tag: xsd_type
        value: ExcludeRelatedType
    description: CAPEC identifiers of ancestors for which this Member_Of relationship
      is not applicable (special cases only).
    range: ExcludeRelated
    multivalued: true
    inlined_as_list: true
attributes:
  capec_id:
    name: capec_id
    annotations:
      xsd_attribute:
        tag: xsd_attribute
        value: CAPEC_ID
      xsd_type:
        tag: xsd_type
        value: xs:integer
    description: The CAPEC integer identifier of the target view or category that
      this entry is a member of.
    from_schema: https://w3id.org/lmodel/capec
    rank: 1000
    alias: capec_id
    owner: MemberOf
    domain_of:
    - Technique
    - RelatedAttackPattern
    - MemberOf
    - HasMember
    range: integer
    required: true
  exclude_related:
    name: exclude_related
    annotations:
      xsd_element:
        tag: xsd_element
        value: Exclude_Related
      xsd_type:
        tag: xsd_type
        value: ExcludeRelatedType
    description: CAPEC identifiers of ancestors for which this Member_Of relationship
      is not applicable (special cases only).
    from_schema: https://w3id.org/lmodel/capec
    rank: 1000
    alias: exclude_related
    owner: MemberOf
    domain_of:
    - RelatedAttackPattern
    - MemberOf
    - HasMember
    range: ExcludeRelated
    multivalued: true
    inlined: true
    inlined_as_list: true