Hi Jiri, > On 30 Jan 2019, at 10:09, Jiri Vass <[email protected]> wrote: > > 1) Is there any options / settings in Composer to disable this functionality ?
No. > 2) Has TopQuadrant team performed any testing with existing parsers that > these changes have no negative impact on the parsing ? Both the old output and the new output are valid according to the Turtle standard. Both forms have been valid in all versions of Turtle. I’m not aware of any Turtle parsers that have trouble with any of the forms. The new output is shorter, simpler and more readable. The only caveat is with the change from "xxx"^^xsd:string to "xxx". In the current version of RDF (1.1), these forms are identical and it doesn’t matter which one is used. But in the original 2004 version of RDF, both forms are valid but are considered different. As a result, there can be issues when using Composer-edited files in old tools that lack RDF 1.1 support. (But this problem is not new; it has been the case ever since Composer got RDF 1.1 support in version 5.2. The latest change means that one might experience a slightly *different* set of issues with non-RDF-1.1 tools.) > 3) Has anybody in this group experienced any issues related to these > automated replacements ? The only noteworthy issue I’ve come across is with version control systems such as git. When a file created in an older version of Composer is saved for the first time in the new version, then it will look as if there were a large number of changes to the file, while in reality maybe nothing has changed semantically. Richard > > Many thanks in advance for your comments. > > Cheers, > Jiri Vass > > > -- > 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]>. > For more options, visit https://groups.google.com/d/optout > <https://groups.google.com/d/optout>. -- 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]. For more options, visit https://groups.google.com/d/optout.
