Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Fuseki サーバーにあるすべての既存のグラフの名前を取得したいのですが、すべてのグラフ名のリストを含むメッセージが返されます。
コンテキストがなければ、グラフの「名前」に関する追加のメタデータを意味しているのか、それとも「すべてのグラフ名のリストを含むメッセージ」が正確に何を意味しているのかはわかりませんが、 :
SELECT ?g WHERE { GRAPH ?g { } }