good afternoon;

> On 24. Apr 2023, at 14:18, Mikael Pesonen <mikael.peso...@lingsoft.fi> wrote:
> 
> 
> Not Jena question but hope someone can help. I have two columns with always 
> equal amount of rows. How can they be combined into one column (variable)? 
> This method doesn't work (example has different predicates):
> 
> select ?s ?pl_al
> where {
>     ?s skos:prefLabel ?pl .
>     ?s skos:altLabel ?al .
>     bind(concat(?pl, ?al) as ?pl_al)
>   }

what do you intend, which this does not yield:

    https://dydra.com/test/test/columns.html


---
james anderson | ja...@dydra.com | https://dydra.com


Reply via email to