SPARQL prettier in Chrome with OffiDocs
Ad
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")) } }
Additional Information:
- Offered by marawumara
- Average rating : 0 stars (hated it)
- Developer This email address is being protected from spambots. You need JavaScript enabled to view it.
SPARQL prettier web extension integrated with the OffiDocs Chromium online