Skip to content

Commit a836404

Browse files
author
cimmino
committed
updating code
1 parent c5d087d commit a836404

29 files changed

+2
-421
lines changed

src/main/java/client/tmp/VicinityClientImpl.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ public static void main(String[] args) throws UnirestException {
7474
"prefix map: <http://iot.linkeddata.es/def/wot-mappings#> \n" +
7575
"\n" +
7676
"SELECT DISTINCT ?p ?o WHERE {\n" + //
77-
" <http://vicinity.eu/data/things/c0d66ac6-b952-458f-8bb6-0ceea539b082> ?p ?o . \n" +
77+
" ?s rdf:type wot:Thing . \n" +
78+
" ?s ?p ?o . \n" +
7879
"}";
7980

8081

-13 KB
Binary file not shown.
-582 Bytes
Binary file not shown.
-4.14 KB
Binary file not shown.
-5.73 KB
Binary file not shown.
-1.97 KB
Binary file not shown.
-7.24 KB
Binary file not shown.
-11.5 KB
Binary file not shown.

target/maven-archiver/pom.properties

Lines changed: 0 additions & 5 deletions
This file was deleted.

target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)