thanks kingsley,
i finally got it to work to fit my needs
with this query (data : see below)
SELECT DISTINCT ?o
WHERE
{
{
SELECT ?s ?o
WHERE
{
?s skos:narrower ?o .
}
} OPTION (TRANSITIVE, t_distinct, t_in(?s), t_out(?o), t_m
Jürgen Jakobitsch wrote:
hi,
i'm really having troubles figuring out how to get my option transitive right
for the following :
- i have a couple of skos:concepts in a skos:narrower hierarchy.
- i have an inference graph that apparently works.
- i have read the doc (16.2.12) but can't get my