Uses of Interface
com.hp.hpl.jena.rdf.model.Resource

Packages that use Resource
com.hp.hpl.jena.ontology Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. 
com.hp.hpl.jena.ontology.daml A re-implementation of the Jena 1.X DAML+OIL API, to assist Jena 1 users to move to Jena2. 
com.hp.hpl.jena.rdf.model A package for creating and manipulating RDF graphs. 
com.hp.hpl.jena.rdql RDQL - A query language for Jena. 
com.hp.hpl.jena.reasoner The Jena2 reasoner subsystem is designed to allow a range of inference engines to be plugged into Jena. 
com.hp.hpl.jena.reasoner.dig   
com.hp.hpl.jena.reasoner.rulesys Provides a selection of simple rule engines for Jena inference models. 
com.hp.hpl.jena.reasoner.transitiveReasoner This package contains a reasoner which supports transitive-reflexive closure of subPropertyOf and subClassOf relations. 
com.hp.hpl.jena.util Miscellaneous collection of utility classes. 
com.hp.hpl.jena.vocabulary A package containing constant classes with predefined constant objects for classes and properties defined in well known vocabularies. 
 

Uses of Resource in com.hp.hpl.jena.ontology
 

Subinterfaces of Resource in com.hp.hpl.jena.ontology
 interface AllDifferent
           Interface defining an individual in which all members of a collection are declared pair-wise disjoint.
 interface AllValuesFromRestriction
           A property restriction that requires the named property to have have any range instances to be members of a given class.
 interface AnnotationProperty
           Interface that represents the category of annotation properties in an ontology language.
 interface BooleanClassDescription
           Encapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement).
 interface CardinalityQRestriction
           Interface representing the ontology abstraction for a qualified cardinality restriction.
 interface CardinalityRestriction
           A property restriction that requires the named property to have have exactly the given number of values for a given instance to be a member of the class defined by the restriction.
 interface ComplementClass
           Class description that is formed from the complement of another class description
 interface DataRange
           Represents an ontology DataRange: a class-like construct that contains only concrete data literals.
 interface DatatypeProperty
           Interface that encapsulates the class of properties whose range values are datatype values (as distinct from ObjectProperty whose values are individuals).
 interface EnumeratedClass
           Encapsulates a class description representing a closed enumeration of individuals.
 interface FunctionalProperty
           Interface encapsulating the class of properties that are functional: that is, properties in which a given given domain value has a unique value in the range.
 interface HasValueRestriction
           A property restriction that requires the named property to have a given individual as its value.
 interface Individual
           Interface that encapsulates an individual in an ontology, sometimes referred to as a fact or assertion, or a member of the a-box.
 interface IntersectionClass
           Encapsulates a class description that is the intersection of a list of class expressions.
 interface InverseFunctionalProperty
           Interface encapsulating the class of properties that are inverse functional: that is, properties in which a given given range value has a unique value in the domain (effectively, a key).
 interface MaxCardinalityQRestriction
           Interface representing the ontology abstraction for a qualified maximum cardinality restriction.
 interface MaxCardinalityRestriction
           A property restriction that requires the named property to have have at most the given number of values for a given instance to be a member of the class defined by the restriction.
 interface MinCardinalityQRestriction
           Interface representing the ontology abstraction for a qualified minimum cardinality restriction.
 interface MinCardinalityRestriction
           A property restriction that requires the named property to have have at least the given number of values for a given instance to be a member of the class defined by the restriction.
 interface ObjectProperty
           Interface encapsulating properties whose range values are restricted to individuals (as distinct from datatype valued properties).
 interface OntClass
           Interface that represents an ontology node characterising a class description.
 interface Ontology
           Interface encapsulating the distinguished instance in a given ontology document that presents meta-data and other processing data about the document (including which other documents are imported by a document).
 interface OntProperty
           Interface encapsulating a property in an ontology.
 interface OntResource
           Provides a common super-type for all of the abstractions in this ontology representation package.
 interface QualifiedRestriction
           Represents a qualified restriction, in which all values of the restricted property are required to be members of a given class.
 interface Restriction
           Interface that encapsulates a class description formed by restricting one or more properties to have constrained values and/or cardinalities.
 interface SomeValuesFromRestriction
           A property restriction that requires the named property to have at least one range instance belonging to the given class.
 interface SymmetricProperty
           Interface that encapsulates a property that is symmetric, i.e. one in which if p(x, y) holds, thenp(y, x) must also hold.
 interface TransitiveProperty
           Interface that encapsulates an property that is transitive i.e. one in which if p(x, y) holds, and p(x, z) holds, then p(x, z) must also hold.
 interface UnionClass
           Class description that is formed from the union of a list of a class descriptions.
 

Fields in com.hp.hpl.jena.ontology declared as Resource
static Resource OntDocumentManager.DOC_MGR_POLICY
          rdf:type for document manager policy nodes
static Resource OntDocumentManager.ONTOLOGY_SPEC
          rdf:type for ontology specification nodes in meta-data file
 

Methods in com.hp.hpl.jena.ontology that return Resource
 Resource Profile.ALL_DIFFERENT()
           Answer the resource that represents the class of axioms denoting that a set of individuals are pairwise distinct.
 Resource Profile.ANNOTATION_PROPERTY()
           Answer the class that denotes an annotation property
 Resource Profile.CLASS()
           Answer the resource that represents the class 'class' in this vocabulary.
 Resource Profile.DATARANGE()
           Answer the class that defines a closed range of concrete data values.
 Resource Profile.DATATYPE_PROPERTY()
           Answer the resource that represents the class of properties whose range elements are literals (not individuals)
 Resource Profile.DEPRECATED_CLASS()
           Answer the resource that represents the documentation class of deprecated classes.
 Resource Profile.DEPRECATED_PROPERTY()
           Answer the resource that represents the documentation class of deprecated properties.
 Resource Profile.FUNCTIONAL_PROPERTY()
           Answer the resource that represents the class of properties that are functional, i.e. whose range is unique for a given domain element.
 Resource Profile.getAliasFor(Resource res)
           Answer an alias for the given resource.
 Resource AllValuesFromRestriction.getAllValuesFrom()
          Answer the resource characterising the constraint on all values of the restricted property.
 Resource OntResource.getIsDefinedBy()
          Answer a resource that is declared to provide a definition of this resource.
 Resource OntModel.getOWLLanguageLevel(List problems)
          If this OntModel is presenting an OWL model, answer the minimum OWL language level that the constructs used in this model lie entirely within.
 Resource OntResource.getRDFType()
           Answer the rdf:type (ie the class) of this resource.
 Resource OntResource.getRDFType(boolean direct)
           Answer the rdf:type (ie the class) of this resource.
 Resource OntResource.getSeeAlso()
          Answer a resource that provides additional information about this resource.
 Resource SomeValuesFromRestriction.getSomeValuesFrom()
          Answer the resource characterising the constraint on at least one value of the restricted property.
 Resource Profile.INVERSE_FUNCTIONAL_PROPERTY()
           Answer the resource that represents the class of properties that are inverse functional, i.e. whose domain is unique for a given range element.
 Resource Profile.LIST()
          The rdf:type for cells in this list
 Resource Profile.NIL()
          The resource that denotes the end of the list
 Resource Profile.NOTHING()
           Answer the resource that represents the necessarily empty class.
 Resource Profile.OBJECT_PROPERTY()
           Answer the resource that represents the class of properties whose range elements are individuals (not literals)
 Resource Profile.ONTOLOGY_PROPERTY()
           Answer the class that denotes an ontology property
 Resource Profile.ONTOLOGY()
           Answer the resource that represents the class of ontology header elements.
 Resource Profile.PROPERTY()
           Answer the resource that represents the general class of properties.
 Resource Profile.RESTRICTION()
           Answer the resource that represents the a class formed by placing constraints (restrictions) on the values of a property.
 Resource Profile.SYMMETRIC_PROPERTY()
           Answer the resource that represents the class of properties that are symmetric.
 Resource Profile.THING()
           Answer the resource that represents the class all individuals.
 Resource Profile.TRANSITIVE_PROPERTY()
           Answer the resource that represents the class of properties that apply transitively.
 

