Difference between revisions of "Blazegraph"

From BITPlan Wiki
Jump to navigation Jump to search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
see {{Link|target=SPARQL}}
+
see  
 +
* {{Link|target=SPARQL}}
 +
* https://blazegraph.com/
 +
* https://github.com/blazegraph/database/wiki/Main_Page
 
= Blazegraph with Semantic MediaWiki =
 
= Blazegraph with Semantic MediaWiki =
 
* https://www.semantic-mediawiki.org/wiki/Help:SPARQLStore/RepositoryConnector/Blazegraph
 
* https://www.semantic-mediawiki.org/wiki/Help:SPARQLStore/RepositoryConnector/Blazegraph
 +
= curl examples =
 +
<source lang='bash' hightlight='1'>
 +
curl -X POST http://localhost:9999/blazegraph/sparql --data-urlencode ESTCARD
 +
<?xml version="1.0"?><data rangeCount="242367" milliseconds="0"/>
 +
</source>
 +
= Command Line Library =
 +
* https://github.com/balhoff/blazegraph-runner
 +
 +
= Python library =
 +
* https://pypi.org/project/pymantic/
 +
special fork (not tested ...)
 +
* https://github.com/blazegraph/blazegraph-python
  
 
[[Category:SiGNaL]]
 
[[Category:SiGNaL]]

Latest revision as of 17:24, 18 February 2022

see

Blazegraph with Semantic MediaWiki

curl examples

curl -X POST http://localhost:9999/blazegraph/sparql --data-urlencode ESTCARD
<?xml version="1.0"?><data rangeCount="242367" milliseconds="0"/>

Command Line Library

Python library

special fork (not tested ...)