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. ) } }
SELECT * WHERE { SELECT * WHERE { GRAPH ?g ( 3.1.1.01 ?p ?o. ) or GRAPH ?g ( ?s ?p object. ) } }