Extensions inspire

SPARQL prettier

0

Details

Author:
marawumara

Category:
Developer Tools

Version:
1.0.3

Users:
13

Size:
68.04KiB

Updated:
April 06, 2022

Webstore Link:
https://chrome.google.com/webstore/detail/sparql-prettier/hkdikokkmnolohchijjachlhiddbjaec?hl=en&gl=US

Download

version 1.0.3  - Download ZIP file

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"))
}
}

Top Extensions

 
(10943)
 
(50577)
 
(98995)
 
(25231)
 
(8324)
 
(1434)
 
(11367)

What has inspired us?

Extore is a team of professionals who are passionate about creating extensions for web browsers. This devotion also gives us opportunity to appreciate work of other people. We get inspired by useful, open source extensions made by developers all over the world. Our strong belief is that one should share helpful add-ons with others. That’s why we’d like to present you our ever-growing list of favourite extensions that have inspired us. Moreover, as you probably have already learned, sometimes struggling for the best brings an end to the good. Talking about add-ons it often turns out that an upgrade is worse then previous version. Also it can become really tricky to get back to the beloved version of your favourite extension. That’s why we’re going to make not only the latest, but all versions of our favourite (and we hope yours too) add-ons available for download. No more compromises, just stick to the version you really like!