Package org.semanticweb.owlapi.rdf.rdfxml.parser
@ParametersAreNonnullByDefault
package org.semanticweb.owlapi.rdf.rdfxml.parser
RDF/XML syntax parser and renderer.
-
ClassDescriptionA parser/interpreter for an RDF graph which represents an OWL ontology.The Class OWLRDFXMLParserException.The Class OWLRDFXMLParserMalformedNodeException.Defines some well-known RDF constants.Receives notifications about triples generated during the parsing process.This class parses the RDF according to the syntax specified in http://www.w3.org/TR/rdf- syntax-grammar/.Thrown if an RDF error is encountered while parsing RDF.Base class for all parser states.Give a node in an RDF graph, which represents the main node of an OWL class expression, the
ClassExpressionTranslator
consumes the triples that represent the class expression, and translates the triples to the appropriate OWL APIOWLClassExpression
object.Translators.ListItemTranslator<O extends OWLObject>Translates and consumes an item in an RDF list.Wrapper for triple logging functions.