File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,10 @@ var dataFiles = [
127127 uri :'/optic/plan/test/planTriples.json' ,
128128 collections :[ '/optic/plan/test' ] ,
129129 content :fs . createReadStream ( './config-optic/qa-data/planTriples.json' )
130+ } , {
131+ uri :'/optic/sparql/test/dedupdoc1.xml' ,
132+ collections :[ '/optic/plan/test' ] ,
133+ content :fs . createReadStream ( './config-optic/qa-data/dedupdoc1.xml' )
130134 } ] ;
131135
132136var graphFiles1 = [
Original file line number Diff line number Diff line change 1+ <doc >
2+ <hello >world</hello >
3+ <tripleSets xmlns : sem =" http://marklogic.com/semantics" >
4+ <sem : triple >
5+ <sem : subject >http://marklogicsparql.com/id#5555</sem : subject >
6+ <sem : predicate >http://marklogicsparql.com/addressbook#firstName</sem : predicate >
7+ <sem : object datatype =" http://www.w3.org/2001/XMLSchema#string" >Jim</sem : object >
8+ </sem : triple >
9+ <sem : triple >
10+ <sem : subject >http://marklogicsparql.com/id#5555</sem : subject >
11+ <sem : predicate >http://marklogicsparql.com/addressbook#firstName</sem : predicate >
12+ <sem : object datatype =" http://www.w3.org/2001/XMLSchema#string" >Jim</sem : object >
13+ </sem : triple >
14+ </tripleSets >
15+ </doc >
You can’t perform that action at this time.
0 commit comments