extension ExtPose

SPARQL prettier

CRX id

hkdikokkmnolohchijjachlhiddbjaec-

Description from extension meta

make SPARQL query string prettier

Image from store SPARQL prettier
Description from store 將單行的 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")) } }

Statistics

Installs
19 history
Category
Rating
0.0 (0 votes)
Last update / version
2022-04-08 / 1.0.3
Listing languages

Links