rumito
Results
1
comments of
rumito
Hi Michel, `LANG(?o)` does return the language string, ex: ``` SELECT LANG(?o ) WHERE { ?s http://purl.org/dc/terms/title ?o . BIND(DATATYPE(?o) AS ?datatype) . } limit 1 ``` -- demo live...