|
Hi!! I have a problem while making an inference model with RDF reasoner. I have a RDF file and OWL file for inference. RDF file:
OWL File:
Using two files, I want to process the following query:
I expected the instance "PC1" should be returned from this query, but it did not. I used infModel class in Jena as my RDF reasoner. Can you see something I am missing? Thanks!! |
|
Howdy, Here's the triple your first RDF/XML snippet encodes (/obfuscates):
Here's the two triples your second RDF/XML snippet represents (/obfuscates):
Here's the rule for supporting
Your data don't match the condition of the rule! You would need to say:
to infer
(Whether or not you want to say |

