# File lib/RDF4R/Model/Standard.rb, line 62
                        def to_ntriple
        # this doesn't handle unicode properly, but then neither does ruby yet
                                return @lang ? %Q{#{@text.inspect}-#{@lang}} : @text.inspect
                        end