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.rdf.arp Reading RDF/XML.  
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.rdfsReasoner1 This package contains an example RDFS reasoner.  
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 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 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 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 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 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.ONTOLOGY_SPEC
          rdf:type for ontology specification nodes in meta-data file
static Resource OntDocumentManager.DOC_MGR_POLICY
          rdf:type for document manager policy nodes
 

Methods in com.hp.hpl.jena.ontology that return Resource
 Resource Profile.CLASS()
           Answer the resource that represents the class 'class' in this vocabulary.
 Resource Profile.RESTRICTION()
           Answer the resource that represents the a class formed by placing constraints (restrictions) on the values of a property.
 Resource Profile.THING()
           Answer the resource that represents the class all individuals.
 Resource Profile.NOTHING()
           Answer the resource that represents the necessarily empty class.
 Resource Profile.PROPERTY()
           Answer the resource that represents the general class of properties.
 Resource Profile.OBJECT_PROPERTY()
           Answer the resource that represents the class of properties whose range elements are individuals (not literals)
 Resource Profile.DATATYPE_PROPERTY()
           Answer the resource that represents the class of properties whose range elements are literals (not individuals)
 Resource Profile.TRANSITIVE_PROPERTY()
           Answer the resource that represents the class of properties that apply transitively.
 Resource Profile.SYMMETRIC_PROPERTY()
           Answer the resource that represents the class of properties that are symmetric.
 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.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.ALL_DIFFERENT()
           Answer the resource that represents the class of axioms denoting that a set of individuals are pairwise distinct.
 Resource Profile.ONTOLOGY()
           Answer the resource that represents the class of ontology header elements.
 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.ANNOTATION_PROPERTY()
           Answer the class that denotes an annotation property
 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.getAliasFor(Resource res)
           Answer an alias for the given resource.
 Resource OntResource.getSeeAlso()
          Answer a resource that provides additional information about this resource.
 Resource OntResource.getIsDefinedBy()
          Answer a resource that is declared to provide a definition of this resource.
 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.
 

