Re: [topbraid-users] Re: [tbc-users] Re: @prefix triples

2018-06-07 Thread Jack Hodges
This is interesting Holger. I tried your query and it worked, and then I tried the following and it worked just fine. I was thinking along another line the other day: *SELECT* * *WHERE* { *GRAPH* { ?ns spif:prefix ?prefix . } } Jack On

Re: [topbraid-users] Re: [tbc-users] Re: @prefix triples

2018-06-07 Thread Jack Hodges
And yes, I meant graph, but I used the graph’s namespace in the query. So, SELECT ?prefixes WHERE { spif:prefix ?prefixes . } -- You received this message because you are subscribed to the Google Groups "TopBraid Suite Users" group. To unsubscribe from this group and stop

Re: [topbraid-users] Re: [tbc-users] Re: @prefix triples

2018-06-07 Thread Jack Hodges
I thought I tried that (also a one-liner) yesterday with no results. I’ll try again. Thanks. -- 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

Re: [topbraid-users] Re: [tbc-users] Re: @prefix triples

2018-06-06 Thread Holger Knublauch
Hi Jack, SELECT * WHERE {     ?ns spif:prefix ?prefix . } produces all prefix declarations. I am not sure what you mean with "identify all of the prefixes defined in a namespace". Maybe you mean "in a graph"? What is missing? Holger On 7/06/2018 9:11, Jack Hodges wrote: I know that this