Open
Description
Please replace every line in curly brackets { like this } with appropriate answers, and remove this line.
Description
https://dev.grakn.ai/docs/schema/concepts has Java code.
It should also have Node.js and Python code
Also Console code would be good.
I would have liked to see code to create a new keyspace with docker and then enter that keyspace console.
docker exec -it grakn bash -c "/grakn-core-all-linux/grakn console --keyspace my_keyspace"
my_keyspace>phone_calls>define person sub entity;
{}
my_keyspace>commit
my_keyspace>
Location of Content
https://dev.grakn.ai/docs/schema/concepts
Expected Content
{ Please describe what you expected to happen. }
Actual Content
{ Please describe what actually happened. }
Additional information
{ Any additional information, including logs or screenshots if you have any. }