Methods in com.hp.hpl.jena.ontology with parameters of type 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.
 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.
 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.
 AllValuesFromRestriction Restriction.convertToAllValuesFromRestriction(Resource cls)
          Convert this restriction to an all values from class expression.
 SomeValuesFromRestriction Restriction.convertToSomeValuesFromRestriction(Resource cls)
          Convert this restriction to a some values from class expression
 HasValueRestriction Restriction.convertToHasValueRestriction(Resource individual)
          Convert this restriction to a has value class expression
 boolean Profile.hasAliasFor(Resource res)
           Answer true if the given resource has an alias in this profile.
 Resource Profile.getAliasFor(Resource res)
           Answer an alias for the given resource.
 java.util.Iterator Profile.listAliasesFor(Resource res)
           Answer an iterator over the defined aliases for a resource.
 void OntResource.setSameAs(Resource res)
          Assert equivalence between the given resource and this resource.
 void OntResource.addSameAs(Resource res)
          Add a resource that is declared to be equivalent to this resource.
 boolean OntResource.isSameAs(Resource res)
          Answer true if this resource is the same as the given resource.
 void OntResource.removeSameAs(Resource res)
          Remove the statement that this resource is the same as the given resource.
 void OntResource.setDifferentFrom(Resource res)
          Assert that the given resource and this resource are distinct.
 void OntResource.addDifferentFrom(Resource res)
          Add a resource that is declared to be equivalent to this resource.
 boolean OntResource.isDifferentFrom(Resource res)
          Answer true if this resource is different from the given resource.
 void OntResource.removeDifferentFrom(Resource res)
          Remove the statement that this resource is different the given resource.
 void OntResource.setSeeAlso(Resource res)
          Assert that the given resource provides additional information about the definition of this resource
 void OntResource.addSeeAlso(Resource res)
          Add a resource that is declared to provided additional information about the definition of this resource
 boolean OntResource.hasSeeAlso(Resource res)
          Answer true if this resource has the given resource as a source of additional information.
 void OntResource.removeSeeAlso(Resource res)
          Remove the statement indicating the given resource as a source of additional information about this resource.
 void OntResource.setIsDefinedBy(Resource res)
          Assert that the given resource provides a source of definitions about this resource.
 void OntResource.addIsDefinedBy(Resource res)
          Add a resource that is declared to provide a definition of this resource.
 boolean OntResource.isDefinedBy(Resource res)
          Answer true if this resource is defined by the given resource.
 void OntResource.removeDefinedBy(Resource res)
          Remove the statement that this resource is defined by the given resource.
 void OntResource.setRDFType(Resource cls)
          Set the RDF type (ie the class) for this resource, replacing any existing rdf:type property.
 void OntResource.addRDFType(Resource cls)
          Add the given class as one of the rdf:type's for this 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.hasRDFType(Resource ontClass)
           Answer true if this resource is a member of the class denoted by the given class resource.
 void OntResource.removeRDFType(Resource cls)
          Remove the statement that this resource is of the given RDF type.
 void OntProperty.setDomain(Resource res)
          Assert that the given resource represents the class of individuals that form the domain of this property.
 void OntProperty.addDomain(Resource res)
          Add a resource representing the domain of this property.
 boolean OntProperty.hasDomain(Resource res)
          Answer true if the given resource a class specifying the domain of this property.
 void OntProperty.removeDomain(Resource cls)
          Remove the given class from the stated domain(s) of this property.
 void OntProperty.setRange(Resource res)
          Assert that the given resource represents the class of individuals that form the range of this property.
 void OntProperty.addRange(Resource res)
          Add a resource representing the range of this property.
 boolean OntProperty.hasRange(Resource res)
          Answer true if the given resource a class specifying the range of this property.
 void OntProperty.removeRange(Resource cls)
          Remove the given class from the stated range(s) of this property.
 void Ontology.setImport(Resource res)
          Assert that this ontology imports only the given ontology.
 void Ontology.addImport(Resource res)
          Add a resource representing an ontology that this ontology (strictly, the ontology reprsented by this node) imports.
 boolean Ontology.imports(Resource res)
          Answer true if this ontology (the ontology represented by this resource) imports the given resource.
 void Ontology.removeImport(Resource res)
          Remove the statement that this ontology imports the ontology represented by the given resource.
 void Ontology.setBackwardCompatibleWith(Resource res)
          Assert that this ontology is backward compatible with the given ontology.
 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.
 boolean Ontology.isBackwardCompatibleWith(Resource res)
          Answer true if this ontology (the ontology represented by this resource) is backward compatible with the given resource.
 void Ontology.removeBackwardCompatibleWith(Resource res)
          Remove the statement that this ontology is backwards compatible with the ontology represented by the given resource.
 void Ontology.setPriorVersion(Resource res)
          Assert that this ontology is a new version of the given ontology.
 void Ontology.addPriorVersion(Resource res)
          Add a resource representing an ontology that this ontology (strictly, the ontology reprsented by this node) supercedes.
 boolean Ontology.hasPriorVersion(Resource res)
          Answer true if this ontology (the ontology represented by this resource) supercedes the given resource.
 void Ontology.removePriorVersion(Resource res)
          Remove the statement that the given ontology is a prior version of this ontology.
 void Ontology.setIncompatibleWith(Resource res)
          Assert that this ontology is incompatible with the given ontology.
 void Ontology.addIncompatibleWith(Resource res)
          Add a resource representing an ontology that this ontology (strictly, the ontology reprsented by this node) is incompatible with.
 boolean Ontology.isIncompatibleWith(Resource res)
          Answer true if this ontology (the ontology represented by this resource) is incompatible with the given resource.
 void Ontology.removeIncompatibleWith(Resource res)
          Remove the statement that the given ontology is incompatible with this ontology.
 Individual OntModel.createIndividual(Resource cls)
           Answer a resource that represents an Indvidual node in this model.
 Individual OntModel.createIndividual(java.lang.String uri, Resource cls)
           Answer a resource that represents an Individual node in this model.
 ComplementClass OntModel.createComplementClass(java.lang.String uri, Resource cls)
          Answer a resource representing the class that is the complement of the given argument class
 SomeValuesFromRestriction OntModel.createSomeValuesFromRestriction(java.lang.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
 AllValuesFromRestriction OntModel.createAllValuesFromRestriction(java.lang.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
 OntResource OntModel.createOntResource(java.lang.Class javaClass, Resource rdfType, java.lang.String uri)
           Answer a resource that represents a generic ontology node in this model.
 void OntClass.setSuperClass(Resource cls)
          Assert that this class is sub-class of the given class.
 void OntClass.addSuperClass(Resource cls)
          Add a super-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.
 void OntClass.removeSuperClass(Resource cls)
          Remove the given class from the super-classes of this class.
 void OntClass.setSubClass(Resource cls)
          Assert that this class is super-class of the given class.
 void OntClass.addSubClass(Resource cls)
          Add a sub-class of this class.
 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.
 void OntClass.removeSubClass(Resource cls)
          Remove the given class from the sub-classes of this class.
 void OntClass.setEquivalentClass(Resource cls)
          Assert that the given class is equivalent to this class.
 void OntClass.addEquivalentClass(Resource cls)
          Add a class that is equivalent to this class.
 boolean OntClass.hasEquivalentClass(Resource cls)
          Answer true if the given class is equivalent to this class.
 void OntClass.removeEquivalentClass(Resource cls)
          Remove the statement that this class and the given class are equivalent.
 void OntClass.setDisjointWith(Resource cls)
          Assert that this class is disjoint with the given class.
 void OntClass.addDisjointWith(Resource cls)
          Add a class that this class is disjoint with.
 boolean OntClass.isDisjointWith(Resource cls)
          Answer true if this class is disjoint with the given class.
 void OntClass.removeDisjointWith(Resource cls)
          Remove the statement that this class and the given class are disjoint.
 ComplementClass OntClass.convertToComplementClass(Resource cls)
          Answer a view of this class as an complement of the given class.
 void Individual.setSameIndividualAs(Resource res)
          Assert equivalence between the given individual and this individual.
 void Individual.addSameIndividualAs(Resource res)
          Add an individual that is declared to be equivalent to this individual.
 boolean Individual.isSameIndividualAs(Resource res)
          Answer true if this individual is the same as the given resource.
 void Individual.removeSameIndividualAs(Resource res)
          Remove the statement that this individual is the same as the given individual.
 void EnumeratedClass.addOneOf(Resource res)
          Add an individual to the enumeration that defines the class extension of 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.
 void EnumeratedClass.removeOneOf(Resource res)
          Remove the statement that this enumeration includes res among its members.
 void ComplementClass.setOperand(Resource cls)
          Set the class that the class represented by this class expression is a complement of.
 void BooleanClassDescription.addOperand(Resource cls)
          Add a class the operands of this boolean expression.
 boolean BooleanClassDescription.hasOperand(Resource cls)
          Answer true if this Boolean class expression has the given class as an operand.
 void BooleanClassDescription.removeOperand(Resource res)
          Remove the given resource from the operands of this class expression.
 void AllValuesFromRestriction.setAllValuesFrom(Resource cls)
          Assert that this restriction restricts the property to have all values be members of the given class.
 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.
 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 AllDifferent.addDistinct(Resource res)
          Add the given individual to the list of distinct members of this AllDifferent declaration.
 boolean AllDifferent.hasDistinctMember(Resource res)
          Answer true if this AllDifferent declaration includes res as one of the distinct individuals.
 void AllDifferent.removeDistinctMember(Resource res)
          Remove the given resource from the list of distinct individuals.
 

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

Methods in com.hp.hpl.jena.rdf.arp that return Resource
static Resource JenaReader.translate(AResource r)
          Deprecated. Should never have been public.
 

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 Statement.getSubject()
          An accessor method to return the subject of the statements.
 Resource Statement.getResource()
          Return the object of the statement.
 Resource Statement.getResource(ResourceF f)
          Return the object of the statement.
 Resource Statement.asResource()
          Returns a resource representing the reification of this statement.
 Resource SimpleSelector.getSubject()
          Return the subject constraint of this selector.
 Resource Seq.getResource(int index, ResourceF f)
          Get the member at a given index.
 Resource Seq.getResource(int index)
          Get the member at a given index.
 Resource Selector.getSubject()
          Answer the only subject Resource that this Selector will match, or null if it can match more that a single resource.
static Resource ResourceFactory.createResource()
          create a new anonymous resource.
static Resource ResourceFactory.createResource(java.lang.String uriref)
          create a new resource.
 Resource ResourceFactory.Interface.createResource()
          create a new anonymous resource.
 Resource ResourceFactory.Interface.createResource(java.lang.String uriref)
          create a new resource.
 Resource ResourceF.createResource(Resource r)
          Create new resource instance which extends the behaviour of a supplied resource.
 Resource Resource.addProperty(Property p, boolean 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, char 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, double o)
          Add a property to this resource.
 Resource Resource.addProperty(Property p, java.lang.String o)
          Add a property to this resource.
 Resource Resource.addProperty(Property p, java.lang.String o, java.lang.String l)
          Add a property to this resource.
 Resource Resource.addProperty(Property p, java.lang.Object o)
          Add a property to this resource.
 Resource Resource.addProperty(Property p, RDFNode o)
          Add a property to this resource.
 Resource Resource.removeProperties()
          Delete all the properties for this resource from the associated model.
 Resource Resource.removeAll(Property p)
          Delete all the statements with predicate p for this resource from its associated model.
 Resource Resource.begin()
          Begin a transaction in the associated model.
 Resource Resource.abort()
          Abort the transaction in the associated model.
 Resource Resource.commit()
          Commit the transaction in the associated model.
 Resource ResIterator.nextResource()
           
 Resource ModelCon.getResource(java.lang.String uri, ResourceF f)
          Return a Resource instance in this model.
 Resource ModelCon.createResource(Resource type)
          Create a new anonymous resource with a given type.
 Resource ModelCon.createResource(java.lang.String uri, Resource type)
          Create a new resource with a given type.
 Resource ModelCon.createResource(ResourceF f)
          Create a new anonymous resource using the supplied factory.
 Resource ModelCon.createResource(java.lang.String uri, ResourceF f)
          Create a new resource using the supplied factory.
 Resource Model.getResource(java.lang.String uri)
          Return a Resource instance in this model.
 Resource Model.createResource()
          Create a new anonymous resource.
 Resource Model.createResource(AnonId id)
          create a blank node resource with a specified identifier/
 Resource Model.createResource(java.lang.String uri)
          Create a new resource.
 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.
 

Methods in com.hp.hpl.jena.rdf.model with parameters of type Resource
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.
 Resource ResourceF.createResource(Resource r)
          Create new resource instance which extends the behaviour of a supplied resource.
 java.lang.Object RDFVisitor.visitBlank(Resource r, AnonId id)
          Method to call when visiting a blank node r with identifier id.
 java.lang.Object RDFVisitor.visitURI(Resource r, java.lang.String uri)
          Method to call when visiting a URI node r with the given uri.
 Bag ModelCon.getBag(Resource r)
          Return a bag instance based on a given resource.
 Alt ModelCon.getAlt(Resource r)
          Return an Alt instance based on a given resource.
 Seq ModelCon.getSeq(Resource r)
          Return a Seq instance based on a given resource.
 Resource ModelCon.createResource(Resource type)
          Create a new anonymous resource with a given type.
 Resource ModelCon.createResource(java.lang.String uri, Resource type)
          Create a new resource with a given type.
 Statement ModelCon.createStatement(Resource s, Property p, boolean 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, char 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, double o)
          Create a Statement instance.
 Statement ModelCon.createStatement(Resource s, Property p, java.lang.String o)
          Create a Statement instance.
 Statement ModelCon.createStatement(Resource s, Property p, java.lang.String o, java.lang.String l)
          Create a Statement instance.
 Statement ModelCon.createStatement(Resource s, Property p, java.lang.String o, boolean wellFormed)
          Create a Statement instance.
 Statement ModelCon.createStatement(Resource s, Property p, java.lang.String o, java.lang.String l, boolean wellFormed)
          Create a Statement instance.
 Statement ModelCon.createStatement(Resource s, Property p, java.lang.Object o)
          Create a Statement instance.
 Model ModelCon.add(Resource s, Property p, RDFNode o)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, boolean 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, char 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, double o)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, java.lang.String o)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, java.lang.String o, boolean wellFormed)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, java.lang.String o, java.lang.String l)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, java.lang.String o, java.lang.String l, boolean wellFormed)
          add a statement to this model.
 Model ModelCon.add(Resource s, Property p, java.lang.Object o)
          add a statement to this model.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, boolean 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 ModelCon.listStatements(Resource subject, Property predicate, char 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, double object)
          Find all the statements matching a pattern.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, java.lang.String object)
          Find all the statements matching a pattern.
 StmtIterator ModelCon.listStatements(Resource subject, Property predicate, java.lang.String object, java.lang.String lang)
          Find all the statements matching a pattern.
 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, long 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, float 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, java.lang.String o)
          Determine if a statement is present in this model.
 boolean ModelCon.contains(Resource s, Property p, java.lang.String o, java.lang.String l)
          Determine if a statement is present in this model.
 boolean ModelCon.contains(Resource s, Property p, java.lang.Object o)
          Determine if a statement is present in this model.
 ExtendedIterator Model.queryBindingsWith(Model query, Resource[] variables)
          Answer an iterator over all the bindings implied by the query model.
 Statement Model.createStatement(Resource s, Property p, RDFNode o)
          Create a Statement instance.
 Statement Model.getProperty(Resource s, Property p)
          Return a statement with given subject and property.
 NodeIterator Model.listObjectsOfProperty(Resource s, Property p)
          List the values of a property of a resource.
 boolean Model.contains(Resource s, Property p)
          Determine whether this model contains any statements with a given subject and property.
 boolean Model.contains(Resource s, Property p, RDFNode o)
          Determine if a statement is present in this model.
 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.
 

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

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

