Re: [topbraid-users] Instances with multiple Class types

2024-05-21 Thread Marie Valadez
That seems to have done the trick. Thank you! On Tue, May 21, 2024 at 10:30 AM Marie Valadez wrote: > I am probably just overlooking this. I checked the datashapes page and > sifted through documentation. Is there a way to default which form is used > to define an instance i

[topbraid-users] Instances with multiple Class types

2024-05-21 Thread Marie Valadez
I am probably just overlooking this. I checked the datashapes page and sifted through documentation. Is there a way to default which form is used to define an instance in EDG. We are on 7.8.1. For instance, if an instance is member of ex:Class1 and ex:Class2, I want the form to default to

Re: [topbraid-users] Calling tbs:loadRemoteResources

2024-05-09 Thread Marie Valadez
rdfs:comment "Reloads a remote data instance when selected in the EDG UI" ; rdfs:label "Reload Remote Data Instances" ; sh:order 0 ; . On Thursday, May 9, 2024 at 1:33:51 PM UTC-6 Marie Valadez wrote: > That did the trick. Thank you Holger! > > > On Th

Re: [topbraid-users] Calling tbs:loadRemoteResources

2024-05-09 Thread Marie Valadez
le string with spaces in between URIs… > > Holger > > > > On 9 May 2024, at 4:46 PM, Marie Valadez wrote: > > Hello Holger, > > Thanks for the response. I followed your instructions and tried using the > code within the ScriptEditor and from within an ExploreAction. How

[topbraid-users] Calling tbs:loadRemoteResources

2024-05-08 Thread Marie Valadez
Hello! I found some documentation about tbs:loadRemoteResource which can be used to programmatically load the remote resource which is similar to pushing the button in UI to reload (https://archive.topquadrant.com/doc/7.8/user_guide/remote/index.html?highlight=loadremoteresource). However,

Re: [topbraid-users] sh:nodes and sh:minus

2024-04-27 Thread Marie Valadez
; sh:nodes [ > sh:path ( > skos:broader > ex:characteristics > ) ; > ] ; > ] ; > ] ; > ] ; > > which visualizes as > > > [image: PastedGraphic-1.png] > > HTH > Holger > > > On 26 Apr 2024, at 6:42 PM, Marie Valadez wrote: > > Hello! > >

[topbraid-users] sh:nodes and sh:minus

2024-04-26 Thread Marie Valadez
Hello! I am trying to use infer values through sh:values using sh:nodes, sh:filterShape, sh:minus. However, it is not working as intended. Assuming I am writing something incorrectly. As a similar example to what I am doing. I want to infer values for a property through a skos:broader

Re: [topbraid-users] Constructor for type

2024-04-23 Thread Marie Valadez
how a > class selection tree rooted in the base type, allowing users to pick a > specific subclass. This selection will then become the value of the JS > variable 'type' in the script. > > Regards > Holger > > > On 28 Mar 2024, at 10:21 PM, Marie Valadez wrote: > > Igno

Re: [topbraid-users] Create custom "Add to Asset List"

2024-04-10 Thread Marie Valadez
Ah I finally found it. Thank you. On Wed, Apr 10, 2024 at 10:47 AM Holger Knublauch wrote: > The only precondition that I can see is that the selected asset needs to > be instance of skos:Concept > > Holger > > > On 10 Apr 2024, at 6:02 PM, Marie Valadez wrote: &

Re: [topbraid-users] Create custom "Add to Asset List"

2024-04-10 Thread Marie Valadez
involved and I would recommend doing this through professional > services by TQ staff. Let me know if you want to proceed with that, I guess > off-list. > > Regards, > Holger > > > > > On 9 Apr 2024, at 11:55 PM, Marie Valadez wrote: > > Hello

[topbraid-users] Create custom "Add to Asset List"

2024-04-09 Thread Marie Valadez
ither a ModifyAction or ExploreAction but not entirely sure how to add it to an Asset List. Thank you! Marie Valadez -- The topics of this mailing list include TopBraid EDG and related technologies such as SHACL. To post to this group, send email to topbraid-users@googlegroups.com --- You received this

ThaRe: [topbraid-users] Using dash:BatchAction in EDG

2024-04-02 Thread Marie Valadez
Thank you Holger! Appreciate the help! On Wednesday, March 27, 2024 at 4:24:51 AM UTC-6 Holger Knublauch wrote: > BTW this is now addressed for the upcoming 8.0 release. > > Holger > > > On 26 Mar 2024, at 7:13 PM, Marie Valadez wrote: > > Thank you for submitt

