| Package | Description |
|---|---|
| org.semanticweb.owlapi.io |
Ontology parsing and saving classes.
|
| org.semanticweb.owlapi.rdf.model |
RDF model package.
|
| org.semanticweb.owlapi.rdf.rdfxml.renderer |
RDF/XML syntax parser and renderer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RDFResourceBlankNode
Anonymous node implementation.
|
class |
RDFResourceIRI
IRI node implementation.
|
| Modifier and Type | Method and Description |
|---|---|
RDFResource |
RDFTriple.getSubject() |
| Constructor and Description |
|---|
RDFTriple(RDFResource subject,
RDFResourceIRI predicate,
RDFNode object) |
| Modifier and Type | Method and Description |
|---|---|
RDFResource |
RDFGraph.getOntology() |
| Modifier and Type | Method and Description |
|---|---|
List<RDFResource> |
RDFGraph.getSubjectsForObject(RDFResource node) |
| Modifier and Type | Method and Description |
|---|---|
List<RDFResource> |
RDFGraph.getSubjectsForObject(RDFResource node) |
void |
RDFGraph.setOntology(RDFResource mappedNode) |
| Modifier and Type | Method and Description |
|---|---|
void |
RDFXMLWriter.writeNodeIDAttribute(RDFResource node) |
Copyright © 2020 The University of Manchester. All rights reserved.