Skip to content

Commit

Permalink
GH-145: Remove mfx:
Browse files Browse the repository at this point in the history
  • Loading branch information
afs committed Oct 24, 2024
1 parent 12a81bb commit dcf6dfd
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 13 deletions.
17 changes: 8 additions & 9 deletions sparql/sparql10/open-world/sameTerm-manifest.ttl
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
# Tests: sameTerm and mfx:StringSimpleLiteralCmp .
# Tests: sameTerm and mf:StringSimpleLiteralCmp .
# $Id: sameTerm-manifest.ttl,v 1.1 2007/06/18 20:07:56 lfeigenb Exp $

@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dawgt: <http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#> .
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

<> rdf:type mf:Manifest ;
rdfs:label "sameTerm and mfx:StringSimpleLiteralCmp" ;
rdfs:label "sameTerm and mf:StringSimpleLiteralCmp" ;
mf:entries
(
[ mf:name "sameTerm" ;
Expand All @@ -21,12 +20,12 @@
mf:result <sameTerm.srx>
]
[ mf:name "sameTerm-StringSimpleLiteralCmp" ;
rdfs:comment "sameTerm('xyz', 'xyz'^^xsd:string) with mfx:StringSimpleLiteralCmp" ;
rdfs:comment "sameTerm('xyz', 'xyz'^^xsd:string) with mf:StringSimpleLiteralCmp" ;
mf:action
[ qt:query <sameTerm.rq> ;
qt:data <sameTerm.ttl> ] ;
mf:result <sameTerm-StringSimpleLiteralCmp.srx> ;
mf:requires mfx:StringSimpleLiteralCmp
mf:requires mf:StringSimpleLiteralCmp
]
[ mf:name "sameTerm-eq" ;
rdfs:comment "sameTerm('xyz', 'xyz'^^xsd:string) and 'xyz'='xyz'^^xsd:string" ;
Expand All @@ -36,12 +35,12 @@
mf:result <sameTerm-eq.srx>
]
[ mf:name "sameTerm-eq-StringSimpleLiteralCmp" ;
rdfs:comment "sameTerm('xyz', 'xyz'^^xsd:string) and 'xyz'='xyz'^^xsd:string with mfx:StringSimpleLiteralCmp" ;
rdfs:comment "sameTerm('xyz', 'xyz'^^xsd:string) and 'xyz'='xyz'^^xsd:string with mf:StringSimpleLiteralCmp" ;
mf:action
[ qt:query <sameTerm-eq.rq> ;
qt:data <sameTerm.ttl> ] ;
mf:result <sameTerm-eq-StringSimpleLiteralCmp.srx> ;
mf:requires mfx:StringSimpleLiteralCmp
mf:requires mf:StringSimpleLiteralCmp
]
[ mf:name "sameTerm-not-eq" ;
rdfs:comment "!sameTerm('xyz', 'xyz'^^xsd:string) and 'xyz'='xyz'^^xsd:string" ;
Expand All @@ -51,11 +50,11 @@
mf:result <sameTerm-not-eq.srx>
]
[ mf:name "sameTerm-not-eq-StringSimpleLiteralCmp" ;
rdfs:comment "!sameTerm('xyz', 'xyz'^^xsd:string) and 'xyz'='xyz'^^xsd:string with mfx:StringSimpleLiteralCmp" ;
rdfs:comment "!sameTerm('xyz', 'xyz'^^xsd:string) and 'xyz'='xyz'^^xsd:string with mf:StringSimpleLiteralCmp" ;
mf:action
[ qt:query <sameTerm-not-eq.rq> ;
qt:data <sameTerm.ttl> ] ;
mf:result <sameTerm-not-eq-StringSimpleLiteralCmp.srx> ;
mf:requires mfx:StringSimpleLiteralCmp
mf:requires mf:StringSimpleLiteralCmp
]
).
1 change: 0 additions & 1 deletion sparql/sparql11/syntax-fed/manifest.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@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#> .
@prefix dawgt: <http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#> .

Expand Down
1 change: 0 additions & 1 deletion sparql/sparql11/syntax-query/manifest.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@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#> .
@prefix dawgt: <http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#> .

Expand Down
1 change: 0 additions & 1 deletion sparql/sparql11/syntax-update-1/manifest.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@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#> .
@prefix dawgt: <http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#> .

Expand Down
1 change: 0 additions & 1 deletion sparql/sparql11/syntax-update-2/manifest.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
@prefix : <http://www.w3.org/2009/sparql/docs/tests/data-sparql11/syntax-update-2/manifest#> .
@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#> .
@prefix dawgt: <http://www.w3.org/2001/sw/DataAccess/tests/test-dawg#> .

Expand Down

0 comments on commit dcf6dfd

Please sign in to comment.