Skip to content

Commit

Permalink
Update the jena dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiril Tonev committed Apr 12, 2020
1 parent df9d52d commit 307eef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<groupId>org.apache.jena</groupId>
<artifactId>apache-jena-libs</artifactId>
<type>pom</type>
<version>2.12.1</version>
<version>2.13.0</version>
</dependency>

<!-- Spring -->
Expand Down

3 comments on commit 307eef8

@roland-c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This didn't work for my install. I have a fresh compiled LodView installed now but the error regarding xsd:gYearMonth persists. [1] This is the original data that causes the error [2]
I tried a jena 3.x version but then LodView doesn't compile.

[1] http://data.muziekschatten.nl/som/332000?output=application%2Fld%2Bjson
[2] http://data.muziekschatten.nl/som/332000?output=text%2Fplain

@attadanta
Copy link
Contributor

@attadanta attadanta commented on 307eef8 Apr 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I cannot reproduce this on my end :(

I have configured my LodView instance to use the muziekschatten SPARQL endpoint, but can view the JSON-LD representation of the resource just fine with the latest version.

Here's a snippet of my configuration:

conf:IRInamespace <http://data.muziekschatten.nl/som/>  ;
conf:endpoint <http://data.muziekschatten.nl/sparql> ;
conf:endpointType "virtuoso" ;

What could I be missing?

@roland-c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Resolved! What went wrong on my side is that I copied the compiled version of LodView to the Tomcat dir already containing the previous version of LodView. Now that I first removed the old LodView and then replace it with the new compiled version it went smooth as intended :) Thanks @attadanta for helping me out!

Please sign in to comment.