public class TPAnnotatedPropertyHandler extends TriplePredicateHandler
| Constructor and Description |
|---|
TPAnnotatedPropertyHandler(OWLRDFConsumer consumer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHandleStreaming(IRI subject,
IRI predicate,
IRI object) |
void |
handleTriple(IRI subject,
IRI predicate,
IRI object) |
canHandle, getPredicateIRIinferTypesgetConsumerpublic TPAnnotatedPropertyHandler(OWLRDFConsumer consumer)
consumer - consumerpublic boolean canHandleStreaming(IRI subject, IRI predicate, IRI object) throws UnloadableImportException
canHandleStreaming in class AbstractResourceTripleHandlersubject - subjectpredicate - predicateobject - objectUnloadableImportException - if an ontology cannot be importedpublic void handleTriple(IRI subject, IRI predicate, IRI object) throws UnloadableImportException
handleTriple in class AbstractResourceTripleHandlersubject - subjectpredicate - predicateobject - objectUnloadableImportException - if an ontology cannot be importedCopyright © 2015 The University of Manchester. All Rights Reserved.