On 7/28/2014 11:32 AM, Nick Nikandish wrote: > Hi there, > > I am able to generate an XML file from a CAS using CasToInlineXML() class. Hi, please be aware that the CasToInlineXML class only creates an approximate representation of your CAS. For a description of the various approximations, please see the Javadocs: http://uima.apache.org/d/uimaj-2.6.0/apidocs/org/apache/uima/util/CasToInlineXml.html
For a faithful representation, you need to use an alternative serailization, such as what the XmiCasSerializer produces http://uima.apache.org/d/uimaj-2.6.0/apidocs/org/apache/uima/util/XmlCasSerializer.html -Marshall > I was wondering if there was any class or method in UIMA that we can > generate RDF files from a CAS? > > > > Thanks, > Nick > >
