A B C D E F G H I L M N O P Q R S T U V X Y 

A

AbstractModel - Class in org.openrdf.model.impl
Provides basic operations that are common to all Models.
AbstractModel() - Constructor for class org.openrdf.model.impl.AbstractModel
 
accept(S) - Method in class org.openrdf.model.util.PatternIterator
Tests whether or not the specified object should be returned by this iterator.
add(Resource, URI, Value, Resource...) - Method in interface org.openrdf.model.Graph
Adds one or more statements to the graph.
add(Statement) - Method in class org.openrdf.model.impl.AbstractModel
 
add(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.EmptyModel
 
add(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.FilteredModel
 
add(Statement) - Method in class org.openrdf.model.impl.GraphImpl
Deprecated.
 
add(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.GraphImpl
Deprecated.
 
add(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.LinkedHashModel
 
add(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.TreeModel
 
add(Resource, URI, Value, Resource...) - Method in interface org.openrdf.model.Model
Adds one or more statements to the model.
addAll(Collection<? extends Statement>) - Method in class org.openrdf.model.impl.AbstractModel
 
ALLDIFFERENT - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#AllDifferent
ALLVALUESFROM - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#allValuesFrom
ALT - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Alt
ALT_LABEL - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:altLabel lexical label property.
ANNOTATIONPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#AnnotationProperty
ANYURI - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#anyURI

B

BACKWARDCOMPATIBLEWITH - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#backwardCompatibleWith
BAG - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Bag
BASE64BINARY - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#base64Binary
bibliographicCode - Variable in class org.openrdf.model.util.language.Iso639
The ISO639-2 three character Bibliographic Code.
BNode - Interface in org.openrdf.model
A blank node (aka bnode, aka anonymous node).
BNodeImpl - Class in org.openrdf.model.impl
An implementation of the BNode interface.
BNodeImpl() - Constructor for class org.openrdf.model.impl.BNodeImpl
Creates a new, unitialized blank node.
BNodeImpl(String) - Constructor for class org.openrdf.model.impl.BNodeImpl
Creates a new blank node with the supplied identifier.
BOOLEAN - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#boolean
BooleanLiteralImpl - Class in org.openrdf.model.impl
An extension of LiteralImpl that stores a boolean value to avoid parsing.
BooleanLiteralImpl(boolean) - Constructor for class org.openrdf.model.impl.BooleanLiteralImpl
Creates an xsd:boolean typed literal with the specified value.
booleanValue() - Method in class org.openrdf.model.impl.BooleanLiteralImpl
 
booleanValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
booleanValue() - Method in interface org.openrdf.model.Literal
Returns the boolean value of this literal.
BROAD_MATCH - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:broadMatch relation.
BROADER - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:broader relation.
BROADER_TRANSITIVE - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:broaderTransitive relation.
BYTE - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#byte
byteValue() - Method in class org.openrdf.model.impl.DecimalLiteralImpl
 
byteValue() - Method in class org.openrdf.model.impl.IntegerLiteralImpl
 
byteValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
byteValue() - Method in class org.openrdf.model.impl.NumericLiteralImpl
 
byteValue() - Method in interface org.openrdf.model.Literal
Returns the byte value of this literal.

C

CalendarLiteralImpl - Class in org.openrdf.model.impl
An extension of LiteralImpl that stores a calendar value to avoid parsing.
CalendarLiteralImpl(XMLGregorianCalendar) - Constructor for class org.openrdf.model.impl.CalendarLiteralImpl
Creates a literal for the specified calendar using a datatype appropriate for the value indicated by XMLGregorianCalendar.getXMLSchemaType().
calendarValue() - Method in class org.openrdf.model.impl.CalendarLiteralImpl
 
calendarValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
calendarValue() - Method in interface org.openrdf.model.Literal
Returns the XMLGregorianCalendar value of this literal.
CARDINALITY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#cardinality
ceiling(Statement) - Method in class org.openrdf.model.impl.TreeModel
 
CHANGE_NOTE - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:changeNote property.
CLASS - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#Class
CLASS - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Class
classification - Variable in class org.openrdf.model.util.language.IanaLanguageTag
The bitwise OR of all applicable values from LanguageTagCodes.
classification - Variable in class org.openrdf.model.util.language.Iso639
The bitwise OR of all applicable values from LanguageTagCodes.
clear() - Method in class org.openrdf.model.impl.AbstractModel
 
clear(Resource...) - Method in class org.openrdf.model.impl.AbstractModel
 
clear() - Method in class org.openrdf.model.impl.LinkedHashModel
 
clear() - Method in class org.openrdf.model.impl.TreeModel
 
clear(Resource...) - Method in interface org.openrdf.model.Model
Removes statements with the specified context exist in this model.
clone() - Method in class org.openrdf.model.datatypes.XMLDateTime
 
CLOSE_MATCH - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:closeMatch relation.
closeIterator(Iterator<?>) - Method in class org.openrdf.model.impl.AbstractModel
Cleans up any resources used by this iterator.
code - Variable in class org.openrdf.model.util.language.Iso3166
The 2 character country code.
collapseWhiteSpace(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Replaces all contiguous sequences of #x9 (tab), #xA (line feed) and #xD (carriage return) with a single #x20 (space) character, and removes any leading and trailing whitespace characters, as specified for whiteSpace facet collapse.
COLLECTION - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:Collection class
COMMENT - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#comment
comparator() - Method in class org.openrdf.model.impl.TreeModel
 
compare(String, String, URI) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compare(Value, Value) - Method in class org.openrdf.model.util.LexicalValueComparator
 
compareBytes(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareCanonicalDecimals(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two canonical decimals to eachother.
compareCanonicalDoubles(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two canonical doubles to eachother.
compareCanonicalFloats(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two canonical floats to eachother.
compareCanonicalFPNumbers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two canonical floating point numbers to eachother.
compareCanonicalIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two canonical integers to eachother.
compareDateTime(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two dateTime objects.
compareDecimals(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two decimals to eachother.
compareDoubles(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two doubles to eachother.
compareFloats(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two floats to eachother.
compareFPNumbers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two floating point numbers to eachother.
compareIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Compares two integers to eachother.
compareInts(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareLongs(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareNegativeIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareNonNegativeIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareNonPositiveIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
comparePositiveIntegers(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareShorts(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareTo(XMLDateTime) - Method in class org.openrdf.model.datatypes.XMLDateTime
Compares this DateTime object to another DateTime object.
compareUnsignedBytes(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareUnsignedInts(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareUnsignedLongs(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
compareUnsignedShorts(String, String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
COMPLEMENTOF - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#complementOf
CONCAT - Static variable in class org.openrdf.model.vocabulary.FN
fn:concat
CONCEPT - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:Concept class
CONCEPT_SCHEME - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:ConceptScheme class
CONTAINER - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Container
CONTAINERMEMBERSHIPPROPERTY - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#ContainerMembershipProperty
contains(Object) - Method in class org.openrdf.model.impl.AbstractModel
 
contains(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.EmptyModel
 
contains(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.FilteredModel
 
contains(Object) - Method in class org.openrdf.model.impl.LinkedHashModel
 
contains(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.LinkedHashModel
 
contains(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.TreeModel
 
contains(Resource, URI, Value, Resource...) - Method in interface org.openrdf.model.Model
Determines if statements with the specified subject, predicate, object and (optionally) context exist in this model.
CONTAINS - Static variable in class org.openrdf.model.vocabulary.FN
fn:contains
containsAll(Collection<?>) - Method in class org.openrdf.model.impl.AbstractModel
 
contexts() - Method in class org.openrdf.model.impl.AbstractModel
 
contexts() - Method in interface org.openrdf.model.Model
Returns a Set view of the contexts contained in this model.
ContextStatementImpl - Class in org.openrdf.model.impl
An extension of StatementImpl that adds a context field.
ContextStatementImpl(Resource, URI, Value, Resource) - Constructor for class org.openrdf.model.impl.ContextStatementImpl
Creates a new Statement with the supplied subject, predicate and object for the specified associated context.
CONTRIBUTOR - Static variable in class org.openrdf.model.vocabulary.DC
dc:contributor
COVERAGE - Static variable in class org.openrdf.model.vocabulary.DC
dc:coverage
createBNode() - Method in class org.openrdf.model.impl.ValueFactoryBase
 
createBNode(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createBNode() - Method in interface org.openrdf.model.ValueFactory
Creates a new bNode.
createBNode(String) - Method in interface org.openrdf.model.ValueFactory
Creates a new blank node with the given node identifier.
createFPLiteral(Number, URI) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createNumericLiteral(Number, URI) with the supplied value and datatype as parameters.
createIntegerLiteral(Number, URI) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createNumericLiteral(Number, URI) with the supplied value and datatype as parameters.
createLiteral(boolean) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactory.createLiteral(String, URI) with the String-value of the supplied value and XMLSchema.BOOLEAN as parameters.
createLiteral(byte) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createIntegerLiteral(Number, URI) with the supplied value and XMLSchema.BYTE as parameters.
createLiteral(short) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createIntegerLiteral(Number, URI) with the supplied value and XMLSchema.SHORT as parameters.
createLiteral(int) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createIntegerLiteral(Number, URI) with the supplied value and XMLSchema.INT as parameters.
createLiteral(long) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createIntegerLiteral(Number, URI) with the supplied value and XMLSchema.LONG as parameters.
createLiteral(float) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createFPLiteral(Number, URI) with the supplied value and XMLSchema.FLOAT as parameters.
createLiteral(double) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactoryBase.createFPLiteral(Number, URI) with the supplied value and XMLSchema.DOUBLE as parameters.
createLiteral(XMLGregorianCalendar) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactory.createLiteral(String, URI) with the String-value of the supplied calendar and the appropriate datatype as parameters.
createLiteral(Date) - Method in class org.openrdf.model.impl.ValueFactoryBase
createLiteral(Object) - Method in class org.openrdf.model.impl.ValueFactoryBase
Creates a typed Literal out of the supplied object, mapping the runtime type of the object to the appropriate XML Schema type.
createLiteral(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String, String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String, URI) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createLiteral(String) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied label.
createLiteral(String, String) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied label and language attribute.
createLiteral(String, URI) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal with the supplied label and datatype.
createLiteral(boolean) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:boolean-typed literal representing the specified value.
createLiteral(byte) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:byte-typed literal representing the specified value.
createLiteral(short) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:short-typed literal representing the specified value.
createLiteral(int) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:int-typed literal representing the specified value.
createLiteral(long) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:long-typed literal representing the specified value.
createLiteral(float) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:float-typed literal representing the specified value.
createLiteral(double) - Method in interface org.openrdf.model.ValueFactory
Creates a new xsd:double-typed literal representing the specified value.
createLiteral(XMLGregorianCalendar) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal representing the specified calendar that is typed using the appropriate XML Schema date/time datatype.
createLiteral(Date) - Method in interface org.openrdf.model.ValueFactory
Creates a new literal representing the specified date that is typed using the appropriate XML Schema date/time datatype.
createLiteral(Object) - Method in interface org.openrdf.model.ValueFactory
Creates a typed Literal out of the supplied object, mapping the runtime type of the object to the appropriate XML Schema type.
createNumericLiteral(Number, URI) - Method in class org.openrdf.model.impl.ValueFactoryBase
Calls ValueFactory.createLiteral(String, URI) with the String-value of the supplied number and the supplied datatype as parameters.
createStatement(Resource, URI, Value) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createStatement(Resource, URI, Value, Resource) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createStatement(Resource, URI, Value) - Method in interface org.openrdf.model.ValueFactory
Creates a new statement with the supplied subject, predicate and object.
createStatement(Resource, URI, Value, Resource) - Method in interface org.openrdf.model.ValueFactory
Creates a new statement with the supplied subject, predicate and object and associated context.
createURI(String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createURI(String, String) - Method in class org.openrdf.model.impl.ValueFactoryImpl
 
createURI(String) - Method in interface org.openrdf.model.ValueFactory
Creates a new URI from the supplied string-representation.
createURI(String, String) - Method in interface org.openrdf.model.ValueFactory
Creates a new URI from the supplied namespace and local name.
CREATOR - Static variable in class org.openrdf.model.vocabulary.DC
dc:creator

D

DATATYPE - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Datatype
DATATYPEPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#DatatypeProperty
DATE - Static variable in class org.openrdf.model.vocabulary.DC
dc:date
DATE - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#date
DATETIME - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#dateTime
DAY_FROM_DATETIME - Static variable in class org.openrdf.model.vocabulary.FN
fn:day-from-dateTime
DAYTIMEDURATION - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#dayTimeDuration
DC - Class in org.openrdf.model.vocabulary
Vocabulary constants for the Dublin Core Metadata Element Set, version 1.1
DC() - Constructor for class org.openrdf.model.vocabulary.DC
 
DECIMAL - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#decimal
DecimalLiteralImpl - Class in org.openrdf.model.impl
An extension of LiteralImpl that stores an integer value using a BigDecimal object.
DecimalLiteralImpl(BigDecimal) - Constructor for class org.openrdf.model.impl.DecimalLiteralImpl
Creates an xsd:decimal literal with the specified value.
DecimalLiteralImpl(BigDecimal, URI) - Constructor for class org.openrdf.model.impl.DecimalLiteralImpl
Creates a literal with the specified value and datatype.
decimalValue() - Method in class org.openrdf.model.impl.DecimalLiteralImpl
 
decimalValue() - Method in class org.openrdf.model.impl.IntegerLiteralImpl
 
decimalValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
decimalValue() - Method in interface org.openrdf.model.Literal
Returns the decimal value of this literal.
DEFINITION - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:definition property.
DEPRECATEDCLASS - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#DeprecatedClass
DEPRECATEDPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#DeprecatedProperty
DESCRIPTION - Static variable in class org.openrdf.model.vocabulary.DC
dc:description
DIFFERENTFROM - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#differentFrom
DIRECTSUBCLASSOF - Static variable in class org.openrdf.model.vocabulary.SESAME
http://www.openrdf.org/schema/sesame#directSubClassOf
DIRECTSUBPROPERTYOF - Static variable in class org.openrdf.model.vocabulary.SESAME
http://www.openrdf.org/schema/sesame#directSubPropertyOf
DIRECTTYPE - Static variable in class org.openrdf.model.vocabulary.SESAME
http://www.openrdf.org/schema/sesame#directType
DISJOINTWITH - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#disjointWith
DISTINCTMEMBERS - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#distinctMembers
DOMAIN - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#domain
DOUBLE - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#double
doubleValue() - Method in class org.openrdf.model.impl.DecimalLiteralImpl
 
doubleValue() - Method in class org.openrdf.model.impl.IntegerLiteralImpl
 
doubleValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
doubleValue() - Method in class org.openrdf.model.impl.NumericLiteralImpl
 
doubleValue() - Method in interface org.openrdf.model.Literal
Returns the double value of this literal.
DURATION - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#duration

E

EDITORIAL_NOTE - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:editorialNote property.
EmptyModel - Class in org.openrdf.model.impl
Blocks access to the statements of the model, allowing only changes to the model's namespaces.
EmptyModel(Model) - Constructor for class org.openrdf.model.impl.EmptyModel
 
ENCODE_FOR_URI - Static variable in class org.openrdf.model.vocabulary.FN
fn:encode-for-uri
ENDS_WITH - Static variable in class org.openrdf.model.vocabulary.FN
fn:ends-with
ENTITIES - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#ENTITIES
ENTITY - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#ENTITY
equals(Object) - Method in interface org.openrdf.model.BNode
Compares a blank node object to another object.
equals(Object) - Method in class org.openrdf.model.impl.AbstractModel
 
equals(Object) - Method in class org.openrdf.model.impl.BNodeImpl
 
equals(Object) - Method in class org.openrdf.model.impl.LiteralImpl
 
equals(Object) - Method in class org.openrdf.model.impl.StatementImpl
 
equals(Object) - Method in class org.openrdf.model.impl.URIImpl
 
equals(Object) - Method in interface org.openrdf.model.Literal
Compares a literal object to another object.
equals(Object) - Method in interface org.openrdf.model.Statement
Compares a statement object to another object.
equals(Object) - Method in interface org.openrdf.model.URI
Compares a URI object to another object.
equals(Iterable<? extends Statement>, Iterable<? extends Statement>) - Static method in class org.openrdf.model.util.ModelUtil
Compares two models, defined by two statement collections, and returns true if they are equal.
equals(Set<? extends Statement>, Set<? extends Statement>) - Static method in class org.openrdf.model.util.ModelUtil
Compares two models, defined by two statement collections, and returns true if they are equal.
EQUIVALENTCLASS - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#equivalentClass
EQUIVALENTPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#equivalentProperty
EXACT_MATCH - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:exactMatch relation.
EXAMPLE - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:example property.

F

FALSE - Static variable in class org.openrdf.model.impl.BooleanLiteralImpl
 
filter(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.EmptyModel
 
filter(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.FilteredModel
 
filter(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.LinkedHashModel
 
filter(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.TreeModel
 
filter(Resource, URI, Value, Resource...) - Method in interface org.openrdf.model.Model
Returns a view of the statements with the specified subject, predicate, object and (optionally) context.
FilteredModel - Class in org.openrdf.model.impl
Applies a basic graph pattern filter to what triples can be see.
FilteredModel(AbstractModel, Resource, URI, Value, Resource...) - Constructor for class org.openrdf.model.impl.FilteredModel
 
find(LanguageTag) - Static method in class org.openrdf.model.util.language.IanaLanguageTag
Look up a language identifier in the IANA list.
find(String) - Static method in class org.openrdf.model.util.language.Iso3166
Look a country code up in the list.
find(String) - Static method in class org.openrdf.model.util.language.Iso639
Look an ISO-639 code up in the list.
first() - Method in class org.openrdf.model.impl.TreeModel
 
FIRST - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#first
FLOAT - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#float
floatValue() - Method in class org.openrdf.model.impl.DecimalLiteralImpl
 
floatValue() - Method in class org.openrdf.model.impl.IntegerLiteralImpl
 
floatValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
floatValue() - Method in class org.openrdf.model.impl.NumericLiteralImpl
 
floatValue() - Method in interface org.openrdf.model.Literal
Returns the float value of this literal.
floor(Statement) - Method in class org.openrdf.model.impl.TreeModel
 
FN - Class in org.openrdf.model.vocabulary
Defines constants for the standard XPath functions.
FN() - Constructor for class org.openrdf.model.vocabulary.FN
 
FORMAT - Static variable in class org.openrdf.model.vocabulary.DC
dc:format
FUNCTIONALPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#FunctionalProperty

G

GDAY - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#gDay
getBooleanValue(Literal, boolean) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the boolean value of the supplied literal.
getBooleanValue(Value, boolean) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getBooleanValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getByteValue(Literal, byte) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the byte value of the supplied literal.
getByteValue(Value, byte) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getByteValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getCalendarValue(Literal, XMLGregorianCalendar) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the calendar value of the supplied literal.
getCalendarValue(Value, XMLGregorianCalendar) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getCalendarValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getContext() - Method in class org.openrdf.model.impl.ContextStatementImpl
 
getContext() - Method in class org.openrdf.model.impl.StatementImpl
 
getContext() - Method in interface org.openrdf.model.Statement
Gets the context of this statement.
getCountry() - Method in class org.openrdf.model.util.language.LanguageTag
 
getDatatype() - Method in class org.openrdf.model.impl.LiteralImpl
 
getDatatype() - Method in interface org.openrdf.model.Literal
Gets the datatype for this literal.
getDecimalValue(Literal, BigDecimal) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the decimal value of the supplied literal.
getDecimalValue(Value, BigDecimal) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getDecimalValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getDoubleValue(Literal, double) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the double value of the supplied literal.
getDoubleValue(Value, double) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getDoubleValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getFloatValue(Literal, float) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the float value of the supplied literal.
getFloatValue(Value, float) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getFloatValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getID() - Method in interface org.openrdf.model.BNode
retrieves this blank node's identifier.
getID() - Method in class org.openrdf.model.impl.BNodeImpl
 
getInstance() - Static method in class org.openrdf.model.impl.ValueFactoryImpl
 
getIntegerValue(Literal, BigInteger) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the integer value of the supplied literal.
getIntegerValue(Value, BigInteger) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getIntegerValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getIntValue(Literal, int) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the int value of the supplied literal.
getIntValue(Value, int) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getIntValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getLabel() - Method in class org.openrdf.model.impl.LiteralImpl
 
getLabel() - Method in interface org.openrdf.model.Literal
Gets the label of this literal.
getLabel(Literal, String) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the label of the supplied literal.
getLabel(Value, String) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getLabel((Literal)v, fallback in case the supplied value is a literal, returns the fallback value otherwise.
getLanguage() - Method in class org.openrdf.model.impl.LiteralImpl
 
getLanguage() - Method in interface org.openrdf.model.Literal
Gets the language tag for this literal, normalized to lower case.
getLanguage() - Method in class org.openrdf.model.util.language.LanguageTag
 
getLocale(Literal, Locale) - Static method in class org.openrdf.model.util.LiteralUtil
Determine the Locale from a literal's language tag, as specified by RFC 3166.
getLocalName() - Method in class org.openrdf.model.impl.URIImpl
 
getLocalName() - Method in interface org.openrdf.model.URI
Gets the local name of this URI.
getLocalNameIndex(String) - Static method in class org.openrdf.model.util.URIUtil
Finds the index of the first local name character in an (non-relative) URI.
getLongValue(Literal, long) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the long value of the supplied literal.
getLongValue(Value, long) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getLongValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getName() - Method in class org.openrdf.model.impl.NamespaceImpl
Gets the name of the namespace.
getName() - Method in interface org.openrdf.model.Namespace
Gets the name of the current namespace (i.e.
getNamespace(String) - Method in class org.openrdf.model.impl.EmptyModel
 
getNamespace(String) - Method in class org.openrdf.model.impl.FilteredModel
 
getNamespace(String) - Method in class org.openrdf.model.impl.LinkedHashModel
 
getNamespace(String) - Method in class org.openrdf.model.impl.TreeModel
 
getNamespace() - Method in class org.openrdf.model.impl.URIImpl
 
getNamespace(String) - Method in interface org.openrdf.model.Model
Gets the namespace that is associated with the specified prefix, if any.
getNamespace() - Method in interface org.openrdf.model.URI
Gets the namespace of this URI.
getNamespaces() - Method in class org.openrdf.model.impl.EmptyModel
 
getNamespaces() - Method in class org.openrdf.model.impl.FilteredModel
 
getNamespaces() - Method in class org.openrdf.model.impl.LinkedHashModel
 
getNamespaces() - Method in class org.openrdf.model.impl.TreeModel
 
getNamespaces() - Method in interface org.openrdf.model.Model
Gets the map that contains the assigned namespaces.
getObject() - Method in class org.openrdf.model.impl.StatementImpl
 
getObject() - Method in interface org.openrdf.model.Statement
Gets the object of this statement.
getObjectIterator(Graph, Resource, URI, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the objects of the statements with the specified subject, predicate and (optionally) contexts from the supplied graph.
getObjects(Graph, Resource, URI, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the objects of the statements with the specified subject, predicate and (optionally) contexts from the supplied graph.
getOptionalObject(Graph, Resource, URI, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the object of the statement(s) with the specified subject and predicate from the specified contexts in the supplied graph.
getOptionalObjectLiteral(Graph, Resource, URI) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getOptionalObject(Graph, Resource, URI, Resource[]) to a Literal, or throws a GraphUtilException if that value is not a Literal.
getOptionalObjectResource(Graph, Resource, URI) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getOptionalObject(Graph, Resource, URI, Resource[]) to a Resource, or throws a GraphUtilException if that value is not a Resource.
getOptionalObjectURI(Graph, Resource, URI) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getOptionalObject(Graph, Resource, URI, Resource[]) to a URI, or throws a GraphUtilException if that value is not a URI.
getOptionalSubject(Graph, URI, Value, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the subject of the statement(s) with the specified predicate and object from the specified contexts in the supplied graph.
getOptionalSubjectURI(Graph, URI, Value, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getOptionalSubject(Graph, URI, Value, Resource[]) to a URI, or throws a GraphUtilException if that value is not a URI.
getPredicate() - Method in class org.openrdf.model.impl.StatementImpl
 
getPredicate() - Method in interface org.openrdf.model.Statement
Gets the predicate of this statement.
getPrefix() - Method in class org.openrdf.model.impl.NamespaceImpl
Gets the prefix of the namespace.
getPrefix() - Method in interface org.openrdf.model.Namespace
Gets the prefix of the current namespace.
getShortValue(Literal, short) - Static method in class org.openrdf.model.util.LiteralUtil
Gets the short value of the supplied literal.
getShortValue(Value, short) - Static method in class org.openrdf.model.util.LiteralUtil
Returns the result of getShortValue((Literal)value, fallback) in case the supplied value is a literal, returns the fallback value otherwise.
getSubject() - Method in class org.openrdf.model.impl.StatementImpl
 
getSubject() - Method in interface org.openrdf.model.Statement
Gets the subject of this statement.
getSubjectIterator(Graph, URI, Value, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the subject of the statements with the specified predicate, object and (optionally) contexts from the supplied graph.
getSubjects(Graph, URI, Value, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the subject of the statements with the specified predicate, object and (optionally) contexts from the supplied graph.
getUniqueObject(Graph, Resource, URI, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the object of the statement(s) with the specified subject and predicate from the specified contexts in the supplied graph.
getUniqueObjectLiteral(Graph, Resource, URI) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getUniqueObject(Graph, Resource, URI, Resource[]) to a Literal, or throws a GraphUtilException if that value is not a Literal.
getUniqueObjectResource(Graph, Resource, URI) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getUniqueObject(Graph, Resource, URI, Resource[]) to a Resource, or throws a GraphUtilException if that value is not a Resource.
getUniqueObjectURI(Graph, Resource, URI) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getUniqueObject(Graph, Resource, URI, Resource[]) to a URI, or throws a GraphUtilException if that value is not a URI.
getUniqueSubject(Graph, URI, Value, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Gets the subject of the statement(s) with the specified predicate and object from the specified contexts in the supplied graph.
getUniqueSubjectURI(Graph, URI, Value, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that casts the return value of GraphUtil.getUniqueSubject(Graph, URI, Value, Resource[]) to a URI, or throws a GraphUtilException if that value is not a URI.
getValueFactory() - Method in interface org.openrdf.model.Graph
Deprecated.
getValueFactory() - Method in class org.openrdf.model.impl.AbstractModel
Deprecated.
getValueFactory() - Method in class org.openrdf.model.impl.GraphImpl
Deprecated.
 
getVariant() - Method in class org.openrdf.model.util.language.LanguageTag
 
getVersion() - Static method in class org.openrdf.Sesame
 
GMONTH - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#gMonth
GMONTHDAY - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#gMonthDay
Graph - Interface in org.openrdf.model
An RDF graph, represented as a collection of Statements.
GraphImpl - Class in org.openrdf.model.impl
Deprecated.
since release 2.7.0. Use a Model implementation (e.g. TreeModel or LinkedHashModel instead.
GraphImpl(ValueFactory) - Constructor for class org.openrdf.model.impl.GraphImpl
Deprecated.
 
GraphImpl() - Constructor for class org.openrdf.model.impl.GraphImpl
Deprecated.
 
GraphImpl(ValueFactory, Collection<? extends Statement>) - Constructor for class org.openrdf.model.impl.GraphImpl
Deprecated.
 
GraphImpl(Collection<? extends Statement>) - Constructor for class org.openrdf.model.impl.GraphImpl
Deprecated.
 
GraphUtil - Class in org.openrdf.model.util
Utility methods for working with Graph objects.
GraphUtil() - Constructor for class org.openrdf.model.util.GraphUtil
 
GraphUtilException - Exception in org.openrdf.model.util
An exception thrown by GraphUtil when specific conditions are not met.
GraphUtilException() - Constructor for exception org.openrdf.model.util.GraphUtilException
 
GraphUtilException(String) - Constructor for exception org.openrdf.model.util.GraphUtilException
 
GraphUtilException(Throwable) - Constructor for exception org.openrdf.model.util.GraphUtilException
 
GraphUtilException(String, Throwable) - Constructor for exception org.openrdf.model.util.GraphUtilException
 
GYEAR - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#gYear
GYEARMONTH - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#gYearMonth

H

HAS_TOP_CONCEPT - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:hasTopConcept relation.
hasCountry() - Method in class org.openrdf.model.util.language.LanguageTag
 
hashCode() - Method in interface org.openrdf.model.BNode
The hash code of a blank node is defined as the hash code of its identifier: id.hashCode().
hashCode() - Method in class org.openrdf.model.impl.AbstractModel
 
hashCode() - Method in class org.openrdf.model.impl.BNodeImpl
 
hashCode() - Method in class org.openrdf.model.impl.LiteralImpl
 
hashCode() - Method in class org.openrdf.model.impl.StatementImpl
 
hashCode() - Method in class org.openrdf.model.impl.URIImpl
 
hashCode() - Method in interface org.openrdf.model.Literal
Returns the literal's hash code.
hashCode() - Method in interface org.openrdf.model.Statement
The hash code of a statement is defined as: 961 * subject.hashCode() + 31 * predicate.hashCode() + object.hashCode().
hashCode() - Method in interface org.openrdf.model.URI
The hash code of a URI is defined as the hash code of its String-representation: toString().hashCode.
hasLanguage() - Method in class org.openrdf.model.util.language.LanguageTag
 
hasNext() - Method in class org.openrdf.model.util.PatternIterator
 
HASVALUE - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#hasValue
hasVariant() - Method in class org.openrdf.model.util.language.LanguageTag
 
headSet(Statement) - Method in class org.openrdf.model.impl.TreeModel
 
HEXBINARY - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#hexBinary
HIDDEN_LABEL - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:hiddenLabel lexical label property.
higher(Statement) - Method in class org.openrdf.model.impl.TreeModel
 
HISTORY_NOTE - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:historyNote property.
HOURS_FROM_DATETIME - Static variable in class org.openrdf.model.vocabulary.FN
fn:hours-from-dateTime

I

IanaLanguageTag - Class in org.openrdf.model.util.language
Language codes registered by IANA.
ID - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#ID
IDENTIFIER - Static variable in class org.openrdf.model.vocabulary.DC
dc:identifier
IDREF - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#IDREF
IDREFS - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#IDREFS
IMPORTS - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#imports
IN_SCHEME - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:inScheme relation.
INCOMPATIBLEWITH - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#incompatibleWith
INDIVIDUAL - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#Individual
initBNodeParams() - Method in class org.openrdf.model.impl.ValueFactoryBase
Generates a new bnode prefix and resets nextBNodeID to 1 .
INT - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#int
INTEGER - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#integer
IntegerLiteralImpl - Class in org.openrdf.model.impl
An extension of LiteralImpl that stores an integer value using a BigInteger object.
IntegerLiteralImpl(BigInteger) - Constructor for class org.openrdf.model.impl.IntegerLiteralImpl
Creates an xsd:integer literal with the specified value.
IntegerLiteralImpl(BigInteger, URI) - Constructor for class org.openrdf.model.impl.IntegerLiteralImpl
Creates a literal with the specified value and datatype.
integerValue() - Method in class org.openrdf.model.impl.DecimalLiteralImpl
 
integerValue() - Method in class org.openrdf.model.impl.IntegerLiteralImpl
 
integerValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
integerValue() - Method in interface org.openrdf.model.Literal
Returns the integer value of this literal.
INTERSECTIONOF - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#intersectionOf
intValue() - Method in class org.openrdf.model.impl.DecimalLiteralImpl
 
intValue() - Method in class org.openrdf.model.impl.IntegerLiteralImpl
 
intValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
intValue() - Method in class org.openrdf.model.impl.NumericLiteralImpl
 
intValue() - Method in interface org.openrdf.model.Literal
Returns the int value of this literal.
INVERSEFUNCTIONALPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#InverseFunctionalProperty
INVERSEOF - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#inverseOf
isBuiltInDatatype(URI) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is a built-in XML Schema datatype.
isCalendarDatatype(URI) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is equal to xsd:dateTime, xsd:date, xsd:time, xsd:gYearMonth, xsd:gMonthDay, xsd:gYear, xsd:gMonth or xsd:gDay.
isCorrectURISplit(String, String) - Static method in class org.openrdf.model.util.URIUtil
Checks whether the URI consisting of the specified namespace and local name has been split correctly according to the URI splitting rules specified in URI.
isDecimalDatatype(URI) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is equal to xsd:decimal or one of the built-in datatypes that is derived from xsd:decimal.
ISDEFINEDBY - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#isDefinedBy
isDerivedDatatype(URI) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is a derived XML Schema datatype.
isEmpty() - Method in class org.openrdf.model.impl.AbstractModel
 
isFloatingPointDatatype(URI) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is equal to xsd:float or xsd:double.
isIntegerDatatype(URI) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is equal to xsd:integer or one of the built-in datatypes that is derived from xsd:integer.
isNormalized() - Method in class org.openrdf.model.datatypes.XMLDateTime
Checks whether this object has already been normalized.
isNumericDatatype(URI) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is a numeric datatype, i.e.
Iso3166 - Class in org.openrdf.model.util.language
Country code names from ISO 3166.
Iso639 - Class in org.openrdf.model.util.language
Language codes from ISO639-1 and ISO639-2.
isOrderedDatatype(URI) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is ordered.
isPrimitiveDatatype(URI) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Checks whether the supplied datatype is a primitive XML Schema datatype.
isSubset(Iterable<? extends Statement>, Iterable<? extends Statement>) - Static method in class org.openrdf.model.util.ModelUtil
Compares two models, defined by two statement collections, and returns true if the first model is a subset of the second model.
isSubset(Set<? extends Statement>, Set<? extends Statement>) - Static method in class org.openrdf.model.util.ModelUtil
Compares two models, defined by two statement collections, and returns true if the first model is a subset of the second model.
isValidBoolean(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidByte(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidDate(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:date string.
isValidDateTime(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidDayTimeDuration(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidDecimal(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidDouble(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidDuration(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidFloat(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidGDay(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:gDay string.
isValidGMonth(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:gMonth string.
isValidGMonthDay(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:gMonthDay string.
isValidGYear(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:gYear string.
isValidGYearMonth(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:gYearMonth string.
isValidInt(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidInteger(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidLong(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidNegativeInteger(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidNonNegativeInteger(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidNonPositiveInteger(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidPositiveInteger(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidQName(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:QName string.
isValidShort(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidTime(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Determines if the supplied value is a valid xsd:time string.
isValidUnsignedByte(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidUnsignedInt(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidUnsignedLong(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidUnsignedShort(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
isValidValue(String, URI) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
 
iterator() - Method in class org.openrdf.model.impl.EmptyModel
 
iterator() - Method in class org.openrdf.model.impl.GraphImpl
Deprecated.
 
iterator() - Method in class org.openrdf.model.impl.LinkedHashModel
 
iterator() - Method in class org.openrdf.model.impl.TreeModel
 

L

LABEL - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#label
LANGSTRING - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#langString
LANGUAGE - Static variable in class org.openrdf.model.vocabulary.DC
dc:language
LANGUAGE - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#language
LanguageTag - Class in org.openrdf.model.util.language
RFC 3066, "Tags for the Identification of Languages".
LanguageTag(String) - Constructor for class org.openrdf.model.util.language.LanguageTag
Creates new RFC3066 LanguageTag.
LanguageTagCodes - Interface in org.openrdf.model.util.language
Informational values about language codes.
LanguageTagSyntaxException - Exception in org.openrdf.model.util.language
A LanguageTag did not conform to RFC3066.
last() - Method in class org.openrdf.model.impl.TreeModel
 
LexicalValueComparator - Class in org.openrdf.model.util
A lexical rdf term Comparator, this class does not compare numerically and is therefore a bit faster than a SPARQL compliant comparator.
LexicalValueComparator() - Constructor for class org.openrdf.model.util.LexicalValueComparator
 
LI - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#li
LinkedHashModel - Class in org.openrdf.model.impl
Hash table based implementation of the Model interface.
LinkedHashModel() - Constructor for class org.openrdf.model.impl.LinkedHashModel
 
LinkedHashModel(Model) - Constructor for class org.openrdf.model.impl.LinkedHashModel
 
LinkedHashModel(Collection<? extends Statement>) - Constructor for class org.openrdf.model.impl.LinkedHashModel
 
LinkedHashModel(int) - Constructor for class org.openrdf.model.impl.LinkedHashModel
 
LinkedHashModel(Map<String, String>, Collection<? extends Statement>) - Constructor for class org.openrdf.model.impl.LinkedHashModel
 
LinkedHashModel(Map<String, String>) - Constructor for class org.openrdf.model.impl.LinkedHashModel
 
LinkedHashModel(Map<String, String>, int) - Constructor for class org.openrdf.model.impl.LinkedHashModel
 
LIST - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#List
Literal - Interface in org.openrdf.model
An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
LITERAL - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Literal
LiteralImpl - Class in org.openrdf.model.impl
An implementation of the Literal interface.
LiteralImpl() - Constructor for class org.openrdf.model.impl.LiteralImpl
 
LiteralImpl(String) - Constructor for class org.openrdf.model.impl.LiteralImpl
Creates a new plain literal with the supplied label.
LiteralImpl(String, String) - Constructor for class org.openrdf.model.impl.LiteralImpl
Creates a new plain literal with the supplied label and language tag.
LiteralImpl(String, URI) - Constructor for class org.openrdf.model.impl.LiteralImpl
Creates a new datyped literal with the supplied label and datatype.
LiteralUtil - Class in org.openrdf.model.util
Various utility methods related to Literal.
LiteralUtil() - Constructor for class org.openrdf.model.util.LiteralUtil
 
LONG - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#long
longValue() - Method in class org.openrdf.model.impl.DecimalLiteralImpl
 
longValue() - Method in class org.openrdf.model.impl.IntegerLiteralImpl
 
longValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
longValue() - Method in class org.openrdf.model.impl.NumericLiteralImpl
 
longValue() - Method in interface org.openrdf.model.Literal
Returns the long value of this literal.
lower(Statement) - Method in class org.openrdf.model.impl.TreeModel
 
LOWER_CASE - Static variable in class org.openrdf.model.vocabulary.FN
fn:lower-case
LT_DEFAULT - Static variable in interface org.openrdf.model.util.language.LanguageTagCodes
The special tag i-default.
LT_EXTRA - Static variable in interface org.openrdf.model.util.language.LanguageTagCodes
A tag with non-standard extra subtags.
LT_IANA - Static variable in interface org.openrdf.model.util.language.LanguageTagCodes
A tag in the IANA registry.
LT_IANA_DEPRECATED - Static variable in interface org.openrdf.model.util.language.LanguageTagCodes
A language tag that is deprecated in the IANA registry.
LT_ILLEGAL - Static variable in interface org.openrdf.model.util.language.LanguageTagCodes
An illegal tag.
LT_ISO3166 - Static variable in interface org.openrdf.model.util.language.LanguageTagCodes
The second subtag is from ISO3166 and identifies a country.
LT_ISO639 - Static variable in interface org.openrdf.model.util.language.LanguageTagCodes
The first subtag is from ISO639-1 or ISO639-2 and identifies a language,
LT_LOCAL_USE - Static variable in interface org.openrdf.model.util.language.LanguageTagCodes
A special ISO639-2 local use language tag.
LT_MULTIPLE - Static variable in interface org.openrdf.model.util.language.LanguageTagCodes
The special ISO639-2 language tag mul.
LT_PRIVATE_USE - Static variable in interface org.openrdf.model.util.language.LanguageTagCodes
An RFC3066 private use tag.
LT_UNDETERMINED - Static variable in interface org.openrdf.model.util.language.LanguageTagCodes
The undetermined ISO639-2 language und.

M

MAPPING_RELATION - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:mappingRelation relation.
match(Resource, URI, Value, Resource...) - Method in interface org.openrdf.model.Graph
Deprecated.
match(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.AbstractModel
Deprecated.
match(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.GraphImpl
Deprecated.
 
MAXCARDINALITY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#maxCardinality
MEMBER - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#member
MEMBER - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:member relation.
MEMBER_LIST - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:memberList relation.
MINCARDINALITY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#minCardinality
MINUTES_FROM_DATETIME - Static variable in class org.openrdf.model.vocabulary.FN
fn:minutes-from-dateTime
Model - Interface in org.openrdf.model
An RDF model, represented as a Set of Statements with predictable iteration order.
ModelException - Exception in org.openrdf.model.util
An exception thrown by Model and ModelUtil when specific conditions are not met.
ModelException(Value) - Constructor for exception org.openrdf.model.util.ModelException
 
ModelException(Value, Value) - Constructor for exception org.openrdf.model.util.ModelException
 
ModelException(String, Throwable) - Constructor for exception org.openrdf.model.util.ModelException
 
ModelException(String) - Constructor for exception org.openrdf.model.util.ModelException
 
ModelException(Throwable) - Constructor for exception org.openrdf.model.util.ModelException
 
ModelUtil - Class in org.openrdf.model.util
 
ModelUtil() - Constructor for class org.openrdf.model.util.ModelUtil
 
MONTH_FROM_DATETIME - Static variable in class org.openrdf.model.vocabulary.FN
fn:month-from-dateTime

N

name - Variable in class org.openrdf.model.util.language.Iso3166
The name of the country (in English).
name - Variable in class org.openrdf.model.util.language.Iso639
The name of the language in English.
NAME - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#Name
Namespace - Interface in org.openrdf.model
A namespace, consisting of a namespace name and a prefix that has been assigned to it.
NAMESPACE - Static variable in class org.openrdf.model.vocabulary.DC
Dublin Core elements namespace: http://purl.org/dc/elements/1.1/
NAMESPACE - Static variable in class org.openrdf.model.vocabulary.FN
The XPath functions namespace ( http://www.w3.org/2005/xpath-functions#).
NAMESPACE - Static variable in class org.openrdf.model.vocabulary.OWL
The OWL namespace: http://www.w3.org/2002/07/owl#
NAMESPACE - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#
NAMESPACE - Static variable in class org.openrdf.model.vocabulary.RDFS
The RDF Schema namepace: http://www.w3.org/2000/01/rdf-schema#
NAMESPACE - Static variable in class org.openrdf.model.vocabulary.SESAME
The Sesame Schema namespace (http://www.openrdf.org/schema/sesame#).
NAMESPACE - Static variable in class org.openrdf.model.vocabulary.SKOS
The SKOS namespace: http://www.w3.org/2004/02/skos/core#
NAMESPACE - Static variable in class org.openrdf.model.vocabulary.XMLSchema
The XML Schema namespace (http://www.w3.org/2001/XMLSchema#).
NamespaceImpl - Class in org.openrdf.model.impl
A default implementation of the Namespace interface.
NamespaceImpl(String, String) - Constructor for class org.openrdf.model.impl.NamespaceImpl
Creates a new NamespaceImpl object.
NARROW_MATCH - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:narrowMatch relation.
NARROWER - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:narrower relation.
NARROWER_TRANSITIVE - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:narrowerTransitive relation.
NCNAME - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#NCName
NEGATIVE_INTEGER - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#negativeInteger
next() - Method in class org.openrdf.model.util.PatternIterator
 
NIL - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#nil
NIL - Static variable in class org.openrdf.model.vocabulary.SESAME
The SPARQL null context identifier (http://www.openrdf.org/schema/sesame#nil)
NMTOKEN - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#NMTOKEN
NMTOKENS - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#NMTOKENS
NON_NEGATIVE_INTEGER - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#nonNegativeInteger
NON_POSITIVE_INTEGER - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#nonPositiveInteger
normalize(String, URI) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes the supplied value according to the normalization rules for the supplied datatype.
normalize() - Method in class org.openrdf.model.datatypes.XMLDateTime
Normalizes this dateTime object.
normalizeBoolean(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes a boolean value to its canonical representation.
normalizeByte(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:byte.
normalizeDateTime(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:dateTime.
normalizeDecimal(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes a decimal to its canonical representation.
normalizeDouble(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes a double to its canonical representation.
NORMALIZEDSTRING - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#normalizedString
normalizeFloat(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes a float to its canonical representation.
normalizeFPNumber(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes a floating point number to its canonical representation.
normalizeInt(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:int.
normalizeInteger(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes an integer to its canonical representation.
normalizeLong(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:long.
normalizeNegativeInteger(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:negativeInteger.
normalizeNonNegativeInteger(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:nonNegativeInteger.
normalizeNonPositiveInteger(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:nonPositiveInteger.
normalizePositiveInteger(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:positiveInteger.
normalizeShort(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:short.
normalizeUnsignedByte(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:unsignedByte.
normalizeUnsignedInt(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:unsignedInt.
normalizeUnsignedLong(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:unsignedLong.
normalizeUnsignedShort(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Normalizes an xsd:unsignedShort.
NOTATION - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:notation property.
NOTATION - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#NOTATION
NOTE - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:note property.
NOTHING - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#Nothing
NUMERIC_ABS - Static variable in class org.openrdf.model.vocabulary.FN
fn:numeric-abs
NUMERIC_CEIL - Static variable in class org.openrdf.model.vocabulary.FN
fn:numeric-ceil
NUMERIC_FLOOR - Static variable in class org.openrdf.model.vocabulary.FN
fn:numeric-floor
NUMERIC_ROUND - Static variable in class org.openrdf.model.vocabulary.FN
fn:numeric-round
NumericLiteralImpl - Class in org.openrdf.model.impl
An extension of LiteralImpl that stores a numeric value to avoid parsing.
NumericLiteralImpl(Number, URI) - Constructor for class org.openrdf.model.impl.NumericLiteralImpl
Creates a literal with the specified value and datatype.
NumericLiteralImpl(byte) - Constructor for class org.openrdf.model.impl.NumericLiteralImpl
Creates an xsd:byte typed litral with the specified value.
NumericLiteralImpl(short) - Constructor for class org.openrdf.model.impl.NumericLiteralImpl
Creates an xsd:short typed litral with the specified value.
NumericLiteralImpl(int) - Constructor for class org.openrdf.model.impl.NumericLiteralImpl
Creates an xsd:int typed litral with the specified value.
NumericLiteralImpl(long) - Constructor for class org.openrdf.model.impl.NumericLiteralImpl
Creates an xsd:long typed litral with the specified value.
NumericLiteralImpl(float) - Constructor for class org.openrdf.model.impl.NumericLiteralImpl
Creates an xsd:float typed litral with the specified value.
NumericLiteralImpl(double) - Constructor for class org.openrdf.model.impl.NumericLiteralImpl
Creates an xsd:double typed litral with the specified value.

O

OBJECT - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#object
objectLiteral() - Method in class org.openrdf.model.impl.AbstractModel
 
objectLiteral() - Method in interface org.openrdf.model.Model
Utility method that casts the return value of Model.objectValue() to a Literal, or throws a ModelUtilException if that value is not a Literal.
OBJECTPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#ObjectProperty
objectResource() - Method in class org.openrdf.model.impl.AbstractModel
 
objectResource() - Method in interface org.openrdf.model.Model
Utility method that casts the return value of Model.objectValue() to a Resource, or throws a ModelUtilException if that value is not a Resource.
objects() - Method in class org.openrdf.model.impl.AbstractModel
 
objects() - Method in interface org.openrdf.model.Model
Returns a Set view of the objects contained in this model.
objectString() - Method in class org.openrdf.model.impl.AbstractModel
 
objectString() - Method in interface org.openrdf.model.Model
Utility method that returns the string value of Model.objectValue().
objectURI() - Method in class org.openrdf.model.impl.AbstractModel
 
objectURI() - Method in interface org.openrdf.model.Model
Utility method that casts the return value of Model.objectValue() to a URI, or throws a ModelUtilException if that value is not a URI.
objectValue() - Method in class org.openrdf.model.impl.AbstractModel
 
objectValue() - Method in interface org.openrdf.model.Model
Gets the object of the statement(s).
ONEOF - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#oneOf
ONPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#onProperty
ONTOLOGY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#Ontology
ONTOLOGYPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#OntologyProperty
OpenRDFException - Exception in org.openrdf
General superclass of all checked exceptions that parts of OpenRDF Sesame can throw.
OpenRDFException() - Constructor for exception org.openrdf.OpenRDFException
 
OpenRDFException(String) - Constructor for exception org.openrdf.OpenRDFException
 
OpenRDFException(Throwable) - Constructor for exception org.openrdf.OpenRDFException
 
OpenRDFException(String, Throwable) - Constructor for exception org.openrdf.OpenRDFException
 
OpenRDFUtil - Class in org.openrdf
General utility methods for OpenRDF/Sesame modules.
OpenRDFUtil() - Constructor for class org.openrdf.OpenRDFUtil
 
ORDERED_COLLECTION - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:OrderedCollection class
org.openrdf - package org.openrdf
 
org.openrdf.model - package org.openrdf.model
RDF model interfaces.
org.openrdf.model.datatypes - package org.openrdf.model.datatypes
 
org.openrdf.model.impl - package org.openrdf.model.impl
Default implementations of the RDF model interfaces.
org.openrdf.model.util - package org.openrdf.model.util
 
org.openrdf.model.util.language - package org.openrdf.model.util.language
 
org.openrdf.model.vocabulary - package org.openrdf.model.vocabulary
Static constants for various vocabularies.
OWL - Class in org.openrdf.model.vocabulary
Constants for OWL primitives and for the OWL namespace.
OWL() - Constructor for class org.openrdf.model.vocabulary.OWL
 

P

parseBoolean(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:boolean string and returns its value.
parseByte(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:byte string and returns its value.
parseCalendar(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Parses the supplied calendar value string and returns its value.
parseDecimal(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Parses the supplied decimal/floating point string and returns its value.
parseDouble(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:double string and returns its value.
parseFloat(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:float string and returns its value.
parseInt(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:int strings and returns its value.
parseInteger(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:integer string and returns its value.
parseLong(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:long string and returns its value.
parseShort(String) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Parses the supplied xsd:short string and returns its value.
PatternIterator<S extends Statement> - Class in org.openrdf.model.util
Excludes an Iterator based on a given basic graph pattern.
PatternIterator(Iterator<S>, Value, Value, Value, Value...) - Constructor for class org.openrdf.model.util.PatternIterator
 
pollFirst() - Method in class org.openrdf.model.impl.TreeModel
 
pollLast() - Method in class org.openrdf.model.impl.TreeModel
 
POSITIVE_INTEGER - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#positiveInteger
PREDICATE - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#predicate
predicates() - Method in class org.openrdf.model.impl.AbstractModel
 
predicates() - Method in interface org.openrdf.model.Model
Returns a Set view of the predicates contained in this model.
PREF_LABEL - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:prefLabel lexical label property.
PREFIX - Static variable in class org.openrdf.model.vocabulary.DC
Recommend prefix for the Dublin Core elements namespace: "dc"
PREFIX - Static variable in class org.openrdf.model.vocabulary.FN
Recommended prefix for the XPath Functions namespace: "fn"
PREFIX - Static variable in class org.openrdf.model.vocabulary.OWL
Recommended prefix for the OWL namespace: "owl"
PREFIX - Static variable in class org.openrdf.model.vocabulary.RDF
Recommended prefix for the RDF namespace: "rdf"
PREFIX - Static variable in class org.openrdf.model.vocabulary.RDFS
Recommended prefix for the RDF Schema namespace: "rdfs"
PREFIX - Static variable in class org.openrdf.model.vocabulary.SESAME
Recommended prefix for the Sesame Schema namespace: "sesame"
PREFIX - Static variable in class org.openrdf.model.vocabulary.SKOS
The recommended prefix for the SKOS namespace: "skos"
PREFIX - Static variable in class org.openrdf.model.vocabulary.XMLSchema
Recommended prefix for XML Schema datatypes: "xsd"
PRIORVERSION - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#priorVersion
PROPERTY - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Property
PUBLISHER - Static variable in class org.openrdf.model.vocabulary.DC
dc:publisher

Q

QNAME - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#QName
qnameToURI(QName) - Static method in class org.openrdf.model.datatypes.XMLDatatypeUtil
Maps a datatype QName from the javax.xml.namespace package to an XML Schema URI for the corresponding datatype.

R

RANGE - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#range
RDF - Class in org.openrdf.model.vocabulary
Constants for RDF primitives and for the RDF namespace.
RDF() - Constructor for class org.openrdf.model.vocabulary.RDF
 
RDFS - Class in org.openrdf.model.vocabulary
RDFS() - Constructor for class org.openrdf.model.vocabulary.RDFS
 
RELATED - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:related relation.
RELATED_MATCH - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:relatedMatch relation.
RELATION - Static variable in class org.openrdf.model.vocabulary.DC
dc:relation
remove(Object) - Method in class org.openrdf.model.impl.AbstractModel
 
remove(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.EmptyModel
 
remove(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.FilteredModel
 
remove(Object) - Method in class org.openrdf.model.impl.LinkedHashModel
 
remove(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.LinkedHashModel
 
remove(Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.TreeModel
 
remove(Resource, URI, Value, Resource...) - Method in interface org.openrdf.model.Model
Removes statements with the specified subject, predicate, object and (optionally) context exist in this model.
remove(Graph, Resource, URI, Value, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Utility method that removes all statements matching the specified criteria from a graph.
remove() - Method in class org.openrdf.model.util.PatternIterator
 
removeAll(Collection<?>) - Method in class org.openrdf.model.impl.AbstractModel
 
removeFilteredTermIteration(Iterator<Statement>, Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.FilteredModel
Called by aggregate sets when a term has been removed from a term iterator.
removeNamespace(String) - Method in class org.openrdf.model.impl.EmptyModel
 
removeNamespace(String) - Method in class org.openrdf.model.impl.FilteredModel
 
removeNamespace(String) - Method in class org.openrdf.model.impl.LinkedHashModel
 
removeNamespace(String) - Method in class org.openrdf.model.impl.TreeModel
 
removeNamespace(String) - Method in interface org.openrdf.model.Model
Removes a namespace declaration by removing the association between a prefix and a namespace name.
removeTermIteration(Iterator<Statement>, Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.AbstractModel
Called by aggregate sets when a term has been removed from a term iterator.
removeTermIteration(Iterator<Statement>, Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.EmptyModel
 
removeTermIteration(Iterator<Statement>, Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.FilteredModel
 
removeTermIteration(Iterator, Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.LinkedHashModel
 
removeTermIteration(Iterator<Statement>, Resource, URI, Value, Resource...) - Method in class org.openrdf.model.impl.TreeModel
 
REPLACE - Static variable in class org.openrdf.model.vocabulary.FN
fn:replace
Resource - Interface in org.openrdf.model
The supertype of all RDF resources (URIs and blank nodes).
RESOURCE - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#Resource
REST - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#rest
RESTRICTION - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#Restriction
retainAll(Collection<?>) - Method in class org.openrdf.model.impl.AbstractModel
 
RIGHTS - Static variable in class org.openrdf.model.vocabulary.DC
dc:rights

S

SAMEAS - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#sameAs
SCOPE_NOTE - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:scopeNote property.
SECONDS_FROM_DATETIME - Static variable in class org.openrdf.model.vocabulary.FN
fn:seconds-from-dateTime
SEEALSO - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#seeAlso
SEMANTIC_RELATION - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:semanticRelation relation.
SEQ - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Seq
SESAME - Class in org.openrdf.model.vocabulary
Defines constants for the Sesame schema namespace.
SESAME() - Constructor for class org.openrdf.model.vocabulary.SESAME
 
Sesame - Class in org.openrdf
 
Sesame() - Constructor for class org.openrdf.Sesame
 
setDatatype(URI) - Method in class org.openrdf.model.impl.LiteralImpl
 
setID(String) - Method in class org.openrdf.model.impl.BNodeImpl
 
setLabel(String) - Method in class org.openrdf.model.impl.LiteralImpl
 
setLanguage(String) - Method in class org.openrdf.model.impl.LiteralImpl
 
setName(String) - Method in class org.openrdf.model.impl.NamespaceImpl
Sets the name of the namespace.
setNamespace(String, String) - Method in class org.openrdf.model.impl.EmptyModel
 
setNamespace(String, String) - Method in class org.openrdf.model.impl.FilteredModel
 
setNamespace(String, String) - Method in class org.openrdf.model.impl.LinkedHashModel
 
setNamespace(String, String) - Method in class org.openrdf.model.impl.TreeModel
 
setNamespace(String, String) - Method in interface org.openrdf.model.Model
Sets the prefix for a namespace.
setPrefix(String) - Method in class org.openrdf.model.impl.NamespaceImpl
Sets the prefix of the namespace.
setUniqueObject(Graph, Resource, URI, Value, Resource...) - Static method in class org.openrdf.model.util.GraphUtil
Adds the specified statement and makes sure that no other statements are present in the Graph with the same subject and predicate.
setURIString(String) - Method in class org.openrdf.model.impl.URIImpl
 
setValueFactory(ValueFactory) - Method in class org.openrdf.model.impl.GraphImpl
Deprecated.
 
SHORT - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#short
shortValue() - Method in class org.openrdf.model.impl.DecimalLiteralImpl
 
shortValue() - Method in class org.openrdf.model.impl.IntegerLiteralImpl
 
shortValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
shortValue() - Method in class org.openrdf.model.impl.NumericLiteralImpl
 
shortValue() - Method in interface org.openrdf.model.Literal
Returns the short value of this literal.
size() - Method in class org.openrdf.model.impl.EmptyModel
 
size() - Method in class org.openrdf.model.impl.FilteredModel
 
size() - Method in class org.openrdf.model.impl.GraphImpl
Deprecated.
 
size() - Method in class org.openrdf.model.impl.LinkedHashModel
 
size() - Method in class org.openrdf.model.impl.TreeModel
 
SKOS - Class in org.openrdf.model.vocabulary
Vocabulary constants for the Simple Knowledge Organization System (SKOS).
SKOS() - Constructor for class org.openrdf.model.vocabulary.SKOS
 
SOMEVALUESFROM - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#someValuesFrom
SOURCE - Static variable in class org.openrdf.model.vocabulary.DC
dc:source
STARTS_WITH - Static variable in class org.openrdf.model.vocabulary.FN
fn:starts-with
Statement - Interface in org.openrdf.model
An RDF statement, with optional associated context.
STATEMENT - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#Statement
StatementImpl - Class in org.openrdf.model.impl
An implementation of the Statement interface for statements that don't have an associated context.
StatementImpl(Resource, URI, Value) - Constructor for class org.openrdf.model.impl.StatementImpl
Creates a new Statement with the supplied subject, predicate and object.
statements - Variable in class org.openrdf.model.impl.GraphImpl
Deprecated.
 
STRING - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#string
STRING_LENGTH - Static variable in class org.openrdf.model.vocabulary.FN
fn:string-length
stringValue() - Method in class org.openrdf.model.impl.BNodeImpl
 
stringValue() - Method in class org.openrdf.model.impl.LiteralImpl
 
stringValue() - Method in class org.openrdf.model.impl.URIImpl
 
stringValue() - Method in interface org.openrdf.model.Value
Returns the String-value of a Value object.
SUBCLASSOF - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#subClassOf
SUBJECT - Static variable in class org.openrdf.model.vocabulary.DC
dc:subject
SUBJECT - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#subject
subjects() - Method in class org.openrdf.model.impl.AbstractModel
 
subjects() - Method in interface org.openrdf.model.Model
Returns a Set view of the subjects contained in this model.
SUBPROPERTYOF - Static variable in class org.openrdf.model.vocabulary.RDFS
http://www.w3.org/2000/01/rdf-schema#subPropertyOf
subSet(Statement, Statement) - Method in class org.openrdf.model.impl.TreeModel
 
SUBSTRING - Static variable in class org.openrdf.model.vocabulary.FN
fn:substring
SUBSTRING_AFTER - Static variable in class org.openrdf.model.vocabulary.FN
fn:substring-after
SUBSTRING_BEFORE - Static variable in class org.openrdf.model.vocabulary.FN
fn:substring-before
SYMMETRICPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#SymmetricProperty

T

tailSet(Statement) - Method in class org.openrdf.model.impl.TreeModel
 
terminologyCode - Variable in class org.openrdf.model.util.language.Iso639
The ISO639-2 three character Terminology Code.
THING - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#Thing
TIME - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#time
TIMEZONE_FROM_DATETIME - Static variable in class org.openrdf.model.vocabulary.FN
fn:timezone-from-dateTime
TITLE - Static variable in class org.openrdf.model.vocabulary.DC
dc:title
toArray() - Method in class org.openrdf.model.impl.AbstractModel
 
toArray(T[]) - Method in class org.openrdf.model.impl.AbstractModel
 
TOKEN - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#token
toLocale() - Method in class org.openrdf.model.util.language.LanguageTag
 
TOP_CONCEPT_OF - Static variable in class org.openrdf.model.vocabulary.SKOS
The skos:topConceptOf relation.
toString() - Method in class org.openrdf.model.datatypes.XMLDateTime
Returns the xsd:dateTime string-representation of this object.
toString() - Method in class org.openrdf.model.impl.BNodeImpl
 
toString() - Method in class org.openrdf.model.impl.ContextStatementImpl
 
toString() - Method in class org.openrdf.model.impl.LiteralImpl
Returns the label of the literal.
toString() - Method in class org.openrdf.model.impl.NamespaceImpl
Returns a string representation of the object.
toString() - Method in class org.openrdf.model.impl.StatementImpl
Gives a String-representation of this Statement that can be used for debugging.
toString() - Method in class org.openrdf.model.impl.URIImpl
 
toString() - Method in interface org.openrdf.model.URI
Returns the String-representation of this URI.
toString() - Method in class org.openrdf.model.util.language.LanguageTag
 
TRANSITIVEPROPERTY - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#TransitiveProperty
TreeModel - Class in org.openrdf.model.impl
A Red-Black tree based Model implementation.
TreeModel() - Constructor for class org.openrdf.model.impl.TreeModel
 
TreeModel(Model) - Constructor for class org.openrdf.model.impl.TreeModel
 
TreeModel(Collection<? extends Statement>) - Constructor for class org.openrdf.model.impl.TreeModel
 
TreeModel(Map<String, String>, Collection<? extends Statement>) - Constructor for class org.openrdf.model.impl.TreeModel
 
TreeModel(Map<String, String>) - Constructor for class org.openrdf.model.impl.TreeModel
 
TRUE - Static variable in class org.openrdf.model.impl.BooleanLiteralImpl
 
twoCharCode - Variable in class org.openrdf.model.util.language.Iso639
The ISO639-1 two character code.
TYPE - Static variable in class org.openrdf.model.vocabulary.DC
dc:type
TYPE - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#type

U

UNIONOF - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#unionOf
unmodifiable() - Method in class org.openrdf.model.impl.AbstractModel
 
unmodifiable() - Method in interface org.openrdf.model.Model
Returns an unmodifiable view of this model.
UNSIGNED_BYTE - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#unsignedByte
UNSIGNED_INT - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#unsignedInt
UNSIGNED_LONG - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#unsignedLong
UNSIGNED_SHORT - Static variable in class org.openrdf.model.vocabulary.XMLSchema
http://www.w3.org/2001/XMLSchema#unsignedShort
UPPER_CASE - Static variable in class org.openrdf.model.vocabulary.FN
fn:upper-case
URI - Interface in org.openrdf.model
A URI.
URIImpl - Class in org.openrdf.model.impl
The default implementation of the URI interface.
URIImpl() - Constructor for class org.openrdf.model.impl.URIImpl
Creates a new, unitialized URI.
URIImpl(String) - Constructor for class org.openrdf.model.impl.URIImpl
Creates a new URI from the supplied string.
URIUtil - Class in org.openrdf.model.util
 
URIUtil() - Constructor for class org.openrdf.model.util.URIUtil
 

V

Value - Interface in org.openrdf.model
The supertype of all RDF model objects (URIs, blank nodes and literals).
VALUE - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#value
valueFactory - Variable in class org.openrdf.model.impl.GraphImpl
Deprecated.
 
ValueFactory - Interface in org.openrdf.model
A factory for creating URIs, blank nodes, literals and statements.
ValueFactoryBase - Class in org.openrdf.model.impl
Abstract base class for ValueFactory implementations that implements the utility methods for creating literals for basic types by calling the generic ValueFactory.createLiteral(String, URI) with the appropriate value and datatype.
ValueFactoryBase() - Constructor for class org.openrdf.model.impl.ValueFactoryBase
 
ValueFactoryImpl - Class in org.openrdf.model.impl
Default implementation of the ValueFactory interface that uses the RDF model classes from this package.
ValueFactoryImpl() - Constructor for class org.openrdf.model.impl.ValueFactoryImpl
 
valueOf(boolean) - Static method in class org.openrdf.model.impl.BooleanLiteralImpl
Returns a BooleanLiteralImpl for the specified value.
verifyContextNotNull(Resource...) - Static method in class org.openrdf.OpenRDFUtil
Verifies that the supplied contexts parameter is not null, throwing an IllegalArgumentException if it is.
VERSIONINFO - Static variable in class org.openrdf.model.vocabulary.OWL
http://www.w3.org/2002/07/owl#versionInfo

X

XMLDatatypeUtil - Class in org.openrdf.model.datatypes
Provides methods for handling the standard XML Schema datatypes.
XMLDatatypeUtil() - Constructor for class org.openrdf.model.datatypes.XMLDatatypeUtil
 
XMLDateTime - Class in org.openrdf.model.datatypes
This class provides utility functions for comparisons operating on xml:dateTime datatypes as specified in W3C, XML Schema Part 2: Datatypes Second Edition Known deviations from the standard: - the range of years in this implementation is limited to Integer.MIN_VALUE to Integer.MAX_VALUE for practical reasons - this implementation accepts some dates that have impossible month, day-of-month combinations (such as 2005-02-29, which was not a leap year)
XMLDateTime(String) - Constructor for class org.openrdf.model.datatypes.XMLDateTime
Creates a new DateTime object for the supplied xsd:dateTime string value.
XMLLITERAL - Static variable in class org.openrdf.model.vocabulary.RDF
http://www.w3.org/1999/02/22-rdf-syntax-ns#XMLLiteral
XMLSchema - Class in org.openrdf.model.vocabulary
Constants for the standard XML Schema datatypes.
XMLSchema() - Constructor for class org.openrdf.model.vocabulary.XMLSchema
 

Y

YEAR_FROM_DATETIME - Static variable in class org.openrdf.model.vocabulary.FN
fn:year-from-dateTime
A B C D E F G H I L M N O P Q R S T U V X Y 

Copyright © 2001-2013 Aduna. All Rights Reserved.