Lawrence
Lawrence
I have found better performance when the 'Push' option is ***not*** enabled. There are probably issues with some queries (such as path queries) with that option. Have you tested without...
Have you taken this idea any further, got any sample code, etc? I am interested in prototyping something, so anything to help me kick start would be useful.
I'm not familiar with SANZA. It looks like it partitions its RDF vertically unlike Halyard. Because of this, as I understand, it prefers to reload the RDF from the RDF...
I'm also interested in seeing the RDF-Extension merged into OpenRefine ... did you make any decisions or progress?
You don't mention the query interface, and how it would be related to pathQuery List query(QueryMeta info, Map arguments) Would query return 'facts' (subject, property value), and pathQuery return paths?
I think this makes a lot of sense. An analogy: Schema-centric: Microsoft Outlook and Windows Filemanager depend heavily on folder structures. Collections, such as Inbox or a file folder, are...
In the case of a relational database and RDF this edge definition is sufficient: - fk: id of the foreign / link key to traverse (in the form of dj/db/table/column)...
To avoid creating a pseudo-column one could support a SQL inner join Select \* from People inner join College using almaMater Of course this means that a simple join across...
Indeed, and as we go further it would be good to create an RDF-to-Entity mapping ontology, and then those entities are published via JDBC. I have an outline of such...