/semantic-interaction

A javascript based framework to build a bridge between the web developer and ontologies.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

== Semantic Interaction Framework ==

=== Vision ===

fill:
$('#summary').sif('analyze');
filter:
$('#summary').sif('companies').sif('persons');
###############################
write:
$('#summary ul li').sif('serialize', ???);
store:
$('#summary ul li').sif('store', 'stanbol', ???);