Uses of Class
org.semanticweb.owlapi.io.RDFResource
Packages that use RDFResource
Package
Description
Ontology parsing and saving classes.
RDF model package.
RDF/XML syntax parser and renderer.
-
Uses of RDFResource in org.semanticweb.owlapi.io
Subclasses of RDFResource in org.semanticweb.owlapi.ioModifier and TypeClassDescriptionclass
Anonymous node implementation.class
IRI node implementation.Methods in org.semanticweb.owlapi.io that return RDFResourceConstructors in org.semanticweb.owlapi.io with parameters of type RDFResourceModifierConstructorDescriptionRDFTriple
(RDFResource subject, RDFResourceIRI predicate, RDFNode object) -
Uses of RDFResource in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model that return RDFResourceMethods in org.semanticweb.owlapi.rdf.model that return types with arguments of type RDFResourceMethods in org.semanticweb.owlapi.rdf.model with parameters of type RDFResourceModifier and TypeMethodDescriptionRDFGraph.getSubjectsForObject
(RDFResource node) void
RDFGraph.setOntology
(RDFResource mappedNode) -
Uses of RDFResource in org.semanticweb.owlapi.rdf.rdfxml.renderer
Methods in org.semanticweb.owlapi.rdf.rdfxml.renderer with parameters of type RDFResource