Hi there,
I am trying to get all the materialised inferences from my ontology, and since the classification and realisation commands don't materialise everything I need, I'm using the SPARQL query feature (sparqlfile) instead. I was able to get all the inferred subproperty hierarchy and property assertions for object properties this way, but I haven't been able to get the same thing working for datatype properties -- ideally the exact same query pattern, just swapped to a datatype property, should work the same way. Is this a bug, or is it just not supported yet?
For reference, I'm attaching a trimmed-down version of my code:
koncludix_for_issue.py
Hi there,
I am trying to get all the materialised inferences from my ontology, and since the classification and realisation commands don't materialise everything I need, I'm using the SPARQL query feature (sparqlfile) instead. I was able to get all the inferred subproperty hierarchy and property assertions for object properties this way, but I haven't been able to get the same thing working for datatype properties -- ideally the exact same query pattern, just swapped to a datatype property, should work the same way. Is this a bug, or is it just not supported yet?
For reference, I'm attaching a trimmed-down version of my code:
koncludix_for_issue.py