Methods in com.hp.hpl.jena.ontology with parameters of type Resource
 void Ontology.addBackwardCompatibleWith(Resource res)
          Add a resource representing an ontology that this ontology (strictly, the ontology reprsented by this node) is backwards compatible with.
 Model OntModelSpec.addDescription(Model d, Resource self)
          Add the description of this OntModelSpec to the given model under the given resource.
 void OntResource.addDifferentFrom(Resource res)
          Add a resource that is declared to be equivalent to this resource.
 void OntClass.addDisjointWith(Resource cls)
          Add a class that this class is disjoint with.
 void AllDifferent.addDistinctMember(Resource res)
          Add the given individual to the list of distinct members of this AllDifferent declaration.
 void OntProperty.addDomain(Resource res)
          Add a resource representing the domain of this property.
 void OntClass.addEquivalentClass(Resource cls)
          Add a class that is equivalent to this class.
 void Ontology.addImport(Resource res)
          Add a resource representing an ontology that this ontology (strictly, the ontology reprsented by this node) imports.
 void Ontology.addIncompatibleWith(Resource res)
          Add a resource representing an ontology that this ontology (strictly, the ontology reprsented by this node) is incompatible with.
 void OntResource.addIsDefinedBy(Resource res)
          Add a resource that is declared to provide a definition of this resource.
 void EnumeratedClass.addOneOf(Resource res)
          Add an individual to the enumeration that defines the class extension of this class.
 void BooleanClassDescription.addOperand(Resource cls)
          Add a class the operands of this boolean expression.
 void Ontology.addPriorVersion(Resource res)
          Add a resource representing an ontology that this ontology (strictly, the ontology reprsented by this node) supercedes.
 void OntProperty.addRange(Resource res)
          Add a resource representing the range of this property.
 void OntResource.addRDFType(Resource cls)
          Add the given class as one of the rdf:type's for this resource.
 void OntResource.addSameAs(Resource res)
          Add a resource that is declared to be equivalent to this resource.
 void Individual.addSameIndividualAs(Resource res)
          Deprecated. WebOnt have removed owl:sameIndividualAs. Use OntResource.addSameAs(com.hp.hpl.jena.rdf.model.Resource) instead.
 void OntResource.addSeeAlso(Resource res)
          Add a resource that is declared to provided additional information about the definition of this resource
 void OntClass.addSubClass(Resource cls)
          Add a sub-class of this class.
 void OntClass.addSuperClass(Resource cls)
          Add a super-class of this class.
 AllValuesFromRestriction Restriction.convertToAllValuesFromRestriction(Resource cls)
          Convert this restriction to an all values from class expression.
 ComplementClass OntClass.convertToComplementClass(Resource cls)
          Answer a view of this class as an complement of the given class.
 SomeValuesFromRestriction Restriction.convertToSomeValuesFromRestriction(Resource cls)
          Convert this restriction to a some values from class expression
 AllValuesFromRestriction OntModel.createAllValuesFromRestriction(String uri, Property prop, Resource cls)
          Answer a class description defined as the class of those individuals for which all values of the given property belong to the given class
 ComplementClass OntModel.createComplementClass(String uri, Resource cls)
          Answer a resource representing the class that is the complement of the given argument class
 Individual OntModel.createIndividual(Resource cls)
           Answer a resource that represents an Indvidual node in this model.
 Individual OntModel.createIndividual(String uri, Resource cls)
           Answer a resource that represents an Individual node in this model.
 OntResource OntModel.createOntResource(Class javaClass, Resource rdfType, String uri)
           Answer a resource that represents a generic ontology node in this model.
 SomeValuesFromRestriction OntModel.createSomeValuesFromRestriction(String uri, Property prop, Resource cls)
          Answer a class description defined as the class of those individuals that have at least one property with a value belonging to the given class
 Resource Profile.getAliasFor(Resource res)
           Answer an alias for the given resource.
static ModelMaker OntModelSpec.getBaseMaker(Model description, Resource root)
          Answer the ModelMaker to be used to construct base models of an OntModel.
static OntDocumentManager OntModelSpec.getDocumentManager(Model description, Resource root)
          Answer an OntDocumentManager satisfying the docManager part of this description.
static ModelMaker OntModelSpec.getImportMaker(Model description, Resource root)
          Answer the ModelMaker to be used to construct models that are used for the imports of an OntModel.
static String OntModelSpec.getLanguage(Model description, Resource root)
          Answer the URI string of the ontology language in this description.
