include missing test file in Semantics tests
authorPeter F. Patel-Schneider <pfpschneider@gmail.com>
Tue, 05 Nov 2013 05:51:09 -0800
changeset 1213 cc3bc281d930
parent 1212 9935ca65012b
child 1215 da3534eb71f9
include missing test file in Semantics tests
rdf-mt/tests/rdfs-entailment/test002p.nt
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/rdf-mt/tests/rdfs-entailment/test002p.nt	Tue Nov 05 05:51:09 2013 -0800
@@ -0,0 +1,15 @@
+#
+# 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>
+#
+# MODIFIED
+# 
+#####################################################################
+<http://example.org/prop> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/1999/02/22-rdf-syntax-ns#langString> .
+<http://example.org/foo> <http://example.org/prop> "flargh"^^<http://www.w3.org/2001/XMLSchema#string> .