You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Rupert Westenthaler (JIRA)" <ji...@apache.org> on 2014/01/22 11:13:19 UTC

[jira] [Resolved] (STANBOL-1198) BNode support does not work for the SesameYard

     [ https://issues.apache.org/jira/browse/STANBOL-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rupert Westenthaler resolved STANBOL-1198.
------------------------------------------

    Resolution: Fixed

fixed with http://svn.apache.org/r1538520 and merged to 0.12 with http://svn.apache.org/r1538524

> 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.5#6160)