Properties in the input ontology not having a domain cannot be chosen as target:

(where the dashes are)
Is this intended?
(these properties are valid for multiple sheets so they have multiple domains)
I can understand they are not automatically proposed but why can I not choose them manually from the list?
Should I indicate union of relevant domains?
Thx Michel
Ps
Missing target props are defined as:
sainput:bpsWeg
a owl:DatatypeProperty ;
rdfs:label "bpsWeg" ;
rdfs:range xsd:integer ;
.
sainput:bpsStartKilometrering
a owl:DatatypeProperty ;
rdfs:label "bpsStartKilometrering" ;
rdfs:range xsd:integer ;
.
sainput:bpsEindKilometrering
a owl:DatatypeProperty ;
rdfs:label "bpsEindKilometrering" ;
rdfs:range xsd:integer ;
.
sainput:bpsBaan
a owl:DatatypeProperty ;
rdfs:label "bpsBaan" ;
rdfs:range xsd:integer ;
.
sainput:bpsStrook
a owl:DatatypeProperty ;
rdfs:label "bpsStrook" ;
rdfs:range xsd:integer ;
.
|
||||||||||||||||
On 19 Oct 2021, at 09:58, 'Bohms, H.M. (Michel)' via TopBraid Suite Users <topbrai...@googlegroups.com> wrote:
Properties in the input ontology not having a domain cannot be chosen as target:
<image004.png>(where the dashes are)
Is this intended?
Dr. ir. H.M. (Michel) Bohms
Scientist Specialist
Structural Reliability
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/9f044c442f7f4a9591b29cb8b421f974%40tno.nl.
Hi David
That is what I suspected (getting lost in shacl-mapping).
I also tried:
sainput:bpsWeg
rdf:type owl:DatatypeProperty ;
rdfs:domain [
rdf:type owl:Class ;
owl:unionOf (
sainput:OntwerpSpecificatie
sainput:MonsterLaag
sainput:MonitoringMeting
) ;
] ;
rdfs:label "bpsWeg" ;
rdfs:range xsd:integer ;
.
But I guess not treated by shacl-mapping since not
Guess I will differentiate them in the inputontology (per sheet).
I can have them one time in the target ontologie.
Thx Michel
|
|
|
| ||||||||
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/5B0F1709-C447-4FD9-AA46-BA7E4C373BCE%40topquadrant.com.
On 19 Oct 2021, at 10:44, 'Bohms, H.M. (Michel)' via TopBraid Suite Users <topbrai...@googlegroups.com> wrote:Hi DavidThat is what I suspected (getting lost in shacl-mapping).I also tried:sainput:bpsWegrdf:type owl:DatatypeProperty ;rdfs:domain [rdf:type owl:Class ;owl:unionOf (sainput:OntwerpSpecificatiesainput:MonsterLaagsainput:MonitoringMeting) ;] ;rdfs:label "bpsWeg" ;rdfs:range xsd:integer ;.
But I guess not treated by shacl-mapping since notGuess I will differentiate them in the inputontology (per sheet).I can have them one time in the target ontologie.Thx Michel
Dr. ir. H.M. (Michel) Bohms
Scientist Specialist
Structural Reliability
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/67da6c77b2dd463091c6fbedb5e90366%40tno.nl.
That would be good news….
I added union domains for the relevant columns (5x).
However ‘spreadsheet import by pattern’ does not provide the mapping, nor does it allow me to select myself.
(for the five union-based domains):

Using EDG started from Windows TBC ME 7.0.3.
|
|
|
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/D213A3EE-1E35-4C9C-B954-B4411E1C4AAE%40topquadrant.com.
On 19 Oct 2021, at 11:14, 'Bohms, H.M. (Michel)' via TopBraid Suite Users <topbrai...@googlegroups.com> wrote:
That would be good news….I added union domains for the relevant columns (5x).However ‘spreadsheet import by pattern’ does not provide the mapping, nor does it allow me to select myself.(for the five union-based domains):
<image004.png>
Using EDG started from Windows TBC ME 7.0.3.
Dr. ir. H.M. (Michel) Bohms
Scientist Specialist
Structural Reliability
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/b28f919a9ac844cfb2739335cda7dd3c%40tno.nl.
Solved by first converting ‘owl to shacl’ before the spreadsheet import (after ontology import)
It seems the simple domains are directly taken into account (without this conversion), where the domain-unions need this explicit conversion first…..
|
|
|
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/38571CF4-837F-4145-A140-37C66BE72DB6%40topquadrant.com.

Thx!
|
||||||||||||||||
To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/1b1ad2f783a34193a135e9f07d568a91%40tno.nl.