| Package | Description |
|---|---|
| org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
| org.semanticweb.owlapi.rdf.model |
RDF model package
|
| Modifier and Type | Class and Description |
|---|---|
class |
RDFLiteral |
class |
RDFResource |
class |
RDFResourceBlankNode
Anonymous node implementation
|
class |
RDFResourceIRI
IRI node implementation
|
| Modifier and Type | Method and Description |
|---|---|
RDFNode |
RDFResourceParseError.getMainNode() |
RDFNode |
RDFTriple.getObject() |
| Modifier and Type | Method and Description |
|---|---|
int |
RDFResource.compareTo(RDFNode o) |
int |
RDFLiteral.compareTo(RDFNode o) |
| Constructor and Description |
|---|
RDFResourceParseError(OWLEntity parserGeneratedErrorEntity,
RDFNode mainNode,
Set<RDFTriple> mainNodeTriples) |
RDFTriple(RDFResource subject,
RDFResourceIRI predicate,
RDFNode object) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RDFTriple> |
RDFGraph.getTriplesForSubject(RDFNode subject) |
Copyright © 2016 The University of Manchester. All Rights Reserved.