Hello,

The following code builds a new IRI from a string: 
*
*
*BIND* (*IRI*(fn:concat(afn:namespace(*?this*), afn:localname(*?this*), 
"Location")) *AS* ?point) .

TopBraid Composer serializes this statement to:

<sp:Bind>

  <sp:variable rdf:nodeID="A0"/>

  <sp:expression>

    <sp:iri>

      <sp:arg1>

        <fn:concat>

          <sp:arg1>

             <afn:namespace>

               <sp:arg1 rdf:resource="http://spinrdf.org/spin#_this"/>

              </afn:namespace>

          </sp:arg1>

          <sp:arg3>Location</sp:arg3>

          <sp:arg2>

            <afn:localname>

              <sp:arg1 rdf:resource="http://spinrdf.org/spin#_this"/>

            </afn:localname>

          </sp:arg2>

        </fn:concat>

      </sp:arg1>

    </sp:iri>

  </sp:expression>

</sp:Bind>


The problem is, that the string "Location" isn't serialized correct and I 
get a jena parser error reading the model.

Is this a serialization bug or did I make a mistake?


Many thanks in advance

-- You received this message because you are subscribed to the Google
Group "TopBraid Suite Users", the topics of which include Enterprise Vocabulary 
Network (EVN), TopBraid Composer, TopBraid Live,
TopBraid Ensemble, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/topbraid-users?hl=en

Reply via email to