Hello all, I'm doing some modeling using an emerging standards from MITRE called CPE. (http://cpe.mitre.org/) In short, they hope to name all applications with a unique URI. I have a question about using a very complex name in TBC.
The names in CPE are based on URI's but when placed into RDF, I believe I am going to have to do a lot of %-escaping. Let me start with an example. The CPE name representing the Apache HTTP Server version 1.3.30 is: cpe:/a:apache:http_server:1.3.30 If I were to create a CPE class in TBC and then go to create an instance where the name reads 'cpe:/a:apache:http_server:1.3.30' it would not fly. The only way I can get it in to TBC is to escape like so: cpe%3A%2Fa%3Aapache%3Ahttp_server%3A1.3.30 When having to deal with complex names, especially RDF SUBJECTS which must be in the form of a RDF URI Reference, what is the best practice with TBC users? I guessing that there is no other choice but to %- escape. Thanks, --tk --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TopBraid Composer Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/topbraid-composer-users?hl=en -~----------~----~----~----~------~----~------~--~---