static ReasonerFactory OntModelSpec.getReasonerFactory(Model description, Resource root)
          Answer a ReasonerFactory as described by the reasonsWith part of this discription, or null if no reasoner specification has been supplied.
 boolean Profile.hasAliasFor(Resource res)
           Answer true if the given resource has an alias in this profile.
 boolean AllValuesFromRestriction.hasAllValuesFrom(Resource cls)
          Answer true if this property restriction has the given class as the class to which all values of the restricted property must belong.
 boolean AllDifferent.hasDistinctMember(Resource res)
          Answer true if this AllDifferent declaration includes res as one of the distinct individuals.
 boolean OntProperty.hasDomain(Resource res)
          Answer true if the given resource a class specifying the domain of this property.
 boolean OntClass.hasEquivalentClass(Resource cls)
          Answer true if the given class is equivalent to this class.
 boolean EnumeratedClass.hasOneOf(Resource res)
          Answer true if the given individual is one of the enumerated individuals in the class extension of this class.
 boolean BooleanClassDescription.hasOperand(Resource cls)
          Answer true if this Boolean class expression has the given class as an operand.
 boolean Ontology.hasPriorVersion(Resource res)
          Answer true if this ontology (the ontology represented by this resource) supercedes the given resource.
 boolean OntProperty.hasRange(Resource res)
          Answer true if the given resource a class specifying the range of this property.
 boolean OntResource.hasRDFType(Resource ontClass)
           Answer true if this resource is a member of the class denoted by the given class resource.
 boolean OntResource.hasRDFType(Resource ontClass, boolean direct)
           Answer true if this resource is a member of the class denoted by the given class resource.
 boolean OntResource.hasSeeAlso(Resource res)
          Answer true if this resource has the given resource as a source of additional information.
 boolean SomeValuesFromRestriction.hasSomeValuesFrom(Resource cls)
          Answer true if this property restriction has the given class as the class to which at least one value of the restricted property must belong.
 boolean OntClass.hasSubClass(Resource cls)
          Answer true if the given class is a sub-class of this class.
 boolean OntClass.hasSubClass(Resource cls, boolean direct)
          Answer true if the given class is a sub-class of this class.
 boolean OntClass.hasSuperClass(Resource cls)
          Answer true if the given class is a super-class of this class.
 boolean OntClass.hasSuperClass(Resource cls, boolean direct)
          Answer true if the given class is a super-class of this class.
 boolean Ontology.imports(Resource res)
          Answer true if this ontology (the ontology represented by this resource) imports the given resource.
 boolean Ontology.isBackwardCompatibleWith(Resource res)
          Answer true if this ontology (the ontology represented by this resource) is backward compatible with the given resource.
 boolean OntResource.isDefinedBy(Resource res)
          Answer true if this resource is defined by the given resource.
 boolean OntResource.isDifferentFrom(Resource res)
          Answer true if this resource is different from the given resource.
 boolean OntClass.isDisjointWith(Resource cls)
          Answer true if this class is disjoint with the given class.
 boolean Ontology.isIncompatibleWith(Resource res)
          Answer true if this ontology (the ontology represented by this resource) is incompatible with the given resource.
 boolean OntResource.isSameAs(Resource res)
          Answer true if this resource is the same as the given resource.
 boolean Individual.isSameIndividualAs(Resource res)
          Deprecated. WebOnt have removed owl:sameIndividualAs. Use OntResource.isSameAs(com.hp.hpl.jena.rdf.model.Resource) instead.
 Iterator Profile.listAliasesFor(Resource res)
           Answer an iterator over the defined aliases for a resource.
 void AllValuesFromRestriction.removeAllValuesFrom(Resource cls)
          Remove the statement that this restriction has all values from the given class among the values for the restricted property.
 void Ontology.removeBackwardCompatibleWith(Resource res)
          Remove the statement that this ontology is backwards compatible with the ontology represented by the given resource.
 void OntResource.removeDefinedBy(Resource res)
          Remove the statement that this resource is defined by the given resource.
 void OntResource.removeDifferentFrom(Resource res)
          Remove the statement that this resource is different the given resource.
 void OntClass.removeDisjointWith(Resource cls)
          Remove the statement that this class and the given class are disjoint.
 void AllDifferent.removeDistinctMember(Resource res)
          Remove the given resource from the list of distinct individuals.
 void OntProperty.removeDomain(Resource cls)
          Remove the given class from the stated domain(s) of this property.
 void OntClass.removeEquivalentClass(Resource cls)
          Remove the statement that this class and the given class are equivalent.
 void Ontology.removeImport(Resource res)
          Remove the statement that this ontology imports the ontology represented by the given resource.
 void Ontology.removeIncompatibleWith(Resource res)
          Remove the statement that the given ontology is incompatible with this ontology.
 void EnumeratedClass.removeOneOf(Resource res)
          Remove the statement that this enumeration includes res among its members.
 void BooleanClassDescription.removeOperand(Resource res)
          Remove the given resource from the operands of this class expression.
 void Ontology.removePriorVersion(Resource res)
          Remove the statement that the given ontology is a prior version of this ontology.
 void OntProperty.removeRange(Resource cls)
          Remove the given class from the stated range(s) of this property.
 void OntResource.removeRDFType(Resource cls)
          Remove the statement that this resource is of the given RDF type.
 void OntResource.removeSameAs(Resource res)
          Remove the statement that this resource is the same as the given resource.
 void Individual.removeSameIndividualAs(Resource res)
          Deprecated. WebOnt have removed owl:sameIndividualAs. Use OntResource.removeSameAs(com.hp.hpl.jena.rdf.model.Resource) instead.
 void OntResource.removeSeeAlso(Resource res)
          Remove the statement indicating the given resource as a source of additional information about this resource.
 void SomeValuesFromRestriction.removeSomeValuesFrom(Resource cls)
          Remove the statement that this restriction has some values from the given class among the values for the restricted property.
 void OntClass.removeSubClass(Resource cls)
          Remove the given class from the sub-classes of this class.
 void OntClass.removeSuperClass(Resource cls)
          Remove the given class from the super-classes of this class.
 void AllValuesFromRestriction.setAllValuesFrom(Resource cls)
          Assert that this restriction restricts the property to have all values be members of the given class.
 void Ontology.setBackwardCompatibleWith(Resource res)
          Assert that this ontology is backward compatible with the given ontology.
 void OntResource.setDifferentFrom(Resource res)
          Assert that the given resource and this resource are distinct.
 void OntClass.setDisjointWith(Resource cls)
          Assert that this class is disjoint with the given class.
 void OntProperty.setDomain(Resource res)
          Assert that the given resource represents the class of individuals that form the domain of this property.
 void OntClass.setEquivalentClass(Resource cls)
          Assert that the given class is equivalent to this class.
 void Ontology.setImport(Resource res)
          Assert that this ontology imports only the given ontology.
 void Ontology.setIncompatibleWith(Resource res)
          Assert that this ontology is incompatible with the given ontology.
 void OntResource.setIsDefinedBy(Resource res)
          Assert that the given resource provides a source of definitions about this resource.
 void ComplementClass.setOperand(Resource cls)
          Set the class that the class represented by this class expression is a complement of.
 void Ontology.setPriorVersion(Resource res)
          Assert that this ontology is a new version of the given ontology.
 void OntProperty.setRange(Resource res)
          Assert that the given resource represents the class of individuals that form the range of this property.
 void OntResource.setRDFType(Resource cls)
          Set the RDF type (ie the class) for this resource, replacing any existing rdf:type property.
 void OntResource.setSameAs(Resource res)
          Assert equivalence between the given resource and this resource.
 void Individual.setSameIndividualAs(Resource res)
          Deprecated. WebOnt have removed owl:sameIndividualAs. Use OntResource.setSameAs(com.hp.hpl.jena.rdf.model.Resource) instead.
 void OntResource.setSeeAlso(Resource res)
          Assert that the given resource provides additional information about the definition of this resource
 void SomeValuesFromRestriction.setSomeValuesFrom(Resource cls)
          Assert that this restriction restricts the property to have at least one value that is a member of the given class.
 void OntClass.setSubClass(Resource cls)
          Assert that this class is super-class of the given class.
 void OntClass.setSuperClass(Resource cls)
          Assert that this class is sub-class of the given class.
 

Constructors in com.hp.hpl.jena.ontology with parameters of type Resource
OntModelSpec(Resource root, Model description)
          Initialise an OntModelSpec from an RDF description using the JMS vocabulary.
 

Uses of Resource in com.hp.hpl.jena.ontology.daml
 

Subinterfaces of Resource in com.hp.hpl.jena.ontology.daml
 interface DAMLClass
          Java representation of a DAML ontology Class.
 interface DAMLCommon
          Abstract super-class for all DAML resources (including properties).
 interface DAMLDataInstance
          A data instance is a specific type of DAML object that represents the instantiation of a DAML datatype.
 interface DAMLDatatype
          A DAML datatype represents a set of values from a concrete domain, as opposed to a Class, which is a set of values from the instance domain.
 interface DAMLDatatypeProperty
          Java encapsulation of a datatype property in a DAML ontology.
 interface DAMLInstance
          Java representation of a DAML Instance.
 interface DAMLList
          Java representation of a DAML List.
 interface DAMLObjectProperty
          Java encapsulation of an object property in a DAML ontology.
 interface DAMLOntology
          Encapsulates the properties known for a given source ontology.
 interface DAMLProperty
          Encapsulates a property in a DAML ontology.
 interface DAMLRestriction
          Java encapsulation of a DAML Restriction.
 

Methods in com.hp.hpl.jena.ontology.daml with parameters of type Resource
 DAMLDataInstance DAMLModel.createDAMLDataInstance(Resource datatype, Object value)
          Create an anonymous data instance, which has the given datatype and value.
 DAMLCommon DAMLModel.createDAMLValue(String uri, Resource damlClass)
          Create a new DAML value that is a member of the given class.
 boolean DAMLList.isNil(Resource resource)
          Answer true if the given resource is the nil list.
 void DAMLCommon.setRDFType(Resource rdfClass, boolean replace)
          Deprecated. Use OntResource.addRDFType(com.hp.hpl.jena.rdf.model.Resource) or OntResource.setRDFType(com.hp.hpl.jena.rdf.model.Resource).
 

Constructors in com.hp.hpl.jena.ontology.daml with parameters of type Resource
PropertyIterator(Resource root, Property pred, Property inverse, boolean isTransitive, boolean isReflexive)
          Construct a property iterator for the given property, starting from the given resource.
PropertyIterator(Resource root, Property pred, Property inverse, boolean isTransitive, boolean isReflexive, boolean useEquivalence)
          Construct a property iterator for the given property, starting from the given resource.
 

Uses of Resource in com.hp.hpl.jena.rdf.model
 

Subinterfaces of Resource in com.hp.hpl.jena.rdf.model
 interface Alt
          An RDF Alternative container.
 interface Bag
          An RDF Bag container.
 interface Container
          An RDF Container.
 interface Property
          An RDF Property.
 interface RDFList
           Provides a convenience encapsulation for lists formed from chains of RDF statements arranged to form a head/tail cons-cell structure.
 interface ReifiedStatement
          A ReifiedStatement represents a Statement as a Resource.
 interface Seq
          RDF Sequence container.
 