Methods in com.hp.hpl.jena.rdql that return Resource
 Resource Value.getRDFResource()
           
 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
 void Settable.setRDFResource(Resource r)
           
 

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

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

Methods in com.hp.hpl.jena.reasoner with parameters of type Resource
 Reasoner ReasonerRegistry.create(java.lang.String uri, Resource configuration)
          Create and return a new instance of the reasoner identified by the given uri.
 Reasoner ReasonerFactory.create(Resource configuration)
          Constructor method that builds an instance of the associated Reasoner
 

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

Methods in com.hp.hpl.jena.reasoner.rdfsReasoner1 with parameters of type Resource
 Reasoner RDFSReasonerFactory.create(Resource configuration)
          Deprecated. Constructor method that builds an instance of the associated Reasoner
 

Constructors in com.hp.hpl.jena.reasoner.rdfsReasoner1 with parameters of type Resource
RDFSReasoner(Resource configuration)
          Deprecated. Constructor
 

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

Methods in com.hp.hpl.jena.reasoner.transitiveReasoner with parameters of type Resource
 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
 Resource TestManifestList.TestItem.getEntry()
           
static Resource ResourceUtils.renameResource(Resource old, java.lang.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
 junit.framework.TestCase TestManifestList.ActionProc.createTest(Resource testNode, RDFNode action, RDFNode result)
          Called on each test described.
 junit.framework.TestCase TestManifestList.TestPrinter.createTest(Resource r, RDFNode action, RDFNode result)
           
static Resource ResourceUtils.renameResource(Resource old, java.lang.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.
 

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

Fields in com.hp.hpl.jena.vocabulary declared as Resource
static Resource XSD.xfloat
          Resource URI for xsd:float
static Resource XSD.xdouble
          Resource URI for xsd:double
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.xbyte
          Resource URI for xsd:byte
static Resource XSD.xboolean
          Resource URI for xsd:boolean
static Resource XSD.xstring
          Resource URI for xsd:string
static Resource XSD.unsignedByte
          Resource URI for xsd:unsignedByte
static Resource XSD.unsignedShort
          Resource URI for xsd:unsignedShort
static Resource XSD.unsignedInt
          Resource URI for xsd:unsignedInt
static Resource XSD.unsignedLong
          Resource URI for xsd:unsignedLong
static Resource XSD.decimal
          Resource URI for xsd:decimal
static Resource XSD.integer
          Resource URI for xsd:integer
static Resource XSD.nonPositiveInteger
          Resource URI for xsd:nonPositiveInteger
static Resource XSD.nonNegativeInteger
          Resource URI for xsd:nonNegativeInteger
static Resource XSD.positiveInteger
          Resource URI for xsd:positiveInteger
static Resource XSD.negativeInteger
          Resource URI for xsd:negativeInteger
static Resource XSD.normalizedString
          Resource URI for xsd:normalizedString
static Resource XSD.anyURI
          Resource URI for xsd:anyURI
static Resource XSD.token
          Resource URI for xsd:token
static Resource XSD.Name
          Resource URI for xsd:Name
static Resource XSD.QName
          Resource URI for xsd:QName
static Resource XSD.language
          Resource URI for xsd:language
static Resource XSD.NMTOKEN
          Resource URI for xsd:NMTOKEN
static Resource XSD.ENTITIES
          Resource URI for xsd:ENTITIES
static Resource XSD.NMTOKENS
          Resource URI for xsd:NMTOKENS
static Resource XSD.ENTITY
          Resource URI for xsd:ENTITY
static Resource XSD.ID
          Resource URI for xsd:ID
static Resource XSD.NCName
          Resource URI for xsd:NCName
static Resource XSD.IDREF
          Resource URI for xsd:IDREF
static Resource XSD.IDREFS
          Resource URI for xsd:IDREFS
static Resource XSD.NOTATION
          Resource URI for xsd:NOTATION
static Resource XSD.hexBinary
          Resource URI for xsd:hexBinary
static Resource XSD.base64Binary
          Resource URI for xsd:base64Binary
static Resource XSD.date
          Resource URI for xsd:date
static Resource XSD.time
          Resource URI for xsd:time
static Resource XSD.dateTime
          Resource URI for xsd:dateTime
static Resource XSD.duration
          Resource URI for xsd:duration
static Resource XSD.gDay
          Resource URI for xsd:gDay
static Resource XSD.gMonth
          Resource URI for xsd:gMonth
static Resource XSD.gYear
          Resource URI for xsd:gYear
static Resource XSD.gYearMonth
          Resource URI for xsd:gYearMonth
static Resource XSD.gMonthDay
          Resource URI for xsd:gMonthDay
static Resource VCARD.ORGPROPERTIES
           
static Resource VCARD.ADRTYPES
           
static Resource VCARD.NPROPERTIES
           
static Resource VCARD.EMAILTYPES
           
static Resource VCARD.TELTYPES
           
static Resource VCARD.ADRPROPERTIES
           
static Resource VCARD.TZTYPES
           
static Resource TestQuery.QueryTest
           
static Resource TestManifest.ManifestEntry
           
static Resource TestManifest.Manifest
           
static Resource RSS.channel
           
static Resource RSS.item
           
static Resource ResultSet.ResultSolution
           
static Resource ResultSet.ResultBinding
           
static Resource ResultSet.ResultSet
           
static Resource ResultSet.undefined
           
static Resource ReasonerVocabulary.ReasonerClass
          The RDF class to which all Reasoners belong
static Resource RDFSyntax.coreSyntaxTerms
           
static Resource RDFSyntax.syntaxTerms
           
static Resource RDFSyntax.oldTerms
           
static Resource RDFSyntax.nodeElementURIs
           
static Resource RDFSyntax.propertyElementURIs
           
static Resource RDFSyntax.propertyAttributeURIs
           
static Resource RDFSyntax.doc
           
static Resource RDFSyntax.RDF
           
static Resource RDFSyntax.nodeElementList
           
static Resource RDFSyntax.nodeElement
           
static Resource RDFSyntax.ws
           
static Resource RDFSyntax.propertyEltList
           
static Resource RDFSyntax.propertyElt
           
static Resource RDFSyntax.resourcePropertyElt
           
static Resource RDFSyntax.literalPropertyElt
           
static Resource RDFSyntax.parseTypeLiteralPropertyElt
           
static Resource RDFSyntax.parseTypeResourcePropertyElt
           
static Resource RDFSyntax.parseTypeCollectionPropertyElt
           
static Resource RDFSyntax.parseTypeOtherPropertyElt
           
static Resource RDFSyntax.emptyPropertyElt
           
static Resource RDFSyntax.idAttr
           
static Resource RDFSyntax.nodeIdAttr
           
static Resource RDFSyntax.aboutAttr
           
static Resource RDFSyntax.bagIdAttr
           
static Resource RDFSyntax.propertyAttr
           
static Resource RDFSyntax.resourceAttr
           
static Resource RDFSyntax.datatypeAttr
           
static Resource RDFSyntax.parseLiteral
           
static Resource RDFSyntax.parseResource
           
static Resource RDFSyntax.parseCollection
           
static Resource RDFSyntax.parseOther
           
static Resource RDFSyntax.URIReference
           
static Resource RDFSyntax.literal
           
static Resource RDFSyntax.rdfId
           
static Resource RDFSyntax.sectionReification
           
static Resource RDFSyntax.sectionListExpand
           
static Resource RDFS.Class
           
static Resource RDFS.Datatype
           
static Resource RDFS.ConstraintProperty
           
static Resource RDFS.Container
           
static Resource RDFS.ContainerMembershipProperty
           
static Resource RDFS.ConstraintResource
           
static Resource RDFS.Literal
           
static Resource RDFS.Resource
           
static Resource RDF.Alt
           
static Resource RDF.Bag
           
static Resource RDF.Property
           
static Resource RDF.Seq
           
static Resource RDF.Statement
           
static Resource RDF.List
           
static Resource RDF.nil
           
static Resource OWL.Class
          Resource denoting the class of OWL classes
static Resource OWL.Restriction
          Resource denoting the class of OWL restrictions
static Resource OWL.Thing
          Resource denoting the universal set containing all OWL individuals
static Resource OWL.Nothing
          Resource denoting the empty set containing no OWL individuals
static Resource OWL.ObjectProperty
          Resource denoting the class of OWL properties that have individuals as their range
static Resource OWL.DatatypeProperty
          Resource denoting the class of OWL properties that have typed literals as their range
static Resource OWL.TransitiveProperty
          Resource denoting the class of OWL properties that are transitive
static Resource OWL.SymmetricProperty
          Resource denoting the class of OWL properties that are symmetric
static Resource OWL.FunctionalProperty
          Resource denoting the class of OWL properties that are functional (have a unique range element for a given domain element)
static Resource OWL.InverseFunctionalProperty
          Resource denoting the class of OWL properties that are inverse functional (have a unique domain element for a given range element)
static Resource OWL.AllDifferent
          Resource denoting the class of OWL axioms stating that a set of classes are pairwise disjoint
static Resource OWL.Ontology
          Resource denoting the class of OWL ontology nodes
static Resource OWL.DeprecatedClass
          Resource denoting the class of OWL classes that have been deprecated
static Resource OWL.DeprecatedProperty
          Resource denoting the class of OWL properties that have been deprecated
static Resource OWL.AnnotationProperty
          Resource denoting the class of OWL properties that are annotations
static Resource OWL.Datatype
          Resource denoting the class of datatype values @see RDFS#Datatype
static Resource OWL.List
          Resource denoting the class of list values @see RDF#List
static Resource OWL.Literal
          Resource denoting the class of literal values @see RDFS#Literal
static Resource OWL.nil
          Resource denoting the nil (empty) list @see RDF#nil
static Resource DC_11.NAMESPACE
          The namespace of the vocabalary as a resource
static Resource DCTypes.NAMESPACE
          The namespace of the vocabalary as a resource
static Resource DCTypes.Collection
          A collection is an aggregation of items.
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 DCTypes.Event
          An event is a non-persistent, time-based occurrence.
static Resource DCTypes.Image
          An image is a primarily symbolic visual representation other than text.
static Resource DCTypes.InteractiveResource
          An interactive resource is a resource which requires interaction from the user to be understood, executed, or experienced.
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 DCTypes.Text
          A text is a resource whose content is primarily words for reading.
static Resource DCTypes.PhysicalObject
          An inanimate, three-dimensional object or substance.
static Resource DCTerms.NAMESPACE
          The namespace of the vocabalary as a resource
static Resource DCTerms.SubjectScheme
          A set of subject encoding schemes and/or formats
static Resource DCTerms.DateScheme
          A set of date encoding schemes and/or formats
static Resource DCTerms.FormatScheme
          A set of format encoding schemes.
static Resource DCTerms.LanguageScheme
          A set of language encoding schemes and/or formats.
static Resource DCTerms.SpatialScheme
          A set of geographic place encoding schemes and/or formats
static Resource DCTerms.TemporalScheme
          A set of encoding schemes for the coverage qualifier "temporal"
static Resource DCTerms.TypeScheme
          A set of resource type encoding schemes and/or formats
static Resource DCTerms.IdentifierScheme
          A set of resource identifier encoding schemes and/or formats
static Resource DCTerms.RelationScheme
          A set of resource relation encoding schemes and/or formats
static Resource DCTerms.SourceScheme
          A set of source encoding schemes and/or formats
static Resource DCTerms.LCSH
          Library of Congress Subject Headings
static Resource DCTerms.MESH
          Medical Subject Headings
static Resource DCTerms.DDC
          Dewey Decimal Classification
static Resource DCTerms.LCC
          Library of Congress Classification
static Resource DCTerms.UDC
          Universal Decimal Classification
static Resource DCTerms.DCMIType
          A list of types used to categorize the nature or genre of the content of the resource.
static Resource DCTerms.IMT
          The Internet media type of the resource.
static Resource DCTerms.ISO639_2
          ISO 639-2: Codes for the representation of names of languages.
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.URI
          A URI Uniform Resource Identifier
static Resource DCTerms.Point
          The DCMI Point identifies a point in space using its geographic coordinates.
static Resource DCTerms.ISO3166
          ISO 3166 Codes for the representation of names of countries
static Resource DCTerms.Box
          The DCMI Box identifies a region of space using its geographic limits.
static Resource DCTerms.TGN
          The Getty Thesaurus of Geographic Names
static Resource DCTerms.Period
          A specification of the limits of a time interval.
static Resource DCTerms.W3CDTF
          W3C Encoding rules for dates and times - a profile based on ISO 8601
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 DB.systemGraphName
           
static Resource DB.layoutVersion
           
static Resource DB.undefined
           
static Resource DAML_OIL.NAMESPACE_DAML
          DAML namespace resource for the current release
static Resource DAML_OIL.collection
          DAML namespace resource for daml:collection.
static Resource DAML_OIL.List
          RDF resource for DAML List class.
static Resource DAML_OIL.UniqueProperty
          RDF resource for DAML UniqueProperty class
static Resource DAML_OIL.TransitiveProperty
          RDF resource for DAML TransitiveProperty class
static Resource DAML_OIL.UnambiguousProperty
          RDF resource for DAML UnambiguousProperty class
static Resource DAML_OIL.Restriction
          RDF resource for DAML Restriction class
static Resource DAML_OIL.Ontology
          RDF resource for DAML Ontology class
static Resource DAML_OIL.nil
          RDF resource for the nil (empty) list.
static Resource DAML_OIL.Thing
          RDF resource for the top type (i.e. the super-type of all types).
static Resource DAML_OIL.Nothing
          RDF resource for the bottom type (i.e. the super-type of no types).
static Resource DAML_OIL.Literal
          Alias for rdfs:Literal in the daml namespace.
static Resource DAML_OIL.Class
          RDF resource for DAML Class class (a DAML sub-class of rdfs:Class).
static Resource DAML_OIL.Datatype
          RDF resource for DAML Datatype class (a DAML sub-class of rdfs:Class).
static Resource DAML_OIL.DatatypeProperty
          RDF resource for DAML DatatypeProperty class (a DAML sub-class of rdf:Property).
static Resource DAML_OIL.ObjectProperty
          RDF resource for DAML ObjectProperty class (a DAML sub-class of rdf:Property).
static Resource DAML_OIL.Property
          Alias for rdfs:Property in the daml namespace.
 

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



Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.