[
https://issues.apache.org/jira/browse/RYA-34?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Puja Valiyil resolved RYA-34.
------------------------------
Resolution: Fixed
Verified that inference worked as expected, added an example showing how to
configure to enable inference
> Inference on RYA/mongo does not appear to work.
> -----------------------------------------------
>
> Key: RYA-34
> URL: https://issues.apache.org/jira/browse/RYA-34
> Project: Rya
> Issue Type: Bug
> Components: sail
> Affects Versions: 3.2.10
> Environment: Using RYA backed by mongo.
> Reporter: C Rasmussen
> Assignee: Puja Valiyil
>
> Using the following:
> Dataset
> ---
> @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
> @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#>.
> @prefix vp: <http://visumpoint.com/cars> .
> vp:carmake rdf:type rdfs:Class .
> vp:carmodel rdf:type rdfs:Class .
> vp:manufactor rdf:tpye rdfs:Class .
> vp:corvette rdf:type vp:carmodel .
> vp:model_s rdf:type vp:carmodel .
> vp:carmodel rdfs:subClassOf vp:carmake .
> vp:carmake rdfs:subClassOf vp:manufactor .
> --
> Then doing the below query does not return any results, even though it should.
> ---
> PREFIX vp: <http://visumpoint.com/cars>
> PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
> SELECT ?x
> WHERE {
> ?x rdf:type vp:carmake .
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)