123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- #
- # Copyright World Wide Web Consortium, (Massachusetts Institute of
- # Technology, Institut National de Recherche en Informatique et en
- # Automatique, Keio University).
- #
- # All Rights Reserved.
- #
- # Please see the full Copyright clause at
- # <http:
- #
- # Test file with a variety of legal N-Triples
- #
- # Dave Beckett - http:
- #
- # $Id: test.nt,v 1.7 2003/10/06 15:52:19 dbeckett2 Exp $
- #
- #####################################################################
- # comment lines
- # comment line after whitespace
- # empty blank line, then one with spaces and tabs
-
- <http:
- _:anon <http:
- <http:
- # spaces and tabs throughout:
- <http:
- # line ending with CR NL (ASCII 13, ASCII 10)
- <http:
- # 2 statement lines separated by single CR (ASCII 10)
- <http:
<http:
- # All literal escapes
- <http:
- <http:
- <http:
- <http:
- <http:
- <http:
- # Space is optional before final .
- <http:
- <http:
- <http:
- # \u and \U escapes
- # latin small letter e with acute symbol \u00E9 - 3 UTF-8 bytes #xC3 #A9
- <http:
- # Euro symbol \u20ac - 3 UTF-8 bytes #xE2 #x82 #xAC
- <http:
- # resource18 test removed
- # resource19 test removed
- # resource20 test removed
- # XML Literals as Datatyped Literals
- <http:
- <http:
- <http:
- <http:
- <http:
- <http:
- <http:
- <http:
- <http:
- # resource28 test removed 2003-08-03
- # resource29 test removed 2003-08-03
- # Plain literals with languages
- <http:
- <http:
- # Typed Literals
- <http:
- # resource33 test removed 2003-08-03
|