Andrew Smith created RYA-235:
--------------------------------
Summary: Multiple Type for a single subject in Mongo Entity Indexer
Key: RYA-235
URL: https://issues.apache.org/jira/browse/RYA-235
Project: Rya
Issue Type: Improvement
Reporter: Andrew Smith
Priority: Minor
The entity indexer in mongo currently only supports a single rdf.type per
variable.
in the example:
select * where {
?x rdf.type person .
?x rdf.type employee .
?x name ?name
....etc
}
?x could be both a person and an employee.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)