@prefix xsd: . @prefix rs: . @prefix rdf: . @prefix : . [] rdf:type rs:ResultSet ; rs:resultVariable "x" ; # "1.0" not same term as "1.0e0" # rs:solution [ rs:binding [ rs:value :xd2 ; # rs:variable "x" # ] # ] ; rs:solution [ rs:binding [ rs:value :xd1 ; rs:variable "x" ] ] ; # "1" not same term as "1.0e0" # rs:solution [ rs:binding [ rs:value :xd3 ; # rs:variable "x" # ] # ] .