_:path2 <http://example.org/#en> "earth" .
<http://example.org/#Earth> <http://example.org/#name> _:path2 .
_:path3 <http://example.org/#fr> "terre" .
<http://example.org/#Earth> <http://example.org/#name> _:path3 .
"1"^^<http://www.w3.org/2001/XMLSchema#integer> <http://example.org/#lessThan> _:path4 .
_:path4 <http://example.org/#equalTo> "3" .
"3.0"^^<http://www.w3.org/2001/XMLSchema#double> <http://example.org/#lessThan> _:path5 .
_:path5 <http://example.org/#equalTo> "5" .