[topbraid-users] Re: Constructor for type

2024-03-28 Thread Marie Valadez
Ignore the "a sh:PropertyShape" triples. I didn't mean to put that in the examples. I have it just as an sh:Parameter. On Thursday, March 28, 2024 at 4:19:57 PM UTC-6 Marie Valadez wrote: > Hello! > > I am looking at making a constructor that has several parameters for the &

[topbraid-users] Constructor for type

2024-03-28 Thread Marie Valadez
Hello! I am looking at making a constructor that has several parameters for the user to input. One of which is a drop down list to select the type of a class. I am trying to get it to only show a specified root class and its subclasses, similar to what normally appears by default as a class

Re: [topbraid-users] Using dash:BatchAction in EDG

2024-03-26 Thread Marie Valadez
would need to get a minimal example that > I can run myself to reproduce this. Feel free to send me a file off-list. > > Holger > > > On 26 Mar 2024, at 2:49 PM, Marie Valadez wrote: > > That provides me with no options in the drop down because there are no > direct inst

Re: [topbraid-users] Using dash:BatchAction in EDG

2024-03-26 Thread Marie Valadez
That provides me with no options in the drop down because there are no direct instances of skos:Concept in my data graph. The one I am looking for is ex:Concept. On Tuesday, March 26, 2024 at 8:08:04 AM UTC-6 Holger Knublauch wrote: > > On 26 Mar 2024, at 2:06 PM, Marie Valadez wrote:

Re: [topbraid-users] Using dash:BatchAction in EDG

2024-03-26 Thread Marie Valadez
ex:Concept ; sh:name "Concept Map" ; sh:node [ sh:property [ sh:path rdf:type ; sh:hasValue ex:Concept ; ] ; ] ; . On Monday, March 25, 2024 at 12:30:44 PM UTC-6 Holger Knublauch wrote: > > On 25 Mar 2024, at 5:23 PM, Marie Valadez wrote: &

Re: [topbraid-users] Using dash:BatchAction in EDG

2024-03-25 Thread Marie Valadez
say ex:ChildConcept. On Saturday, March 23, 2024 at 4:27:20 AM UTC-6 Holger Knublauch wrote: > > On 22 Mar 2024, at 8:14 PM, Marie Valadez wrote: > > Hi Holger, > > Thank you for the advice. I was able to use that workaround to get it to > add the blank node wit

Re: [topbraid-users] Using dash:BatchAction in EDG

2024-03-22 Thread Marie Valadez
r make sure to press Refresh so that the API gets > rebuilt. This should produce a JS class such as ex_Category. > > 3) Reload the browser where this action is used and it should hopefully > work. > > Please let me know if this doesn't work. > > Thanks, > Holger > &g

[topbraid-users] Re: Using dash:BatchAction in EDG

2024-03-21 Thread Marie Valadez
ategory ; sh:class ex:Category ; sh:name "category" ; sh:nodeKind sh:IRI ; sh:description "Concept Category" ; . On Monday, March 18, 2024 at 4:04:46 PM UTC-6 Marie Valadez wrote: > Hello Holger, > > I am looking into BatchActions and only seemed to find a snippet in the

Re: [topbraid-users] Using dash:BatchAction in EDG

2024-03-19 Thread Marie Valadez
List panel, the Instances > Panel and other tabular displays. So there is no need to declare a > dash:resourceAction triple. > > On 18 Mar 2024, at 10:04 pm, Marie Valadez wrote: > > Hello Holger, > > I am looking into BatchActions and only seemed to find a snipp

[topbraid-users] Using dash:BatchAction in EDG

