SPARQLClear
SPARQLClear[g]
g で識別されたグラフをクリアする,RDFStoreに適用可能な更新演算子である.
詳細とオプション
- SPARQLExecuteでSPARQLClearを使ってSPARQL Endpointからのデータをクリアすることができる.
- 次は,g が取り得る値である.
-
URL["iri"] 指定された識別子で識別されるグラフ "Default" デフォルトグラフ "Named" すべての名前付きグラフ "All" デフォルトグラフとすべての名前付きグラフ
例題
例 (1)
Needs["GraphStore`"]ds = ImportString["
prefix ex: <http://example.org/>
ex:notes {
[ex:date \"2018-06-03\"; ex:metWith \"Tom\"]
[ex:date \"2018-06-04\"; ex:metWith \"Anna\"]
}
", "TriG"]ds = SPARQLClear[URL["http://example.org/notes"]][ds]関連するガイド
テキスト
Wolfram Research (2019), SPARQLClear, Wolfram言語関数, https://reference.wolfram.com/language/GraphStore/ref/SPARQLClear.html.
CMS
Wolfram Language. 2019. "SPARQLClear." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/GraphStore/ref/SPARQLClear.html.
APA
Wolfram Language. (2019). SPARQLClear. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/GraphStore/ref/SPARQLClear.html
BibTeX
@misc{reference.wolfram_2026_sparqlclear, author="Wolfram Research", title="{SPARQLClear}", year="2019", howpublished="\url{https://reference.wolfram.com/language/GraphStore/ref/SPARQLClear.html}", note=[Accessed: 17-August-2026]}
BibLaTeX
@online{reference.wolfram_2026_sparqlclear, organization={Wolfram Research}, title={SPARQLClear}, year={2019}, url={https://reference.wolfram.com/language/GraphStore/ref/SPARQLClear.html}, note=[Accessed: 17-August-2026]}