Uses of Package
org.openrdf.model

Packages that use org.openrdf.model
org.openrdf   
org.openrdf.http.client   
org.openrdf.http.protocol   
org.openrdf.http.protocol.transaction.operations   
org.openrdf.http.server   
org.openrdf.http.webclient   
org.openrdf.http.webclient.properties   
org.openrdf.http.webclient.repository.explore   
org.openrdf.model RDF model interfaces. 
org.openrdf.model.datatypes   
org.openrdf.model.impl Default implementations of the RDF model interfaces. 
org.openrdf.model.util   
org.openrdf.model.vocabulary Static constants for various vocabularies. 
org.openrdf.query Interfaces and classes for handling queries and query results. 
org.openrdf.query.algebra Query Algebra 
org.openrdf.query.algebra.evaluation   
org.openrdf.query.algebra.evaluation.function   
org.openrdf.query.algebra.evaluation.impl   
org.openrdf.query.algebra.evaluation.util   
org.openrdf.query.dawg Functionality to convert tuple query results to and from the Data Access Working Group Test Result Set RDF Vocabulary 
org.openrdf.query.impl   
org.openrdf.query.parser.sparql.ast   
org.openrdf.query.resultio   
org.openrdf.query.resultio.binary   
org.openrdf.query.resultio.sparqlxml Parsers and writers for the SPARQL Query Results XML Format 
org.openrdf.repository The Repository API: the main API for handling Sesame repositories. 
org.openrdf.repository.base   
org.openrdf.repository.config   
org.openrdf.repository.dataset   
org.openrdf.repository.event   
org.openrdf.repository.event.base   
org.openrdf.repository.event.util   
org.openrdf.repository.http A repository that serves as a proxy for a remote repository on a Sesame server. 
org.openrdf.repository.http.config   
org.openrdf.repository.sail Repository implementation for local storage backends. 
org.openrdf.repository.sail.config   
org.openrdf.repository.util   
org.openrdf.rio General classes and interfaces for RDF parsers and RDF writers. 
org.openrdf.rio.helpers Provides helpers classes for Rio. 
org.openrdf.rio.n3 Writer for RDF in Notation 3/N3 format. 
org.openrdf.rio.ntriples Parser and writer for RDF in N-Triples format. 
org.openrdf.rio.rdfxml Parser and writer for XML-serialized RDF. 
org.openrdf.rio.rdfxml.util   
org.openrdf.rio.trig Parser and writer for RDF in TriG format. 
org.openrdf.rio.trix Parser and writer for RDF in TriX format
org.openrdf.rio.turtle Parser and writer for RDF in Turtle format. 
org.openrdf.sail RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API for RDF repositories. 
org.openrdf.sail.config   
org.openrdf.sail.helpers Generic utility classes for RDF Sail implementations. 
org.openrdf.sail.inferencer   
org.openrdf.sail.memory An implementation of the RDF SAIL API that uses main memory for storage. 
org.openrdf.sail.memory.config   
org.openrdf.sail.memory.model Classes implementing the storage model of the MemoryStore. 
org.openrdf.sail.nativerdf Native RDF storage backend. 
org.openrdf.sail.nativerdf.config   
org.openrdf.sail.nativerdf.model   
org.openrdf.sail.rdbms   
org.openrdf.sail.rdbms.algebra   
org.openrdf.sail.rdbms.algebra.base   
org.openrdf.sail.rdbms.algebra.factories   
org.openrdf.sail.rdbms.config   
org.openrdf.sail.rdbms.evaluation   
org.openrdf.sail.rdbms.iteration   
org.openrdf.sail.rdbms.managers   
org.openrdf.sail.rdbms.model   
org.openrdf.sail.rdbms.schema   
 

Classes in org.openrdf.model used by org.openrdf
Resource
          The supertype of all RDF resources (URIs and blank nodes).
 

Classes in org.openrdf.model used by org.openrdf.http.client
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.http.protocol
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.http.protocol.transaction.operations
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.http.server
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.http.webclient
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.http.webclient.properties
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.http.webclient.repository.explore
Resource
          The supertype of all RDF resources (URIs and blank nodes).
 

Classes in org.openrdf.model used by org.openrdf.model
BNode
          A blank node (aka bnode, aka anonymous node).
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.model.datatypes
URI
          A URI.
 

Classes in org.openrdf.model used by org.openrdf.model.impl
BNode
          A blank node (aka bnode, aka anonymous node).
Graph
          An RDF graph, represented as a collection of Statements.
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Namespace
          A namespace, consisting of a namespace name and a prefix that has been assigned to it.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.model.util
Graph
          An RDF graph, represented as a collection of Statements.
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.model.vocabulary
URI
          A URI.
 