Methods in com.hp.hpl.jena.rdf.model that return Resource
 Resource Resource.abort()
          Abort the transaction in the associated model.
 Resource Resource.addProperty(Property p, boolean o)
          Add a property to this resource.
 Resource Resource.addProperty(Property p, char o)
          Add a property to this resource.
 Resource Resource.addProperty(Property p, double o)
          Add a property to this resource.
 Resource Resource.addProperty(Property p, float o)
          Add a property to this resource.
 Resource Resource.addProperty(Property p, long o)
          Add a property to this resource.
 Resource Resource.addProperty(Property p, Object o)
          Add a property to this resource.
 Resource Resource.addProperty(Property p, RDFNode o)
          Add a property to this resource.
 Resource Resource.addProperty(Property p, String o)
          Add a property to this resource.
 Resource Resource.addProperty(Property p, String o, String l)
          Add a property to this resource.
 Resource Resource.begin()
          Begin a transaction in the associated model.
 Resource Resource.commit()
          Commit the transaction in the associated model.
static Resource ResourceFactory.createResource()
          create a new anonymous resource.
 Resource ResourceFactory.Interface.createResource()
          create a new anonymous resource.
 Resource Model.createResource()
          Create a new anonymous resource whose model is this model.
 Resource Model.createResource(AnonId id)
          Create a blank node resource with a specified identifier.
 Resource ResourceF.createResource(Resource r)
          Create new resource instance which extends the behaviour of a supplied resource.
 Resource ModelCon.createResource(Resource type)
          Create a new anonymous resource with a given type.
 Resource ModelCon.createResource(ResourceF f)
          Create a new anonymous resource using the supplied factory.
static Resource ResourceFactory.createResource(String uriref)
          create a new resource.
 Resource ResourceFactory.Interface.createResource(String uriref)
          create a new resource.
 Resource Model.createResource(String uri)
          Create a new resource associated with this model.
 Resource ModelCon.createResource(String uri, Resource type)
          Create a new resource with a given type.
 Resource ModelCon.createResource(String uri, ResourceF f)
          Create a new resource using the supplied factory.
 Resource Model.getAnyReifiedStatement(Statement s)
          Find or create a ReifiedStatement corresponding to a Statement.
 Resource Alt.getDefaultResource()
          Return the default value for this resource.
 Resource Alt.getDefaultResource(ResourceF f)
          Return the default value for this resource.
 Resource Statement.getResource()
          Return the object of the statement.
 Resource Seq.getResource(int index)
          Get the member at a given index.
 Resource Seq.getResource(int index, ResourceF f)
          Get the member at a given index.
 Resource Statement.getResource(ResourceF f)
          Return the object of the statement.
 Resource Model.getResource(String uri)
          Return a Resource instance with the given URI in this model.
 Resource ModelCon.getResource(String uri, ResourceF f)
          Return a Resource instance in this model.
 Resource SimpleSelector.getSubject()
          Return the subject constraint of this selector.
 Resource Selector.getSubject()
          Answer the only subject Resource that this Selector will match, or null if it can match more that a single resource.
 Resource Statement.getSubject()
          An accessor method to return the subject of the statements.
 Resource ResIterator.nextResource()
           
 Resource Resource.removeAll(Property p)
          Delete all the statements with predicate p for this resource from its associated model.
 Resource Resource.removeProperties()
          Delete all the properties for this resource from the associated model.
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type Resource
 Model ModelCon.add(Resource s, Property p, boolean o)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, char o)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, double o)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, float o)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, long o)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, Object o)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, RDFNode o)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, String o)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, String o, boolean wellFormed)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, String o, String l)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, String o, String l, boolean wellFormed)
          Deprecated. since Jena2. It is no longer legal to have a language tag on a well-formed XMLLiteral. Use the 4-argument form of add instead. add a statement to this model.
 Model ModelSpec.addDescription(Model m, Resource self)
          Add this ModelSpec's description to a given model, under the given resource
 boolean Model.contains(Resource s, Property p)
          Determine whether this model contains any statements with a given subject and property.
 boolean ModelCon.contains(Resource s, Property p, boolean o)
          Determine if a statement is present in this model.
 boolean ModelCon.contains(Resource s, Property p, char o)
          Determine if a statement is present in this model.
 boolean ModelCon.contains(Resource s, Property p, double o)
          Determine if a statement is present in this model.
 boolean ModelCon.contains(Resource s, Property p, float o)
          Determine if a statement is present in this model.
 boolean ModelCon.contains(Resource s, Property p, long o)
          Determine if a statement is present in this model.
 boolean ModelCon.contains(Resource s, Property p, Object o)
          Determine if a statement is present in this model.
 boolean Model.contains(Resource s, Property p, RDFNode o)
          Determine if an (S, P, O) pattern is present in this model, with null allowed to represent a wildcard match.
 boolean ModelCon.contains(Resource s, Property p, String o)
          Determine if a statement is present in this model.
 boolean ModelCon.contains(Resource s, Property p, String o, String l)
          Determine if a statement is present in this model.
 ModelMaker ModelMakerCreator.create(Model desc, Resource root)
          Answer a ModelMaker who's description is found hanging from a given root in a given model.
 ModelSpec ModelSpecCreator.create(Resource root, Model desc)
          create [or find] a ModelSpec that is appropriate for the description rooted at the given root resource, which must have rdf:type JMS:ModelSpec.
 Resource ResourceF.createResource(Resource r)
          Create new resource instance which extends the behaviour of a supplied resource.
 Resource ModelCon.createResource(Resource type)
          Create a new anonymous resource with a given type.
 Resource ModelCon.createResource(String uri, Resource type)
          Create a new resource with a given type.
static ModelSpec ModelFactory.createSpec(Resource root, Model desc)
          Answer a ModelSpec which can create models to the specifcations in the RDF description rooted at the given root.
 Statement ModelCon.createStatement(Resource s, Property p, boolean o)
          Create a Statement instance.
 Statement ModelCon.createStatement(Resource s, Property p, char o)
          Create a Statement instance.
 Statement ModelCon.createStatement(Resource s, Property p, double o)
          Create a Statement instance.
 Statement ModelCon.createStatement(Resource s, Property p, float o)
          Create a Statement instance.
 Statement ModelCon.createStatement(Resource s, Property p, long o)
          Create a Statement instance.
 Statement ModelCon.createStatement(Resource s, Property p, Object o)
          Create a Statement instance.
static Statement ResourceFactory.createStatement(Resource subject, Property predicate, RDFNode object)
          create a new statement.
 Statement ResourceFactory.Interface.createStatement(Resource subject, Property predicate, RDFNode object)
          create a new statement.
 Statement Model.createStatement(Resource s, Property p, RDFNode o)
          Create a Statement instance.
 Statement ModelCon.createStatement(Resource s, Property p, String o)
          Create a Statement instance.
 Statement ModelCon.createStatement(Resource s, Property p, String o, boolean wellFormed)
          Create a Statement instance.
 Statement ModelCon.createStatement(Resource s, Property p, String o, String l)
          Create a Statement instance.
 Statement ModelCon.createStatement(Resource s, Property p, String o, String l, boolean wellFormed)
          Create a Statement instance.
 Model ModelExtract.extract(Resource r, Model s)
          Answer the rooted sub-model.
 Model ModelExtract.extractInto(Model model, Resource r, Model s)
          Answer model after updating it with the sub-graph of s rooted at r, bounded by this instances boundary.
static ModelMakerCreator ModelMakerCreatorRegistry.findCreator(Resource type)
          Answer the Creator which has been registred with the given type, or null if there's no such registered Creator
