semantic-ko
semantic-ko copied to clipboard
declarative web interfaces using semantic data
http://antoniogarrote.github.io/semantic-ko/example2.html when I click on "Run example" I get "ERROR: sko is not define" All the examples I tested have return this.
When I run this: var store = new rdfstore.Store({}, function () { }); store.load('remote', 'somejsonld.js', function (success, results) {}); What happens is jsonld.toTriples in its callback calls Utils.lexicalFormTerm(p) (no second...
Hi Antonio, The SemanticKO docs describe it as being "built on top of" or "a fork of" of Knockout, which leaves me unsure whether I should expect all Knockout features...