# paths-04.n3 - Paths with literals and numeric literals

@prefix : <http://example.org/#> .

:Earth :name "earth"^:en, "terre"^:fr .

1!:lessThan :equalTo "3" .

3.0!:lessThan :equalTo "5" .

# @@ "@this" in a path: 
# @this!:formulaOf :type :Document .
