All Downloads are FREE. Search and download functionalities are using the official Maven repository.

testcases.turtle.tests-nt.nt-syntax-subm-01.nt Maven / Gradle / Ivy

The newest version!
#
# 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
# 
#
# Test file with a variety of legal N-Triples
#
# Dave Beckett - http://purl.org/net/dajobe/
# 
# $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

         	
   .
_:anon   .
  _:anon .
# spaces and tabs throughout:
 	  	 	  	.	 

# line ending with CR NL (ASCII 13, ASCII 10)
   .

# 2 statement lines separated by single CR (ASCII 10)
   .
   .


# All literal escapes
  "simple literal" .
  "backslash:\\" .
  "dquote:\"" .
  "newline:\n" .
  "return\r" .
  "tab:\t" .

# Space is optional before final .
  .
  "x".
  _:anon.

# \u and \U escapes
# latin small letter e with acute symbol \u00E9 - 3 UTF-8 bytes #xC3 #A9
  "\u00E9" .
# Euro symbol \u20ac  - 3 UTF-8 bytes #xE2 #x82 #xAC
  "\u20AC" .
# resource18 test removed
# resource19 test removed
# resource20 test removed

# XML Literals as Datatyped Literals
  ""^^ .
  " "^^ .
  "x"^^ .
  "\""^^ .
  ""^^ .
  "a "^^ .
  "a  c"^^ .
  "a\n\nc"^^ .
  "chat"^^ .
# resource28 test removed 2003-08-03
# resource29 test removed 2003-08-03

# Plain literals with languages
  "chat"@fr .
  "chat"@en .

# Typed Literals
  "abc"^^ .
# resource33 test removed 2003-08-03




© 2015 - 2024 Weber Informatics LLC | Privacy Policy