[topbraid-users] Re: Getting Taxonomy list with GraphQL

2021-07-19 Thread Holger Knublauch
This is possible by using the _ endpoint. You can navigate there from the Admin page (Query TopBraid Platform API using GraphQL) or by directly entering tbl/graphql/_ The query for what you need is probably { masterGraphs(graphType: "http://evn.topbraidlive.org/evnprojects#ProjectType;) {

Re: [topbraid-users] owl>shacl for oneof?

2021-07-19 Thread David Price
If you have nen2660:Solid rdf:type nen2660:AggregationStateType, etc set then it does not appear to matter, both seem to work in Composer and in EDG. I guess any preference depends on if the oneOf is only ever used by one property or not. FWIW I’ve seen the property shape variant used more

[topbraid-users] owl>shacl for oneof?

2021-07-19 Thread 'Bohms, H.M. (Michel)' via TopBraid Suite Users
In owl I have: nen2660:AggregationStateType a owl:Class ; owl:oneOf ( nen2660:Solid nen2660:Fluid nen2660:Gas nen2660:Plasma ) ; . What would be the shacl variant here?: I had: nen2660:AggregationStateType a sh:NodeShape ; sh:property [ sh:path

[topbraid-users] Getting Taxonomy list with GraphQL

2021-07-19 Thread Andras
Hi everyone! I am using GraphQL to get Taxonomy data within a taxonomy, but now I would like to get the available list of taxonomies. I am not sure what is the endpoint I can use in this case, if it is possible at all. Does it have any endpoints above level Taxonomy where I can get all