2024-03-18 Thread Marie Valadez
Hello Holger, I am looking into BatchActions and only seemed to find a snippet in the documentation where it says it is the similar to dash:ModifyActions/dash:ExploreActions (https://archive.topquadrant.com/doc/7.8/scripting/actions.html?highlight=batchaction). I have a dash:ModifyActions

[topbraid-users] Re: Sorting ValueTableViewer

2024-03-05 Thread Marie Valadez
It doesn't use a select query. It is formulated from sh:path. On Monday, March 4, 2024 at 9:55:56 AM UTC-7 Marie Valadez wrote: > We are working in TopBraid EDG 7.7.1. We are setting up a > dash:ValueTableViewer and wondering if you are able to sort the table > differently? > Ex

[topbraid-users] Sorting ValueTableViewer

2024-03-04 Thread Marie Valadez
on the map column by the skos:notation for the map. Is there a way to do this with ValueTableViewer? Thank you! Marie Valadez -- The topics of this mailing list include TopBraid EDG and related technologies such as SHACL. To post to this group, send email to topbraid-users@googlegroups.com --- You

Re: [topbraid-users] Hide properties with SHACL

2024-03-01 Thread Marie Valadez
Following up on this. Was there a property introduced to hide certain properties in view mode but not in edit mode? We have a viewer populating data so that it is in table form (which is not able to be edited with EDG) so we also have the property connections that define what is displayed in

Re: [topbraid-users] Adding an instance when using dash:ValueTableViewer

2024-02-28 Thread Marie Valadez
Following up on this message. Was a version of a table ever introduced where you could edit/add new instances to it? This seems to be a helpful feature. The DetailsViewer/DetailsEditor can get pretty lengthy for a blank node and would be visually and user friendly if there was a way to put

Re: [topbraid-users] SPARQL Query to find Instances with the same values for property

2024-02-22 Thread Marie Valadez
#objectCount>(?conceptA, ex:property) AS > ?countA) . > > HTH > Holger > > > On 22 Feb 2024, at 4:37 pm, Marie Valadez wrote: > > Hi Holger, > > Thanks for getting back to me so quickly. > > I only want to return Concept B since it has exactly the same bla

Re: [topbraid-users] SPARQL Query to find Instances with the same values for property

2024-02-22 Thread Marie Valadez
ept where the > same linked values exist, even if they also have other values. > > Are you saying you want C and D not to match because they also have other > values? > > Holger > > > On 21 Feb 2024, at 10:14 pm, Marie Valadez wrote: > > I am in EDG trying to find

Re: [topbraid-users] SPARQL Query for distance between nodes

2024-02-21 Thread Marie Valadez
Thank you so much! Appreciate all your help. On Tuesday, February 20, 2024 at 12:29:47 PM UTC-7 Holger Knublauch wrote: > > On 20 Feb 2024, at 6:11 pm, Marie Valadez wrote: > > Thank Holger. > > Is there a way to return a count with this that shows the distance? > &

[topbraid-users] SPARQL Query to find Instances with the same values for property

2024-02-21 Thread Marie Valadez
I am in EDG trying to find instances where another Concept has the exact same values for the property (no more or less). The values can be inherited through skos:broader or directly stated on the concept itself. The property connects to a blank node which contains 2 additional properties and

Re: [topbraid-users] SPARQL Query for distance between nodes

2024-02-20 Thread Marie Valadez
skos:broader, g:Europe) AS > ?path) . > } > > For anything more complex, ADS JavaScript is often a good choice as it > gives you more control: > > https://datashapes.org/active/ > > Holger > > > On 19 Feb 2024, at 12:35 am, Marie Valadez wrote: > > Th

Re: [topbraid-users] SPARQL Query for distance between nodes

2024-02-17 Thread Marie Valadez
es the algorithm also need to > walk in one direction and then in another direction of the tree structure? > > And are we talking about tree structures at all, or arbitrary graphs? > > Holger > > > On 16 Feb 2024, at 10:48 pm, Marie Valadez wrote: > > I have search

[topbraid-users] SPARQL Query for distance between nodes

2024-02-16 Thread Marie Valadez
I have searched and tested out multiple ways to get the distance between two nodes. I want a query that will show the child concepts and how far away they are from the current concept so that I can create a table on a form showcasing this. The following query works if a ?sub concept does not

Re: [topbraid-users] Changing instance type

2024-02-14 Thread Marie Valadez
Braid EDG or Composer? > > What is the class that you are using? Does it define a property shape for > rdf:type so that you see the type on the form? A screenshot may help. > > Holger > > > On 13 Feb 2024, at 8:13 pm, Marie Valadez wrote: > > Is there a way a user c

[topbraid-users] Changing instance type

2024-02-13 Thread Marie Valadez
Is there a way a user can change an instance type using the form instead of through the source code? For instance, if an instance of "mammal" is "German Shepherd" but then the user wants to go back and update the type to be a "dog" which is a subclass of "mammal". -- The topics of this