500 server error while reasoning on RDFS domain and range

Hi,

When entering the following requests :

insert data {
:foo rdfs:domain :Bar .
}

select * where {
:foo ?p ?o .
}

The response to the second is indeed the inserted triple with reasoning set to off, but it is a 500 internal server error with reasoning on.

I tried this with RDFS, EL and RL reasoning. The same issue occurs for rdfs:range.

I'm using the Web interface, free version, 5.3.4. Apologies if this has already been fixed in recent versions.

Thanks,

Lionel.

Hi Lionel,

There will be a detailed error message in the stardog.log file on the server. Can you share the contents of this file?

Jess

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.