CARA - an RDF parser
Dhanapalan Kulandai Vadivel, University of Osnabrück
Slides
Abstract
CARA is an RDF parser. It parses the RDF/XML and generates triples.
It follows the RDF Grammar given by W3C (World Wide Web Consortium).
CARA was developed by the department of Mathematics / Computer Science at the
University of Osnabrück and was written in Perl.
This was part of the CASHMERE-int project
(http://www.iwi-iuk.org/cashmere/)
when it was still headed by apl. Prof. Dr. Roland Schwänzl.
It is funded by BMBF (Bundesministerium für Bildung und Forschung)
CARA is written in PERL and would be useful for Perl application programmers.
CARA also passed in all the RDF test cases. It supports
-
Embedded RDF in HTML or XML
-
Full Support of XML Schema Data Types (XSD)
-
Full Unicode
Features in CARA
-
Outputs
-
Triples
-
JGraph* object
-
Graphical output
-
Customized graphs
-
with different colors in nodes, edges, background
-
with gif and postscript file formats
-
with options to change font size
-
with orientations like Top-to-Down or Left-to-Right
-
User-friendly error messages
-
Avoidance of duplicate triples
It is now available online in http://www.mathematik.uod.se/RDF/parser.html.
|