You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2014/03/23 11:50:13 UTC

svn commit: r1580484 - /jena/trunk/jena-arq/testing/ARQ/Syntax/manifest-syntax.ttl

Author: andy
Date: Sun Mar 23 10:50:12 2014
New Revision: 1580484

URL: http://svn.apache.org/r1580484
Log:
Use W3C defined property for includes

Modified:
    jena/trunk/jena-arq/testing/ARQ/Syntax/manifest-syntax.ttl

Modified: jena/trunk/jena-arq/testing/ARQ/Syntax/manifest-syntax.ttl
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/testing/ARQ/Syntax/manifest-syntax.ttl?rev=1580484&r1=1580483&r2=1580484&view=diff
==============================================================================
--- jena/trunk/jena-arq/testing/ARQ/Syntax/manifest-syntax.ttl (original)
+++ jena/trunk/jena-arq/testing/ARQ/Syntax/manifest-syntax.ttl Sun Mar 23 10:50:12 2014
@@ -16,12 +16,11 @@
 @prefix rdf:    <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
 @prefix rdfs:	<http://www.w3.org/2000/01/rdf-schema#> .
 @prefix mf:     <http://www.w3.org/2001/sw/DataAccess/tests/test-manifest#> .
-@prefix mfx:    <http://jena.hpl.hp.com/2005/05/test-manifest-extra#> .
 @prefix qt:     <http://www.w3.org/2001/sw/DataAccess/tests/test-query#> .
 
 <>  rdf:type mf:Manifest ;
     rdfs:label "Syntax" ;
-    mfx:include (
+    mf:include (
         <Syntax-SPARQL_10_1/manifest.ttl>
         <Syntax-SPARQL_10_2/manifest.ttl>
         <Syntax-SPARQL_10_3/manifest.ttl>