typedb-docs
typedb-docs copied to clipboard
TypeDB Documentation
## 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 ##...
@kasper-piskorski these are not all for you and this issue. after reviewing the Pattern > Overview page, I decided to take note of the topics that I realised are missing...
As the schema for the social_network evolves based on changes in TypeDB Core and/or type additions, the social_network's dataset may evolve as well. For this purpose, loading the dataset into...
Document all the use cases for information retrieval using the Client/Concept API. At the moment, all we have to serve showcase the Client/Concept API are the quickstarts in the individual...
In http://dev.grakn.ai/docs/schema/concepts#undefine, there is no use case explaining how an entity can be undefined.
Please replace every line in curly brackets { like this } with appropriate answers, and remove this line. ## Description confusing: Bob is the father of Alice --> F =...
Please replace every line in curly brackets { like this } with appropriate answers, and remove this line. ## Description Here, rdfs:domain assigns the class Person to the subject of...
Please replace every line in curly brackets { like this } with appropriate answers, and remove this line. ## Description This id is irrelevant. Where is the code to check...
Please replace every line in curly brackets { like this } with appropriate answers, and remove this line. ## Description match $fr ($x, $y) isa friendship; $x isa person, has...
Please replace every line in curly brackets { like this } with appropriate answers, and remove this line. ## Description match $p isa person, has full-name $n; get; could have...