Van: [email protected] <[email protected]> Namens David Price Verzonden: woensdag 10 februari 2021 13:29 Aan: [email protected] Onderwerp: Re: [topbraid-users] class name?
I assume by “class name” you mean the local name part of the URI following the hash or final slash. If not, then ask again and be more clear. Ø yes If I remember correctly, there is or was some issue with the local name part of a URI starting with a number wrt being 100% valid following the underlying standards for such things (and I mean down int the lower level standards, not in SHACL or OWL/RDFS). Ø I assume its an rdf-level issue indeed I do remember odd/occasional cases where the maybe the encoding into TTL or viewing in the UI didn’t correctly use prefixes. If it’s a concern, what I’ve done in the past was always have the URI-building-function include something for the local name that like “ID_” + <integer> to make sure and avoid those cases. That said, I’ve also worked on projects using TBC and EDG where numbers were used and everything important works. In fact, in some projects the whole local name was an integer cast into a string for use in building the URI. So, “2L-14” should be fine even if you occasionally see something a bit odd in a TBC UI, etc. Ø The actual issue I have now: wn:TL-ZOAB-dl rdf:type owl:Class ; rdfs:subClassOf wn:TL-PA ; . Client wants: wn:1L-ZOAB-dl rdf:type owl:Class ; rdfs:subClassOf wn:TL-PA ; . (being a subclass of asphalt) In TBC: When I change to 2nd option I get: [cid:[email protected]] So the name space (“wn”) disappears… Cheers, David On 10 Feb 2021, at 10:16, 'Bohms, H.M. (Michel)' via TopBraid Suite Users <[email protected]<mailto:[email protected]>> wrote: Is it possible that a classname starts with a number? “2L-14” (I experienced an issue in TBC) Dr. ir. H.M. (Michel) Bohms Scientist Specialist Structural Reliability T +31 (0)88 866 31 07 M +31 (0)63 038 12 20 E [email protected]<mailto:[email protected]> Location<http://www.tno.nl/locations/DTS> <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. -- 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/15b453a21f0449378912b26d837380ba%40tno.nl<https://groups.google.com/d/msgid/topbraid-users/15b453a21f0449378912b26d837380ba%40tno.nl?utm_medium=email&utm_source=footer>. UK +44 (0) 7788 561308 US +1 (336) 283-0808 -- 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/D745D8CE-37D2-4C6D-B5B3-F3DDCD11E9B2%40topquadrant.com<https://groups.google.com/d/msgid/topbraid-users/D745D8CE-37D2-4C6D-B5B3-F3DDCD11E9B2%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]. To view this discussion on the web visit https://groups.google.com/d/msgid/topbraid-users/8afe3731a37c4eea81e0bd5a7f2fc022%40tno.nl.
