File tree Expand file tree Collapse file tree 3 files changed +0
-30
lines changed
src/test/java/org/linkeddatafragments/datasource Expand file tree Collapse file tree 3 files changed +0
-30
lines changed Original file line number Diff line number Diff line change 1- /*
2- * To change this license header, choose License Headers in Project Properties.
3- * To change this template file, choose Tools | Templates
4- * and open the template in the editor.
5- */
61package test .java .org .linkeddatafragments .datasource ;
72
83import com .google .gson .JsonObject ;
Original file line number Diff line number Diff line change 1- /*
2- * To change this license header, choose License Headers in Project Properties.
3- * To change this template file, choose Tools | Templates
4- * and open the template in the editor.
5- */
61package test .java .org .linkeddatafragments .datasource ;
72
83import com .google .gson .JsonObject ;
94
10- import com .hp .hpl .jena .rdf .model .Model ;
11- import com .hp .hpl .jena .rdf .model .ModelFactory ;
12- import com .hp .hpl .jena .rdf .model .Property ;
13- import com .hp .hpl .jena .rdf .model .Resource ;
145
156import java .io .File ;
16- import java .io .IOException ;
17- import java .io .InputStream ;
18- import java .nio .file .Files ;
19- import java .nio .file .StandardCopyOption ;
207
218import org .junit .After ;
229import org .junit .AfterClass ;
23- import org .junit .Assert ;
2410import org .junit .Before ;
2511import org .junit .BeforeClass ;
26- import org .junit .Test ;
2712
2813import org .linkeddatafragments .datasource .DataSourceFactory ;
29- import org .linkeddatafragments .datasource .IDataSource ;
30- import org .linkeddatafragments .datasource .TriplePatternFragment ;
3114
3215import org .rdfhdt .hdt .enums .RDFNotation ;
3316import org .rdfhdt .hdt .hdt .HDT ;
Original file line number Diff line number Diff line change 1- /*
2- * To change this license header, choose License Headers in Project Properties.
3- * To change this template file, choose Tools | Templates
4- * and open the template in the editor.
5- */
61package test .java .org .linkeddatafragments .datasource ;
72
83import com .google .gson .JsonObject ;
94
105import com .hp .hpl .jena .query .Dataset ;
116import com .hp .hpl .jena .rdf .model .Model ;
12- import com .hp .hpl .jena .rdf .model .ModelFactory ;
13- import com .hp .hpl .jena .rdf .model .Property ;
14- import com .hp .hpl .jena .rdf .model .Resource ;
157import com .hp .hpl .jena .tdb .TDBFactory ;
168
179import java .io .File ;
You can’t perform that action at this time.
0 commit comments