Uses of Package
com.apicatalog.rdf.model
-
Packages that use com.apicatalog.rdf.model Package Description com.apicatalog.rdf.model com.apicatalog.rdf.primitive com.apicatalog.rdf.primitive.flow com.apicatalog.rdf.primitive.set -
Classes in com.apicatalog.rdf.model used by com.apicatalog.rdf.model Class Description RdfDataset Represents an RDF Dataset.RdfGraph Represents an RDF graph, a collection of RDF triples.RdfLiteral TheRdfLiteralinterface represents an immutable RDF literal.RdfLiteral.Direction Enumeration representing the direction of text.RdfQuad Represents an immutable N-Quad statement in the RDF data model.RdfResource Represents an RDF resource, which can either be an absolute IRI or a blank node identifier.RdfTerm Represents the value of an RDF statement.RdfTriple Represents an immutable RDF triple, consisting of a subject, predicate, and object. -
Classes in com.apicatalog.rdf.model used by com.apicatalog.rdf.primitive Class Description RdfLiteral TheRdfLiteralinterface represents an immutable RDF literal.RdfLiteral.Direction Enumeration representing the direction of text.RdfQuad Represents an immutable N-Quad statement in the RDF data model.RdfResource Represents an RDF resource, which can either be an absolute IRI or a blank node identifier.RdfTerm Represents the value of an RDF statement.RdfTermFactory A factory interface for creating RDF terms such as resources, literals, triples, and quads.RdfTriple Represents an immutable RDF triple, consisting of a subject, predicate, and object. -
Classes in com.apicatalog.rdf.model used by com.apicatalog.rdf.primitive.flow Class Description RdfDataset Represents an RDF Dataset.RdfGraph Represents an RDF graph, a collection of RDF triples.RdfQuad Represents an immutable N-Quad statement in the RDF data model.RdfQuadSet Represents a collection of RDF Quad statements.RdfResource Represents an RDF resource, which can either be an absolute IRI or a blank node identifier.RdfTerm Represents the value of an RDF statement.RdfTermFactory A factory interface for creating RDF terms such as resources, literals, triples, and quads. -
Classes in com.apicatalog.rdf.model used by com.apicatalog.rdf.primitive.set Class Description RdfDataset Represents an RDF Dataset.RdfGraph Represents an RDF graph, a collection of RDF triples.RdfQuad Represents an immutable N-Quad statement in the RDF data model.RdfQuadSet Represents a collection of RDF Quad statements.RdfResource Represents an RDF resource, which can either be an absolute IRI or a blank node identifier.RdfTriple Represents an immutable RDF triple, consisting of a subject, predicate, and object.