An example of a Domain-Specific Language for the definition of small knowledge graphs, building on the tangled tree language.
Indentation is used to define a hierarchy of nodes (black) and links (red). Links can be inverted by using <
or >
.
Three types of links have a special meaning: isA
is used to define superclass-subclass relationships, instanceOf
links an instance to its class, and denotes
links a linguistic term to the concept it stands for.
(Needs cleanup: part of the code for the temporal knowledge graph is still included).
Modified http://d3js.org/d3.v3.min.js to a secure url
Modified http://underscorejs.org/underscore-min.js to a secure url
Modified http://backbonejs.org/backbone-min.js to a secure url
Modified http://marvl.infotech.monash.edu/webcola/cola.v3.min.js to a secure url
Modified http://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.0/lodash.min.js to a secure url
https://d3js.org/d3.v3.min.js
https://underscorejs.org/underscore-min.js
https://backbonejs.org/backbone-min.js
https://marvl.infotech.monash.edu/webcola/cola.v3.min.js
https://cdnjs.cloudflare.com/ajax/libs/lodash.js/3.10.0/lodash.min.js
https://cdnjs.cloudflare.com/ajax/libs/codemirror/4.6.0/codemirror.min.js
https://cdnjs.cloudflare.com/ajax/libs/codemirror/4.6.0/keymap/sublime.js