SPARQL prettier icon

SPARQL prettier

by marawumara

v1.0.3 Updated Apr 8, 2022 68.04KiB
CWS
19
Users
★ 0.00
0 reviews
#102328
of 207.1K
developer
#8647 of 18.1K
⚠️Not updated in over 2 years

Description

將單行的 SPARQL 查詢語句轉換成易讀格式。 SPARQL 語法用於語意式資料庫的查詢。例如 wikiData (https://query.wikidata.org/) 有時,SPARQL 查詢語句可能以單行方式儲存,若查詢語句過長,則不易閱讀。 本套件提供將單行的 SPARQL 查詢語句轉換成多行易讀格式。 例如: SELECT DISTINCT * { GRAPH ?g { ?s ?p ?o . ?s a ?type . BIND(STR(?o) AS ?o_str) FILTER(CONTAINS(?o_str, "hello"))}} 可轉換成 SELECT DISTINCT * { GRAPH ?g { ?s ?p ?o . ?s a ?type . BIND(STR(?o) AS ?o_str) FILTER(CONTAINS(?o_str, "hello")) } }
SPARQL prettier screenshot 1

Reviews

Loading reviews...

Details

Version 1.0.3
Updated Apr 8, 2022
Size 68.04KiB
First Seen Apr 1, 2026