From: Charles N. <cha...@ne...> - 2005-05-20 23:59:38
|
Hi, I am trying to query the label of a resource in a particular language. SELECT ?z WHERE (<http://example.org/ex#id>, rdfs:label, ?z@fr) USING rdf= s FOR <http://www.w3.org/2000/01/rdf-schema#> --> error SELECT ?z WHERE (<http://example.org/ex#id>, rdfs:label, ?z) AND ?z =3D~ = "/@fr/" USING rdfs FOR <http://www.w3.org/2000/01/rdf-schema#> --> "no match" Any ideas ? See the discussion here : http://ilrt.org/discovery/chatlogs/swig/2005-05-20.html#T23-24-35 --- Charles Nepote |