Uses of Class
org.semanticweb.owlapi.io.RDFTriple
Packages that use RDFTriple
Package
Description
Ontology parsing and saving classes.
RDF model package.
-
Uses of RDFTriple in org.semanticweb.owlapi.io
Methods in org.semanticweb.owlapi.io that return types with arguments of type RDFTripleModifier and TypeMethodDescriptionRDFResourceParseError.getMainNodeTriples()
OWLOntologyLoaderMetaData.getUnparsedTriples()
RDFParserMetaData.getUnparsedTriples()
Methods in org.semanticweb.owlapi.io with parameters of type RDFTripleConstructor parameters in org.semanticweb.owlapi.io with type arguments of type RDFTripleModifierConstructorDescriptionRDFParserMetaData
(RDFOntologyHeaderStatus headerStatus, int tripleCount, Set<RDFTriple> unparsedTriples, com.google.common.collect.ArrayListMultimap<IRI, Class<?>> guessedDeclarations) RDFResourceParseError
(OWLEntity parserGeneratedErrorEntity, RDFNode mainNode, Set<RDFTriple> mainNodeTriples) -
Uses of RDFTriple in org.semanticweb.owlapi.rdf.model
Methods in org.semanticweb.owlapi.rdf.model that return types with arguments of type RDFTripleModifier and TypeMethodDescriptionRDFGraph.getAllTriples()
RDFGraph.getTriplesForSubject
(RDFNode subject) Methods in org.semanticweb.owlapi.rdf.model with parameters of type RDFTriple