I want to query a triple store 开发者_如何学编程which is multilingual.
Query that works:
SELECT * WHERE {?s ?p "sdfsdf"@en}
I want "sdfsdf" to be an attribute in general like ?o@en.
How should i query then?
Filter by the language of the object:
select * where { ?s ?p ?o . filter (lang(?o) = "en") }
Note that your results will be of the form "sdfsdf"@en, rather than just the lexical form "sdfsdf". (You can do that additional work in SPARQL 1.1, and processors like ARQ using extensions)
 
         
                                         
                                         
                                         
                                        ![Interactive visualization of a graph in python [closed]](https://www.devze.com/res/2023/04-10/09/92d32fe8c0d22fb96bd6f6e8b7d1f457.gif) 
                                         
                                         
                                         
                                         加载中,请稍侯......
 加载中,请稍侯......
      
精彩评论