[topbraid-users] Custom Jena function integration

2021-11-24 Thread David Habgood
Hi, I have some custom Jena Value Functions that I have working against a vanilla Jena instance https://jena.apache.org/documentation/query/java-uri.html I'd like these functions to be available in EDG. I tried the approach at the bottom here:

Re: [topbraid-users] GraphQL errors validation report fails

2021-11-24 Thread Holger Knublauch
For most settings you can set global defaults for all users but not for the Problems & Suggestions (because they don't have icons that the corresponding dialog requires). However, if you just leave them as default you should not run into the bug, and that will be fixed in 7.1 anyway.

Re: [topbraid-users] GraphQL errors validation report fails

2021-11-24 Thread Rob Atkinson
ahh - so I was mainly looking for way to set this as a global default? On Thu, 25 Nov 2021 at 10:50, Holger Knublauch wrote: > Ah sorry I wasn't clear, but those settings are in drop down of the upper > right corner of the Problems & Suggestions panel. > > HTH > Holger > > > On 2021-11-25 7:36

Re: [topbraid-users] Properties shapes in ReadOnly (instances) and not displayed on classes.

2021-11-24 Thread Irene Polikoff
We recommend putting instances into a graph different from an ontology e.g., into a taxonomy, reference dataset, data graph and many other asset collection types available in EDG. If you create instances in an ontology, by default, only label and comment will be editable. This can be changed

Re: [topbraid-users] sparql question

2021-11-24 Thread Holger Knublauch
Is this a typo ?bpsStartkilometrering vs ?bpsStartKilometrering (upper-case K) ? Holger On 2021-11-25 6:56 am, 'Bohms, H.M. (Michel)' via TopBraid Suite Users wrote: When I want to select attributes from different classes (monster & meting) that share the value of another attribute (here

Re: [topbraid-users] Properties shapes in ReadOnly (instances) and not displayed on classes.

2021-11-24 Thread Holger Knublauch
Sorry I don't think I understand your exact scenario. Could you elaborate a bit? Are you using Ontologies or some instance asset collection such as Data Graphs/Taxonomies? That impacts which properties are editable. And on your first question, what do you mean they are not displayed? Some

Re: [topbraid-users] GraphQL errors validation report fails

2021-11-24 Thread Holger Knublauch
Ah sorry I wasn't clear, but those settings are in drop down of the upper right corner of the Problems & Suggestions panel. HTH Holger On 2021-11-25 7:36 am, robatki...@gmail.com wrote: OK thanks for the heads up... I have looked at all the settings options i can see in the server admin

Re: [topbraid-users] GraphQL errors validation report fails

2021-11-24 Thread robatki...@gmail.com
OK thanks for the heads up... I have looked at all the settings options i can see in the server admin and on the editor and settings tabs - and tried to search documentation - but i can't find where that settings dialog is :-/ - can you point me to the right location please.. On Wednesday,

[topbraid-users] sparql question

2021-11-24 Thread 'Bohms, H.M. (Michel)' via TopBraid Suite Users
When I want to select attributes from different classes (monster & meting) that share the value of another attribute (here 'bpsStartKilometrering'), I now use the red below in annex 1. In the results I however get lines where ?meting sa:bpsStartKilometrering ?bpsStartKilometrering . is not

[topbraid-users] Properties shapes in ReadOnly (instances) and not displayed on classes.

2021-11-24 Thread bostoM
Hi folks, I have two questions : 1. I defined Node shapes with some properties shapes. When I try to use this NodeShape in an external ontologies (instances) I have my constraints applied correctly on my owl:Class but not displayed. 2. I create instances, now, the properties

[topbraid-users] Re: Question about SHACL API and inferencing

2021-11-24 Thread 'Felix Sasaki' via TopBraid Suite Users
Sorry for the noise - I found the answer in the test files: Model result = RuleUtil.executeRules(dataModel, shapesModel, null, null); - Felix On Wednesday, 24 November 2021 at 11:11:58 UTC+1 Felix Sasaki wrote: > The SHACL API > https://github.com/TopQuadrant/shacl > contains an example for