isSubscriptable

P186734
predicate

Indicates that one entity can be accessed or indexed using another entity as a subscript (e.g., via bracket notation).

All labels observed (2)

Label Occurrences
supportsSubscript 2
isSubscriptable canonical 1

Description generation (PDg)

The one-sentence description above was generated by prompting gpt-5.1 with the predicate name and this instruction.

Instruction
Given a predicate that represents a relationship or action between entities, generate a one-sentence description explaining its meaning.  
# Instructions
Focus on describing the relationship, not the entities themselves. 
# Response Format
Begin the description with \' Indicates...\'
Input
Predicate: isSubscriptable
Generated description
Indicates that one entity can be accessed or indexed using another entity as a subscript (e.g., via bracket notation).

Sample triples (3)

Subject Object
Dictionary (Swift) subscript(key: Key) -> Value? via predicate surface "supportsSubscript"
Dictionary (Swift) subscript(key: Key, default defaultValue: @autoclosure () -> Value) -> Value via predicate surface "supportsSubscript"
typing.FrozenSet True