Re: Efficient SPARQL query for RDF collections

2020-12-15 Thread Andy Seaborne
On 15/12/2020 14:33, Mikael Pesonen wrote: Hi, I am querying subclasses of class (here id:365852007) which belongs to RDF collection like this id:1 rdf:type owl:Class ;     rdfs:subClassOf [ owl:intersectionOf ( ... id:365852007 ... ) ]  ;     skos:prefLabel "something"@en .

Efficient SPARQL query for RDF collections

2020-12-15 Thread Mikael Pesonen
Hi, I am querying subclasses of class (here id:365852007) which belongs to RDF collection like this id:1 rdf:type owl:Class ;     rdfs:subClassOf [ owl:intersectionOf ( ... id:365852007 ... ) ]  ;     skos:prefLabel "something"@en . id:2 rdf:type owl:Class ;     rdfs:subClassOf [

Re: sparql problem

2020-12-15 Thread Andy Seaborne
Hi there, > apache-jena-fuseki-3.5.0 That's quite old - the current version is 3.17.0 Upgrading would be a good idea just in case. Are there any messages in the server log file? It is going to be difficult to pin down an encoding issue (if that is what it is) because by the time we get this

Re: Update Jena from 3.16 to 3.17 : problem with Jackson, diverging version in another software

2020-12-15 Thread Jean-Marc Vanel
I feel that I'm cornered with this problem; so I threw a bottle in the sea: https://stackoverflow.com/questions/65302371/playframework-cannot-override-sbt-dependency but my forecast is that I will stay at Jena 3.16 until Play Framework updates its Jackson dependencies . Or someday I will quit