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?
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?