Hi Holger,

My final intention is to get data in the shape of a tree. Based on your 
example I managed to explore a taxonomy many levels down just by adding the 
following:

{
  conceptSchemes(uri: 
"http://resource.geosciml.org/classifierscheme/cgi/2016.01/earth-resource-expression";
) {
    label
    hasTopConcept {
      label
      narrower {
        label
        narrower {
            label
            narrower {
                 label
              }
          }
      }
    }
  }
}

This is fine since I know how many levels deep I have to go. 

Can I do the same with an Ontology, and can you help we with a base querie 
as well please? 
I noticed GRAPQL for ontologies requires a Shape/Class, but the list 
available doesn't reflect the structure of my ontology. I'm not sure what's 
the right step here

Much appreciated,

Mike

-- 
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].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/topbraid-users/8a770baf-5f0a-48c4-8385-7ad925c626e8%40googlegroups.com.

Reply via email to