Sanjeev, yes, I *think* that should work. I have not tried it though (I don’t 
have a copy of 5.3.2 running at the moment).

Richard



> On 26 Nov 2018, at 13:29, Sanjeev Devireddy <devireddy.sanj...@gmail.com> 
> wrote:
> 
> Hi Richard,
>     Thanks, it helps. So, my understanding is that in v5.3.2 the SPARQL 
> (please check below) doesn't need to rely on SHACL to get only custom 
> properties of node/concept.
>     
>     
> SELECT ?property ?value
> WHERE {
>     BIND (ui:graphWithImports(<urn:x-evn-master:geo>) AS ?graph) .
>         GRAPH ?graph{
>             <http://topquadrant.com/ns/examples/geography#Canada> ?property 
> ?value .
>             FILTER (swa:isNonAnnotationProperty(?property))
>             FILTER (?property NOT IN (rdf:type)) # rdf:type to be replaced by 
> the long list of properties enumerated as arg:predicate="…" in 
> evnui:ConceptFormBody
>         }
>       
> }
> 
> 
> 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 topbraid-users+unsubscr...@googlegroups.com 
> <mailto:topbraid-users+unsubscr...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
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 topbraid-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to