|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Resource | |
|---|---|
| com.hp.hpl.jena.assembler | |
| 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.model | A package for creating and manipulating RDF graphs. |
| 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.shared | This package defines some classes common to the Jena API and SPI levels, in particular the JenaException class from which all Jena-specific exceptions hang, and the interface PrefixMapping for translation to and from QNames. |
| 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.assembler |
|---|
| Methods in com.hp.hpl.jena.assembler that return Resource | |
|---|---|
static Resource |
AssemblerHelp.findSpecificType(Resource root)
Answer the most specific type of root that is a subclass of
ja:Object. |
static Resource |
AssemblerHelp.findSpecificType(Resource root,
Resource baseType)
Answer the most specific type of root that is a subclass of
givenType. |
static Resource |
AssemblerHelp.getResource(Statement s)
Answer the resource that is the object of the statement s. |
static Resource |
AssemblerHelp.singleModelRoot(Model singleRoot)
Answer the single resource in singleRoot of type
ja:Model. |
static Resource |
AssemblerHelp.singleRoot(Model singleRoot,
Resource type)
Answer the single resource in singleRoot of type
type. |
static Resource |
AssemblerHelp.withFullModel(Resource root)
Answer a Resource .equals() to root, but in the expanded
model. |
| Methods in com.hp.hpl.jena.assembler with parameters of type Resource | |
|---|---|
static java.util.Set |
AssemblerHelp.findAssemblerRoots(Model model,
Resource type)
Answer a Set of the objects in the full expansion of the assembler specification model which have rdf:type type,
which must be a subtype of ja:Object. |
static Resource |
AssemblerHelp.findSpecificType(Resource root)
Answer the most specific type of root that is a subclass of
ja:Object. |
static Resource |
AssemblerHelp.findSpecificType(Resource root,
Resource baseType)
Answer the most specific type of root that is a subclass of
givenType. |
static java.util.Set |
AssemblerHelp.findSpecificTypes(Resource root,
Resource baseType)
Answer all the types of root which are subtypes of
baseType and which do not have subtypes which are
also types of root. |
java.lang.Object |
Assembler.open(Assembler a,
Resource root)
Answer open( a, root, Mode.DEFAULT ). |
java.lang.Object |
Assembler.open(Assembler a,
Resource root,
Mode mode)
The core operation: answer a new object constructed according to the object description hanging from root, using the assembler
a for any sub-objects. |
java.lang.Object |
Assembler.open(Resource root)
Answer open( this, root, Mode.DEFAULT ). |
Model |
Assembler.openModel(Resource root)
Answer (Model) open( this, root, Mode.DEFAULT ), unless
the result cannot be or is not a Model, in which case throw an exception. |
Model |
Assembler.openModel(Resource root,
Mode mode)
Answer (Model) open( this, root, mode ), unless
the result cannot be or is not a Model, in which case throw an exception. |
boolean |
Mode.permitCreateNew(Resource root,
java.lang.String name)
Answer true if the object root with the given name
can be created if it does not already exist. |
boolean |
Mode.permitUseExisting(Resource root,
java.lang.String name)
Answer true if the existing object root with the given
name can be reused. |
static Resource |
AssemblerHelp.singleRoot(Model singleRoot,
Resource type)
Answer the single resource in singleRoot of type
type. |
static Resource |
AssemblerHelp.withFullModel(Resource root)
Answer a Resource .equals() to root, but in the expanded
model. |
| 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 denotes a property that is transitive i.e. one in which if x p y holds,
and y p z
holds, then x p 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 |
OntTools.LCAIndex.getLCA(Resource u,
Resource v)
|
Resource |
OntTools.DisjointSet.getNode()
|
Resource |
OntModel.getOWLLanguageLevel(java.util.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 |
OWLSyntaxChecker.getOWLLanguageLevel(OntModel owlModel,
java.util.List problems)
Given an OWL ontology model owlModel, answer the minimum OWL language level that the constructs used in this model lie entirely within. |
Resource |
OntResource.getRDFType()
Answer the rdf:type (i.e. the class) of this resource. |
Resource |
OntResource.getRDFType(boolean direct)
Answer the rdf:type (i.e. 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 |
OntTools.Path.getTerminalResource()
Answer the resource at the end of the path, if defined, or null |
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. |
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 |
Individual.addOntClass(Resource cls)
Add the given ontology class as one of the classes to which this individual belongs. |
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 |
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. |
static OntModelSpec |
OntModelSpec.assemble(Resource root)
Answer the OntModelSpec described using the Jena Assembler vocabulary properties of root. |
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(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 |
ComplementClass |
OntModel.createComplementClass(java.lang.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 Individual node in this model. |
Individual |
OntModel.createIndividual(java.lang.String uri,
Resource cls)
Answer a resource that represents an Individual node in this model. |
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. |
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 |
void |
OntClass.dropIndividual(Resource individual)
Remove the given individual from the set of instances that are members of this class. |
static OntTools.Path |
OntTools.findShortestPath(Model m,
Resource start,
RDFNode end,
Filter onPath)
Answer the shortest path from the start resource to the end RDF node,
such that every step on the path is accepted by the given filter. |
Resource |
Profile.getAliasFor(Resource res)
Answer an alias for the given resource. |
Resource |
OntTools.LCAIndex.getLCA(Resource u,
Resource v)
|
OntResource |
OntModel.getOntResource(Resource res)
Answer a resource presenting the OntResource facet, which
corresponds to the given resource but attached to this model. |
OntTools.DisjointSet |
OntTools.LCAIndex.getSet(Resource r)
|
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 |
Individual.hasOntClass(Resource ontClass)
Answer true if this individual is a member of the class denoted by the given ontology class resource. |
boolean |
Individual.hasOntClass(Resource ontClass,
boolean direct)
Answer true if this individual is a member of the class denoted by the given class resource. |
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. |
java.util.Iterator |
Profile.listAliasesFor(Resource res)
Answer an iterator over the defined aliases for a resource. |
ExtendedIterator |
OntModel.listIndividuals(Resource cls)
Answer an iterator that ranges over the resources in this model that are instances of the given class. |
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 |
Individual.removeOntClass(Resource ontClass)
Attempt to remove this individual as a member of the
given ontology class. |
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 |
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 |
OntTools.LCAIndex.setLCA(Resource u,
Resource v,
Resource lca)
|
void |
Individual.setOntClass(Resource cls)
Set the ontology class for this individual, replacing any existing class membership. |
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 (i.e. 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 |
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 | |
|---|---|
OntTools.DisjointSet(Resource node)
|
|
| 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.addLiteral(Property p,
boolean o)
Add the property p with the typed-literal value o
to this resource, ie add (this, p, typed(o)) to this's model. |
Resource |
Resource.addLiteral(Property p,
char o)
Add the property p with the typed-literal value o
to this resource, ie add (this, p, typed(o)) to this's model. |
Resource |
Resource.addLiteral(Property value,
double d)
Add the property p with the typed-literal value o
to this resource, ie add (this, p, typed(o)) to this's model. |
Resource |
Resource.addLiteral(Property value,
float d)
Add the property p with the typed-literal value o
to this resource, ie add (this, p, typed(o)) to this's model. |
Resource |
Resource.addLiteral(Property p,
long o)
Add the property p with the typed-literal value o
to this resource, ie add (this, p, typed(o)) to this's model. |
Resource |
Resource.addLiteral(Property p,
java.lang.Object o)
Add the property p with the typed-literal value o
to this resource, ie add (this, p, typed(o)) to this's model. |
Resource |
Resource.addProperty(Property p,
RDFNode 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 lexicalForm,
RDFDatatype datatype)
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.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(java.lang.String uriref)
create a new resource. |
Resource |
ResourceFactory.Interface.createResource(java.lang.String uriref)
create a new resource. |
Resource |
Model.createResource(java.lang.String uri)
Create a new resource associated with this model. |
Resource |
ModelCon.createResource(java.lang.String uri,
Resource type)
Create a new resource with a given type. |
Resource |
ModelCon.createResource(java.lang.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(java.lang.String uri)
Return a Resource instance with the given URI in this model. |
Resource |
ModelCon.getResource(java.lang.String uri,
ResourceF f)
Return a Resource instance in this model. |
Resource |
Statement.getSubject()
An accessor method to return the subject of the statements. |
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 |
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,
RDFNode 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 lex,
RDFDatatype datatype)
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)
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 |
ModelCon.addLiteral(Resource s,
Property p,
boolean o)
Add the statement (s, p, createTypedLiteral( o )) to this model and answer this model. |
Model |
ModelCon.addLiteral(Resource s,
Property p,
char o)
Add the statement (s, p, createTypedLiteral( o )) to this model and answer this model. |
Model |
ModelCon.addLiteral(Resource s,
Property p,
double o)
Add the statement (s, p, o') to the model, where o' is the typed literal corresponding to o. |
Model |
ModelCon.addLiteral(Resource s,
Property p,
float o)
Add the statement (s, p, o') to the model, where o' is the typed literal corresponding to o. |
Model |
ModelCon.addLiteral(Resource s,
Property p,
int o)
Add the statement (s, p, createTypedLiteral( o )) to this model and answer this model. |
Model |
ModelCon.addLiteral(Resource s,
Property p,
long o)
Add the statement (s, p, createTypedLiteral( o )) to this model and answer this model. |
Model |
ModelCon.addLiteral(Resource s,
Property p,
java.lang.Object o)
add a statement to this model. |
static Model |
ModelFactory.assembleModelFrom(Resource root)
Answer a Model as described the the Assembler specification rooted at the Resource root in its Model. |
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 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,
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.containsLiteral(Resource s,
Property p,
boolean o)
Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o. |
boolean |
ModelCon.containsLiteral(Resource s,
Property p,
char o)
Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o. |
boolean |
ModelCon.containsLiteral(Resource s,
Property p,
double o)
Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o. |
boolean |
ModelCon.containsLiteral(Resource s,
Property p,
float o)
Answer true iff this model contains (s, p, o') where o' is the typed literal corresponding to o. |
boolean |
ModelCon.containsLiteral(Resource s,
Property p,
int o)
Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o. |
boolean |
ModelCon.containsLiteral(Resource s,
Property p,
long o)
Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o. |
boolean |
ModelCon.containsLiteral(Resource s,
Property p,
java.lang.Object o)
Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o. |
Statement |
ModelCon.createLiteralStatement(Resource s,
Property p,
boolean o)
Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral. |
Statement |
ModelCon.createLiteralStatement(Resource s,
Property p,
char o)
Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral. |
Statement |
ModelCon.createLiteralStatement(Resource s,
Property p,
double o)
Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral. |
Statement |
ModelCon.createLiteralStatement(Resource s,
Property p,
float o)
Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral. |
Statement |
ModelCon.createLiteralStatement(Resource s,
Property p,
int o)
Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral. |
Statement |
ModelCon.createLiteralStatement(Resource s,
Property p,
long o)
Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral. |
Statement |
ModelCon.createLiteralStatement(Resource s,
Property p,
java.lang.Object o)
Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral. |
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(java.lang.String uri,
Resource type)
Create a new resource with a given type. |
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,
java.lang.String o)
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)
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. |
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. |
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. |
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. |
StmtIterator |
ModelCon.listLiteralStatements(Resource subject,
Property predicate,
boolean object)
Answer a statement iterator that will iterate over all the statements (S, P, O) in this model where S matches subject, P
matches predicate, and O matches the typed literal
corresponding to object. |
StmtIterator |
ModelCon.listLiteralStatements(Resource subject,
Property predicate,
char object)
Answer a statement iterator that will iterate over all the statements (S, P, O) in this model where S matches subject, P
matches predicate, and O matches the typed literal
corresponding to object. |
StmtIterator |
ModelCon.listLiteralStatements(Resource subject,
Property predicate,
double object)
Answer a statement iterator that will iterate over all the statements (S, P, O) in this model where S matches subject, P
matches predicate, and O matches the typed literal
corresponding to object. |
StmtIterator |
ModelCon.listLiteralStatements(Resource subject,
Property predicate,
long object)
Answer a statement iterator that will iterate over all the statements (S, P, O) in this model where S matches subject, P
matches predicate, and O matches the typed literal
corresponding to object. |
StmtIterator |
ModelCon.listlLiteralStatements(Resource subject,
Property predicate,
float object)
Answer a statement iterator that will iterate over all the statements (S, P, O) in this model where S matches subject, P
matches predicate, and O matches the typed literal
corresponding to object. |
NodeIterator |
Model.listObjectsOfProperty(Resource s,
Property p)
List the values of a property of a resource. |
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,
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. |
Model |
ModelCon.remove(Resource s,
Property p,
RDFNode o)
remove the statement (s, p, o) from this model and
answer this model. |
Model |
Model.removeAll(Resource s,
Property p,
RDFNode r)
Remove all the statements matching (s, p, o) from this model. |
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. |
| 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,
java.lang.Object object)
Create a selector. |
|
SimpleSelector(Resource subject,
Property predicate,
RDFNode 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. |
|
| 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 | |
|---|---|
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(java.lang.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(org.w3c.dom.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,
java.lang.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. |
java.lang.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 |
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. |
void |
BasicForwardRuleReasoner.addDescription(Model configSpec,
Resource base)
Add a configuration description for this reasoner into a partial configuration specification model. |
static java.lang.Boolean |
Util.checkBinaryPredicate(Property predicate,
Resource configuration)
Helper method - extracts the truth of a boolean configuration predicate. |
Reasoner |
RDFSRuleReasonerFactory.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 |
OWLMiniReasonerFactory.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 |
Reasoner |
OWLFBRuleReasonerFactory.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 |
DAMLMicroReasonerFactory.create(Resource configuration)
Constructor method that builds an instance of the associated Reasoner |
static java.lang.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,
java.lang.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.shared |
|---|
| Fields in com.hp.hpl.jena.shared declared as Resource | |
|---|---|
Resource |
BadDescriptionNoRootException.type
|
Resource |
BadDescriptionMultipleRootsException.type
|
| Constructors in com.hp.hpl.jena.shared with parameters of type Resource | |
|---|---|
BadDescriptionMultipleRootsException(Model badModel,
Resource type)
|
|
BadDescriptionNoRootException(Model badModel,
Resource type)
|
|
| 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,
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 | |
|---|---|
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 java.util.List |
ResourceUtils.removeEquiv(java.util.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,
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. |
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 |
TestManifest.accepted
|
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 |
RDFS.Class
|
static Resource |
OWL.Class
|
static Resource |
DAML_OIL.Class
RDF resource for DAML Class class (a DAML sub-class of 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
Deprecated. obsolete: was removed by the most recent standard |
static Resource |
RDFS.ConstraintResource
Deprecated. obsolete: was removed by the most recent standard |
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 |
RDFS.Datatype
|
static Resource |
DAML_OIL.Datatype
RDF resource for DAML Datatype class (a DAML sub-class of rdfs:Class). |
static Resource |
RDFSyntax.datatypeAttr
|
static Resource |
OWL.DatatypeProperty
|
static Resource |
DAML_OIL.DatatypeProperty
RDF resource for DAML DatatypeProperty class (a DAML sub-class of rdf:Property). |
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 |
JenaModelSpec.DefaultModelSpec
Deprecated. 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 |
JenaModelSpec.FileMakerSpec
Deprecated. The class of FileMakerSpec resources [subclass of MakerSpec]. |
static Resource |
JenaModelSpec.FileModelSpec
Deprecated. The class of FileModel specifications. |
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 |
JenaModelSpec.InfModelSpec
Deprecated. 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 |
RDF.List
|
static Resource |
DAML_OIL.List
RDF resource for DAML List class. |
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 |
RDFS.Literal
|
static Resource |
DAML_OIL.Literal
Alias for rdfs:Literal in the daml namespace. |
static Resource |
RDFSyntax.literalPropertyElt
|
static Resource |
LocationMappingVocab.LocationMapping
|
static Resource |
JenaModelSpec.MakerSpec
Deprecated. The class of MakerSpec resources. |
static Resource |
TestManifest.Manifest
The class of manifests |
static Resource |
TestManifest.ManifestEntry
One entry in rdf:type list of entries |
static Resource |
JenaModelSpec.MemMakerSpec
Deprecated. 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 |
JenaModelSpec.ModelSpec
Deprecated. The class of ModelSpec resources. |
static Resource |
XSD.Name
Resource URI for xsd:Name |
static Resource |
TestManifestX.NAMESPACE
The namespace of the vocabulary as a resource |
static Resource |
TestManifest.NAMESPACE
The namespace of the vocabulary as a resource |
static Resource |
RDFTest.NAMESPACE
The namespace of the vocabalary as a resource |
static Resource |
OWLTest.NAMESPACE
The namespace of the vocabalary as a resource |
static Resource |
OWLResults.NAMESPACE
The namespace of the vocabalary as a resource |
static Resource |
OWL.NAMESPACE
The namespace of the vocabulary as a resource |
static Resource |
OntEventsVocab.NAMESPACE
The namespace of the vocabulary as a resource |
static Resource |
OntDocManagerVocab.NAMESPACE
The namespace of the vocabulary as a resource |
static Resource |
LocationMappingVocab.NAMESPACE
The namespace of the vocabalary as a resource |
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 |
DCTerms.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 |
TestManifest.NegativeSyntaxTest
A type of test specifically for syntax testing. |
static Resource |
RDF.nil
|
static Resource |
DAML_OIL.nil
RDF resource for the nil (empty) list. |
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 |
OWL.Nothing
|
static Resource |
DAML_OIL.Nothing
RDF resource for the bottom type (i.e. the super-type of no types). |
static Resource |
OWLTest.NotOwlFeatureTest
This is a negative test. |
static Resource |
VCARD.NPROPERTIES
|
static Resource |
RDFTest.NT_Document
|
static Resource |
OWL.ObjectProperty
|
static Resource |
DAML_OIL.ObjectProperty
RDF resource for DAML ObjectProperty class (a DAML sub-class of rdf:Property). |
static Resource |
RDFSyntax.oldTerms
|
static Resource |
JenaModelSpec.OntModelSpec
Deprecated. The class of OntModelSpec resources [subclass of InfModelSpec]. |
static Resource |
OWL.Ontology
|
static Resource |
DAML_OIL.Ontology
RDF resource for DAML Ontology class |
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 |
JenaModelSpec.PlainModelSpec
Deprecated. 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 |
TestManifest.PositiveSyntaxTest
A type of test specifically for syntax testing. |
static Resource |
RDF.Property
|
static Resource |
DAML_OIL.Property
Alias for rdfs:Property in the daml namespace. |
static Resource |
RDFSyntax.propertyAttr
|
static Resource |
RDFSyntax.propertyAttributeURIs
|
static Resource |
RDFSyntax.propertyElementURIs
|
static Resource |
RDFSyntax.propertyElt
|
static Resource |
RDFSyntax.propertyEltList
|
static Resource |
TestManifest.proposed
|
static Resource |
XSD.QName
Resource URI for xsd:QName |
static Resource |
TestManifest.QueryEvaluationTest
A type of test specifically for query evaluation testing. |
static Resource |
JenaModelSpec.RDBMakerSpec
Deprecated. The class of RDBMakerSpec resources [subclass of MakerSpec]. |
static Resource |
JenaModelSpec.RDBModelSpec
Deprecated. The class of RDBModelSpec resources [subclass of PlainModelSpec] |
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 |
TestManifest.rejected
|
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 |
OWL.Restriction
|
static Resource |
DAML_OIL.Restriction
RDF resource for DAML Restriction class |
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 |
JenaModelSpec.rsConvenient
Deprecated. The resource representing reification mode Convenient. |
static Resource |
JenaModelSpec.rsMinimal
Deprecated. The resource representing reification mode Minimal. |
static Resource |
JenaModelSpec.rsStandard
Deprecated. 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 |
TestManifestX.TestBadSyntax
Syntax tests which expect a parse failure |
static Resource |
TestManifestX.TestQuery
The class of test that are Query tests (query, data, results) |
static Resource |
OWLResults.TestRun
An event where some system attempts to pass some test. |
static Resource |
TestManifestX.TestSerialization
Query serialization tests |
static Resource |
TestManifestX.TestSurpressed
Query test not to be run |
static Resource |
TestManifestX.TestSyntax
Syntax tests (query) |
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 |
OWL.Thing
|
static Resource |
DAML_OIL.Thing
RDF resource for the top type (i.e. the super-type of all types). |
static Resource |
XSD.time
Resource URI for xsd:time |
static Resource |
XSD.token
Resource URI for xsd:token |
static Resource |
OWL.TransitiveProperty
|
static Resource |
DAML_OIL.TransitiveProperty
RDF resource for DAML TransitiveProperty class |
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||