typedb-docs
typedb-docs copied to clipboard
incorrect description of sub! keyword
Description
The description of the sub! keyword is the same as for the sub keyword, i.e. both are described as including indirect subtypes.
Location of Content
https://dev.grakn.ai/docs/query/match-clause#direct-subtypes-of-a-given-type
Expected Content
Running the above query on the social_network knowledge graph, returns the post concept type itself, as well as the concept types that subtype post directly (i.e. media, comment, album and status-update).
Actual Content
Running the above query on the social_network knowledge graph, returns the post concept type itself, as well as the concept types that subtype post directly (i.e. media, comment, album and status-update) or through any of its subtypes (i.e. photo and video).
Additional information
N/A