edg seeAlso?

5 views
Skip to first unread message

Bohms, H.M. (Michel)

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

Special edg issue.

 

In TBC I have an instance with a seeAlso link to a doc:

 

 

In edg, after shacl generation I do not see the seeAlso as property in the form for it....

 

 

So no URI to be clicked to the actual pptx ...

 

 

 

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.

 

 

 

 

Irene Polikoff

unread,
Jan 30, 2020, 11:37:50 AM1/30/20
to topbrai...@googlegroups.com
There is no domain for rdfs:seeAlso. I assume you did not use it in any restriction. Thus, no SHACL shape is generated for it.

You need to add a shape in the ontology.

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

Special edg issue.
 
In TBC I have an instance with a seeAlso link to a doc:
 
<image004.jpg>
 
In edg, after shacl generation I do not see the seeAlso as property in the form for it....
 
<image005.jpg>
 
So no URI to be clicked to the actual pptx ...
 
 
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/56740eb4d04f416c9400a8a685bc522b%40tno.nl.

Bohms, H.M. (Michel)

unread,
Jan 30, 2020, 11:54:08 AM1/30/20
to topbrai...@googlegroups.com

 

But this is instance data...

 

Other example:

 

alim:AQUO

  a alim:DataModel ;

  rdfs:seeAlso <httpsalim://www.begrippenxl.nl/aquo/nl/> ;

.

 

Again this seeAlso could have been shown right?

 

But ok first it needs a domain towards DataModel to be shown...I cant add that domain to rdfs:seeAlso so the only thing I can do in owl is to define a constraint, but since the is no actual constraint (you just want to indicate “relevance”) so I have to go Cwa /shacl and add a further unconstraint property clause for DataModel nodeshape, right?

 

 

 

 

 

 

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

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

Location

 

Irene Polikoff

unread,
Jan 30, 2020, 12:10:18 PM1/30/20
to topbrai...@googlegroups.com
I am having difficulties figuring out what you are saying.

How are you creating SHACL Shapes? Are you using Transform tab in EDG or some other approach?

If you want EDG to auto-create a shape, you will need either a domain stamens or a restriction for this property. You can also create a property shape yourself for the relevant class. 

The shape does not need to have any constraints in it. It only needs a path statement. However, it could have constraints - see below.

The below URL does not resolve. https://www.begrippenxl.nl/aquo/nl/page/ does not resolve either. What seems to work is https://www.begrippenxl.nl/aquo/nl/

You need to decide if you want to reference these as resources with resource URIs or using the following:

rdfs:seeAlso "https://www.begrippenxl.nl/aquo/nl/“^^xsd:anyURI.

If you want to use resources then the constraint to use would be sh:nodeKind sh:IRI. If you want to use literals of any URI type, then the constraint to use would be sh:datatype xsd:anyURI.

On Jan 30, 2020, at 11:54 AM, 'Bohms, H.M. (Michel)' via TopBraid Suite Users <topbrai...@googlegroups.com> wrote:

 
But this is instance data...
 
Other example:
 
alim:AQUO
  a alim:DataModel ;
.
 
Again this seeAlso could have been shown right?
 
But ok first it needs a domain towards DataModel to be shown...I cant add that domain to rdfs:seeAlso so the only thing I can do in owl is to define a constraint, but since the is no actual constraint (you just want to indicate “relevance”) so I have to go Cwa /shacl and add a further unconstraint property clause for DataModel nodeshape, right?
 
 
 
Dr. ir. H.M. (Michel) Böhms
Senior Data Scientist

Reply all
Reply to author
Forward
0 new messages