multilingual sparql

Posted by Magesh on Stack Overflow See other posts from Stack Overflow or by Magesh
Published on 2010-05-24T15:24:48Z Indexed on 2010/05/24 15:41 UTC
Read the original article Hit count: 270

Filed under:
|

i want to query a triple store which is multilingual ,

Query that works :

select * where {?s ?p "sdfsdf"@en}

i want that "sdfsdf" to be an attribute in general like ?o@en

how should i query then ?

© Stack Overflow or respective owner

Related posts about semantic-web

Related posts about sparql