Hi all,

In the sp spec http://spinrdf.org/sp.html it mentions using sp:as in select 
clauses (section 4.2). There is no example, but it seems like it would look 
like this:

[ 
      sp:as [ sp:varName "result"^^xsd:string ] ;

      a       sp:Count ;
      sp:expression [
              sp:varName "object"^^xsd:string ;
      ] ;
]


On the other-hand the spl rdf file makes no use of sp:as and instead uses 
an alternative notation:

          [
            sp:expression [
                rdf:type sp:Count ;
                sp:expression [
                    sp:varName "object"^^xsd:string ;
                  ] ;
              ] ;
            sp:varName "result"^^xsd:string ;
          ]

Which should I be using?


-- 
You received this message because you are subscribed to the Google Group 
"TopBraid Suite Users", the topics of which include Enterprise Vocabulary 
Network (EVN), Reference Data Manager (RDM), TopBraid Composer, TopBraid Live, 
TopBraid Insight, SPARQLMotion, SPARQL Web Pages and SPIN.
To post to this group, send email to [email protected]
--- 
You received this message because you are subscribed to the Google Groups 
"TopBraid Suite Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to