Classes in org.openrdf.model used by org.openrdf.query
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.query.algebra
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.query.algebra.evaluation
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.query.algebra.evaluation.function
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.query.algebra.evaluation.impl
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.query.algebra.evaluation.util
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.query.dawg
Graph
          An RDF graph, represented as a collection of Statements.
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.query.impl
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.query.parser.sparql.ast
URI
          A URI.
 

Classes in org.openrdf.model used by org.openrdf.query.resultio
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.query.resultio.binary
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.query.resultio.sparqlxml
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.repository
Namespace
          A namespace, consisting of a namespace name and a prefix that has been assigned to it.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.repository.base
Namespace
          A namespace, consisting of a namespace name and a prefix that has been assigned to it.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.repository.config
Graph
          An RDF graph, represented as a collection of Statements.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
 

Classes in org.openrdf.model used by org.openrdf.repository.dataset
URI
          A URI.
 

Classes in org.openrdf.model used by org.openrdf.repository.event
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.repository.event.base
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.repository.event.util
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.repository.http
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.repository.http.config
Graph
          An RDF graph, represented as a collection of Statements.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
 

Classes in org.openrdf.model used by org.openrdf.repository.sail
Namespace
          A namespace, consisting of a namespace name and a prefix that has been assigned to it.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.repository.sail.config
Graph
          An RDF graph, represented as a collection of Statements.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
 

Classes in org.openrdf.model used by org.openrdf.repository.util
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
 

Classes in org.openrdf.model used by org.openrdf.rio
Statement
          An RDF statement, with optional associated context.
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.rio.helpers
BNode
          A blank node (aka bnode, aka anonymous node).
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.rio.n3
Statement
          An RDF statement, with optional associated context.
 

Classes in org.openrdf.model used by org.openrdf.rio.ntriples
BNode
          A blank node (aka bnode, aka anonymous node).
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.rio.rdfxml
BNode
          A blank node (aka bnode, aka anonymous node).
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.rio.rdfxml.util
Statement
          An RDF statement, with optional associated context.
 

Classes in org.openrdf.model used by org.openrdf.rio.trig
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.rio.trix
Statement
          An RDF statement, with optional associated context.
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.rio.turtle
BNode
          A blank node (aka bnode, aka anonymous node).
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.sail
Namespace
          A namespace, consisting of a namespace name and a prefix that has been assigned to it.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.sail.config
Graph
          An RDF graph, represented as a collection of Statements.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
 

Classes in org.openrdf.model used by org.openrdf.sail.helpers
Namespace
          A namespace, consisting of a namespace name and a prefix that has been assigned to it.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.sail.inferencer
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.sail.memory
Namespace
          A namespace, consisting of a namespace name and a prefix that has been assigned to it.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.sail.memory.config
Graph
          An RDF graph, represented as a collection of Statements.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
 

Classes in org.openrdf.model used by org.openrdf.sail.memory.model
BNode
          A blank node (aka bnode, aka anonymous node).
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.sail.nativerdf
BNode
          A blank node (aka bnode, aka anonymous node).
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Namespace
          A namespace, consisting of a namespace name and a prefix that has been assigned to it.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.sail.nativerdf.config
Graph
          An RDF graph, represented as a collection of Statements.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
 

Classes in org.openrdf.model used by org.openrdf.sail.nativerdf.model
BNode
          A blank node (aka bnode, aka anonymous node).
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.sail.rdbms
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Namespace
          A namespace, consisting of a namespace name and a prefix that has been assigned to it.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A factory for creating URIs, blank nodes, literals and statements.
 

Classes in org.openrdf.model used by org.openrdf.sail.rdbms.algebra
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.sail.rdbms.algebra.base
URI
          A URI.
 

Classes in org.openrdf.model used by org.openrdf.sail.rdbms.algebra.factories
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.sail.rdbms.config
Graph
          An RDF graph, represented as a collection of Statements.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
 

Classes in org.openrdf.model used by org.openrdf.sail.rdbms.evaluation
Resource
          The supertype of all RDF resources (URIs and blank nodes).
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.sail.rdbms.iteration
Namespace
          A namespace, consisting of a namespace name and a prefix that has been assigned to it.
 

Classes in org.openrdf.model used by org.openrdf.sail.rdbms.managers
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Namespace
          A namespace, consisting of a namespace name and a prefix that has been assigned to it.
 

Classes in org.openrdf.model used by org.openrdf.sail.rdbms.model
BNode
          A blank node (aka bnode, aka anonymous node).
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement, with optional associated context.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.sail.rdbms.schema
Literal
          An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 



Copyright © 2001-2008 Aduna. All Rights Reserved.