finished my web app demo

2018-02-16 Thread Phil Shields
Hi all, I have finished my OWL-DL web app demo. The first demo queries an ICD10AM ontology and the second uses a pellet reasoner to infer a patient's care levels. I had fun constructing it..(it is what I do for relaxation)...zen java! ontohealth.com.auCheers for now, Phil. Links in the

Re: Fuseki: Configuration for an inferencing endpoint throws AmbiguousSpecificTypeException (HDT).

2018-02-16 Thread Andy Seaborne
This is an HDT question. Just to be clear -- HDT is not part of the Apache Jena project. You need to have the HDT jars on the classpath when running the server. They have an example: https://github.com/rdfhdt/hdt-java/blob/master/hdt-fuseki/fuseki_example.ttl there are two necessary HDT

Fuseki: Configuration for an inferencing endpoint throws AmbiguousSpecificTypeException

2018-02-16 Thread Svensson, Lars
Greetings, While trying to configure a Fuseki endpoint to perform reasoning, the server throws an AmbiguousSpecificTypeException. I've created the following configuration file (inferencing.ttl): @prefix fuseki: . @prefix rdf:

Re: Configuring fuseki with TDB2 and OWL reasoning

2018-02-16 Thread Eric Boisvert
So, here's my complete test small naive dataset @prefix rdf: . @prefix rdfs: . @prefix owl: . @prefix hy: . hy:rechargeZone a