- All Implemented Interfaces:
- Serializable
public class RDFResourceParseError
extends Object
implements Serializable
Describes why an RDF resource could not be parsed into an OWLObject
.
For example, why an RDF resource could not be parsed into an
OWLClassExpression
.
When these errors occur, the RDF parser generates an OWLEntity
that
represents the error and inserts this where appropriate into the
corresponding complete OWLObject (OWLAxiom) that could not be parsed.
- Since:
- 3.2
- Author:
- Matthew Horridge, The University of Manchester, Bio-Health Informatics Group
- See Also:
- Serialized Form