You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The command line is in essence a datalog prolog operating on the graph provided by TerminusDB and is excellent for solving small problems quickly.
85
+
86
+
* Instead of `lexical`, use `0^^xsd:unsignedInt`, or `0^^_`
87
+
* Variables can either be specified with a capital initial character, like `Subject`, or using `v('subject')`
88
+
*`once(...t()...)` is used to only get one answer
89
+
*`_` is used to bind a variable to any value
90
+
81
91
### Graph Specifications, GRAPH_SPEC
82
92
83
93
To specify a graph to interact with, use the graph_spec before the query. Here are a couple of ways to specify a graph. The admin team is the default team on local TerminusDB instances.
@@ -86,4 +96,3 @@ To specify a graph to interact with, use the graph_spec before the query. Here a
86
96
*`org/data_product`: main of a specific data product
87
97
*`admin/data_product/local/branch/main` the main branch of the data product data_product in the admin organisation/team
88
98
*`admin/data_product/local/commit/9w8hk3y6rb8tjdy961ed3i536ntkqd8` a specific commit in the data product data_product
0 commit comments