I am using Protege 4.3 (also tried the 5-beta) with the following simple ontology:
Class: Person
Class: Man
SubClassOf:
Person
Individual: John
Types:
Man
Next, I start the Reasoner Hermit 1.3.8, but John is not inferred to be a Person. Also the following SPARQL does not return anything:
PREFIX this: <http://www.semanticweb.org/ontologies/2015/6/untitled-ontology-18#>
SELECT ?subject
WHERE { ?subject a this:Person }
Do you have any suggestions what I understood wrong?