ARC SPARQL + Endpoint (v2018-05-07)

This interface implements SPARQL and SPARQL+ via HTTP Bindings.

Enabled operations(实现的操作): select; operations will be done(正在实现的操作): update, insert, delete

Max. number of results(结果允许最大记录数): 10

eg: query the detail of one concept (3.1.1.01 object), and the number of the result records is less than 10, 
select query statement as follow: that is, replace ?s or ?o with known subject or object separately.

SELECT * WHERE {					 SELECT * WHERE {                      
  GRAPH ?g ( 3.1.1.01 ?p ?o. ) 	      or		    GRAPH ?g ( ?s ?p object. )                       
}						    }                                               

Options

Resources (指定查询源):
Output format (结果输出格式):
jsonp/callback (for JSON results) & API key (if required)
Show results inline(显示行号):
Change HTTP method: GET POST