Hi all,

I recently upgraded Composer (Maestro Edition) from version 5.5 to version
6.1.

=======================

Whenever I edit any TTL file, TBC automatically replaces all occurrences of
"rdf:type" to "a", so for example this:

mynamespace:_MyParameter_123
  rdf:type analytics:Parameter ;

is replaced by this:

mynamespace:_MyParameter_123
  a  analytics:Parameter ;

=======================

Another new feature is that it automatically removes the "^^xsd:string"
field from all string literals. For example, it replaces this:

<http://www.mywebsite.com/models/myontology/1.0>
  a owl:Ontology ;
  owl:versionInfo "Created with TopBraid Composer"^^xsd:string ;

by this:

<http://www.mywebsite.com/models/myontology/1.0>
  a owl:Ontology ;
  owl:versionInfo "Created with TopBraid Composer" ;

=======================

I have few questions related to this:

1) Is there any options / settings in Composer to disable this
functionality ?
2) Has TopQuadrant team performed any testing with existing parsers that
these changes have no negative impact on the parsing ?
3) Has anybody in this group experienced any issues related to these
automated replacements ?

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].
For more options, visit https://groups.google.com/d/optout.

Reply via email to