Rupert Westenthaler created STANBOL-1198:
--------------------------------------------
Summary: BNode support does not work for the SesameYard
Key: STANBOL-1198
URL: https://issues.apache.org/jira/browse/STANBOL-1198
Project: Stanbol
Issue Type: Bug
Reporter: Rupert Westenthaler
Assignee: Rupert Westenthaler
Priority: Minor
Fix For: 0.12.0
The BNode support of the SesameYard (STANBOL-1169) does not work causing some
Statements not beeing included.
The BNode support should include all outgoing Statements of BNodes referenced
by Statements of the current Entity URI.
The intended statements to be included in the created Representation (backed by
a Sesame Model) are
<subject>
<property> <literal>
<property> <uri>
<property> <bnode>
<property> <literal>
<property> <uri>
<property> <bnode2>
<property> <literal>
<property> <uri>
...
because of the bug only the following statements are included
<subject>
<property> <literal>
<property> <uri>
<property> <bnode>
--
This message was sent by Atlassian JIRA
(v6.1#6144)