diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:40:05 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:40:05 +0000 |
commit | 4038ab95a094b363f1748f3dcb51511a1217475d (patch) | |
tree | 7f393d66a783f91ddd263c78d681e485cf4f45ca /tests/ntriples-2013 | |
parent | Initial commit. (diff) | |
download | raptor2-upstream.tar.xz raptor2-upstream.zip |
Adding upstream version 2.0.16.upstream/2.0.16upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/ntriples-2013')
73 files changed, 1070 insertions, 0 deletions
diff --git a/tests/ntriples-2013/LITERAL.nt b/tests/ntriples-2013/LITERAL.nt new file mode 100644 index 0000000..3aba89e --- /dev/null +++ b/tests/ntriples-2013/LITERAL.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "x" . diff --git a/tests/ntriples-2013/LITERAL_all_controls.nt b/tests/ntriples-2013/LITERAL_all_controls.nt new file mode 100644 index 0000000..91c8af1 --- /dev/null +++ b/tests/ntriples-2013/LITERAL_all_controls.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "\u0000\u0001\u0002\u0003\u0004\u0005\u0006\u0007\u0008\t\u000B\u000C\u000E\u000F\u0010\u0011\u0012\u0013\u0014\u0015\u0016\u0017\u0018\u0019\u001A\u001B\u001C\u001D\u001E\u001F" . diff --git a/tests/ntriples-2013/LITERAL_all_punctuation.nt b/tests/ntriples-2013/LITERAL_all_punctuation.nt new file mode 100644 index 0000000..c25d818 --- /dev/null +++ b/tests/ntriples-2013/LITERAL_all_punctuation.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> " !\"#$%&():;<=>?@[]^_`{|}~" . diff --git a/tests/ntriples-2013/LITERAL_ascii_boundaries.nt b/tests/ntriples-2013/LITERAL_ascii_boundaries.nt Binary files differnew file mode 100644 index 0000000..7a4dc71 --- /dev/null +++ b/tests/ntriples-2013/LITERAL_ascii_boundaries.nt diff --git a/tests/ntriples-2013/LITERAL_with_2_dquotes.nt b/tests/ntriples-2013/LITERAL_with_2_dquotes.nt new file mode 100644 index 0000000..3e69dc1 --- /dev/null +++ b/tests/ntriples-2013/LITERAL_with_2_dquotes.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "x\"\"y" . diff --git a/tests/ntriples-2013/LITERAL_with_2_squotes.nt b/tests/ntriples-2013/LITERAL_with_2_squotes.nt new file mode 100644 index 0000000..8ddc52e --- /dev/null +++ b/tests/ntriples-2013/LITERAL_with_2_squotes.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "x''y" . diff --git a/tests/ntriples-2013/LITERAL_with_UTF8_boundaries.nt b/tests/ntriples-2013/LITERAL_with_UTF8_boundaries.nt new file mode 100644 index 0000000..0e1616d --- /dev/null +++ b/tests/ntriples-2013/LITERAL_with_UTF8_boundaries.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "߿ࠀက쿿퀀�𐀀" . diff --git a/tests/ntriples-2013/LITERAL_with_dquote.nt b/tests/ntriples-2013/LITERAL_with_dquote.nt new file mode 100644 index 0000000..05a1fd3 --- /dev/null +++ b/tests/ntriples-2013/LITERAL_with_dquote.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "x\"y" . diff --git a/tests/ntriples-2013/LITERAL_with_squote.nt b/tests/ntriples-2013/LITERAL_with_squote.nt new file mode 100644 index 0000000..acf7f58 --- /dev/null +++ b/tests/ntriples-2013/LITERAL_with_squote.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "x'y" . diff --git a/tests/ntriples-2013/Makefile.am b/tests/ntriples-2013/Makefile.am new file mode 100644 index 0000000..3696594 --- /dev/null +++ b/tests/ntriples-2013/Makefile.am @@ -0,0 +1,193 @@ +# -*- Mode: Makefile -*- +# +# Makefile.am - automake file for Raptor N-Triples 2013 tests +# +# Copyright (C) 2013, David Beckett http://www.dajobe.org/ +# +# This package is Free Software and part of Redland http://librdf.org/ +# +# It is licensed under the following three licenses as alternatives: +# 1. GNU Lesser General Public License (LGPL) V2.1 or any newer version +# 2. GNU General Public License (GPL) V2 or any newer version +# 3. Apache License, V2.0 or any newer version +# +# You may not use this file except in compliance with at least one of +# the above three licenses. +# +# See LICENSE.html or LICENSE.txt at the top of this package for the +# complete terms and further detail along with the license texts for +# the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively. +# +# + +RDFCOMPARE=$(srcdir)/../../scripts/rdfcompare + +RDFXML_DIR = ../rdfxml + +TEST_GOOD_FILES = \ + nt-syntax-file-01.nt \ + nt-syntax-file-02.nt \ + nt-syntax-file-03.nt \ + nt-syntax-uri-01.nt \ + nt-syntax-uri-02.nt \ + nt-syntax-uri-03.nt \ + nt-syntax-uri-04.nt \ + nt-syntax-string-01.nt \ + nt-syntax-string-02.nt \ + nt-syntax-string-03.nt \ + nt-syntax-str-esc-01.nt \ + nt-syntax-str-esc-02.nt \ + nt-syntax-str-esc-03.nt \ + nt-syntax-bnode-01.nt \ + nt-syntax-bnode-02.nt \ + nt-syntax-bnode-03.nt \ + nt-syntax-datatypes-01.nt \ + nt-syntax-datatypes-02.nt \ + nt-syntax-subm-01.nt \ + comment_following_triple.nt \ + LITERAL.nt \ + LITERAL_all_controls.nt \ + LITERAL_all_punctuation.nt \ + LITERAL_ascii_boundaries.nt \ + literal_false.nt \ + literal_true.nt \ + LITERAL_with_2_dquotes.nt \ + LITERAL_with_2_squotes.nt \ + literal_with_BACKSPACE.nt \ + literal_with_CARRIAGE_RETURN.nt \ + literal_with_CHARACTER_TABULATION.nt \ + literal_with_FORM_FEED.nt \ + literal_with_LINE_FEED.nt \ + literal_with_REVERSE_SOLIDUS.nt \ + literal_with_REVERSE_SOLIDUS2.nt \ + LITERAL_with_UTF8_boundaries.nt \ + LITERAL_with_dquote.nt \ + literal_with_numeric_escape4.nt \ + literal_with_numeric_escape8.nt \ + LITERAL_with_squote.nt \ + langtagged_string.nt \ + lantag_with_subtag.nt \ + minimal_whitespace.nt + +TEST_BAD_FILES = \ + nt-syntax-bad-uri-01.nt \ + nt-syntax-bad-uri-02.nt \ + nt-syntax-bad-uri-03.nt \ + nt-syntax-bad-uri-04.nt \ + nt-syntax-bad-uri-05.nt \ + nt-syntax-bad-uri-06.nt \ + nt-syntax-bad-uri-07.nt \ + nt-syntax-bad-uri-08.nt \ + nt-syntax-bad-uri-09.nt \ + nt-syntax-bad-prefix-01.nt \ + nt-syntax-bad-base-01.nt \ + nt-syntax-bad-struct-01.nt \ + nt-syntax-bad-struct-02.nt \ + nt-syntax-bad-lang-01.nt \ + nt-syntax-bad-esc-01.nt \ + nt-syntax-bad-esc-02.nt \ + nt-syntax-bad-esc-03.nt \ + nt-syntax-bad-string-01.nt \ + nt-syntax-bad-string-02.nt \ + nt-syntax-bad-string-03.nt \ + nt-syntax-bad-string-04.nt \ + nt-syntax-bad-string-05.nt \ + nt-syntax-bad-string-06.nt \ + nt-syntax-bad-string-07.nt \ + nt-syntax-bad-num-01.nt \ + nt-syntax-bad-num-02.nt \ + nt-syntax-bad-num-03.nt + +# Used to make N-triples output consistent +BASE_URI=http://www.w3.org/2013/N-TriplesTests/ +# for rdf-schema.ttl +RDF_NS_URI=http://www.w3.org/1999/02/22-rdf-syntax-ns +# for rdfs-namespace.ttl +RDFS_NS_URI=http://www.w3.org/2000/01/rdf-schema + +ALL_TEST_FILES= \ + $(TEST_GOOD_FILES) \ + $(TEST_BAD_FILES) + +EXTRA_DIST = README \ + $(ALL_TEST_FILES) + +RAPPER = $(top_builddir)/utils/rapper +RDFDIFF = $(top_builddir)/utils/rdfdiff + +build-rapper: + @(cd $(top_builddir)/utils ; $(MAKE) rapper$(EXEEXT)) + +build-rdfdiff: + @(cd $(top_builddir)/utils ; $(MAKE) rdfdiff$(EXEEXT)) + +check-local: check-good-ntriples check-bad-ntriples + +if MAINTAINER_MODE +check_good_ntriples_deps = $(TEST_GOOD_FILES) +endif + +check-good-ntriples: build-rapper $(check_good_ntriples_deps) + @set +e; result=0; errors=0; failures=''; \ + $(RECHO) "Testing good N-Triples syntax passes"; \ + for test in $(TEST_GOOD_FILES); do \ + name=`basename $$test .ttl` ; \ + baseuri=$(BASE_URI)$$test; \ + $(RECHO) $(RECHO_N) "Checking $$test $(RECHO_C)"; \ + $(RAPPER) -q -i ntriples -o ntriples file:$(srcdir)/$$test $$baseuri > $$name.res 2> $$name.err; \ + status=$$?; \ + if test $$status != 0 -a $$status != 2 ; then \ + $(RECHO) "FAILED returned status $$status"; result=1; \ + $(RECHO) $(RAPPER) -q -i ntriples -o ntriples $(srcdir)/$$test $$baseuri '>' $$name.res; \ + cat $$name.err; \ + errors=`expr $$errors + 1`; \ + failures="$$failures $$test"; \ + elif test $$status = 2 ; then \ + $(RECHO) "ok with warnings"; grep Warning $$name.err; \ + else \ + $(RECHO) "ok"; \ + fi; \ + rm -f $$name.res $$name.err; \ + done; \ + $(RECHO) "Result: $$errors errors:$$failures"; \ + set -e; exit $$result + +if MAINTAINER_MODE +check_bad_ntriples_deps = $(TEST_BAD_FILES) +endif + +check-bad-ntriples: build-rapper $(check_bad_ntriples_deps) + @set +e; result=0; errors=0; failures=''; \ + $(RECHO) "Testing bad N-Triples fails"; \ + for test in $(TEST_BAD_FILES) ; do \ + name=`basename $$test .ttl` ; \ + baseuri=$(BASE_URI)$$test; \ + $(RECHO) $(RECHO_N) "Checking $$test $(RECHO_C)"; \ + $(RAPPER) -q -i ntriples -o ntriples file:$(srcdir)/$$test $$baseuri > $$name.res 2> $$name.err; \ + status=$$?; \ + if test $$status -eq 1 ; then \ + $(RECHO) "ok"; \ + elif test $$status -eq 2 ; then \ + $(RECHO) "FAILED - parsing succeeded with a warning"; result=1; \ + $(RECHO) $(RAPPER) -q -i ntriples -o ntriples file:$(srcdir)/$$test $$baseuri '>' $$name.res; \ + cat $$name.res; grep Warning $$name.err; \ + errors=`expr $$errors + 1`; \ + failures="$$failures $$test"; \ + elif test $$status -eq 0 ; then \ + $(RECHO) "FAILED - parsing succeeded but should have failed"; result=1; \ + $(RECHO) $(RAPPER) -q -i ntriples -o ntriples file:$(srcdir)/$$test $$baseuri '>' $$name.res; \ + cat $$name.res; \ + errors=`expr $$errors + 1`; \ + failures="$$failures $$test"; \ + else \ + $(RECHO) "FAILED - parsing failed with unknown status $$status"; result=1; \ + $(RECHO) $(RAPPER) -q -i ntriples -o ntriples file:$(srcdir)/$$test $$baseuri '>' $$name.res; \ + cat $$name.err; \ + cat $$name.res; \ + errors=`expr $$errors + 1`; \ + failures="$$failures $$test"; \ + fi; \ + rm -f $$name.res $$name.err ; \ + done; \ + $(RECHO) "Result: $$errors errors:$$failures"; \ + set -e; exit $$result diff --git a/tests/ntriples-2013/Makefile.in b/tests/ntriples-2013/Makefile.in new file mode 100644 index 0000000..f98441d --- /dev/null +++ b/tests/ntriples-2013/Makefile.in @@ -0,0 +1,678 @@ +# Makefile.in generated by automake 1.16.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2021 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + +# -*- Mode: Makefile -*- +# +# Makefile.am - automake file for Raptor N-Triples 2013 tests +# +# Copyright (C) 2013, David Beckett http://www.dajobe.org/ +# +# This package is Free Software and part of Redland http://librdf.org/ +# +# It is licensed under the following three licenses as alternatives: +# 1. GNU Lesser General Public License (LGPL) V2.1 or any newer version +# 2. GNU General Public License (GPL) V2 or any newer version +# 3. Apache License, V2.0 or any newer version +# +# You may not use this file except in compliance with at least one of +# the above three licenses. +# +# See LICENSE.html or LICENSE.txt at the top of this package for the +# complete terms and further detail along with the license texts for +# the licenses in COPYING.LIB, COPYING and LICENSE-2.0.txt respectively. +# +# +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = tests/ntriples-2013 +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/build/gtk-doc.m4 \ + $(top_srcdir)/build/libtool.m4 \ + $(top_srcdir)/build/ltoptions.m4 \ + $(top_srcdir)/build/ltsugar.m4 \ + $(top_srcdir)/build/ltversion.m4 \ + $(top_srcdir)/build/lt~obsolete.m4 $(top_srcdir)/build/pkg.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/src/raptor_config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in README +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AR = @AR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +BISON = @BISON@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ +CURL_CONFIG = @CURL_CONFIG@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +DLLTOOL = @DLLTOOL@ +DSYMUTIL = @DSYMUTIL@ +DUMPBIN = @DUMPBIN@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +ETAGS = @ETAGS@ +EXEEXT = @EXEEXT@ +FGREP = @FGREP@ +FILECMD = @FILECMD@ +GREP = @GREP@ +GTKDOC_CHECK = @GTKDOC_CHECK@ +GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@ +GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@ +GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@ +GTKDOC_MKPDF = @GTKDOC_MKPDF@ +GTKDOC_REBASE = @GTKDOC_REBASE@ +HTML_DIR = @HTML_DIR@ +ICU_CFLAGS = @ICU_CFLAGS@ +ICU_LIBS = @ICU_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +JING = @JING@ +LD = @LD@ +LDFLAGS = @LDFLAGS@ +LEX = @LEX@ +LEXLIB = @LEXLIB@ +LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ +LIBCURL_CFLAGS = @LIBCURL_CFLAGS@ +LIBCURL_LIBS = @LIBCURL_LIBS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LIBTOOL = @LIBTOOL@ +LIBXML_CFLAGS = @LIBXML_CFLAGS@ +LIBXML_LIBS = @LIBXML_LIBS@ +LIPO = @LIPO@ +LN_S = @LN_S@ +LTLIBOBJS = @LTLIBOBJS@ +LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MANIFEST_TOOL = @MANIFEST_TOOL@ +MEM = @MEM@ +MEM_LIBS = @MEM_LIBS@ +MKDIR_P = @MKDIR_P@ +NM = @NM@ +NMEDIT = @NMEDIT@ +OBJDUMP = @OBJDUMP@ +OBJEXT = @OBJEXT@ +OTOOL = @OTOOL@ +OTOOL64 = @OTOOL64@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PERL = @PERL@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +PKG_CONFIG_REQUIRES = @PKG_CONFIG_REQUIRES@ +RANLIB = @RANLIB@ +RAPTOR_LDFLAGS = @RAPTOR_LDFLAGS@ +RAPTOR_LIBTOOLLIBS = @RAPTOR_LIBTOOLLIBS@ +RAPTOR_LIBTOOL_VERSION = @RAPTOR_LIBTOOL_VERSION@ +RAPTOR_PARSERS = @RAPTOR_PARSERS@ +RAPTOR_SERIALIZERS = @RAPTOR_SERIALIZERS@ +RAPTOR_VERSION = @RAPTOR_VERSION@ +RAPTOR_VERSION_DECIMAL = @RAPTOR_VERSION_DECIMAL@ +RAPTOR_VERSION_MAJOR = @RAPTOR_VERSION_MAJOR@ +RAPTOR_VERSION_MINOR = @RAPTOR_VERSION_MINOR@ +RAPTOR_VERSION_RELEASE = @RAPTOR_VERSION_RELEASE@ +RAPTOR_WWW_LIBRARY = @RAPTOR_WWW_LIBRARY@ +RAPTOR_XML_PARSER = @RAPTOR_XML_PARSER@ +RECHO = @RECHO@ +RECHO_C = @RECHO_C@ +RECHO_N = @RECHO_N@ +RPM_RELEASE = @RPM_RELEASE@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +TAR = @TAR@ +VERSION = @VERSION@ +XML_CONFIG = @XML_CONFIG@ +XSLT_CFLAGS = @XSLT_CFLAGS@ +XSLT_CONFIG = @XSLT_CONFIG@ +XSLT_LIBS = @XSLT_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_AR = @ac_ct_AR@ +ac_ct_CC = @ac_ct_CC@ +ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +RDFCOMPARE = $(srcdir)/../../scripts/rdfcompare +RDFXML_DIR = ../rdfxml +TEST_GOOD_FILES = \ + nt-syntax-file-01.nt \ + nt-syntax-file-02.nt \ + nt-syntax-file-03.nt \ + nt-syntax-uri-01.nt \ + nt-syntax-uri-02.nt \ + nt-syntax-uri-03.nt \ + nt-syntax-uri-04.nt \ + nt-syntax-string-01.nt \ + nt-syntax-string-02.nt \ + nt-syntax-string-03.nt \ + nt-syntax-str-esc-01.nt \ + nt-syntax-str-esc-02.nt \ + nt-syntax-str-esc-03.nt \ + nt-syntax-bnode-01.nt \ + nt-syntax-bnode-02.nt \ + nt-syntax-bnode-03.nt \ + nt-syntax-datatypes-01.nt \ + nt-syntax-datatypes-02.nt \ + nt-syntax-subm-01.nt \ + comment_following_triple.nt \ + LITERAL.nt \ + LITERAL_all_controls.nt \ + LITERAL_all_punctuation.nt \ + LITERAL_ascii_boundaries.nt \ + literal_false.nt \ + literal_true.nt \ + LITERAL_with_2_dquotes.nt \ + LITERAL_with_2_squotes.nt \ + literal_with_BACKSPACE.nt \ + literal_with_CARRIAGE_RETURN.nt \ + literal_with_CHARACTER_TABULATION.nt \ + literal_with_FORM_FEED.nt \ + literal_with_LINE_FEED.nt \ + literal_with_REVERSE_SOLIDUS.nt \ + literal_with_REVERSE_SOLIDUS2.nt \ + LITERAL_with_UTF8_boundaries.nt \ + LITERAL_with_dquote.nt \ + literal_with_numeric_escape4.nt \ + literal_with_numeric_escape8.nt \ + LITERAL_with_squote.nt \ + langtagged_string.nt \ + lantag_with_subtag.nt \ + minimal_whitespace.nt + +TEST_BAD_FILES = \ + nt-syntax-bad-uri-01.nt \ + nt-syntax-bad-uri-02.nt \ + nt-syntax-bad-uri-03.nt \ + nt-syntax-bad-uri-04.nt \ + nt-syntax-bad-uri-05.nt \ + nt-syntax-bad-uri-06.nt \ + nt-syntax-bad-uri-07.nt \ + nt-syntax-bad-uri-08.nt \ + nt-syntax-bad-uri-09.nt \ + nt-syntax-bad-prefix-01.nt \ + nt-syntax-bad-base-01.nt \ + nt-syntax-bad-struct-01.nt \ + nt-syntax-bad-struct-02.nt \ + nt-syntax-bad-lang-01.nt \ + nt-syntax-bad-esc-01.nt \ + nt-syntax-bad-esc-02.nt \ + nt-syntax-bad-esc-03.nt \ + nt-syntax-bad-string-01.nt \ + nt-syntax-bad-string-02.nt \ + nt-syntax-bad-string-03.nt \ + nt-syntax-bad-string-04.nt \ + nt-syntax-bad-string-05.nt \ + nt-syntax-bad-string-06.nt \ + nt-syntax-bad-string-07.nt \ + nt-syntax-bad-num-01.nt \ + nt-syntax-bad-num-02.nt \ + nt-syntax-bad-num-03.nt + + +# Used to make N-triples output consistent +BASE_URI = http://www.w3.org/2013/N-TriplesTests/ +# for rdf-schema.ttl +RDF_NS_URI = http://www.w3.org/1999/02/22-rdf-syntax-ns +# for rdfs-namespace.ttl +RDFS_NS_URI = http://www.w3.org/2000/01/rdf-schema +ALL_TEST_FILES = \ + $(TEST_GOOD_FILES) \ + $(TEST_BAD_FILES) + +EXTRA_DIST = README \ + $(ALL_TEST_FILES) + +RAPPER = $(top_builddir)/utils/rapper +RDFDIFF = $(top_builddir)/utils/rdfdiff +@MAINTAINER_MODE_TRUE@check_good_ntriples_deps = $(TEST_GOOD_FILES) +@MAINTAINER_MODE_TRUE@check_bad_ntriples_deps = $(TEST_BAD_FILES) +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu tests/ntriples-2013/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu tests/ntriples-2013/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +mostlyclean-libtool: + -rm -f *.lo + +clean-libtool: + -rm -rf .libs _libs +tags TAGS: + +ctags CTAGS: + +cscope cscopelist: + +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) check-local +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic clean-libtool mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic mostlyclean-libtool + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: check-am install-am install-strip + +.PHONY: all all-am check check-am check-local clean clean-generic \ + clean-libtool cscopelist-am ctags-am distclean \ + distclean-generic distclean-libtool distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic \ + mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ + uninstall-am + +.PRECIOUS: Makefile + + +build-rapper: + @(cd $(top_builddir)/utils ; $(MAKE) rapper$(EXEEXT)) + +build-rdfdiff: + @(cd $(top_builddir)/utils ; $(MAKE) rdfdiff$(EXEEXT)) + +check-local: check-good-ntriples check-bad-ntriples + +check-good-ntriples: build-rapper $(check_good_ntriples_deps) + @set +e; result=0; errors=0; failures=''; \ + $(RECHO) "Testing good N-Triples syntax passes"; \ + for test in $(TEST_GOOD_FILES); do \ + name=`basename $$test .ttl` ; \ + baseuri=$(BASE_URI)$$test; \ + $(RECHO) $(RECHO_N) "Checking $$test $(RECHO_C)"; \ + $(RAPPER) -q -i ntriples -o ntriples file:$(srcdir)/$$test $$baseuri > $$name.res 2> $$name.err; \ + status=$$?; \ + if test $$status != 0 -a $$status != 2 ; then \ + $(RECHO) "FAILED returned status $$status"; result=1; \ + $(RECHO) $(RAPPER) -q -i ntriples -o ntriples $(srcdir)/$$test $$baseuri '>' $$name.res; \ + cat $$name.err; \ + errors=`expr $$errors + 1`; \ + failures="$$failures $$test"; \ + elif test $$status = 2 ; then \ + $(RECHO) "ok with warnings"; grep Warning $$name.err; \ + else \ + $(RECHO) "ok"; \ + fi; \ + rm -f $$name.res $$name.err; \ + done; \ + $(RECHO) "Result: $$errors errors:$$failures"; \ + set -e; exit $$result + +check-bad-ntriples: build-rapper $(check_bad_ntriples_deps) + @set +e; result=0; errors=0; failures=''; \ + $(RECHO) "Testing bad N-Triples fails"; \ + for test in $(TEST_BAD_FILES) ; do \ + name=`basename $$test .ttl` ; \ + baseuri=$(BASE_URI)$$test; \ + $(RECHO) $(RECHO_N) "Checking $$test $(RECHO_C)"; \ + $(RAPPER) -q -i ntriples -o ntriples file:$(srcdir)/$$test $$baseuri > $$name.res 2> $$name.err; \ + status=$$?; \ + if test $$status -eq 1 ; then \ + $(RECHO) "ok"; \ + elif test $$status -eq 2 ; then \ + $(RECHO) "FAILED - parsing succeeded with a warning"; result=1; \ + $(RECHO) $(RAPPER) -q -i ntriples -o ntriples file:$(srcdir)/$$test $$baseuri '>' $$name.res; \ + cat $$name.res; grep Warning $$name.err; \ + errors=`expr $$errors + 1`; \ + failures="$$failures $$test"; \ + elif test $$status -eq 0 ; then \ + $(RECHO) "FAILED - parsing succeeded but should have failed"; result=1; \ + $(RECHO) $(RAPPER) -q -i ntriples -o ntriples file:$(srcdir)/$$test $$baseuri '>' $$name.res; \ + cat $$name.res; \ + errors=`expr $$errors + 1`; \ + failures="$$failures $$test"; \ + else \ + $(RECHO) "FAILED - parsing failed with unknown status $$status"; result=1; \ + $(RECHO) $(RAPPER) -q -i ntriples -o ntriples file:$(srcdir)/$$test $$baseuri '>' $$name.res; \ + cat $$name.err; \ + cat $$name.res; \ + errors=`expr $$errors + 1`; \ + failures="$$failures $$test"; \ + fi; \ + rm -f $$name.res $$name.err ; \ + done; \ + $(RECHO) "Result: $$errors errors:$$failures"; \ + set -e; exit $$result + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/tests/ntriples-2013/README b/tests/ntriples-2013/README new file mode 100644 index 0000000..12d8bf1 --- /dev/null +++ b/tests/ntriples-2013/README @@ -0,0 +1,25 @@ +This README is for the W3C RDF Working Group's N-Triples test suite. +This test suite contains two kinds of tests: + + Positive syntax (rdft:TestNTriplesPositiveSyntax) - an input N-Triples + file with no syntax errors. + + Negative syntax (rdft:TestNTriplesNegativeSyntax) - an input N-Triples + file with at least one syntax error. + +The manifest.ttl file in this directory lists tests in the +RDF WG's N-Triples test suite. All +tests have a name (mf:name) and an input (mf:action). + +• An implementation passes a positive syntax test if it parses the + input. + +• An implementation passes a negative syntax test if it fails to parse + the input. + +The home of the test suite is <http://www.w3.org/2013/N-TriplesTests/>. + +See http://www.w3.org/2011/rdf-wg/wiki/RDF_Test_Suites for more details. + +Eric Prud'hommeaux <eric+turtle@w3.org> - 11 June 2013. +Gregg Kellogg <gregg@greggkellogg.net> - 26 June 2013. diff --git a/tests/ntriples-2013/comment_following_triple.nt b/tests/ntriples-2013/comment_following_triple.nt new file mode 100644 index 0000000..5619459 --- /dev/null +++ b/tests/ntriples-2013/comment_following_triple.nt @@ -0,0 +1,5 @@ +<http://example/s> <http://example/p> <http://example/o> . # comment +<http://example/s> <http://example/p> _:o . # comment +<http://example/s> <http://example/p> "o" . # comment +<http://example/s> <http://example/p> "o"^^<http://example/dt> . # comment +<http://example/s> <http://example/p> "o"@en . # comment diff --git a/tests/ntriples-2013/langtagged_string.nt b/tests/ntriples-2013/langtagged_string.nt new file mode 100644 index 0000000..1bddb04 --- /dev/null +++ b/tests/ntriples-2013/langtagged_string.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "chat"@en . diff --git a/tests/ntriples-2013/lantag_with_subtag.nt b/tests/ntriples-2013/lantag_with_subtag.nt new file mode 100644 index 0000000..629cbf4 --- /dev/null +++ b/tests/ntriples-2013/lantag_with_subtag.nt @@ -0,0 +1 @@ +<http://example.org/ex#a> <http://example.org/ex#b> "Cheers"@en-UK . diff --git a/tests/ntriples-2013/literal_false.nt b/tests/ntriples-2013/literal_false.nt new file mode 100644 index 0000000..5bbbae8 --- /dev/null +++ b/tests/ntriples-2013/literal_false.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "false"^^<http://www.w3.org/2001/XMLSchema#boolean> . diff --git a/tests/ntriples-2013/literal_true.nt b/tests/ntriples-2013/literal_true.nt new file mode 100644 index 0000000..054b229 --- /dev/null +++ b/tests/ntriples-2013/literal_true.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "true"^^<http://www.w3.org/2001/XMLSchema#boolean> . diff --git a/tests/ntriples-2013/literal_with_BACKSPACE.nt b/tests/ntriples-2013/literal_with_BACKSPACE.nt new file mode 100644 index 0000000..339013d --- /dev/null +++ b/tests/ntriples-2013/literal_with_BACKSPACE.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "\b" . diff --git a/tests/ntriples-2013/literal_with_CARRIAGE_RETURN.nt b/tests/ntriples-2013/literal_with_CARRIAGE_RETURN.nt new file mode 100644 index 0000000..91b85c8 --- /dev/null +++ b/tests/ntriples-2013/literal_with_CARRIAGE_RETURN.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "\r" . diff --git a/tests/ntriples-2013/literal_with_CHARACTER_TABULATION.nt b/tests/ntriples-2013/literal_with_CHARACTER_TABULATION.nt new file mode 100644 index 0000000..a6a9d9f --- /dev/null +++ b/tests/ntriples-2013/literal_with_CHARACTER_TABULATION.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "\t" . diff --git a/tests/ntriples-2013/literal_with_FORM_FEED.nt b/tests/ntriples-2013/literal_with_FORM_FEED.nt new file mode 100644 index 0000000..10d2c6d --- /dev/null +++ b/tests/ntriples-2013/literal_with_FORM_FEED.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "\f" . diff --git a/tests/ntriples-2013/literal_with_LINE_FEED.nt b/tests/ntriples-2013/literal_with_LINE_FEED.nt new file mode 100644 index 0000000..462f97a --- /dev/null +++ b/tests/ntriples-2013/literal_with_LINE_FEED.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "\n" . diff --git a/tests/ntriples-2013/literal_with_REVERSE_SOLIDUS.nt b/tests/ntriples-2013/literal_with_REVERSE_SOLIDUS.nt new file mode 100644 index 0000000..ebc846e --- /dev/null +++ b/tests/ntriples-2013/literal_with_REVERSE_SOLIDUS.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "\\" . diff --git a/tests/ntriples-2013/literal_with_REVERSE_SOLIDUS2.nt b/tests/ntriples-2013/literal_with_REVERSE_SOLIDUS2.nt new file mode 100644 index 0000000..586e364 --- /dev/null +++ b/tests/ntriples-2013/literal_with_REVERSE_SOLIDUS2.nt @@ -0,0 +1 @@ +<http://example.org/ns#s> <http://example.org/ns#p1> "test-\\" . diff --git a/tests/ntriples-2013/literal_with_numeric_escape4.nt b/tests/ntriples-2013/literal_with_numeric_escape4.nt new file mode 100644 index 0000000..16f0a03 --- /dev/null +++ b/tests/ntriples-2013/literal_with_numeric_escape4.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "\u006F" . diff --git a/tests/ntriples-2013/literal_with_numeric_escape8.nt b/tests/ntriples-2013/literal_with_numeric_escape8.nt new file mode 100644 index 0000000..e909a79 --- /dev/null +++ b/tests/ntriples-2013/literal_with_numeric_escape8.nt @@ -0,0 +1 @@ +<http://a.example/s> <http://a.example/p> "\U0000006F" . diff --git a/tests/ntriples-2013/minimal_whitespace.nt b/tests/ntriples-2013/minimal_whitespace.nt new file mode 100644 index 0000000..e9e3a80 --- /dev/null +++ b/tests/ntriples-2013/minimal_whitespace.nt @@ -0,0 +1,6 @@ +<http://example/s><http://example/p><http://example/o>. +<http://example/s><http://example/p>"Alice". +<http://example/s><http://example/p>_:o. +_:s<http://example/p><http://example/o>. +_:s<http://example/p>"Alice". +_:s<http://example/p>_:bnode1. diff --git a/tests/ntriples-2013/nt-syntax-bad-base-01.nt b/tests/ntriples-2013/nt-syntax-bad-base-01.nt new file mode 100644 index 0000000..dff1b3b --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-base-01.nt @@ -0,0 +1 @@ +@base <http://example/> . diff --git a/tests/ntriples-2013/nt-syntax-bad-esc-01.nt b/tests/ntriples-2013/nt-syntax-bad-esc-01.nt new file mode 100644 index 0000000..f7a88ad --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-esc-01.nt @@ -0,0 +1,2 @@ +# Bad string escape +<http://example/s> <http://example/p> "a\zb" . diff --git a/tests/ntriples-2013/nt-syntax-bad-esc-02.nt b/tests/ntriples-2013/nt-syntax-bad-esc-02.nt new file mode 100644 index 0000000..72711d4 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-esc-02.nt @@ -0,0 +1,2 @@ +# Bad string escape +<http://example/s> <http://example/p> "\uWXYZ" . diff --git a/tests/ntriples-2013/nt-syntax-bad-esc-03.nt b/tests/ntriples-2013/nt-syntax-bad-esc-03.nt new file mode 100644 index 0000000..3a4522f --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-esc-03.nt @@ -0,0 +1,2 @@ +# Bad string escape +<http://example/s> <http://example/p> "\U0000WXYZ" . diff --git a/tests/ntriples-2013/nt-syntax-bad-lang-01.nt b/tests/ntriples-2013/nt-syntax-bad-lang-01.nt new file mode 100644 index 0000000..a4d952c --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-lang-01.nt @@ -0,0 +1,2 @@ +# Bad lang tag +<http://example/s> <http://example/p> "string"@1 . diff --git a/tests/ntriples-2013/nt-syntax-bad-num-01.nt b/tests/ntriples-2013/nt-syntax-bad-num-01.nt new file mode 100644 index 0000000..2be6f51 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-num-01.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> 1 . diff --git a/tests/ntriples-2013/nt-syntax-bad-num-02.nt b/tests/ntriples-2013/nt-syntax-bad-num-02.nt new file mode 100644 index 0000000..e1d5b06 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-num-02.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> 1.0 . diff --git a/tests/ntriples-2013/nt-syntax-bad-num-03.nt b/tests/ntriples-2013/nt-syntax-bad-num-03.nt new file mode 100644 index 0000000..a9be82f --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-num-03.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> 1.0e0 . diff --git a/tests/ntriples-2013/nt-syntax-bad-prefix-01.nt b/tests/ntriples-2013/nt-syntax-bad-prefix-01.nt new file mode 100644 index 0000000..89e08cc --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-prefix-01.nt @@ -0,0 +1 @@ +@prefix : <http://example/> . diff --git a/tests/ntriples-2013/nt-syntax-bad-string-01.nt b/tests/ntriples-2013/nt-syntax-bad-string-01.nt new file mode 100644 index 0000000..988af87 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-string-01.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> "abc' . diff --git a/tests/ntriples-2013/nt-syntax-bad-string-02.nt b/tests/ntriples-2013/nt-syntax-bad-string-02.nt new file mode 100644 index 0000000..e1d5b06 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-string-02.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> 1.0 . diff --git a/tests/ntriples-2013/nt-syntax-bad-string-03.nt b/tests/ntriples-2013/nt-syntax-bad-string-03.nt new file mode 100644 index 0000000..64d343d --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-string-03.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> 1.0e1 . diff --git a/tests/ntriples-2013/nt-syntax-bad-string-04.nt b/tests/ntriples-2013/nt-syntax-bad-string-04.nt new file mode 100644 index 0000000..af4ff28 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-string-04.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> '''abc''' . diff --git a/tests/ntriples-2013/nt-syntax-bad-string-05.nt b/tests/ntriples-2013/nt-syntax-bad-string-05.nt new file mode 100644 index 0000000..75ad4b2 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-string-05.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> """abc""" . diff --git a/tests/ntriples-2013/nt-syntax-bad-string-06.nt b/tests/ntriples-2013/nt-syntax-bad-string-06.nt new file mode 100644 index 0000000..56dcbc6 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-string-06.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> "abc . diff --git a/tests/ntriples-2013/nt-syntax-bad-string-07.nt b/tests/ntriples-2013/nt-syntax-bad-string-07.nt new file mode 100644 index 0000000..7f1ee80 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-string-07.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> abc" . diff --git a/tests/ntriples-2013/nt-syntax-bad-struct-01.nt b/tests/ntriples-2013/nt-syntax-bad-struct-01.nt new file mode 100644 index 0000000..d546d56 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-struct-01.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> <http://example/o>, <http://example/o2> . diff --git a/tests/ntriples-2013/nt-syntax-bad-struct-02.nt b/tests/ntriples-2013/nt-syntax-bad-struct-02.nt new file mode 100644 index 0000000..1f388c6 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-struct-02.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> <http://example/o>; <http://example/p2>, <http://example/o2> . diff --git a/tests/ntriples-2013/nt-syntax-bad-uri-01.nt b/tests/ntriples-2013/nt-syntax-bad-uri-01.nt new file mode 100644 index 0000000..0e69dc0 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-uri-01.nt @@ -0,0 +1,2 @@ +# Bad IRI : space. +<http://example/ space> <http://example/p> <http://example/o> . diff --git a/tests/ntriples-2013/nt-syntax-bad-uri-02.nt b/tests/ntriples-2013/nt-syntax-bad-uri-02.nt new file mode 100644 index 0000000..36d91af --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-uri-02.nt @@ -0,0 +1,2 @@ +# Bad IRI : bad escape +<http://example/\u00ZZ11> <http://example/p> <http://example/o> . diff --git a/tests/ntriples-2013/nt-syntax-bad-uri-03.nt b/tests/ntriples-2013/nt-syntax-bad-uri-03.nt new file mode 100644 index 0000000..f512345 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-uri-03.nt @@ -0,0 +1,2 @@ +# Bad IRI : bad escape +<http://example/\U00ZZ1111> <http://example/p> <http://example/o> . diff --git a/tests/ntriples-2013/nt-syntax-bad-uri-04.nt b/tests/ntriples-2013/nt-syntax-bad-uri-04.nt new file mode 100644 index 0000000..5cab062 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-uri-04.nt @@ -0,0 +1,2 @@ +# Bad IRI : character escapes not allowed. +<http://example/\n> <http://example/p> <http://example/o> . diff --git a/tests/ntriples-2013/nt-syntax-bad-uri-05.nt b/tests/ntriples-2013/nt-syntax-bad-uri-05.nt new file mode 100644 index 0000000..be0a21e --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-uri-05.nt @@ -0,0 +1,2 @@ +# Bad IRI : character escapes not allowed. +<http://example/\/> <http://example/p> <http://example/o> . diff --git a/tests/ntriples-2013/nt-syntax-bad-uri-06.nt b/tests/ntriples-2013/nt-syntax-bad-uri-06.nt new file mode 100644 index 0000000..b4e6459 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-uri-06.nt @@ -0,0 +1,2 @@ +# No relative IRIs in N-Triples +<s> <http://example/p> <http://example/o> . diff --git a/tests/ntriples-2013/nt-syntax-bad-uri-07.nt b/tests/ntriples-2013/nt-syntax-bad-uri-07.nt new file mode 100644 index 0000000..74534dd --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-uri-07.nt @@ -0,0 +1,2 @@ +# No relative IRIs in N-Triples +<http://example/s> <p> <http://example/o> . diff --git a/tests/ntriples-2013/nt-syntax-bad-uri-08.nt b/tests/ntriples-2013/nt-syntax-bad-uri-08.nt new file mode 100644 index 0000000..41a953d --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-uri-08.nt @@ -0,0 +1,2 @@ +# No relative IRIs in N-Triples +<http://example/s> <http://example/p> <o> . diff --git a/tests/ntriples-2013/nt-syntax-bad-uri-09.nt b/tests/ntriples-2013/nt-syntax-bad-uri-09.nt new file mode 100644 index 0000000..58821da --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bad-uri-09.nt @@ -0,0 +1,2 @@ +# No relative IRIs in N-Triples +<http://example/s> <http://example/p> "foo"^^<dt> . diff --git a/tests/ntriples-2013/nt-syntax-bnode-01.nt b/tests/ntriples-2013/nt-syntax-bnode-01.nt new file mode 100644 index 0000000..5fb0d0f --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bnode-01.nt @@ -0,0 +1 @@ +_:a <http://example/p> <http://example/o> . diff --git a/tests/ntriples-2013/nt-syntax-bnode-02.nt b/tests/ntriples-2013/nt-syntax-bnode-02.nt new file mode 100644 index 0000000..737e81b --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bnode-02.nt @@ -0,0 +1,2 @@ +<http://example/s> <http://example/p> _:a . +_:a <http://example/p> <http://example/o> . diff --git a/tests/ntriples-2013/nt-syntax-bnode-03.nt b/tests/ntriples-2013/nt-syntax-bnode-03.nt new file mode 100644 index 0000000..1a1f1c9 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-bnode-03.nt @@ -0,0 +1,2 @@ +<http://example/s> <http://example/p> _:1a . +_:1a <http://example/p> <http://example/o> . diff --git a/tests/ntriples-2013/nt-syntax-datatypes-01.nt b/tests/ntriples-2013/nt-syntax-datatypes-01.nt new file mode 100644 index 0000000..9126309 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-datatypes-01.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> "123"^^<http://www.w3.org/2001/XMLSchema#byte> . diff --git a/tests/ntriples-2013/nt-syntax-datatypes-02.nt b/tests/ntriples-2013/nt-syntax-datatypes-02.nt new file mode 100644 index 0000000..d49cc27 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-datatypes-02.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> "123"^^<http://www.w3.org/2001/XMLSchema#string> . diff --git a/tests/ntriples-2013/nt-syntax-file-01.nt b/tests/ntriples-2013/nt-syntax-file-01.nt new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-file-01.nt diff --git a/tests/ntriples-2013/nt-syntax-file-02.nt b/tests/ntriples-2013/nt-syntax-file-02.nt new file mode 100644 index 0000000..e6d327d --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-file-02.nt @@ -0,0 +1 @@ +#Empty file. diff --git a/tests/ntriples-2013/nt-syntax-file-03.nt b/tests/ntriples-2013/nt-syntax-file-03.nt new file mode 100644 index 0000000..a9ca035 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-file-03.nt @@ -0,0 +1,2 @@ +#One comment, one empty line. + diff --git a/tests/ntriples-2013/nt-syntax-str-esc-01.nt b/tests/ntriples-2013/nt-syntax-str-esc-01.nt new file mode 100644 index 0000000..3925f2e --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-str-esc-01.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> "a\n" . diff --git a/tests/ntriples-2013/nt-syntax-str-esc-02.nt b/tests/ntriples-2013/nt-syntax-str-esc-02.nt new file mode 100644 index 0000000..e7d032f --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-str-esc-02.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> "a\u0020b" . diff --git a/tests/ntriples-2013/nt-syntax-str-esc-03.nt b/tests/ntriples-2013/nt-syntax-str-esc-03.nt new file mode 100644 index 0000000..b8588c7 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-str-esc-03.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> "a\U00000020b" . diff --git a/tests/ntriples-2013/nt-syntax-string-01.nt b/tests/ntriples-2013/nt-syntax-string-01.nt new file mode 100644 index 0000000..5333aef --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-string-01.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> "string" . diff --git a/tests/ntriples-2013/nt-syntax-string-02.nt b/tests/ntriples-2013/nt-syntax-string-02.nt new file mode 100644 index 0000000..1ab55a3 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-string-02.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> "string"@en . diff --git a/tests/ntriples-2013/nt-syntax-string-03.nt b/tests/ntriples-2013/nt-syntax-string-03.nt new file mode 100644 index 0000000..b34ca0f --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-string-03.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> "string"@en-uk . diff --git a/tests/ntriples-2013/nt-syntax-subm-01.nt b/tests/ntriples-2013/nt-syntax-subm-01.nt new file mode 100644 index 0000000..91b4988 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-subm-01.nt @@ -0,0 +1,79 @@ +# +# 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://www.w3.org/Consortium/Legal/copyright-software.html> +# +# 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 + + +<http://example.org/resource1> <http://example.org/property> <http://example.org/resource2> . +_:anon <http://example.org/property> <http://example.org/resource2> . +<http://example.org/resource2> <http://example.org/property> _:anon . +# spaces and tabs throughout: + <http://example.org/resource3> <http://example.org/property> <http://example.org/resource2> . + +# line ending with CR NL (ASCII 13, ASCII 10) +<http://example.org/resource4> <http://example.org/property> <http://example.org/resource2> . + +# 2 statement lines separated by single CR (ASCII 10) +<http://example.org/resource5> <http://example.org/property> <http://example.org/resource2> . +<http://example.org/resource6> <http://example.org/property> <http://example.org/resource2> . + + +# All literal escapes +<http://example.org/resource7> <http://example.org/property> "simple literal" . +<http://example.org/resource8> <http://example.org/property> "backslash:\\" . +<http://example.org/resource9> <http://example.org/property> "dquote:\"" . +<http://example.org/resource10> <http://example.org/property> "newline:\n" . +<http://example.org/resource11> <http://example.org/property> "return\r" . +<http://example.org/resource12> <http://example.org/property> "tab:\t" . + +# Space is optional before final . +<http://example.org/resource13> <http://example.org/property> <http://example.org/resource2>. +<http://example.org/resource14> <http://example.org/property> "x". +<http://example.org/resource15> <http://example.org/property> _:anon. + +# \u and \U escapes +# latin small letter e with acute symbol \u00E9 - 3 UTF-8 bytes #xC3 #A9 +<http://example.org/resource16> <http://example.org/property> "\u00E9" . +# Euro symbol \u20ac - 3 UTF-8 bytes #xE2 #x82 #xAC +<http://example.org/resource17> <http://example.org/property> "\u20AC" . +# resource18 test removed +# resource19 test removed +# resource20 test removed + +# XML Literals as Datatyped Literals +<http://example.org/resource21> <http://example.org/property> ""^^<http://www.w3.org/2000/01/rdf-schema#XMLLiteral> . +<http://example.org/resource22> <http://example.org/property> " "^^<http://www.w3.org/2000/01/rdf-schema#XMLLiteral> . +<http://example.org/resource23> <http://example.org/property> "x"^^<http://www.w3.org/2000/01/rdf-schema#XMLLiteral> . +<http://example.org/resource23> <http://example.org/property> "\""^^<http://www.w3.org/2000/01/rdf-schema#XMLLiteral> . +<http://example.org/resource24> <http://example.org/property> "<a></a>"^^<http://www.w3.org/2000/01/rdf-schema#XMLLiteral> . +<http://example.org/resource25> <http://example.org/property> "a <b></b>"^^<http://www.w3.org/2000/01/rdf-schema#XMLLiteral> . +<http://example.org/resource26> <http://example.org/property> "a <b></b> c"^^<http://www.w3.org/2000/01/rdf-schema#XMLLiteral> . +<http://example.org/resource26> <http://example.org/property> "a\n<b></b>\nc"^^<http://www.w3.org/2000/01/rdf-schema#XMLLiteral> . +<http://example.org/resource27> <http://example.org/property> "chat"^^<http://www.w3.org/2000/01/rdf-schema#XMLLiteral> . +# resource28 test removed 2003-08-03 +# resource29 test removed 2003-08-03 + +# Plain literals with languages +<http://example.org/resource30> <http://example.org/property> "chat"@fr . +<http://example.org/resource31> <http://example.org/property> "chat"@en . + +# Typed Literals +<http://example.org/resource32> <http://example.org/property> "abc"^^<http://example.org/datatype1> . +# resource33 test removed 2003-08-03 diff --git a/tests/ntriples-2013/nt-syntax-uri-01.nt b/tests/ntriples-2013/nt-syntax-uri-01.nt new file mode 100644 index 0000000..02e6ba9 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-uri-01.nt @@ -0,0 +1 @@ +<http://example/s> <http://example/p> <http://example/o> . diff --git a/tests/ntriples-2013/nt-syntax-uri-02.nt b/tests/ntriples-2013/nt-syntax-uri-02.nt new file mode 100644 index 0000000..664feea --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-uri-02.nt @@ -0,0 +1,2 @@ +# x53 is capital S +<http://example/\u0053> <http://example/p> <http://example/o> . diff --git a/tests/ntriples-2013/nt-syntax-uri-03.nt b/tests/ntriples-2013/nt-syntax-uri-03.nt new file mode 100644 index 0000000..b5aeb26 --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-uri-03.nt @@ -0,0 +1,2 @@ +# x53 is capital S +<http://example/\U00000053> <http://example/p> <http://example/o> . diff --git a/tests/ntriples-2013/nt-syntax-uri-04.nt b/tests/ntriples-2013/nt-syntax-uri-04.nt new file mode 100644 index 0000000..49bacca --- /dev/null +++ b/tests/ntriples-2013/nt-syntax-uri-04.nt @@ -0,0 +1,2 @@ +# IRI with all chars in it. +<http://example/s> <http://example/p> <scheme:!$%25&'()*+,-./0123456789:/@ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz~?#> . |