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/ <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 > <[email protected]> wrote: > > > But this is instance data... > > Other example: > > alim:AQUO > a alim:DataModel ; > rdfs:seeAlso <httpsalim://www.begrippenxl.nl/aquo/nl/ > <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 > > T +31888663107 > M +31630381220 > E [email protected] <mailto:[email protected]> > Location > <https://www.google.com/maps/place/TNO+-+Locatie+Delft+-+Stieltjesweg/@52.000788,4.3745183,17z/data=!3m1!4b1!4m5!3m4!1s0x47c5b58c52869997:0x56681566be3b8c88!8m2!3d52.000788!4d4.376707> > > > <image001.gif> <http://www.tno.nl/> > 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: [email protected] <mailto:[email protected]> > <[email protected] <mailto:[email protected]>> > Namens Irene Polikoff > Verzonden: Thursday, January 30, 2020 5:38 PM > Aan: [email protected] <mailto:[email protected]> > Onderwerp: Re: [topbraid-users] edg seeAlso? > > 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 > <[email protected] <mailto:[email protected]>> > 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 > > > T +31888663107 > M +31630381220 > E [email protected] <mailto:[email protected]> > Location > <https://www.google.com/maps/place/TNO+-+Locatie+Delft+-+Stieltjesweg/@52.000788,4.3745183,17z/data=!3m1!4b1!4m5!3m4!1s0x47c5b58c52869997:0x56681566be3b8c88!8m2!3d52.000788!4d4.376707> > > > <image006.gif> <http://www.tno.nl/> > 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 [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/topbraid-users/56740eb4d04f416c9400a8a685bc522b%40tno.nl > > <https://groups.google.com/d/msgid/topbraid-users/56740eb4d04f416c9400a8a685bc522b%40tno.nl?utm_medium=email&utm_source=footer>. > > -- > 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 [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/topbraid-users/AC93F6E4-7885-4453-AE6F-67414C7CDC15%40topquadrant.com > > <https://groups.google.com/d/msgid/topbraid-users/AC93F6E4-7885-4453-AE6F-67414C7CDC15%40topquadrant.com?utm_medium=email&utm_source=footer>. > > -- > 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 [email protected] > <mailto:[email protected]>. > To view this discussion on the web visit > https://groups.google.com/d/msgid/topbraid-users/6f67029cee1248b0ac25d09f52ec9e06%40tno.nl > > <https://groups.google.com/d/msgid/topbraid-users/6f67029cee1248b0ac25d09f52ec9e06%40tno.nl?utm_medium=email&utm_source=footer>. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/3A8B4C15-A344-413C-918C-20879B5AE812%40topquadrant.com.
