Hi all,
I am recently learning a lot about knowledge graphs and started to
wonder if we should make a Groovy module for that.
The idea(s):
* use Apache Jena as base
* provide one or more DSLs to allow semantic mapping from an object
structure to an RDF style structure (RDF, RDFS, OWL)
* Use SPARQL/another Groovy DSL to query the knowledge base, but also
allow building dynamic queries. Not sure that GINQ works for this part,
maybe in some cases, but I certainly would want to allow similar features.
* provide semantic mapping DSL to map from query result to object structure.
but it makes only sense if there is interest in this by more than just
myself.
Also I am not sure about the time frame for such a project
bye Jochen