# Only extended types with identical lexical rep and datatypes can be = . # $Id: extendedType-eq-pass.rq,v 1.1 2006/01/19 17:21:29 andy_seaborne Exp $ PREFIX loc: PREFIX wgs: PREFIX air: #PREFIX xsd: #SELECT ?a1 (xsd:float(xsd:string(?rot1))-5.5) ?a2 SELECT ?a1 ?a2 WHERE {?a1 air:name ?name1 ; loc:location ?l1 . ?l1 loc:rotational ?rot1 . ?a2 air:name ?name2 ; loc:location ?l2 . ?l2 loc:rotational ?rot2 . FILTER (?rot1 = ?rot2)} # FILTER (str(?rot1) = "-7420507.1")}