Skip to content
This repository was archived by the owner on Sep 26, 2024. It is now read-only.

Commit e5e37fa

Browse files
removed jena package that will be csparql 2.0. Separated Simple in a separate module used to instruct on how to use yasper lib
1 parent 1e5afa9 commit e5e37fa

File tree

1,201 files changed

+65
-73439
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,201 files changed

+65
-73439
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<packaging>pom</packaging>
2121
<modules>
2222
<module>yasper-core</module>
23-
<module>yasper-jena</module>
23+
<module>yasper-simple</module>
2424
</modules>
2525

2626

src/test/resources/q52.rspql

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
PREFIX : <http://streamreasoning.org/iminds/massif/>
1+
PREFIX : <http://streamreasoning.org/jasper/streams/>
22
REGISTER ISTREAM <s1> AS
33
CONSTRUCT {?s ?p ?o .}
44
FROM NAMED WINDOW <win1> ON <stream1> [RANGE PT5S STEP PT2S]

yasper-core/gen/it/polimi/yasper/core/quering/syntax/RSPQL.tokens

-301
This file was deleted.

0 commit comments

Comments
 (0)