Hi Florin, I think what you are looking for is an UIMA type system that corresponds to your specific RDF ontologies (URIs). As far as I know you must implement this type system by hand (experienced UIMA users please correct me if I am wrong here...).
There is an RDF CAS Consumer to be found in the UIMA sandbox: http://uima.apache.org/sandbox.html#rdfcas.consumer that does it the other way round, an existing type system in a CAS is converted to RDF triplestore format. But the created URIs from the typesystem change from one run to another for the same artefact, which makes them not really usable in a bigger RDF context. But maybe this could be a starting point for further investigation... Cheers, Alex -- Dipl. Bioinformatiker Alexander G. Klenner Fraunhofer-Institute for Algorithms and Scientific Computing (SCAI) Schloss Birlinghoven, D-53754 Sankt Augustin Tel.: +49 - 2241 - 14 - 2736 E-mail: [email protected] Internet: http://www.scai.fraunhofer.de ----- Ursprüngliche Mail ----- Von: "Spico Florin" <[email protected]> An: [email protected] Gesendet: Montag, 31. Oktober 2011 16:48:18 Betreff: Consuming RDF ontologies as dictionaries Hello! I'm newbie in UIMA. I would like to know if it is possible to create a dictionary (vocabulary) from a RDF triplestore. I would like that UIMA to be used to classify a words contained in a text by using a given ontology stored in a triplestore. How can I use UIMA in this particular use case? I look forward for your answers. Thank you. Regards, Florin
