instanceproperties in EDG

14 views
Skip to first unread message

Bohms, H.M. (Michel)

unread,
Jan 27, 2020, 5:07:30 AM1/27/20
to topbrai...@googlegroups.com

 

Small question wrt edg.

 

I cannot see  the properties of instances in EDG:

 

 

While they ARE in de source code:

 

Thanks for help!

Michel

 

 

 

 

 

 

 

Dr. ir. H.M. (Michel) Böhms
Senior Data Scientist

+31888663107
+31630381220
michel...@tno.nl

Location

 

This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. TNO accepts no liability for the content of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages.

 

 

 

 

Holger Knublauch

unread,
Jan 27, 2020, 5:55:22 AM1/27/20
to topbrai...@googlegroups.com

The new EDG forms in 6.3 will *only* display properties if they have been declared as property shapes for the class or suitable node shape. How does the Person class definition look like?

Holger

--
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 topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/a434653500444b39bff84fa20ad4cf9f%40tno.nl.

Bohms, H.M. (Michel)

unread,
Jan 27, 2020, 5:59:31 AM1/27/20
to topbrai...@googlegroups.com

 

My ontology is a very simple OWL ontology (for experimenting with EDG) so just as the code shows below:

 

:BennoKoehorst

  a :Person ;

  :worksFor :Rijkswaterstaat ;

.

 

So I hoped to see

 

alim:worksFor alim:Rijkswaterstaat in the instance form...

 

thx

dprice

unread,
Jan 27, 2020, 6:55:51 AM1/27/20
to topbrai...@googlegroups.com
As Holger said, EDG will only display this in the “normal" UI with :Person being a node shape and :worksFor being a property shape. The EDG UI is 100% model-driven.

Cheers,
David

On 27 Jan 2020, at 10:59, 'Bohms, H.M. (Michel)' via TopBraid Suite Users <topbrai...@googlegroups.com> wrote:

 
My ontology is a very simple OWL ontology (for experimenting with EDG) so just as the code shows below:
 
:BennoKoehorst
  a :Person ;
  :worksFor :Rijkswaterstaat ;
.
 
So I hoped to see
 
alim:worksFor alim:Rijkswaterstaat in the instance form...
 
thx
 
 
Dr. ir. H.M. (Michel) Böhms
Senior Data Scientist

This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. TNO accepts no liability for the content of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages.
 
Van: topbrai...@googlegroups.com <topbrai...@googlegroups.com> Namens Holger Knublauch
Verzonden: Monday, January 27, 2020 11:55 AM
Aan: topbrai...@googlegroups.com
Onderwerp: Re: [topbraid-users] instanceproperties in EDG
 

The new EDG forms in 6.3 will *only* display properties if they have been declared as property shapes for the class or suitable node shape. How does the Person class definition look like?

Holger

 

On 27/01/2020 20:07, 'Bohms, H.M. (Michel)' via TopBraid Suite Users wrote:
 
Small question wrt edg.
 
I cannot see  the properties of instances in EDG:
 
<image002.jpg>
 
While they ARE in de source code:
<image003.jpg>
 
Thanks for help!
Michel
 
 
 
 
 
 
 
Dr. ir. H.M. (Michel) Böhms
Senior Data Scientist


This message may contain information that is not intended for you. If you are not the addressee or if this message was sent to you by mistake, you are requested to inform the sender and delete the message. TNO accepts no liability for the content of this e-mail, for the manner in which you use it and for damage of any kind resulting from the risks inherent to the electronic transmission of messages.
 
 
-- 
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 topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/a434653500444b39bff84fa20ad4cf9f%40tno.nl.
-- 
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 topbraid-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/d76e7107-3fb2-1c2f-7018-e2764ab45174%40topquadrant.com.

-- 
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 topbraid-user...@googlegroups.com.

Bohms, H.M. (Michel)

unread,
Jan 27, 2020, 7:48:55 AM1/27/20
to topbrai...@googlegroups.com
Ok clear.
I did not realise that an "ontology" in edg was always a closed world shacl ontology! Well at least for the form panel specifically.

Michel

Op 27 jan. 2020 12:55 schreef dprice <dpr...@topquadrant.com>:

Op 27 jan. 2020 12:55 schreef dprice <dpr...@topquadrant.com>:

Op 27 jan. 2020 12:55 schreef dprice <dpr...@topquadrant.com>:

Op 27 jan. 2020 12:55 schreef dprice <dpr...@topquadrant.com>:

Op 27 jan. 2020 12:55 schreef dprice <dpr...@topquadrant.com>:

dprice

unread,
Jan 27, 2020, 7:57:06 AM1/27/20
to topbrai...@googlegroups.com

On 27 Jan 2020, at 12:48, 'Bohms, H.M. (Michel)' via TopBraid Suite Users <topbrai...@googlegroups.com> wrote:

Ok clear.
I did not realise that an "ontology" in edg was always a closed world shacl ontology! Well at least for the form panel specifically.

You can start with an OWL ontology, many customers do so. EDG can Transform it into SHACL for you supporting the model-driven UI instance editors (e.g. Data Graphs).

Cheers,
David

Bohms, H.M. (Michel)

unread,
Jan 27, 2020, 8:10:47 AM1/27/20
to topbrai...@googlegroups.com

 

Really great:

Thx!

 

 

 

Dr. ir. H.M. (Michel) Böhms
Senior Data Scientist

+31888663107
+31630381220
michel...@tno.nl

Location

 

Reply all
Reply to author
Forward
0 new messages