static ModelSpecCreator ModelSpecCreatorRegistry.findCreator(Resource type)
           
 Alt ModelCon.getAlt(Resource r)
          Return an Alt instance based on a given resource.
 Bag ModelCon.getBag(Resource r)
          Return a bag instance based on a given resource.
 Model ModelSpec.getDescription(Resource root)
          Answer an RDF description of this ModelSpec using the JMS vocabulary, with the given Resource as root.
 Statement Model.getProperty(Resource s, Property p)
          Answer a statement (s, p, ?
 Statement Model.getRequiredProperty(Resource s, Property p)
          Return a statement with given subject and property.
 Seq ModelCon.getSeq(Resource r)
          Return a Seq instance based on a given resource.
 NodeIterator Model.listObjectsOfProperty(Resource s, Property p)
          List the values of a property of a resource.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, boolean object)
          Find all the statements matching a pattern.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, char object)
          Find all the statements matching a pattern.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, double object)
          Find all the statements matching a pattern.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, float object)
          Find all the statements matching a pattern.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, long object)
          Find all the statements matching a pattern.
 StmtIterator Model.listStatements(Resource s, Property p, RDFNode o)
          Find all the statements matching a pattern.
 StmtIterator InfModel.listStatements(Resource subject, Property predicate, RDFNode object, Model posit)
          Find all the statements matching a pattern.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, String object)
          Find all the statements matching a pattern.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, String object, String lang)
          Find all the statements matching a pattern.
static void ModelMakerCreatorRegistry.register(Resource type, ModelMakerCreator mmc)
          Register the given ModelMakerCreator under the given JMS type.
static void ModelSpecCreatorRegistry.register(Resource type, ModelSpecCreator c)
           
 Model Model.removeAll(Resource s, Property p, RDFNode r)
          Remove all the statements matching (s, p, o) from this model.
 Object RDFVisitor.visitBlank(Resource r, AnonId id)
          Method to call when visiting a blank node r with identifier id.
 Object RDFVisitor.visitURI(Resource r, String uri)
          Method to call when visiting a URI node r with the given uri.
 

Constructors in com.hp.hpl.jena.rdf.model with parameters of type Resource
SimpleSelector(Resource subject, Property predicate, boolean object)
          Create a selector.
SimpleSelector(Resource subject, Property predicate, char object)
          Create a selector.
SimpleSelector(Resource subject, Property predicate, double object)
          Create a selector.
SimpleSelector(Resource subject, Property predicate, float object)
          Create a selector.
SimpleSelector(Resource subject, Property predicate, long object)
          Create a selector.
SimpleSelector(Resource subject, Property predicate, Object object)
          Create a selector.
SimpleSelector(Resource subject, Property predicate, RDFNode object)
          Create a selector.
SimpleSelector(Resource subject, Property predicate, String object)
          Create a selector.
SimpleSelector(Resource subject, Property predicate, String object, String language)
          Create a selector.
 

Uses of Resource in com.hp.hpl.jena.rdql
 

Methods in com.hp.hpl.jena.rdql that return Resource
 Resource QueryResultsMem.asRDF(Model model)
          Encode the result set as RDF in the model provided.
 Resource QueryResultsFormatter.asRDF(Model model)
          Encode the result set as RDF in the model provided.
 

Methods in com.hp.hpl.jena.rdql with parameters of type Resource
static String QueryPrintUtils.stringForResource(Resource r)
           
 

Uses of Resource in com.hp.hpl.jena.reasoner
 

Methods in com.hp.hpl.jena.reasoner that return Resource
 Resource ReasonerRegistry.getDescription(String uri)
          Return information on a given Reasoner.
 

Methods in com.hp.hpl.jena.reasoner with parameters of type Resource
 void Reasoner.addDescription(Model configSpec, Resource base)
          Add a configuration description for this reasoner into a partial configuration specification model.
 Reasoner ReasonerFactory.create(Resource configuration)
          Constructor method that builds an instance of the associated Reasoner
 Reasoner ReasonerRegistry.create(String uri, Resource configuration)
          Create and return a new instance of the reasoner identified by the given uri.
static DIGReasoner ReasonerRegistry.getDIGReasoner(Resource lang, boolean withAxioms, Resource config)
          Create a DIG reasoner for the specified language (DAML or OWL), optionally with axioms that specify e.g. the types of OWL objects etc.
static DIGReasoner ReasonerRegistry.getDIGReasoner(Resource lang, Resource config)
          Create a DIG reasoner for the specified language (DAML or OWL), without type axioms.
 

Uses of Resource in com.hp.hpl.jena.reasoner.dig
 

Methods in com.hp.hpl.jena.reasoner.dig with parameters of type Resource
 void DIGAdapter.addClassDescription(Element elem, Resource res, Model sourceData)
          Add a DIG reference to the class identifed in the source graph by the given Jena resource to the given XML element.
 void DIGReasoner.addDescription(Model configSpec, Resource base)
          Add this reasoner's description to the given configuration model.
 void DIGReasoner.configure(Resource configuration)
          Configure the reasoner using the properties attached to the given config resource.
 Reasoner DIGReasonerFactory.create(Resource configuration)
          Answer a new DIG reasoner instance, optionally configured with the given configuration resource.
 DIGReasoner DIGReasonerFactory.create(Resource language, String axiomsURL, Resource configuration)
          Create a DIG reasoner with the given ontology language, axioms and configuration.
 Reasoner DIGReasonerFactory.createWithDAMLAxioms(Resource configuration)
          Answer a new DIG reasoner instance (optionally configured with the given configuration resource) that is pre-loaded with the axioms pertaining to the DAML language.
 Reasoner DIGReasonerFactory.createWithOWLAxioms(Resource configuration)
          Answer a new DIG reasoner instance (optionally configured with the given configuration resource) that is pre-loaded with the axioms pertaining to the OWL language.
 String DIGAdapter.getResourceID(Resource r)
          Answer an identifier for a resource, named or bNode
 

