Sequence
E427891
Sequence is a fundamental Swift protocol that represents a series of values that can be iterated over one at a time.
All labels observed (1)
| Label | Occurrences |
|---|---|
| Sequence canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T4275685 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: Sequence Context triple: [Swift Standard Library, includesProtocol, Sequence]
-
A.
Repetition
Repetition is a philosophical work by Søren Kierkegaard (under the pseudonym Constantin Constantius) that explores the concept of repeating experiences as a way to understand existence, faith, and personal identity.
-
B.
Steps
Steps is a British pop group known for their catchy dance-pop hits and choreographed performances, particularly popular in the late 1990s and early 2000s.
-
C.
Numbers series
Numbers series is a set of iconic numeral-themed artworks by American pop artist Robert Indiana, reflecting his bold graphic style and interest in language and symbolism.
-
D.
Seri
The Seri are an Indigenous people of northwestern Mexico, traditionally living along the Gulf of California coast and known for their rich maritime culture, distinctive language, and artisanal crafts.
-
E.
Loop
The Loop is Chicago’s central business district and downtown core, known for its dense cluster of skyscrapers, cultural institutions, and historic elevated train system.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: Sequence Target entity description: Sequence is a fundamental Swift protocol that represents a series of values that can be iterated over one at a time.
-
A.
Repetition
Repetition is a philosophical work by Søren Kierkegaard (under the pseudonym Constantin Constantius) that explores the concept of repeating experiences as a way to understand existence, faith, and personal identity.
-
B.
Steps
Steps is a British pop group known for their catchy dance-pop hits and choreographed performances, particularly popular in the late 1990s and early 2000s.
-
C.
Numbers series
Numbers series is a set of iconic numeral-themed artworks by American pop artist Robert Indiana, reflecting his bold graphic style and interest in language and symbolism.
-
D.
Seri
The Seri are an Indigenous people of northwestern Mexico, traditionally living along the Gulf of California coast and known for their rich maritime culture, distinctive language, and artisanal crafts.
-
E.
Loop
The Loop is Chicago’s central business district and downtown core, known for its dense cluster of skyscrapers, cultural institutions, and historic elevated train system.
- F. None of above. chosen
Statements (46)
| Predicate | Object |
|---|---|
| instanceOf | Swift protocol ⓘ |
| conformedToBy |
Array (Swift type)
NERFINISHED
ⓘ
Dictionary (Swift type) NERFINISHED ⓘ Range (Swift type) NERFINISHED ⓘ Set (Swift type) NERFINISHED ⓘ StrideThrough (Swift type) NERFINISHED ⓘ StrideTo (Swift type) NERFINISHED ⓘ String (Swift type) ⓘ UnsafeBufferPointer (Swift type) NERFINISHED ⓘ |
| defaultImplementationSource | protocol extensions ⓘ |
| definedInLanguage | Swift NERFINISHED ⓘ |
| documentationURL | https://developer.apple.com/documentation/swift/sequence ⓘ |
| elementAccessPattern | single-pass iteration ⓘ |
| hasAssociatedType |
Element
ⓘ
Iterator ⓘ |
| introducedInVersion | Swift 1.0 ⓘ |
| iterationOrder | defined by conforming type ⓘ |
| iteratorMustConformTo | IteratorProtocol (Swift protocol) NERFINISHED ⓘ |
| lazyVariant | LazySequence NERFINISHED ⓘ |
| mayBe |
finite
ⓘ
infinite ⓘ |
| module | Swift Standard Library NERFINISHED ⓘ |
| mutabilityRequirement | does not require value semantics ⓘ |
| primaryCapability | iteration over values ⓘ |
| refinedBy |
AsyncSequence (Swift protocol)
NERFINISHED
ⓘ
Collection (Swift protocol) NERFINISHED ⓘ |
| represents | series of values ⓘ |
| requiresMethod | makeIterator() ⓘ |
| superProtocolOf |
BidirectionalCollection (Swift protocol)
NERFINISHED
ⓘ
Collection (Swift protocol) NERFINISHED ⓘ RandomAccessCollection (Swift protocol) NERFINISHED ⓘ SetAlgebra (via conforming types) NERFINISHED ⓘ |
| supportsOperation |
compactMap(_:) transformation
ⓘ
contains(_:) search ⓘ dropFirst(_:) slicing ⓘ dropLast(_:) slicing ⓘ filter(_:) selection ⓘ first(where:) search ⓘ flatMap(_:) flattening ⓘ for-in loop iteration ⓘ joined() concatenation (for sequences of sequences) ⓘ map(_:) transformation ⓘ prefix(_:) slicing ⓘ reduce(_:_:) accumulation ⓘ sorted() (when Element is Comparable) ⓘ suffix(_:) slicing ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: Sequence Description of subject: Sequence is a fundamental Swift protocol that represents a series of values that can be iterated over one at a time.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.