Uses of Package
org.openrdf.model

Packages that use org.openrdf.model
org.openrdf.model RDF model interfaces.  
org.openrdf.model.impl Implementations of the RDF model interfaces. 
org.openrdf.rio General classes and interfaces for RDF parsers and RDF writers. 
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.turtle Parser and writer for RDF in Turtle format.  
org.openrdf.sesame.admin Functionality for adding and deleting data to/from a repository. 
org.openrdf.sesame.omm   
org.openrdf.sesame.query   
org.openrdf.sesame.query.rdql.parser   
org.openrdf.sesame.query.rql.model   
org.openrdf.sesame.query.rql.model.iterators   
org.openrdf.sesame.query.serql.parser   
org.openrdf.sesame.repository Repository API interfaces. 
org.openrdf.sesame.repository.local Implementations of the repository API for local Sesame repositories. 
org.openrdf.sesame.repository.remote Implementations of the repository API for remote Sesame repositories. 
org.openrdf.sesame.sail RDF Storage And Inference Layer.  
org.openrdf.sesame.sail.query SAIL query object model. 
org.openrdf.sesame.sail.util Generic utility iterators for RDF SAIL implementations. 
org.openrdf.sesame.sailimpl.memory An implementation of the RDF SAIL API that uses main memory for storage.  
org.openrdf.sesame.sailimpl.nativerdf   
org.openrdf.sesame.sailimpl.nativerdf.model   
org.openrdf.sesame.sailimpl.omm.security   
org.openrdf.sesame.sailimpl.omm.versioning   
org.openrdf.sesame.sailimpl.rdbms.iterators   
org.openrdf.sesame.sailimpl.rdbms.model   
org.openrdf.sesame.sailimpl.sync Synchronization SAIL.  
org.openrdf.sesame.server.http Servlets handling the communication with Sesame over HTTP. 
 

Classes in org.openrdf.model used by org.openrdf.model
BNode
          A blank node (aka bnode, aka anonymous node).
Graph
          Graph is an interface for fast manipulation of collections of RDF statements in code.
GraphException
           
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.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A Factory for creating resources, bNodes and literals.
 

Classes in org.openrdf.model used by org.openrdf.model.impl
BNode
          A blank node (aka bnode, aka anonymous node).
Graph
          Graph is an interface for fast manipulation of collections of RDF statements in code.
GraphException
           
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.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A Factory for creating resources, bNodes and literals.
 

Classes in org.openrdf.model used by org.openrdf.rio
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.rio.n3
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.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).
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A Factory for creating resources, bNodes and literals.
 

Classes in org.openrdf.model used by org.openrdf.rio.rdfxml
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 resources, bNodes and literals.
 

Classes in org.openrdf.model used by org.openrdf.rio.turtle
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 resources, bNodes and literals.
 

Classes in org.openrdf.model used by org.openrdf.sesame.admin
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A Factory for creating resources, bNodes and literals.
 

Classes in org.openrdf.model used by org.openrdf.sesame.omm
Graph
          Graph is an interface for fast manipulation of collections of RDF statements in code.
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement.
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.sesame.query
Graph
          Graph is an interface for fast manipulation of collections of RDF statements in code.
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 resources, bNodes and literals.
 

Classes in org.openrdf.model used by org.openrdf.sesame.query.rdql.parser
URI
          A URI.
 

Classes in org.openrdf.model used by org.openrdf.sesame.query.rql.model
GraphException
           
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.sesame.query.rql.model.iterators
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.sesame.query.serql.parser
URI
          A URI.
 

Classes in org.openrdf.model used by org.openrdf.sesame.repository
Graph
          Graph is an interface for fast manipulation of collections of RDF statements in code.
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.sesame.repository.local
Graph
          Graph is an interface for fast manipulation of collections of RDF statements in code.
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.sesame.repository.remote
Graph
          Graph is an interface for fast manipulation of collections of RDF statements in code.
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.sesame.sail
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.
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.sesame.sail.query
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).
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.sesame.sail.util
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.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
 

Classes in org.openrdf.model used by org.openrdf.sesame.sailimpl.memory
BNode
          A blank node (aka bnode, aka anonymous node).
GraphException
           
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.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A Factory for creating resources, bNodes and literals.
 

Classes in org.openrdf.model used by org.openrdf.sesame.sailimpl.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).
Resource
          The supertype of all RDF resources (URIs and blank nodes).
Statement
          An RDF statement.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A Factory for creating resources, bNodes and literals.
 

Classes in org.openrdf.model used by org.openrdf.sesame.sailimpl.nativerdf.model
BNode
          A blank node (aka bnode, aka anonymous node).
GraphException
           
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.sesame.sailimpl.omm.security
Graph
          Graph is an interface for fast manipulation of collections of RDF statements in code.
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.
URI
          A URI.
Value
          The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory
          A Factory for creating resources, bNodes and literals.
 

Classes in org.openrdf.model used by org.openrdf.sesame.sailimpl.omm.versioning
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 resources, bNodes and literals.
 

Classes in org.openrdf.model used by org.openrdf.sesame.sailimpl.rdbms.iterators
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.
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.sesame.sailimpl.rdbms.model
BNode
          A blank node (aka bnode, aka anonymous node).
GraphException
           
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.sesame.sailimpl.sync
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 resources, bNodes and literals.
 

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



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.