Constructors in com.hp.hpl.jena.reasoner.dig with parameters of type Resource
DIGReasoner(Graph tbox, ReasonerFactory factory, Resource configuration)
          Construct a DIG reasoner, that can generate inference graphs binding an external DIG inference engine (e.g.
TripleObjectFiller(Resource subject, Property predicate)
          Construct a mapper to create triples from the given predicate and subject, with an object supplied by the iterator being mapped.
TripleSubjectFiller(Resource predicate, Resource object)
          Construct a mapper to create triples from the given predicate and object, with a subject supplied by the iterator being mapped.
 

Uses of Resource in com.hp.hpl.jena.reasoner.rulesys
 

Methods in com.hp.hpl.jena.reasoner.rulesys with parameters of type Resource
 void BasicForwardRuleReasoner.addDescription(Model configSpec, Resource base)
          Add a configuration description for this reasoner into a partial configuration specification model.
 void LPBackwardRuleReasoner.addDescription(Model configSpec, Resource base)
          Add a configuration description for this reasoner into a partial configuration specification model.
 void FBRuleReasoner.addDescription(Model configSpec, Resource base)
          Add a configuration description for this reasoner into a partial configuration specification model.
static Boolean Util.checkBinaryPredicate(Property predicate, Resource configuration)
          Helper method - extracts the truth of a boolean configuration predicate.
 Reasoner OWLMiniReasonerFactory.create(Resource configuration)
          Constructor method that builds an instance of the associated Reasoner
 Reasoner GenericRuleReasonerFactory.create(Resource configuration)
          Constructor method that builds an instance of the associated Reasoner
 Reasoner RDFSRuleReasonerFactory.create(Resource configuration)
          Constructor method that builds an instance of the associated Reasoner
 Reasoner OWLFBRuleReasonerFactory.create(Resource configuration)
          Constructor method that builds an instance of the associated Reasoner
 Reasoner DAMLMicroReasonerFactory.create(Resource configuration)
          Constructor method that builds an instance of the associated Reasoner
 Reasoner RDFSFBRuleReasonerFactory.create(Resource configuration)
          Constructor method that builds an instance of the associated Reasoner
 Reasoner OWLMicroReasonerFactory.create(Resource configuration)
          Constructor method that builds an instance of the associated Reasoner
static Integer Util.getIntegerPredicate(Property predicate, Resource configuration)
          Helper method - extracts the value of an integer configuration predicate.
static void Util.updateParameter(Resource config, Property parameter, Object value)
          Replace the value for a given parameter on the resource by a new value.
 

Constructors in com.hp.hpl.jena.reasoner.rulesys with parameters of type Resource
FBRuleReasoner(ReasonerFactory factory, Resource configuration)
          Constructor
GenericRuleReasoner(ReasonerFactory factory, Resource configuration)
          Constructor
RDFSRuleReasoner(ReasonerFactory factory, Resource configuration)
          Constructor
 

Uses of Resource in com.hp.hpl.jena.reasoner.transitiveReasoner
 

Methods in com.hp.hpl.jena.reasoner.transitiveReasoner with parameters of type Resource
 void TransitiveReasoner.addDescription(Model configSpec, Resource base)
          Add a configuration description for this reasoner into a partial configuration specification model.
 Reasoner TransitiveReasonerFactory.create(Resource configuration)
          Constructor method that builds an instance of the associated Reasoner
 

Uses of Resource in com.hp.hpl.jena.util
 

Methods in com.hp.hpl.jena.util that return Resource
static Resource ResourceUtils.renameResource(Resource old, String uri)
          Answer a new resource that occupies the same position in the graph as the current resource old, but that has the given URI.
 

Methods in com.hp.hpl.jena.util with parameters of type Resource
static ExtendedIterator ModelQueryUtil.queryBindingsWith(Model model, Model query, Resource[] variables)
           
static Model ResourceUtils.reachableClosure(Resource root)
          Answer a model that contains all of the resources reachable from a given resource by any property, transitively.
static List ResourceUtils.removeEquiv(List l, Property p, Resource ref)
          Remove from the given list l of Resources, any Resource that is equivalent to the reference resource ref under the relation p.
static Resource ResourceUtils.renameResource(Resource old, String uri)
          Answer a new resource that occupies the same position in the graph as the current resource old, but that has the given URI.
 Node[] QueryMapper.toQueryVariables(Resource[] vars)
           
 

Constructors in com.hp.hpl.jena.util with parameters of type Resource
QueryMapper(Model m, Resource[] variables)
           
 

Uses of Resource in com.hp.hpl.jena.vocabulary
 

Fields in com.hp.hpl.jena.vocabulary declared as Resource
static Resource RDFSyntax.aboutAttr
           
static Resource VCARD.ADRPROPERTIES
           
static Resource VCARD.ADRTYPES
           
static Resource OWL.AllDifferent
           
static Resource RDF.Alt
           
static Resource OWL.AnnotationProperty
           
static Resource XSD.anyURI
          Resource URI for xsd:anyURI
static Resource RDF.Bag
           
static Resource RDFSyntax.bagIdAttr
           
static Resource XSD.base64Binary
          Resource URI for xsd:base64Binary
static Resource DCTerms.Box
          The DCMI Box identifies a region of space using its geographic limits.
static Resource RSS.channel
           
static Resource DAML_OIL.Class
          RDF resource for DAML Class class (a DAML sub-class of rdfs:Class).
static Resource OWL.Class
           
static Resource RDFS.Class
           
static Resource DAML_OIL.collection
          DAML namespace resource for daml:collection.
static Resource DCTypes.Collection
          A collection is an aggregation of items.
static Resource OWLTest.ConsistencyTest
          A consistent OWL document.
static Resource RDFS.ConstraintProperty
           
static Resource RDFS.ConstraintResource
           
static Resource RDFS.Container
           
static Resource RDFS.ContainerMembershipProperty
           
static Resource RDFSyntax.coreSyntaxTerms
           
static Resource OWL.DataRange
           
static Resource DCTypes.Dataset
          A dataset is information encoded in a defined structure (for example, lists, tables, and databases), intended to be useful for direct machine processing.
static Resource DAML_OIL.Datatype
          RDF resource for DAML Datatype class (a DAML sub-class of rdfs:Class).
static Resource RDFS.Datatype
           
static Resource RDFSyntax.datatypeAttr
           
static Resource DAML_OIL.DatatypeProperty
          RDF resource for DAML DatatypeProperty class (a DAML sub-class of rdf:Property).
static Resource OWL.DatatypeProperty
           
static Resource XSD.date
          Resource URI for xsd:date
static Resource DCTerms.DateScheme
          A set of date encoding schemes and/or formats
static Resource XSD.dateTime
          Resource URI for xsd:dateTime
static Resource DCTerms.DCMIType
          A list of types used to categorize the nature or genre of the content of the resource.
static Resource DCTerms.DDC
          Dewey Decimal Classification
static Resource XSD.decimal
          Resource URI for xsd:decimal
static Resource JMS.DefaultModelSpec
          DefaultModelSpec, a dynamic default ModelSpec
static Resource OWL.DeprecatedClass
           
static Resource OWL.DeprecatedProperty
           
static Resource OWLTest.DL
          One of the conformance levels in the OWL test suite.
static Resource OWL.DL_LANG
          A resource, not officially sanctioned by WebOnt, that denotes the OWL-DL sublanguage of OWL
static Resource RDFSyntax.doc
           
static Resource OntDocManagerVocab.DocumentManagerPolicy
          A node that specifies behavioural options for the document manager
static Resource XSD.duration
          Resource URI for xsd:duration
static Resource VCARD.EMAILTYPES
           
static Resource RDFSyntax.emptyPropertyElt
           
static Resource XSD.ENTITIES
          Resource URI for xsd:ENTITIES
static Resource XSD.ENTITY
          Resource URI for xsd:ENTITY
static Resource DCTypes.Event
          An event is a non-persistent, time-based occurrence.
static Resource OWLResults.FailingRun
          A TestRun where the system's behavior fails the test, violating a MUST NOT.
static Resource JMS.FileMakerSpec
          The class of FileMakerSpec resources [subclass of MakerSpec].
static Resource DCTerms.FormatScheme
          A set of format encoding schemes.
static Resource OWLTest.Full
          One of the conformance levels in the OWL test suite.
static Resource OWL.FULL_LANG
          A resource that denotes the OWL-full sublanguage of OWL
static Resource OWL.FunctionalProperty
           
static Resource XSD.gDay
          Resource URI for xsd:gDay
static Resource XSD.gMonth
          Resource URI for xsd:gMonth
static Resource XSD.gMonthDay
          Resource URI for xsd:gMonthDay
static Resource XSD.gYear
          Resource URI for xsd:gYear
static Resource XSD.gYearMonth
          Resource URI for xsd:gYearMonth
static Resource XSD.hexBinary
          Resource URI for xsd:hexBinary
static Resource XSD.ID
          Resource URI for xsd:ID
static Resource RDFSyntax.idAttr
           
static Resource DCTerms.IdentifierScheme
          A set of resource identifier encoding schemes and/or formats
static Resource XSD.IDREF
          Resource URI for xsd:IDREF
static Resource XSD.IDREFS
          Resource URI for xsd:IDREFS
static Resource DCTypes.Image
          An image is a primarily symbolic visual representation other than text.
static Resource OWLTest.ImportEntailmentTest
          The premise document, and its imports closure, entails the conclusion document.
static Resource OWLTest.ImportLevelTest
          These tests use two documents.
static Resource DCTerms.IMT
          The Internet media type of the resource.
static Resource OWLResults.IncompleteRun
          A TestRun where the system's behavior does not pass the test, but also does not fail.
static Resource OWLTest.InconsistencyTest
          An inconsistent OWL document.
static Resource JMS.InfModelSpec
          The class of InfModelSpec resources [subclass of ModelSpec].
static Resource XSD.integer
          Resource URI for xsd:integer
static Resource DCTypes.InteractiveResource
          An interactive resource is a resource which requires interaction from the user to be understood, executed, or experienced.
static Resource OWL.InverseFunctionalProperty
           
static Resource DCTerms.ISO3166
          ISO 3166 Codes for the representation of names of countries
static Resource DCTerms.ISO639_2
          ISO 639-2: Codes for the representation of names of languages.
static Resource OWLTest.Issue
          A member of this class is an issue in some issue list.
static Resource RSS.item
           
static Resource XSD.language
          Resource URI for xsd:language
static Resource DCTerms.LanguageScheme
          A set of language encoding schemes and/or formats.
static Resource OWLTest.Large
           
static Resource DB.layoutVersion
           
static Resource DCTerms.LCC
          Library of Congress Classification
static Resource DCTerms.LCSH
          Library of Congress Subject Headings
static Resource DAML_OIL.List
          RDF resource for DAML List class.
static Resource RDF.List
           
static Resource OWLTest.Lite
          One of the conformance levels in the OWL test suite.
static Resource OWL.LITE_LANG
          A resource, not officially sanctioned by WebOnt, that denotes the OWL-Lite sublanguage of OWL
static Resource RDFSyntax.literal
           
static Resource DAML_OIL.Literal
          Alias for rdfs:Literal in the daml namespace.
static Resource RDFS.Literal
           
static Resource RDFSyntax.literalPropertyElt
           
static Resource LocationMappingVocab.LocationMapping
           
static Resource JMS.MakerSpec
          The class of MakerSpec resources.
static Resource TestManifest.Manifest
           
static Resource TestManifest.ManifestEntry
           
static Resource JMS.MemMakerSpec
          The class of MemMakerSpec resources [subclass of MakerSpec].
static Resource DCTerms.MESH
          Medical Subject Headings
static Resource RDFTest.MiscellaneousTest
          This manifest entry is used to describe test cases that do not fall into one of the categories.
static Resource JMS.ModelSpec
          The class of ModelSpec resources.
static Resource XSD.Name
          Resource URI for xsd:Name
static Resource DCTerms.NAMESPACE
          The namespace of the vocabalary as a resource
static Resource DCTypes.NAMESPACE
          The namespace of the vocabalary as a resource
static Resource LocationMappingVocab.NAMESPACE
          The namespace of the vocabalary as a resource
static Resource OWLResults.NAMESPACE
          The namespace of the vocabalary as a resource
static Resource OntDocManagerVocab.NAMESPACE
          The namespace of the vocabulary as a resource
static Resource OntEventsVocab.NAMESPACE
          The namespace of the vocabulary as a resource
static Resource RDFTest.NAMESPACE
          The namespace of the vocabalary as a resource
static Resource OWL.NAMESPACE
          The namespace of the vocabulary as a resource
static Resource OWLTest.NAMESPACE
          The namespace of the vocabalary as a resource
static Resource DC_11.NAMESPACE
          The namespace of the vocabalary as a resource
static Resource DAML_OIL.NAMESPACE_DAML
          DAML namespace resource for the current release
static Resource XSD.NCName
          Resource URI for xsd:NCName
static Resource RDFTest.NegativeEntailmentTest
          These tests consist of one or more premise documents, and a consequent document.
static Resource OWLTest.NegativeEntailmentTest
          This is a negative entailment test according to the OWL entailment rules.
static Resource XSD.negativeInteger
          Resource URI for xsd:negativeInteger
static Resource RDFTest.NegativeParserTest
          These tests consist of one input document.
static Resource DAML_OIL.nil
          RDF resource for the nil (empty) list.
static Resource RDF.nil
           
static Resource XSD.NMTOKEN
          Resource URI for xsd:NMTOKEN
static Resource XSD.NMTOKENS
          Resource URI for xsd:NMTOKENS
static Resource RDFSyntax.nodeElement
           
static Resource RDFSyntax.nodeElementList
           
static Resource RDFSyntax.nodeElementURIs
           
static Resource RDFSyntax.nodeIdAttr
           
static Resource XSD.nonNegativeInteger
          Resource URI for xsd:nonNegativeInteger
static Resource XSD.nonPositiveInteger
          Resource URI for xsd:nonPositiveInteger
static Resource XSD.normalizedString
          Resource URI for xsd:normalizedString
static Resource XSD.NOTATION
          Resource URI for xsd:NOTATION
static Resource DAML_OIL.Nothing
          RDF resource for the bottom type (i.e. the super-type of no types).
static Resource OWL.Nothing
           
static Resource OWLTest.NotOwlFeatureTest
          This is a negative test.
static Resource VCARD.NPROPERTIES
           
static Resource RDFTest.NT_Document
          
static Resource DAML_OIL.ObjectProperty
          RDF resource for DAML ObjectProperty class (a DAML sub-class of rdf:Property).
static Resource OWL.ObjectProperty
           
static Resource RDFSyntax.oldTerms
           
static Resource JMS.OntModelSpec
          The class of OntModelSpec resources [subclass of InfModelSpec].
static Resource DAML_OIL.Ontology
          RDF resource for DAML Ontology class
static Resource OWL.Ontology
           
static Resource OWL.OntologyProperty
           
static Resource OntDocManagerVocab.OntologySpec
          A class of node that specifies document metadata for the DocumentManager
static Resource VCARD.ORGPROPERTIES
           
static Resource OWLTest.OWLforOWLTest
          Illustrative of the use of OWL to describe OWL Full.
static Resource RDFSyntax.parseCollection
           
static Resource RDFSyntax.parseLiteral
           
static Resource RDFSyntax.parseOther
           
static Resource RDFSyntax.parseResource
           
static Resource RDFSyntax.parseTypeCollectionPropertyElt
           
static Resource RDFSyntax.parseTypeLiteralPropertyElt
           
static Resource RDFSyntax.parseTypeOtherPropertyElt
           
static Resource RDFSyntax.parseTypeResourcePropertyElt
           
static Resource OWLResults.PassingRun
          A TestRun where the system's behavior is sufficient for passing the test.
static Resource DCTerms.Period
          A specification of the limits of a time interval.
static Resource DCTypes.PhysicalObject
          An inanimate, three-dimensional object or substance.
static Resource JMS.PlainModelSpec
          The class of PlainModelSpec resources [subclass of ModelSpec].
static Resource DCTerms.Point
          The DCMI Point identifies a point in space using its geographic coordinates.
static Resource RDFTest.PositiveEntailmentTest
          These tests are specified by one or more premise documents (in RDF/XML or N-Triples) together with a single conclusion document.
static Resource OWLTest.PositiveEntailmentTest
          This is a positive entailment test according to the OWL entailment rules.
static Resource XSD.positiveInteger
          Resource URI for xsd:positiveInteger
static Resource RDFTest.PositiveParserTest
          These tests consist of one (or more) input documents in RDF/XML as revised.
static Resource DAML_OIL.Property
          Alias for rdfs:Property in the daml namespace.
static Resource RDF.Property
           
static Resource RDFSyntax.propertyAttr
           
static Resource RDFSyntax.propertyAttributeURIs
           
static Resource RDFSyntax.propertyElementURIs
           
static Resource RDFSyntax.propertyElt
           
static Resource RDFSyntax.propertyEltList
           
static Resource XSD.QName
          Resource URI for xsd:QName
static Resource TestQuery.QueryTest
           
static Resource JMS.RDBMakerSpec
          The class of RDBMakerSpec resources [subclass of MakerSpec].
static Resource RDFSyntax.RDF
           
static Resource RDFTest.RDF_XML_Document
          
static Resource RDFSyntax.rdfId
           
static Resource ReasonerVocabulary.ReasonerClass
          The RDF class to which all Reasoners belong
static Resource DCTerms.RelationScheme
          A set of resource relation encoding schemes and/or formats
static Resource RDFS.Resource
           
static Resource RDFSyntax.resourceAttr
           
static Resource RDFSyntax.resourcePropertyElt
           
static Resource DAML_OIL.Restriction
          RDF resource for DAML Restriction class
static Resource OWL.Restriction
           
static Resource ResultSet.ResultBinding
           
static Resource ResultSet.ResultSet
           
static Resource ResultSet.ResultSolution
           
static Resource DCTerms.RFC1766
          Internet RFC 1766 'Tags for the identification of Language' specifies a two letter code taken from ISO 639, followed optionally by a two letter country code taken from ISO 3166.
static Resource DCTerms.RFC3066
          Internet RFC 3066 'Tags for the Identification of Languages' specifies a primary subtag which is a two-letter code taken from ISO 639 part 1 or a three-letter code taken from ISO 639 part 2, followed optionally by a two-letter country code taken from ISO 3166.
static Resource JMS.rsConvenient
          The resource representing reification mode Convenient.
static Resource JMS.rsMinimal
          The resource representing reification mode Minimal.
static Resource JMS.rsStandard
          The resource representing reification mode Standard.
static Resource RDFSyntax.sectionListExpand
           
static Resource RDFSyntax.sectionReification
           
static Resource RDF.Seq
           
static Resource DCTypes.Service
          A service is a system that provides one or more functions of value to the end-user.
static Resource DCTypes.Software
          Software is a computer program in source or compiled form which may be available for installation non-transiently on another machine.
static Resource DCTypes.Sound
          A sound is a resource whose content is primarily intended to be rendered as audio.
static Resource DCTerms.SourceScheme
          A set of source encoding schemes and/or formats
static Resource DCTerms.SpatialScheme
          A set of geographic place encoding schemes and/or formats
static Resource RDF.Statement
           
static Resource DCTerms.SubjectScheme
          A set of subject encoding schemes and/or formats
static Resource OWL.SymmetricProperty
           
static Resource RDFSyntax.syntaxTerms
           
static Resource DB.systemGraphName
           
static Resource VCARD.TELTYPES
           
static Resource DCTerms.TemporalScheme
          A set of encoding schemes for the coverage qualifier "temporal"
static Resource OWLTest.Test
           
static Resource OWLResults.TestRun
          An event where some system attempts to pass some test.
static Resource DCTypes.Text
          A text is a resource whose content is primarily words for reading.
static Resource DCTerms.TGN
          The Getty Thesaurus of Geographic Names
static Resource DAML_OIL.Thing
          RDF resource for the top type (i.e. the super-type of all types).
static Resource OWL.Thing
           
static Resource XSD.time
          Resource URI for xsd:time
static Resource XSD.token
          Resource URI for xsd:token
static Resource DAML_OIL.TransitiveProperty
          RDF resource for DAML TransitiveProperty class
static Resource OWL.TransitiveProperty
           
static Resource OWLTest.TrueTest
          The conclusions follow from the empty premises.
static Resource DCTerms.TypeScheme
          A set of resource type encoding schemes and/or formats
static Resource VCARD.TZTYPES
           
static Resource DCTerms.UDC
          Universal Decimal Classification
static Resource DAML_OIL.UnambiguousProperty
          RDF resource for DAML UnambiguousProperty class
static Resource ResultSet.undefined
           
static Resource DB.undefined
           
static Resource DAML_OIL.UniqueProperty
          RDF resource for DAML UniqueProperty class
static Resource XSD.unsignedByte
          Resource URI for xsd:unsignedByte
static Resource XSD.unsignedInt
          Resource URI for xsd:unsignedInt
static Resource XSD.unsignedLong
          Resource URI for xsd:unsignedLong
static Resource XSD.unsignedShort
          Resource URI for xsd:unsignedShort
static Resource DCTerms.URI
          A URI Uniform Resource Identifier
static Resource RDFSyntax.URIReference
           
static Resource DCTerms.W3CDTF
          W3C Encoding rules for dates and times - a profile based on ISO 8601
static Resource RDFSyntax.ws
           
static Resource XSD.xboolean
          Resource URI for xsd:boolean
static Resource XSD.xbyte
          Resource URI for xsd:byte
static Resource XSD.xdouble
          Resource URI for xsd:double
static Resource XSD.xfloat
          Resource URI for xsd:float
static Resource XSD.xint
          Resource URI for xsd:int
static Resource XSD.xlong
          Resource URI for xsd:long
static Resource XSD.xshort
          Resource URI for xsd:short
static Resource XSD.xstring
          Resource URI for xsd:string
 

Methods in com.hp.hpl.jena.vocabulary that return Resource
 Resource DAML_OIL.Class()
          Answer the RDF resource for DAML Class class (a DAML sub-class of rdfs:Class).
 Resource DAMLVocabulary.Class()
          Answer the RDF resource for DAML Class class (a DAML sub-class of rdfs:Class).
 Resource DAML_OIL.Datatype()
          Answer the RDF resource for DAML Datatype class (a DAML sub-class of rdfs:Class).
 Resource DAMLVocabulary.Datatype()
          Answer the RDF resource for DAML Datatype class (a DAML sub-class of rdfs:Class).
 Resource DAML_OIL.DatatypeProperty()
          Answer the RDF resource for DAML DatatypeProperty class (a DAML sub-class of rdf:Property).
 Resource DAMLVocabulary.DatatypeProperty()
          Answer the RDF resource for DAML DatatypeProperty class (a DAML sub-class of rdf:Property).
 Resource DAML_OIL.List()
          Answer the RDF resource for DAML List class.
 Resource DAMLVocabulary.List()
          Answer the RDF resource for DAML List class.
 Resource DAML_OIL.Literal()
          Answer the Alias for rdfs:Literal in the daml namespace.
 Resource DAMLVocabulary.Literal()
          Answer the Alias for rdfs:Literal in the daml namespace.
 Resource DAML_OIL.NAMESPACE_DAML()
          Answer the DAML namespace resource for the current release
 Resource DAMLVocabulary.NAMESPACE_DAML()
          Answer the DAML namespace resource for the current release
 Resource DAML_OIL.nil()
          Answer the RDF resource for the nil (empty) list.
 Resource DAMLVocabulary.nil()
          Answer the RDF resource for the nil (empty) list.
 Resource DAML_OIL.Nothing()
          Answer the RDF resource for the bottom type (i.e. the super-type of no types).
 Resource DAMLVocabulary.Nothing()
          Answer the RDF resource for the bottom type (i.e. the super-type of no types).
 Resource DAML_OIL.ObjectProperty()
          Answer the RDF resource for DAML ObjectProperty class (a DAML sub-class of rdf:Property).
 Resource DAMLVocabulary.ObjectProperty()
          Answer the RDF resource for DAML ObjectProperty class (a DAML sub-class of rdf:Property).
 Resource DAML_OIL.Ontology()
          Answer the RDF resource for DAML Ontology class
 Resource DAMLVocabulary.Ontology()
          Answer the RDF resource for DAML Ontology class
 Resource DAML_OIL.Property()
          Answer the alias for rdfs:Property in the daml namespace.
 Resource DAMLVocabulary.Property()
          Answer the Alias for rdfs:Property in the daml namespace.
 Resource DAML_OIL.Restriction()
          Answer the RDF resource for DAML Restriction class
 Resource DAMLVocabulary.Restriction()
          Answer the RDF resource for DAML Restriction class
 Resource DAML_OIL.Thing()
          Answer the RDF resource for the top type (i.e. the super-type of all types).
 Resource DAMLVocabulary.Thing()
          Answer the RDF resource for the top type (i.e. the super-type of all types).
 Resource DAML_OIL.TransitiveProperty()
          Answer the RDF resource for DAML TransitiveProperty class
 Resource DAMLVocabulary.TransitiveProperty()
          Answer the RDF resource for DAML TransitiveProperty class
 Resource DAML_OIL.UnambiguousProperty()
          Answer the RDF resource for DAML UnambiguousProperty class
 Resource DAMLVocabulary.UnambiguousProperty()
          Answer the RDF resource for DAML UnambiguousProperty class
 Resource DAML_OIL.UniqueProperty()
          Answer the RDF resource for DAML UniqueProperty class
 Resource DAMLVocabulary.UniqueProperty()
          Answer the RDF resource for DAML UniqueProperty class
 



Copyright © 2000, 2001, 2002, 2003, 2004 Hewlett-Packard Development Company, LP