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