問題タブ [allegrograph]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
88 参照

sparql - Gruff は AllegroGraph 以外のリポジトリで動作しますか?

Gruff は AllegroGraph でのみ動作するようです。

SPARQL エンドポイントに接続できるが、多くの制限があるというプレゼンテーションを見たことがあります。これらの制限の一部を削除するには、Franz に連絡してください。

0 投票する
1 に答える
253 参照

java - Is there a way to convert GraphQL queries in a Java server to SPARQL queries?

I have an AllegroGraph database which stores RDF data. The only way to retrieve these data is through SPARQL queries. The external API I have is GraphQL (it will be in Java server). Is there a way that I can connect GraphQL Java server to AllegroGraph database and run SPARQL queries (possibly transforming GraphQL query to SPARQL)?