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
- */
6
1
package test .java .org .linkeddatafragments .datasource ;
7
2
8
3
import 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
- */
6
1
package test .java .org .linkeddatafragments .datasource ;
7
2
8
3
import com .google .gson .JsonObject ;
9
4
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 ;
14
5
15
6
import 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 ;
20
7
21
8
import org .junit .After ;
22
9
import org .junit .AfterClass ;
23
- import org .junit .Assert ;
24
10
import org .junit .Before ;
25
11
import org .junit .BeforeClass ;
26
- import org .junit .Test ;
27
12
28
13
import org .linkeddatafragments .datasource .DataSourceFactory ;
29
- import org .linkeddatafragments .datasource .IDataSource ;
30
- import org .linkeddatafragments .datasource .TriplePatternFragment ;
31
14
32
15
import org .rdfhdt .hdt .enums .RDFNotation ;
33
16
import 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
- */
6
1
package test .java .org .linkeddatafragments .datasource ;
7
2
8
3
import com .google .gson .JsonObject ;
9
4
10
5
import com .hp .hpl .jena .query .Dataset ;
11
6
import 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 ;
15
7
import com .hp .hpl .jena .tdb .TDBFactory ;
16
8
17
9
import java .io .File ;
You can’t perform that action at this time.
0 commit comments