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 [email protected].
For more options, visit https://groups.google.com/d/optout.