I've tested 6.2.2 and 7.0.1 with default reasoning (SL) and it doesn't work neither.
When running 7.0.1 in my docker I'm seeing logs that end in
WARN 2019-09-25 13:10:50,460 [stardog-user-2] com.clarkparsia.blackout.Saturator:saturate(104): Saturation was interrupted. Query results might be incomplete.
Previously there we a lot of logs about inconsistencies
WARN 2019-09-25 13:10:46,126 [stardog-user-2] com.clarkparsia.blackout.ProfileFilterBase:apply(39): Not a valid SL axiom: SubClassOf(countries:ISO3166DefinedCountry,cardinality(countries:countryCodeISO3166Alpha3,1,rdfs:Literal))
WARN 2019-09-25 13:10:46,135 [stardog-user-2] com.clarkparsia.blackout.ProfileFilterBase:apply(39): Not a valid SL axiom: EquivalentClasses(commonCoreOntologies:Agent, and(or(commonCoreOntologies:Animal, commonCoreOntologies:Organization), some(commonCoreOntologies:agent_in,obo:BFO_0000015)))
WARN 2019-09-25 13:10:46,137 [stardog-user-2] com.clarkparsia.blackout.ProfileFilterBase:apply(39): Not a valid SL axiom: EquivalentClasses(commonCoreOntologies:Agent, and(or(commonCoreOntologies:Animal, commonCoreOntologies:Organization), some(commonCoreOntologies:agent_in,obo:BFO_0000015)))
WARN 2019-09-25 13:10:46,137 [stardog-user-2] com.clarkparsia.blackout.ProfileFilterBase:apply(39): Not a valid SL axiom: EquivalentClasses(commonCoreOntologies:Agent, and(or(commonCoreOntologies:Animal, commonCoreOntologies:Organization), some(commonCoreOntologies:agent_in,obo:BFO_0000015)))
WARN 2019-09-25 13:10:46,138 [stardog-user-2] com.clarkparsia.blackout.ProfileFilterBase:apply(39): Not a valid SL axiom: EquivalentClasses(commonCoreOntologies:Agent, and(or(commonCoreOntologies:Animal, commonCoreOntologies:Organization), some(commonCoreOntologies:agent_in,obo:BFO_0000015)))
WARN 2019-09-25 13:10:46,139 [stardog-user-2] com.clarkparsia.blackout.ProfileFilterBase:apply(39): Not a valid SL axiom: EquivalentClasses(commonCoreOntologies:Agent, and(or(commonCoreOntologies:Animal, commonCoreOntologies:Organization), some(commonCoreOntologies:agent_in,obo:BFO_0000015)))
WARN 2019-09-25 13:10:46,140 [stardog-user-2] com.clarkparsia.blackout.ProfileFilterBase:apply(39): Not a valid SL axiom: EquivalentClasses(commonCoreOntologies:Agent, and(or(commonCoreOntologies:Animal, commonCoreOntologies:Organization), some(commonCoreOntologies:agent_in,obo:BFO_0000015)))
WARN 2019-09-25 13:10:46,140 [stardog-user-2] com.clarkparsia.blackout.ProfileFilterBase:apply(39): Not a valid SL axiom: EquivalentClasses(commonCoreOntologies:Agent, and(or(commonCoreOntologies:Animal, commonCoreOntologies:Organization), some(commonCoreOntologies:agent_in,obo:BFO_0000015)))
The files ontologies I'm loading are attached and I'm loading them using command
stardog data add $CONN_INFO $(ls imports/*)
I've uploaded in this ticket all the ontologies I'm using.ontologies.zip (260.2 KB)
To the best of my knowledge I've added all the files required to answer that query.
Please let me know if something is wrong or needs tweaking.
Toni