Uses of Interface
org.apache.jena.rdf.model.Resource
Packages that use Resource
Package
Description
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
Provides default implementations for the abstractions defined in the
org.apache.jena.ontology package.A package for creating and manipulating RDF graphs.
This package contains implementations of the interfaces defined
in the .model package, eg ModelCom for Model, ResourceImpl
for Resource, and so on.
The Jena2 reasoner subsystem is designed to allow a range of inference
engines to be plugged into Jena.
Provides a selection of simple rule engines for Jena inference models.
Internal implementation objects used by the rule system interpreters
and compilers.
This package contains a reasoner which supports transitive-reflexive closure
of subPropertyOf and subClassOf relations.
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.
Miscellaneous collection of utility classes.
A package containing constant classes with predefined constant objects
for classes and properties defined in well known vocabularies.
-
Uses of Resource in org.apache.jena.assembler
Fields in org.apache.jena.assembler declared as ResourceModifier and TypeFieldDescriptionstatic final ResourceJA.Contentstatic final ResourceJA.ContentItemstatic final ResourceJA.DefaultModelstatic final Resourcestatic final ResourceJA.Expandedstatic final Resourcestatic final ResourceJA.Falsestatic final ResourceJA.FileManagerstatic final ResourceJA.FileModelstatic final Resourcestatic final ResourceJA.HasRulesstatic final ResourceJA.InfModelstatic final Resourcestatic final Resourcestatic final ResourceJA.MemoryModelstatic final ResourceJA.Modelstatic final ResourceJA.ModelSourcestatic final ResourceJA.NamedModelstatic final ResourceJA.Objectstatic final ResourceJA.OntModelstatic final ResourceJA.OntModelSpecstatic final Resourcestatic final Resourcestatic final ResourceJA.RuleSetstatic final Resourcestatic final ResourceJA.Thisstatic final ResourceJA.Truestatic final ResourceJA.UnionModelMethods in org.apache.jena.assembler that return ResourceModifier and TypeMethodDescriptionstatic ResourceAssemblerHelp.findSpecificType(Resource root) Answer the most specific type ofrootthat is a subclass of ja:Object.static ResourceAssemblerHelp.findSpecificType(Resource root, Resource baseType) Answer the most specific type ofrootthat is a subclass ofgivenType.static ResourceAssemblerHelp.getResource(Statement s) Answer the resource that is the object of the statements.static ResourceAssemblerHelp.singleModelRoot(Model singleRoot) Answer the single resource insingleRootof typeja:Model.static ResourceAssemblerHelp.singleRoot(Model singleRoot, Resource type) Answer the single resource insingleRootof typetype.static ResourceAssemblerHelp.withFullModel(Resource root) Answer a Resource .equals() toroot, but in the expanded model.Methods in org.apache.jena.assembler that return types with arguments of type ResourceModifier and TypeMethodDescriptionAssemblerHelp.findAssemblerRoots(Model model) Answer a Set of the ja:Object resources in the full expansion of the assembler specification modelmodel.AssemblerHelp.findAssemblerRoots(Model model, Resource type) Answer a Set of the objects in the full expansion of the assembler specificationmodelwhich have rdf:typetype, which must be a subtype ofja:Object.AssemblerHelp.findSpecificTypes(Resource root, Resource baseType) Answer all the types ofrootwhich are subtypes ofbaseTypeand which do not have subtypes which are also types ofroot.Methods in org.apache.jena.assembler with parameters of type ResourceModifier and TypeMethodDescriptionAssemblerHelp.findAssemblerRoots(Model model, Resource type) Answer a Set of the objects in the full expansion of the assembler specificationmodelwhich have rdf:typetype, which must be a subtype ofja:Object.static ResourceAssemblerHelp.findSpecificType(Resource root) Answer the most specific type ofrootthat is a subclass of ja:Object.static ResourceAssemblerHelp.findSpecificType(Resource root, Resource baseType) Answer the most specific type ofrootthat is a subclass ofgivenType.AssemblerHelp.findSpecificTypes(Resource root, Resource baseType) Answer all the types ofrootwhich are subtypes ofbaseTypeand which do not have subtypes which are also types ofroot.Answeropen( a, root, Mode.DEFAULT ).The core operation: answer a new object constructed according to the object description hanging fromroot, using the assemblerafor any sub-objects.Answeropen( this, root, Mode.DEFAULT ).Answer(Model) open( this, root, Mode.DEFAULT ), unless the result cannot be or is not a Model, in which case throw an exception.Answer(Model) open( this, root, mode ), unless the result cannot be or is not a Model, in which case throw an exception.booleanMode.permitCreateNew(Resource root, String name) Answer true if the objectrootwith the givennamecan be created if it does not already exist.booleanMode.permitUseExisting(Resource root, String name) Answer true if the existing objectrootwith the givennamecan be reused.static ResourceAssemblerHelp.singleRoot(Model singleRoot, Resource type) Answer the single resource insingleRootof typetype.static ResourceAssemblerHelp.withFullModel(Resource root) Answer a Resource .equals() toroot, but in the expanded model. -
Uses of Resource in org.apache.jena.assembler.assemblers
Fields in org.apache.jena.assembler.assemblers declared as ResourceModifier and TypeFieldDescriptionfinal ResourceAssemblerGroup.Frame.rootfinal ResourceAssemblerGroup.Frame.typeMethods in org.apache.jena.assembler.assemblers that return ResourceModifier and TypeMethodDescriptionstatic ResourceAssemblerBase.getRequiredResource(Resource root, Property p) Methods in org.apache.jena.assembler.assemblers that return types with arguments of type ResourceMethods in org.apache.jena.assembler.assemblers with parameters of type ResourceModifier and TypeMethodDescriptionabstract AssemblerAssemblerGroup.assemblerFor(Resource type) AssemblerGroup.ExpandingAssemblerGroup.assemblerFor(Resource type) static RuleSetRuleSetAssembler.createRuleSet(Assembler a, Resource root) static StringAssemblerBase.getOptionalClassName(Resource root, Property classProperty) Answer the string described by the value of the unique optionalclassPropertyproperty ofroot, or null if there's no such property.static PrefixMappingPrefixMappingAssembler.getPrefixes(Assembler a, Resource root, PrefixMapping result) static ReasonerFactoryReasonerFactoryAssembler.getReasonerFactoryByURL(Resource root, Resource reasonerURL) Answer a ReasonerFactory which delivers reasoners with the given URLreasonerURL.static ResourceAssemblerBase.getRequiredResource(Resource root, Property p) AssemblerGroup.ExpandingAssemblerGroup.implementWith(Resource type, Assembler a) abstract AssemblerGroupAssemblerGroup.implementWith(Resource type, Assembler a) ContentAssembler.loadContent(List<Content> contents, Assembler a, Resource root) final Objectabstract Objectfinal ObjectDeprecated, for removal: This API element is subject to removal in a future version.OntModelAssembler.openEmptyModel(Assembler a, Resource root, Mode mode) Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.apache.jena.assembler.assemblers with parameters of type Resource -
Uses of Resource in org.apache.jena.assembler.exceptions
Methods in org.apache.jena.assembler.exceptions that return ResourceModifier and TypeMethodDescriptionPropertyRequiredException.getProperty()Answer the required property.AssemblerException.getRoot()Answer the root object whose model-filling was abortedCannotConstructException.getType()Answer the (alleged most-specific) type of the object that could not be constructed.NoImplementationException.getType()UnknownReasonerException.getURL()Methods in org.apache.jena.assembler.exceptions that return types with arguments of type ResourceConstructors in org.apache.jena.assembler.exceptions with parameters of type ResourceModifierConstructorDescriptionAmbiguousSpecificTypeException(Resource root, ArrayList<Resource> types) AssemblerException(Resource root, String message) AssemblerException(Resource root, String string, Throwable t) CannotConstructException(Class<?> assemblerClass, Resource root, Resource type) CannotLoadClassException(Resource root, String className, ClassNotFoundException e) NoImplementationException(Assembler assembler, Resource root, Resource type) NotExpectedTypeException(Resource root, Class<?> expectedType, Class<?> actualType) NotUniqueException(Resource root, Property property) PropertyRequiredException(Resource root, Property property) UnknownEncodingException(Resource root, String encoding) UnknownReasonerException(Resource root, Resource url) Constructor parameters in org.apache.jena.assembler.exceptions with type arguments of type ResourceModifierConstructorDescriptionAmbiguousSpecificTypeException(Resource root, ArrayList<Resource> types) -
Uses of Resource in org.apache.jena.ontology
Subinterfaces of Resource in org.apache.jena.ontologyModifier and TypeInterfaceDescriptioninterfaceInterface defining an individual in which all members of a collection are declared pair-wise disjoint.interfaceA property restriction that requires the named property to have have any range instances to be members of a given class.interfaceInterface that represents the category of annotation properties in an ontology language.interfaceEncapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement).interfaceInterface representing the ontology abstraction for a qualified cardinality restriction.interfaceA 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.interfaceClass description that is formed from the complement of another class descriptioninterfaceRepresents an ontology DataRange: a class-like construct that contains only concrete data literals.interfaceInterface that encapsulates the class of properties whose range values are datatype values (as distinct fromObjectPropertywhose values are individuals).interfaceEncapsulates a class description representing a closed enumeration of individuals.interfaceInterface 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.interfaceA property restriction that requires the named property to have a given individual as its value.interfaceInterface that encapsulates an individual in an ontology, sometimes referred to as a fact or assertion, or a member of the a-box.interfaceEncapsulates a class description that is the intersection of a list of class expressions.interfaceInterface 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).interfaceInterface representing the ontology abstraction for a qualified maximum cardinality restriction.interfaceA 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.interfaceInterface representing the ontology abstraction for a qualified minimum cardinality restriction.interfaceA 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.interfaceInterface encapsulating properties whose range values are restricted to individuals (as distinct from datatype valuedproperties).interfaceInterface that represents an ontology node characterising a class description.interfaceInterface 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).interfaceInterface encapsulating a property in an ontology.interfaceProvides a common super-type for all of the abstractions in this ontology representation package.interfaceRepresents a qualified restriction, in which all values of the restricted property are required to be members of a given class.interfaceInterface that encapsulates a class description formed by restricting one or more properties to have constrained values and/or cardinalities.interfaceA property restriction that requires the named property to have at least one range instance belonging to the given class.interfaceInterface that encapsulates a property that is symmetric, i.e. one in which ifp(x, y)holds, thenp(y, x)must also hold.interfaceInterface that denotes a property that is transitive i.e. one in which ifx p yholds, andy p zholds, thenx p zmust also hold.interfaceClass description that is formed from the union of a list of a class descriptions.Fields in org.apache.jena.ontology declared as ResourceModifier and TypeFieldDescriptionstatic final ResourceOntDocumentManager.DOC_MGR_POLICYrdf:type for document manager policy nodesstatic final ResourceOntDocumentManager.ONTOLOGY_SPECrdf:type for ontology specification nodes in meta-data fileMethods in org.apache.jena.ontology that return ResourceModifier and TypeMethodDescriptionProfile.ALL_DIFFERENT()Answer the resource that represents the class of axioms denoting that a set of individuals are pairwise distinct.Profile.ANNOTATION_PROPERTY()Answer the class that denotes an annotation propertyProfile.CLASS()Answer the resource that represents the class 'class' in this vocabulary.Profile.DATARANGE()Answer the class that defines a closed range of concrete data values.Profile.DATATYPE_PROPERTY()Answer the resource that represents the class of properties whose range elements are literals (not individuals)Profile.DEPRECATED_CLASS()Answer the resource that represents the documentation class of deprecated classes.Profile.DEPRECATED_PROPERTY()Answer the resource that represents the documentation class of deprecated properties.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.Profile.getAliasFor(Resource res) Answer an alias for the given resource.AllValuesFromRestriction.getAllValuesFrom()Answer the resource characterising the constraint on all values of the restricted property.OntResource.getIsDefinedBy()Answer a resource that is declared to provide a definition of this resource.OntTools.DisjointSet.getNode()OntResource.getRDFType()Answer therdf:type(i.e. the class) of this resource.OntResource.getRDFType(boolean direct) Answer therdf:type(i.e. the class) of this resource.OntResource.getSeeAlso()Answer a resource that provides additional information about this resource.SomeValuesFromRestriction.getSomeValuesFrom()Answer the resource characterising the constraint on at least one value of the restricted property.OntTools.Path.getTerminalResource()Answer the resource at the end of the path, if defined, or nullProfile.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.Profile.LIST()Therdf:typefor cells in this listProfile.NIL()The resource that denotes the end of the listProfile.NOTHING()Answer the resource that represents the necessarily empty class.Profile.OBJECT_PROPERTY()Answer the resource that represents the class of properties whose range elements are individuals (not literals)Profile.ONTOLOGY()Answer the resource that represents the class of ontology header elements.Profile.ONTOLOGY_PROPERTY()Answer the class that denotes an ontology propertyProfile.PROPERTY()Answer the resource that represents the general class of properties.Profile.RESTRICTION()Answer the resource that represents the a class formed by placing constraints (restrictions) on the values of a property.Profile.SYMMETRIC_PROPERTY()Answer the resource that represents the class of properties that are symmetric.Profile.THING()Answer the resource that represents the class all individuals.Profile.TRANSITIVE_PROPERTY()Answer the resource that represents the class of properties that apply transitively.Methods in org.apache.jena.ontology that return types with arguments of type ResourceModifier and TypeMethodDescriptionProfile.getAnnotationProperties()Answer an iterator over the properties in this language that are denoted annotation properties.Profile.getAxiomTypes()Answer an iterator over the rdf:types in this language that denote stand-alone axioms.Profile.getClassDescriptionTypes()Answer an iterator over the various types of class description defined in the language.Profile.listAliasesFor(Resource res) Answer an iterator over the defined aliases for a resource.ExtendedIterator<? extends Resource>OntResource.listDifferentFrom()Answer an iterator over all of the resources that are declared to be different from this resource.OntResource.listRDFTypes(boolean direct) Answer an iterator over the RDF classes to which this resource belongs.ExtendedIterator<? extends Resource>OntResource.listSameAs()Answer an iterator over all of the resources that are declared to be the same as this resource.Methods in org.apache.jena.ontology with parameters of type ResourceModifier and TypeMethodDescriptionvoidOntology.addBackwardCompatibleWith(Resource res) Add a resource representing an ontology that this ontology (strictly, the ontology represented by this node) is backwards compatible with.voidOntResource.addDifferentFrom(Resource res) Add a statement declaring that this resource is distinct from the given resource.voidOntClass.addDisjointWith(Resource cls) Add a class that this class is disjoint with.voidAllDifferent.addDistinctMember(Resource res) Add the given individual to the list of distinct members of this AllDifferent declaration.voidAdd a resource representing the domain of this property.voidOntClass.addEquivalentClass(Resource cls) Add a class that is equivalent to this class.voidAdd a resource representing an ontology that this ontology (strictly, the ontology represented by this node) imports.voidOntology.addIncompatibleWith(Resource res) Add a resource representing an ontology that this ontology (strictly, the ontology represented by this node) is incompatible with.voidOntResource.addIsDefinedBy(Resource res) Add a resource that is declared to provide a definition of this resource.voidAdd an individual to the enumeration that defines the class extension of this class.voidIndividual.addOntClass(Resource cls) Add the given ontology class as one of the classes to which this individual belongs.voidBooleanClassDescription.addOperand(Resource cls) Add a class the operands of this boolean expression.voidOntology.addPriorVersion(Resource res) Add a resource representing an ontology that this ontology (strictly, the ontology represented by this node) supercedes.voidAdd a resource representing the range of this property.voidOntResource.addRDFType(Resource cls) Add the given class as one of therdf:type's for this resource.voidAdd a resource that is declared to be equivalent to this resource.voidOntResource.addSeeAlso(Resource res) Add a resource that is declared to provided additional information about the definition of this resourcevoidOntClass.addSubClass(Resource cls) Add a sub-class of this class.voidOntClass.addSuperClass(Resource cls) Add a super-class of this class.static OntModelSpecDeprecated, for removal: This API element is subject to removal in a future version.Answer the OntModelSpec described using the Jena Assembler vocabulary properties ofroot.Restriction.convertToAllValuesFromRestriction(Resource cls) Convert this restriction to an all values from class expression.OntClass.convertToComplementClass(Resource cls) Answer a view of this class as an complement of the given class.Restriction.convertToSomeValuesFromRestriction(Resource cls) Convert this restriction to a some values from class expressionOntModel.createAllValuesFromRestriction(String uri, Property prop, Resource cls) Deprecated, for removal: This API element is subject to removal in a future version.Answer a class description defined as the class of those individuals for which all values of the given property belong to the given classOntModel.createComplementClass(String uri, Resource cls) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource representing the class that is the complement of the given argument classOntModel.createIndividual(String uri, Resource cls) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource that represents an Individual node in this model.OntModel.createIndividual(Resource cls) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource that represents anIndividualnode in this model.<T extends OntResource>
TOntModel.createOntResource(Class<T> javaClass, Resource rdfType, String uri) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource that represents a generic ontology node in this model.OntModel.createSomeValuesFromRestriction(String uri, Property prop, Resource cls) Deprecated, for removal: This API element is subject to removal in a future version.Answer a class description defined as the class of those individuals that have at least one property with a value belonging to the given classvoidOntClass.dropIndividual(Resource individual) Remove the given individual from the set of instances that are members of this class.static OntTools.PathAnswer the shortest path from thestartresource to theendRDF node, such that every step on the path is accepted by the given filter.Profile.getAliasFor(Resource res) Answer an alias for the given resource.OntModel.getOntResource(Resource res) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource presenting theOntResourcefacet, which corresponds to the given resource but attached to this model.booleanProfile.hasAliasFor(Resource res) Answer true if the given resource has an alias in this profile.booleanAllValuesFromRestriction.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.booleanAllDifferent.hasDistinctMember(Resource res) Answer true if this AllDifferent declaration includesresas one of the distinct individuals.booleanAnswer true if the given resource a class specifying the domain of this property.booleanOntClass.hasEquivalentClass(Resource cls) Answer true if the given class is equivalent to this class.booleanAnswer true if the given individual is one of the enumerated individuals in the class extension of this class.booleanIndividual.hasOntClass(Resource ontClass) Answer true if this individual is a member of the class denoted by the given ontology class resource.booleanIndividual.hasOntClass(Resource ontClass, boolean direct) Answer true if this individual is a member of the class denoted by the given class resource.booleanBooleanClassDescription.hasOperand(Resource cls) Answer true if this Boolean class expression has the given class as an operand.booleanOntology.hasPriorVersion(Resource res) Answer true if this ontology (the ontology represented by this resource) supercedes the given resource.booleanAnswer true if the given resource a class specifying the range of this property.booleanOntResource.hasRDFType(Resource ontClass) Answer true if this resource is a member of the class denoted by the given class resource.booleanOntResource.hasRDFType(Resource ontClass, boolean direct) Answer true if this resource is a member of the class denoted by the given class resource.booleanOntResource.hasSeeAlso(Resource res) Answer true if this resource has the given resource as a source of additional information.booleanSomeValuesFromRestriction.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.booleanOntClass.hasSubClass(Resource cls) Answer true if the given class is a sub-class of this class.booleanOntClass.hasSubClass(Resource cls, boolean direct) Answer true if the given class is a sub-class of this class.booleanOntClass.hasSuperClass(Resource cls) Answer true if the given class is a super-class of this class.booleanOntClass.hasSuperClass(Resource cls, boolean direct) Answer true if the given class is a super-class of this class.booleanAnswer true if this ontology (the ontology represented by this resource) imports the given resource.booleanOntology.isBackwardCompatibleWith(Resource res) Answer true if this ontology (the ontology represented by this resource) is backward compatible with the given resource.booleanOntResource.isDefinedBy(Resource res) Answer true if this resource is defined by the given resource.booleanOntResource.isDifferentFrom(Resource res) Answer true if this resource is different from the given resource.booleanOntClass.isDisjointWith(Resource cls) Answer true if this class is disjoint with the given class.booleanOntology.isIncompatibleWith(Resource res) Answer true if this ontology (the ontology represented by this resource) is incompatible with the given resource.booleanAnswer true if this resource is the same as the given resource.Profile.listAliasesFor(Resource res) Answer an iterator over the defined aliases for a resource.OntModel.listIndividuals(Resource cls) Deprecated, for removal: This API element is subject to removal in a future version.Answer an iterator that ranges over the resources in this model that are instances of the given class.voidAllValuesFromRestriction.removeAllValuesFrom(Resource cls) Remove the statement that this restriction has all values from the given class among the values for the restricted property.voidOntology.removeBackwardCompatibleWith(Resource res) Remove the statement that this ontology is backwards compatible with the ontology represented by the given resource.voidOntResource.removeDefinedBy(Resource res) Remove the statement that this resource is defined by the given resource.voidOntResource.removeDifferentFrom(Resource res) Remove the statement that this resource is different the given resource.voidOntClass.removeDisjointWith(Resource cls) Remove the statement that this class and the given class are disjoint.voidAllDifferent.removeDistinctMember(Resource res) Remove the given resource from the list of distinct individuals.voidOntProperty.removeDomain(Resource cls) Remove the given class from the stated domain(s) of this property.voidOntClass.removeEquivalentClass(Resource cls) Remove the statement that this class and the given class are equivalent.voidOntology.removeImport(Resource res) Remove the statement that this ontology imports the ontology represented by the given resource.voidOntology.removeIncompatibleWith(Resource res) Remove the statement that the given ontology is incompatible with this ontology.voidEnumeratedClass.removeOneOf(Resource res) Remove the statement that this enumeration includesresamong its members.voidIndividual.removeOntClass(Resource ontClass) Attempt to remove thisindividualas a member of the given ontology class.voidBooleanClassDescription.removeOperand(Resource res) Remove the given resource from the operands of this class expression.voidOntology.removePriorVersion(Resource res) Remove the statement that the given ontology is a prior version of this ontology.voidOntProperty.removeRange(Resource cls) Remove the given class from the stated range(s) of this property.voidOntResource.removeRDFType(Resource cls) Remove the statement that this resource is of the given RDF type.voidOntResource.removeSameAs(Resource res) Remove the statement that this resource is the same as the given resource.voidOntResource.removeSeeAlso(Resource res) Remove the statement indicating the given resource as a source of additional information about this resource.voidSomeValuesFromRestriction.removeSomeValuesFrom(Resource cls) Remove the statement that this restriction has some values from the given class among the values for the restricted property.voidOntClass.removeSubClass(Resource cls) Remove the given class from the sub-classes of this class.voidOntClass.removeSuperClass(Resource cls) Remove the given class from the super-classes of this class.voidAllValuesFromRestriction.setAllValuesFrom(Resource cls) Assert that this restriction restricts the property to have all values be members of the given class.voidOntology.setBackwardCompatibleWith(Resource res) Assert that this ontology is backward compatible with the given ontology.voidOntResource.setDifferentFrom(Resource res) Assert that the given resource and this resource are distinct.voidOntClass.setDisjointWith(Resource cls) Assert that this class is disjoint with the given class.voidAssert that the given resource represents the class of individuals that form the domain of this property.voidOntClass.setEquivalentClass(Resource cls) Assert that the given class is equivalent to this class.voidAssert that this ontology imports only the given ontology.voidOntology.setIncompatibleWith(Resource res) Assert that this ontology is incompatible with the given ontology.voidOntResource.setIsDefinedBy(Resource res) Assert that the given resource provides a source of definitions about this resource.voidvoidIndividual.setOntClass(Resource cls) Set the ontology class for this individual, replacing any existing class membership.voidComplementClass.setOperand(Resource cls) Set the class that the class represented by this class expression is a complement of.voidOntology.setPriorVersion(Resource res) Assert that this ontology is a new version of the given ontology.voidAssert that the given resource represents the class of individuals that form the range of this property.voidOntResource.setRDFType(Resource cls) Set the RDF type (i.e. the class) for this resource, replacing any existingrdf:typeproperty.voidAssert equivalence between the given resource and this resource.voidOntResource.setSeeAlso(Resource res) Assert that the given resource provides additional information about the definition of this resourcevoidSomeValuesFromRestriction.setSomeValuesFrom(Resource cls) Assert that this restriction restricts the property to have at least one value that is a member of the given class.voidOntClass.setSubClass(Resource cls) Assert that this class is super-class of the given class.voidOntClass.setSuperClass(Resource cls) Assert that this class is sub-class of the given class.Method parameters in org.apache.jena.ontology with type arguments of type ResourceModifier and TypeMethodDescriptionvoidAllDifferent.addDistinctMembers(Iterator<? extends Resource> individuals) Add the given individuals to the list of distinct members of this AllDifferent declaration.voidAdd each individual from the given iteration to the enumeration that defines the class extension of this class.voidBooleanClassDescription.addOperands(Iterator<? extends Resource> classes) Add all of the classes from the given iterator to the operands of this boolean expression.Constructors in org.apache.jena.ontology with parameters of type Resource -
Uses of Resource in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement ResourceModifier and TypeClassDescriptionclassImplementation of the abstraction of axioms that denote the single name assumption.classImplementation of the allValuesFrom restriction abstraction.classImplementation for ontology abstraction of annotation propertyclassShared implementation for implementations of Boolean clas expressions.classImplementation of the exact qualified cardinality restrictionclassImplementation of the cardinality restriction abstraction.classImplementation of a node representing a complement class description.classDefault implementation of the interface that defines a closed enumeration of concrete values for the range of a property.classImplementation of the datatype property abstractionclassImplementation of a node representing an enumerated class description.classImplementation of the functional property abstractionclassImplementation of the hasValue restriction abstraction.classImplementation for the ontology abstraction representing ontology class descriptions.classImplementation of a node representing an intersection class description.classImplementation of the functional property abstractionclassImplementation of the max qualified cardinality restrictionclassImplementation of the max cardinality restriction abstraction.classImplementation of the min qualified cardinality restrictionclassImplementation of the min cardinality restriction abstraction.classImplementation of the object property abstractionclassImplementation of the ontology abstraction representing ontology classes.classImplementation of the Ontology interface, encapsulating nodes that hold the meta-data about whole ontologies.classImplementation of the abstraction representing a general ontology property.classAbstract base class to provide shared implementation for implementations of ontology resources.classImplementation of qualied restrictions.classImplementation of the ontology abstraction representing restrictions.classImplementation of the someValuesFrom restriction abstraction.classImplementation of the symmetric property abstractionclassImplementation of the transitive property abstractionclassImplementation of a node representing a union class description.Methods in org.apache.jena.ontology.impl that return ResourceModifier and TypeMethodDescriptionOWLProfile.ALL_DIFFERENT()RDFSProfile.ALL_DIFFERENT()OWLProfile.ANNOTATION_PROPERTY()RDFSProfile.ANNOTATION_PROPERTY()OWLProfile.CLASS()RDFSProfile.CLASS()OWLLiteProfile.DATARANGE()OWLProfile.DATARANGE()RDFSProfile.DATARANGE()OWLProfile.DATATYPE_PROPERTY()RDFSProfile.DATATYPE_PROPERTY()OWLProfile.DEPRECATED_CLASS()RDFSProfile.DEPRECATED_CLASS()OWLProfile.DEPRECATED_PROPERTY()RDFSProfile.DEPRECATED_PROPERTY()OWLProfile.FUNCTIONAL_PROPERTY()RDFSProfile.FUNCTIONAL_PROPERTY()AbstractProfile.getAliasFor(Resource res) Answer an alias for the given resource.AllValuesFromRestrictionImpl.getAllValuesFrom()Answer the resource characterising the constraint on all values of the restricted property.OntResourceImpl.getIsDefinedBy()Answer a resource that is declared to provide a definition of this resource.OntResourceImpl.getRDFType()Answer therdf:type(ie the class) of this resource.OntResourceImpl.getRDFType(boolean direct) Answer therdf:type(ie the class) of this resource.OntResourceImpl.getSeeAlso()Answer a resource that provides additional information about this resource.SomeValuesFromRestrictionImpl.getSomeValuesFrom()Answer the resource characterising the constraint on at least one value of the restricted property.OWLProfile.INVERSE_FUNCTIONAL_PROPERTY()RDFSProfile.INVERSE_FUNCTIONAL_PROPERTY()OWLProfile.LIST()RDFSProfile.LIST()OWLProfile.NIL()RDFSProfile.NIL()OWLLiteProfile.NOTHING()OWLProfile.NOTHING()RDFSProfile.NOTHING()OWLProfile.OBJECT_PROPERTY()RDFSProfile.OBJECT_PROPERTY()OWLProfile.ONTOLOGY()RDFSProfile.ONTOLOGY()OWLProfile.ONTOLOGY_PROPERTY()RDFSProfile.ONTOLOGY_PROPERTY()OWLProfile.PROPERTY()RDFSProfile.PROPERTY()OWLProfile.RESTRICTION()RDFSProfile.RESTRICTION()OWLProfile.SYMMETRIC_PROPERTY()RDFSProfile.SYMMETRIC_PROPERTY()OWLProfile.THING()RDFSProfile.THING()OWLProfile.TRANSITIVE_PROPERTY()RDFSProfile.TRANSITIVE_PROPERTY()Methods in org.apache.jena.ontology.impl that return types with arguments of type ResourceModifier and TypeMethodDescriptionOWLProfile.getAnnotationProperties()The annotation properties of OWLRDFSProfile.getAnnotationProperties()The annotation properties of OWLOWLProfile.getAxiomTypes()The only first-class axiom type in OWL is AllDifferentRDFSProfile.getAxiomTypes()The only first-class axiom type in OWL is AllDifferentOWLProfile.getClassDescriptionTypes()RDFSProfile.getClassDescriptionTypes()AbstractProfile.listAliasesFor(Resource res) Answer an iterator over the defined aliases for a resource.OntResourceImpl.listRDFTypes(boolean direct) Answer an iterator over the RDF classes to which this resource belongs.Methods in org.apache.jena.ontology.impl with parameters of type ResourceModifier and TypeMethodDescriptionvoidOntologyImpl.addBackwardCompatibleWith(Resource res) Add a resource representing an ontology that this ontology (strictly, the ontology represented by this node) is backwards compatible with.voidOntResourceImpl.addDifferentFrom(Resource res) Add a statement declaring that this resource is distinct from the given resource.voidOntClassImpl.addDisjointWith(Resource cls) Add a class that this class is disjoint with.voidAllDifferentImpl.addDistinctMember(Resource res) Add the given individual to the list of distinct members of this AllDifferent declaration.voidAdd a resource representing the domain of this property.voidOntClassImpl.addEquivalentClass(Resource cls) Add a class that is equivalent to this class.voidAdd a resource representing an ontology that this ontology (strictly, the ontology represented by this node) imports.voidOntologyImpl.addIncompatibleWith(Resource res) Add a resource representing an ontology that this ontology (strictly, the ontology represented by this node) is incompatible with.voidOntResourceImpl.addIsDefinedBy(Resource res) Add a resource that is declared to provide a definition of this resource.voidAdd an individual to the enumeration that defines the class extension of this class.voidIndividualImpl.addOntClass(Resource cls) Add the given ontology class as one of the classes to which this individual belongs.voidBooleanClassDescriptionImpl.addOperand(Resource cls) Add a class the operands of this boolean expression.voidComplementClassImpl.addOperand(Resource cls) Add a class the operands of this boolean expression.voidOntologyImpl.addPriorVersion(Resource res) Add a resource representing an ontology that this ontology (strictly, the ontology represented by this node) supercedes.voidAdd a resource representing the range of this property.voidOntResourceImpl.addRDFType(Resource cls) Add the given class as one of therdf:type's for this resource.voidAdd a resource that is declared to be equivalent to this resource.voidOntResourceImpl.addSeeAlso(Resource res) Add a resource that is declared to provided additional information about the definition of this resourcevoidOntClassImpl.addSubClass(Resource cls) Add a sub-class of this class.voidOntClassImpl.addSuperClass(Resource cls) Add a super-class of this class.RestrictionImpl.convertToAllValuesFromRestriction(Resource cls) Convert this restriction to an all values from class expression.OntClassImpl.convertToComplementClass(Resource cls) Answer a view of this class as an complement of the given class.RestrictionImpl.convertToSomeValuesFromRestriction(Resource cls) Convert this restriction to a some values from class expressionOntModelImpl.createAllValuesFromRestriction(String uri, Property prop, Resource cls) Answer a class description defined as the class of those individuals for which all values of the given property belong to the given classOntModelImpl.createComplementClass(String uri, Resource cls) Answer a resource representing the class that is the complement of the given argument classOntModelImpl.createIndividual(String uri, Resource cls) Answer a resource that represents an Individual node in this model.OntModelImpl.createIndividual(Resource cls) Answer a resource that represents an Indvidual node in this model.<T extends OntResource>
TOntModelImpl.createOntResource(Class<T> javaClass, Resource rdfType, String uri) Answer a resource that represents a generic ontology node in this model.OntModelImpl.createSomeValuesFromRestriction(String uri, Property prop, Resource cls) Answer a class description defined as the class of those individuals that have at least one property with a value belonging to the given classvoidOntClassImpl.dropIndividual(Resource individual) Remove the given individual from the set of instances that are members of this class.AbstractProfile.getAliasFor(Resource res) Answer an alias for the given resource.OntModelImpl.getOntResource(Resource res) Answer a resource presenting theOntResourcefacet, which corresponds to the given resource but attached to this model.booleanAbstractProfile.hasAliasFor(Resource res) Answer true if the given resource has an alias in this profile.booleanAllValuesFromRestrictionImpl.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.booleanAllDifferentImpl.hasDistinctMember(Resource res) Answer true if this AllDifferent declaration includesresas one of the distinct individuals.booleanAnswer true if the given resource a class specifying the domain of this property.booleanOntClassImpl.hasEquivalentClass(Resource cls) Answer true if the given class is equivalent to this class.booleanAnswer true if the given individual is one of the enumerated individuals in the class extension of this class.booleanIndividualImpl.hasOntClass(Resource ontClass) Answer true if this individual is a member of the class denoted by the given ontology class resource.booleanIndividualImpl.hasOntClass(Resource ontClass, boolean direct) Answer true if this individual is a member of the class denoted by the given class resource.booleanBooleanClassDescriptionImpl.hasOperand(Resource cls) Answer true if this Boolean class expression has the given class as an operand.booleanComplementClassImpl.hasOperand(Resource cls) Answer true if this Boolean class expression has the given class as an operand.booleanOntologyImpl.hasPriorVersion(Resource res) Answer true if this ontology (the ontology represented by this resource) supercedes the given resource.booleanAnswer true if the given resource a class specifying the range of this property.booleanOntResourceImpl.hasRDFType(Resource ontClass) Answer true if this resource is a member of the class denoted by the given class resource.booleanOntResourceImpl.hasRDFType(Resource ontClass, boolean direct) Answer true if this resource is a member of the class denoted by the given class resource.booleanOntResourceImpl.hasSeeAlso(Resource res) Answer true if this resource has the given resource as a source of additional information.booleanSomeValuesFromRestrictionImpl.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.booleanOntClassImpl.hasSubClass(Resource cls) Answer true if the given class is a sub-class of this class.booleanOntClassImpl.hasSubClass(Resource cls, boolean direct) Answer true if the given class is a sub-class of this class.booleanOntClassImpl.hasSuperClass(Resource cls) Answer true if the given class is a super-class of this class.booleanOntClassImpl.hasSuperClass(Resource cls, boolean direct) Answer true if the given class is a super-class of this class.booleanAnswer true if this ontology (the ontology represented by this resource) imports the given resource.booleanOntologyImpl.isBackwardCompatibleWith(Resource res) Answer true if this ontology (the ontology represented by this resource) is backward compatible with the given resource.booleanOntResourceImpl.isDefinedBy(Resource res) Answer true if this resource is defined by the given resource.booleanOntResourceImpl.isDifferentFrom(Resource res) Answer true if this resource is different from the given resource.booleanOntClassImpl.isDisjointWith(Resource cls) Answer true if this class is disjoint with the given class.booleanOntologyImpl.isIncompatibleWith(Resource res) Answer true if this ontology (the ontology represented by this resource) is incompatible with the given resource.booleanAnswer true if this resource is the same as the given resource.AbstractProfile.listAliasesFor(Resource res) Answer an iterator over the defined aliases for a resource.OntModelImpl.listIndividuals(Resource cls) Answer an iterator that ranges over the resources in this model that are instances of the given class.OntModelImpl.listStatements(Resource subject, Property predicate, RDFNode object, Model posit) Find all the statements matching a pattern.voidAllValuesFromRestrictionImpl.removeAllValuesFrom(Resource cls) Remove the statement that this restriction has all values from the given class among the values for the restricted property.voidOntologyImpl.removeBackwardCompatibleWith(Resource res) Remove the statement that this ontology is backwards compatible with the ontology represented by the given resource.voidOntResourceImpl.removeDefinedBy(Resource res) Remove the statement that this resource is defined by the given resource.voidOntResourceImpl.removeDifferentFrom(Resource res) Remove the statement that this resource is different the given resource.voidOntClassImpl.removeDisjointWith(Resource cls) Remove the statement that this class and the given class are disjoint.voidAllDifferentImpl.removeDistinctMember(Resource res) Remove the given resource from the list of distinct individuals.voidOntPropertyImpl.removeDomain(Resource cls) Remove the given class from the stated domain(s) of this property.voidOntClassImpl.removeEquivalentClass(Resource cls) Remove the statement that this class and the given class are equivalent.voidOntologyImpl.removeImport(Resource res) Remove the statement that this ontology imports the ontology represented by the given resource.voidOntologyImpl.removeIncompatibleWith(Resource res) Remove the statement that the given ontology is incompatible with this ontology.voidEnumeratedClassImpl.removeOneOf(Resource res) Remove the statement that this enumeration includesresamong its members.voidIndividualImpl.removeOntClass(Resource ontClass) Attempt to remove thisindividualas a member of the given ontology class.voidBooleanClassDescriptionImpl.removeOperand(Resource res) Remove the given resource from the operands of this class expression.voidComplementClassImpl.removeOperand(Resource res) Remove the given resource from the operands of this class expression.voidOntologyImpl.removePriorVersion(Resource res) Remove the statement that the given ontology is a prior version of this ontology.voidOntPropertyImpl.removeRange(Resource cls) Remove the given class from the stated range(s) of this property.voidOntResourceImpl.removeRDFType(Resource cls) Remove the statement that this resource is of the given RDF type.voidOntResourceImpl.removeSameAs(Resource res) Remove the statement that this resource is the same as the given resource.voidOntResourceImpl.removeSeeAlso(Resource res) Remove the statement indicating the given resource as a source of additional information about this resource.voidSomeValuesFromRestrictionImpl.removeSomeValuesFrom(Resource cls) Remove the statement that this restriction has some values from the given class among the values for the restricted property.voidOntClassImpl.removeSubClass(Resource cls) Remove the given class from the sub-classes of this class.voidOntClassImpl.removeSuperClass(Resource cls) Remove the given class from the super-classes of this class.voidAllValuesFromRestrictionImpl.setAllValuesFrom(Resource cls) Assert that this restriction restricts the property to have all values be members of the given class.voidOntologyImpl.setBackwardCompatibleWith(Resource res) Assert that this ontology is backward compatible with the given ontology.voidOntResourceImpl.setDifferentFrom(Resource res) Assert that the given resource and this resource are distinct.voidOntClassImpl.setDisjointWith(Resource cls) Assert that this class is disjoint with the given class.voidAssert that the given resource represents the class of individuals that form the domain of this property.voidOntClassImpl.setEquivalentClass(Resource cls) Assert that the given class is equivalent to this class.voidAssert that this ontology imports only the given ontology.voidOntologyImpl.setIncompatibleWith(Resource res) Assert that this ontology is incompatible with the given ontology.voidOntResourceImpl.setIsDefinedBy(Resource res) Assert that the given resource provides a source of definitions about this resource.voidIndividualImpl.setOntClass(Resource cls) Set the ontology class for this individual, replacing any existing class membership.voidComplementClassImpl.setOperand(Resource cls) Set the class that the class represented by this class expression is a complement of.voidOntologyImpl.setPriorVersion(Resource res) Assert that this ontology is a new version of the given ontology.voidAssert that the given resource represents the class of individuals that form the range of this property.voidOntResourceImpl.setRDFType(Resource cls) Set the RDF type (i.e. the class) for this resource, replacing any existingrdf:typeproperty.voidAssert equivalence between the given resource and this resource.voidOntResourceImpl.setSeeAlso(Resource res) Assert that the given resource provides additional information about the definition of this resourcevoidSomeValuesFromRestrictionImpl.setSomeValuesFrom(Resource cls) Assert that this restriction restricts the property to have at least one value that is a member of the given class.voidOntClassImpl.setSubClass(Resource cls) Assert that this class is super-class of the given class.voidOntClassImpl.setSuperClass(Resource cls) Assert that this class is sub-class of the given class.Method parameters in org.apache.jena.ontology.impl with type arguments of type ResourceModifier and TypeMethodDescriptionvoidAllDifferentImpl.addDistinctMembers(Iterator<? extends Resource> individuals) Add the given individuals to the list of distinct members of this AllDifferent declaration.voidAdd each individual from the given iteration to the enumeration that defines the class extension of this class.voidBooleanClassDescriptionImpl.addOperands(Iterator<? extends Resource> classes) Add all of the classes from the given iterator to the operands of this boolean expression.voidComplementClassImpl.addOperands(Iterator<? extends Resource> classes) Add all of the classes from the given iterator to the operands of this boolean expression. -
Uses of Resource in org.apache.jena.rdf.model
Subinterfaces of Resource in org.apache.jena.rdf.modelModifier and TypeInterfaceDescriptioninterfaceAn RDF Alternative container.interfaceAn RDF Bag container.interfaceAn RDF Container.interfaceAn RDF Property.interfaceProvides a convenience encapsulation for lists formed from chains of RDF statements arranged to form a head/tail cons-cell structure.interfaceRDF Sequence container.Methods in org.apache.jena.rdf.model that return ResourceModifier and TypeMethodDescriptionResource.abort()Abort the transaction in the associated model.Resource.addLiteral(Property p, boolean o) Add the propertypwith the typed-literal valueoto this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral(Property p, char o) Add the propertypwith the typed-literal valueoto this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral(Property value, double d) Add the propertypwith the typed-literal valueoto this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral(Property value, float d) Add the propertypwith the typed-literal valueoto this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral(Property p, long o) Add the propertypwith the typed-literal valueoto this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral(Property p, Object o) Add the propertypwith the typed-literal valueoto this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral(Property p, Literal o) Add the propertypwith the pre-constructed Literal valueoto this resource, ie add (this, p, o) to this's model.Resource.addProperty(Property p, String o) Add a property to this resource.Resource.addProperty(Property p, String o, String l) Add a property to this resource.Resource.addProperty(Property p, String lexicalForm, RDFDatatype datatype) Add a property to this resource.Resource.addProperty(Property p, RDFNode o) Add a property to this resource.RDFNode.asResource()If this node is a Resource, answer that resource; otherwise throw an exception.Resource.begin()Begin a transaction in the associated model.Resource.commit()Commit the transaction in the associated model.default ResourceModel.createReifier(Resource reifier, Statement statement) Create a reification statement in the model.default ResourceModel.createReifier(Statement statement) Create an anonymous resource that reifies a statement (RDF 1.2)Model.createResource()Create a new anonymous resource whose model is this model.Model.createResource(String uri) Create a new resource associated with this model.Model.createResource(AnonId id) Create a blank node resource with a specified identifier.ModelCon.createResource(String uri, Resource type) Create a new resource with a given type.ModelCon.createResource(Resource type) Create a new anonymous resource with a given type.static ResourceResourceFactory.createResource()Create a new anonymous resource.static ResourceResourceFactory.createResource(String uriref) Create a new resource.ResourceFactory.Interface.createResource()Create a new anonymous resource.ResourceFactory.Interface.createResource(String uriref) Create a new resource.Alt.getDefaultResource()Return the default value for this resource.Resource.getPropertyResourceValue(Property p) Answer some resource R for which this.hasProperty( p, R ), or null if no such R exists.Model.getResource(String uri) Return a Resource instance with the given URI in this model.Model.getResource(AnonId id) Return a Resource instance with the given URI in this model.Seq.getResource(int index) Get the member at a given index.Statement.getResource()Return the object of the statement.Statement.getSubject()An accessor method to return the subject of the statements.Override RDFNode.inModel() to produce a statically-typed Resource in the given Model.ResIterator.nextResource()Delete all the statements with predicatepfor this resource from its associated model.Resource.removeProperties()Delete all the properties for this resource from the associated model.ModelGraphInterface.wrapAsResource(Node n) Methods in org.apache.jena.rdf.model that return types with arguments of type ResourceModifier and TypeMethodDescriptionModelFactory.findAssemblerRoots(Model m) Answer a Set of resources present inmthat are explicitly or implicitly of type ja:Object, i.e., suitable as roots forassemblerModelFrom.Methods in org.apache.jena.rdf.model with parameters of type ResourceModifier and TypeMethodDescriptionadd a statement to this model.add a statement to this model.add a statement to this model.ModelCon.add(Resource s, Property p, String lex, RDFDatatype datatype) add a statement to this model.add a statement to this model.ModelCon.addLiteral(Resource s, Property p, boolean o) Add the statement (s, p, createTypedLiteral( o )) to this model and answer this model.ModelCon.addLiteral(Resource s, Property p, char o) Add the statement (s, p, createTypedLiteral( o )) to this model and answer this 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.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.ModelCon.addLiteral(Resource s, Property p, int o) Add the statement (s, p, createTypedLiteral( o )) to this model and answer this model.ModelCon.addLiteral(Resource s, Property p, long o) Add the statement (s, p, createTypedLiteral( o )) to this model and answer this model.ModelCon.addLiteral(Resource s, Property p, Literal o) add a statement to this model.static ModelModelFactory.assembleModelFrom(Resource root) Answer a Model as described the Assembler specification rooted at the Resourcerootin its Model.booleanDetermine whether this model contains any statements with a given subject and property.booleanDetermine if an (S, P, O) pattern is present in this model, with null allowed to represent a wildcard match.booleanDetermine if a statement is present in this model.booleanDetermine if a statement is present in this model.booleanDetermine if a statement is present in this model.booleanModelCon.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.booleanModelCon.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.booleanModelCon.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.booleanModelCon.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.booleanModelCon.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.booleanModelCon.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.booleanModelCon.containsLiteral(Resource s, Property p, Object o) Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o.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.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.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.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.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.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.ModelCon.createLiteralStatement(Resource s, Property p, Object o) Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral.default ResourceModel.createReifier(Resource reifier, Statement statement) Create a reification statement in the model.ModelCon.createResource(String uri, Resource type) Create a new resource with a given type.ModelCon.createResource(Resource type) Create a new anonymous resource with a given type.Model.createStatement(Resource s, Property p, RDFNode o) Create a Statement instance.ModelCon.createStatement(Resource s, Property p, String o) Create a Statement instance.ModelCon.createStatement(Resource s, Property p, String o, String l) Create a Statement instance.static StatementResourceFactory.createStatement(Resource subject, Property predicate, RDFNode object) Create a new statement.ResourceFactory.Interface.createStatement(Resource subject, Property predicate, RDFNode object) Create a new statement.Return an Alt instance based on a given resource.Return a bag instance based on a given resource.Return a RDF List based on a given resource.Model.getProperty(Resource s, Property p) Answer a statement (s, p, ?Model.getProperty(Resource s, Property p, String lang) Answer a statement (s, p, ?Model.getRequiredProperty(Resource s, Property p) Return a statement with given subject and property.Model.getRequiredProperty(Resource s, Property p, String lang) Return a statement with given subject and property.Return a Seq instance based on a given resource.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 matchessubject, P matchespredicate, and O matches the typed literal corresponding toobject.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 matchessubject, P matchespredicate, and O matches the typed literal corresponding toobject.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 matchessubject, P matchespredicate, and O matches the typed literal corresponding toobject.ModelCon.listLiteralStatements(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 matchessubject, P matchespredicate, and O matches the typed literal corresponding toobject.ModelCon.listLiteralStatements(Resource subject, Property predicate, int object) Answer a statement iterator that will iterate over all the statements (S, P, O) in this model where S matchessubject, P matchespredicate, and O matches the typed literal corresponding toobject.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 matchessubject, P matchespredicate, and O matches the typed literal corresponding toobject.Model.listObjectsOfProperty(Resource s, Property p) List the values of a property of a resource.InfModel.listStatements(Resource subject, Property predicate, RDFNode object, Model posit) Find all the statements matching a pattern.Model.listStatements(Resource s, Property p, RDFNode o) Find all the statements matching a pattern.ModelCon.listStatements(Resource subject, Property predicate, String object) Find all the statements matching a pattern.ModelCon.listStatements(Resource subject, Property predicate, String object, String lang) Find all the statements matching a pattern.ModelCon.listStatements(Resource subject, Property predicate, String object, String lang, String direction) Find all the statements matching a pattern.remove the statement(s, p, o)from this model and answer this model.Remove all the statements matching (s, p, o) from this model.RDFVisitor.visitBlank(Resource r, AnonId id) Method to call when visiting a blank node r with identifier id.Method to call when visiting a URI node r with the given uri. -
Uses of Resource in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement ResourceModifier and TypeClassDescriptionclassAn implementation of Alt.classAn implementation of BagclassAn internal class not normally of interest to application developers.classAn implementation of Property.classStandard implementation the list abstraction from rdf.model.classAn implementation of Resource.classAn implementation of SeqMethods in org.apache.jena.rdf.model.impl that return ResourceModifier and TypeMethodDescriptionResourceImpl.abort()ResourceImpl.addLiteral(Property p, boolean o) ResourceImpl.addLiteral(Property p, char o) ResourceImpl.addLiteral(Property p, double o) ResourceImpl.addLiteral(Property p, float o) ResourceImpl.addLiteral(Property p, long o) ResourceImpl.addLiteral(Property p, Object o) ResourceImpl.addLiteral(Property p, Literal o) ResourceImpl.addProperty(Property p, double o) ResourceImpl.addProperty(Property p, float o) ResourceImpl.addProperty(Property p, long o) ResourceImpl.addProperty(Property p, String o) ResourceImpl.addProperty(Property p, String o, String l) ResourceImpl.addProperty(Property p, String lexicalForm, RDFDatatype datatype) ResourceImpl.addProperty(Property p, RDFNode o) LiteralImpl.asResource()ResourceImpl.asResource()StatementTermImpl.asResource()ResourceImpl.begin()ResourceImpl.commit()ModelCom.createResource()ModelCom.createResource(String uri) ModelCom.createResource(String uri, Resource type) ModelCom.createResource(AnonId anonId) ModelCom.createResource(Resource type) AltImpl.getDefaultResource()ResourceImpl.getPropertyResourceValue(Property p) ModelCom.getResource(String uri) ModelCom.getResource(AnonId id) SeqImpl.getResource(int index) abstract ResourceStatementBase.getResource()StatementImpl.getResource()abstract ResourceStatementBase.getSubject()StatementImpl.getSubject()RDFListImpl.listNil()RDFListImpl.listType()RDFListImpl.newListCell(RDFNode value, Resource tail) Construct a new list cell with the given value and tail.ResIteratorImpl.nextResource()NTripleReader.readResource()ResourceImpl.removeProperties()ModelCom.wrapAsResource(Node n) Methods in org.apache.jena.rdf.model.impl with parameters of type ResourceModifier and TypeMethodDescriptionModelCom.add(Resource s, Property p, String lex, RDFDatatype datatype) ModelCom.addLiteral(Resource s, Property p, boolean o) ModelCom.addLiteral(Resource s, Property p, char o) ModelCom.addLiteral(Resource s, Property p, double o) ModelCom.addLiteral(Resource s, Property p, float o) ModelCom.addLiteral(Resource s, Property p, int o) ModelCom.addLiteral(Resource s, Property p, long o) ModelCom.addLiteral(Resource s, Property p, Literal o) booleanbooleanbooleanbooleanbooleanbooleanModelCom.containsLiteral(Resource s, Property p, boolean o) booleanModelCom.containsLiteral(Resource s, Property p, char o) booleanModelCom.containsLiteral(Resource s, Property p, double o) booleanModelCom.containsLiteral(Resource s, Property p, float o) booleanModelCom.containsLiteral(Resource s, Property p, int o) booleanModelCom.containsLiteral(Resource s, Property p, long o) booleanModelCom.containsLiteral(Resource s, Property p, Object o) ModelCom.createLiteralStatement(Resource r, Property p, boolean o) ModelCom.createLiteralStatement(Resource r, Property p, char o) ModelCom.createLiteralStatement(Resource r, Property p, double o) ModelCom.createLiteralStatement(Resource r, Property p, float o) ModelCom.createLiteralStatement(Resource r, Property p, int o) ModelCom.createLiteralStatement(Resource r, Property p, long o) ModelCom.createLiteralStatement(Resource r, Property p, Object o) ModelCom.createResource(String uri, Resource type) ModelCom.createResource(Resource type) ModelCom.createStatement(Resource r, Property p, String o) ModelCom.createStatement(Resource r, Property p, String o, String l) ModelCom.createStatement(Resource r, Property p, RDFNode o) create a Statement from the given r, p, and o.ModelCom.getProperty(Resource s, Property p) ModelCom.getProperty(Resource s, Property p, String lang) ModelCom.getRequiredProperty(Resource s, Property p) ModelCom.getRequiredProperty(Resource s, Property p, String lang) ModelCom.listLiteralStatements(Resource S, Property P, boolean O) ModelCom.listLiteralStatements(Resource S, Property P, char O) ModelCom.listLiteralStatements(Resource S, Property P, double O) ModelCom.listLiteralStatements(Resource S, Property P, float O) ModelCom.listLiteralStatements(Resource S, Property P, int O) ModelCom.listLiteralStatements(Resource S, Property P, long O) ModelCom.listObjectsOfProperty(Resource s, Property p) InfModelImpl.listStatements(Resource subject, Property predicate, RDFNode object, Model posit) Find all the statements matching a pattern.ModelCom.listStatements(Resource S, Property P, String O) ModelCom.listStatements(Resource S, Property P, String O, String L) ModelCom.listStatements(Resource S, Property P, RDFNode O) RDFListImpl.newListCell(RDFNode value, Resource tail) Construct a new list cell with the given value and tail.Constructors in org.apache.jena.rdf.model.impl with parameters of type ResourceModifierConstructorDescriptionContainerImpl(Resource r, ModelCom model) ResourceImpl(Resource r, ModelCom m) StatementImpl(Resource subject, Property predicate, RDFNode object) StatementImpl(Resource subject, Property predicate, RDFNode object, ModelCom model) Creates new StatementImplConstructor parameters in org.apache.jena.rdf.model.impl with type arguments of type ResourceModifierConstructorDescriptionResIteratorImpl(Iterator<Resource> iter) create a new ResIteratorResIteratorImpl(Iterator<Resource> iter, Object object) Creates new ResIterator; _object_ is ignored -
Uses of Resource in org.apache.jena.reasoner
Methods in org.apache.jena.reasoner that return ResourceModifier and TypeMethodDescriptionReasonerRegistry.getDescription(String uri) Return information on a given Reasoner.Methods in org.apache.jena.reasoner with parameters of type ResourceModifier and TypeMethodDescriptionvoidReasoner.addDescription(Model configSpec, Resource base) Add a configuration description for this reasoner into a partial configuration specification model.Constructor method that builds an instance of the associated ReasonerCreate and return a new instance of the reasoner identified by the given uri. -
Uses of Resource in org.apache.jena.reasoner.rulesys
Methods in org.apache.jena.reasoner.rulesys with parameters of type ResourceModifier and TypeMethodDescriptionvoidBasicForwardRuleReasoner.addDescription(Model configSpec, Resource base) Add a configuration description for this reasoner into a partial configuration specification model.voidFBRuleReasoner.addDescription(Model configSpec, Resource base) Add a configuration description for this reasoner into a partial configuration specification model.voidLPBackwardRuleReasoner.addDescription(Model configSpec, Resource base) Add a configuration description for this reasoner into a partial configuration specification model.static BooleanUtil.checkBinaryPredicate(Property predicate, Resource configuration) Helper method - extracts the truth of a boolean configuration predicate.Constructor method that builds an instance of the associated ReasonerConstructor method that builds an instance of the associated ReasonerConstructor method that builds an instance of the associated ReasonerConstructor method that builds an instance of the associated ReasonerConstructor method that builds an instance of the associated ReasonerConstructor method that builds an instance of the associated Reasonerstatic IntegerUtil.getIntegerPredicate(Property predicate, Resource configuration) Helper method - extracts the value of an integer configuration predicate.static voidUtil.updateParameter(Resource config, Property parameter, Object value) Replace the value for a given parameter on the resource by a new value.Constructors in org.apache.jena.reasoner.rulesys with parameters of type ResourceModifierConstructorDescriptionFBRuleReasoner(ReasonerFactory factory, Resource configuration) ConstructorGenericRuleReasoner(ReasonerFactory factory, Resource configuration) ConstructorRDFSRuleReasoner(ReasonerFactory factory, Resource configuration) Constructor -
Uses of Resource in org.apache.jena.reasoner.rulesys.impl
Methods in org.apache.jena.reasoner.rulesys.impl with parameters of type ResourceModifier and TypeMethodDescriptionAnswer a Reasoner created according to the underlying factory, and then loaded with this Wrapper's rules (if the Reasoner is a RuleReasoner) and bound to this Wrapper's schemas (in an unspecified order).Constructors in org.apache.jena.reasoner.rulesys.impl with parameters of type Resource -
Uses of Resource in org.apache.jena.reasoner.transitiveReasoner
Methods in org.apache.jena.reasoner.transitiveReasoner with parameters of type ResourceModifier and TypeMethodDescriptionvoidTransitiveReasoner.addDescription(Model configSpec, Resource base) Add a configuration description for this reasoner into a partial configuration specification model.Constructor method that builds an instance of the associated Reasoner -
Uses of Resource in org.apache.jena.util
Methods in org.apache.jena.util with type parameters of type ResourceModifier and TypeMethodDescriptionResourceUtils.maximalLowerElements(Collection<T> resources, Property rel, boolean inverse) Answer the maximal lower elements of the given collection, given the partial orderingrel.ResourceUtils.maximalLowerElements(Iterator<T> resources, Property rel, boolean inverse) Given a collection of resources, and a relation defining a partial order over those resources, answer the sub-collection that contains only those elements that appear in the maximal generator of the relation.Answer a list of lists, which is a partition of the given input list of resources.ResourceUtils.removeEquiv(List<T> l, Property p, Resource ref) Remove from the given list l ofResources, any Resource that is equivalent to the reference resourcerefunder the relationp.Methods in org.apache.jena.util that return ResourceModifier and TypeMethodDescriptionstatic ResourceResourceUtils.renameResource(Resource old, String uri) Answer a new resource that occupies the same position in the graph as the current resourceold, but that has the given URI.Methods in org.apache.jena.util with parameters of type ResourceModifier and TypeMethodDescriptionstatic ModelResourceUtils.reachableClosure(Resource root) Answer a model that contains all of the resources reachable from a given resource by any property, transitively.ResourceUtils.removeEquiv(List<T> l, Property p, Resource ref) Remove from the given list l ofResources, any Resource that is equivalent to the reference resourcerefunder the relationp.static ResourceResourceUtils.renameResource(Resource old, String uri) Answer a new resource that occupies the same position in the graph as the current resourceold, but that has the given URI. -
Uses of Resource in org.apache.jena.vocabulary
Fields in org.apache.jena.vocabulary declared as ResourceModifier and TypeFieldDescriptionstatic final ResourceRDFSyntax.aboutAttrstatic final ResourceSchemaDO.AboutPagestatic final ResourceAS.Acceptstatic final ResourceSchemaDO.AcceptActionstatic final ResourceTestManifest.acceptedstatic final ResourceWAC.Accessstatic final ResourceSchemaDO.Accommodationstatic final ResourceSchemaDO.AccountingServicestatic final ResourceSchemaDO.AchieveActionstatic final ResourceVCARD4.Acquaintancestatic final ResourceSchemaDO.Actionstatic final ResourceSchemaDO.ActionAccessSpecificationstatic final ResourceSchemaDO.ActionStatusTypestatic final ResourceSchemaDO.ActivateActionstatic final ResourceAS.Activitystatic final ResourceAS.Addstatic final ResourceSchemaDO.AddActionstatic final ResourceVCARD4.Addressstatic final ResourceSchemaDO.AdministrativeAreastatic final ResourceVCARD.ADRPROPERTIESstatic final ResourceVCARD.ADRTYPESstatic final ResourceSchemaDO.AdultEntertainmentstatic final ResourceSchemaDO.AdvertiserContentArticlestatic final ResourceDCTerms.AgentA resource that acts or has the power to act.static final ResourceVCARD4.Agentstatic final ResourceDCTerms.AgentClassA group of agents.static final ResourceSchemaDO.AggregateOfferstatic final ResourceSchemaDO.AggregateRatingstatic final ResourceSchemaDO.AgreeActionstatic final ResourceSchemaDO.Airlinestatic final ResourceSchemaDO.Airportstatic final ResourceSchemaDO.AlignmentObjectstatic final ResourceOWL1.AllDifferentstatic final ResourceOWL2.AllDifferentstatic final ResourceOWL2.AllDisjointClassesstatic final Resourcestatic final ResourceSchemaDO.AllocateActionstatic final ResourceRDF.Altstatic final ResourceSchemaDO.AmpStorystatic final ResourceSchemaDO.AMRadioChannelstatic final ResourceSchemaDO.AmusementParkstatic final ResourceSchemaDO.AnalysisNewsArticlestatic final ResourceSchemaDO.AnatomicalStructurestatic final ResourceSchemaDO.AnatomicalSystemstatic final ResourceSchemaDO.AnimalShelterstatic final ResourceOA.Annotationstatic final ResourceOWL2.Annotationstatic final ResourceOWL1.AnnotationPropertystatic final ResourceOWL2.AnnotationPropertystatic final ResourceAS.Announcestatic final ResourceSchemaDO.Answerstatic final ResourceXSD.anyURIResource URI for xsd:anyURIstatic final ResourceSchemaDO.Apartmentstatic final ResourceSchemaDO.ApartmentComplexstatic final ResourceSchemaDO.APIReferencestatic final ResourceWAC.Appendstatic final ResourceSchemaDO.AppendActionstatic final ResourceAS.Applicationstatic final ResourceSchemaDO.ApplyActionstatic final ResourceSchemaDO.ApprovedIndicationstatic final ResourceSchemaDO.Aquariumstatic final ResourceSchemaDO.ArchiveComponentstatic final ResourceSchemaDO.ArchiveOrganizationstatic final ResourceAS.Arrivestatic final ResourceSchemaDO.ArriveActionstatic final ResourceSchemaDO.Arterystatic final ResourceSchemaDO.ArtGallerystatic final ResourceAS.Articlestatic final ResourceSchemaDO.Articlestatic final ResourceSchemaDO.AskActionstatic final ResourceSchemaDO.AskPublicNewsArticlestatic final ResourceSchemaDO.AssessActionstatic final ResourceOA.assessingstatic final ResourceSchemaDO.AssignActionstatic final ResourceOWL2.AsymmetricPropertystatic final ResourceSchemaDO.Atlasstatic final ResourceSWRL.AtomListstatic final ResourceSchemaDO.Attorneystatic final ResourceSchemaDO.Audiencestatic final ResourceAS.Audiostatic final ResourceSchemaDO.Audiobookstatic final ResourceSchemaDO.AudioObjectstatic final ResourceSchemaDO.AudioObjectSnapshotstatic final Resourcestatic final ResourceWAC.Authorizationstatic final ResourceSchemaDO.AuthorizeActionstatic final ResourceSchemaDO.AutoBodyShopstatic final ResourceSchemaDO.AutoDealerstatic final ResourceSchemaDO.AutomatedTellerstatic final ResourceSchemaDO.AutomotiveBusinessstatic final ResourceSchemaDO.AutoPartsStorestatic final ResourceSchemaDO.AutoRentalstatic final ResourceSchemaDO.AutoRepairstatic final ResourceSchemaDO.AutoWashstatic final ResourceOWL2.Axiomstatic final ResourceSchemaDO.BackgroundNewsArticlestatic final ResourceRDF.Bagstatic final ResourceRDFSyntax.bagIdAttrstatic final ResourceSchemaDO.Bakerystatic final ResourceSchemaDO.BankAccountstatic final ResourceSchemaDO.BankOrCreditUnionstatic final ResourceSchemaDO.Barcodestatic final ResourceSchemaDO.BarOrPubstatic final ResourceXSD.base64BinaryResource URI for xsd:base64Binarystatic final ResourceVCARD4.BBSDeprecated.static final ResourceSchemaDO.Beachstatic final ResourceSchemaDO.BeautySalonstatic final ResourceSchemaDO.BedAndBreakfaststatic final ResourceSchemaDO.BedDetailsstatic final ResourceSchemaDO.BedTypestatic final ResourceSchemaDO.BefriendActionstatic final ResourceDCTerms.BibliographicResourceA book, article, or other documentary resource.static final ResourceSchemaDO.BikeStorestatic final ResourceSchemaDO.BioChemEntitystatic final ResourceAS.Blockstatic final ResourceSchemaDO.Blogstatic final ResourceSchemaDO.BlogPostingstatic final ResourceSchemaDO.BloodTeststatic final ResourceSchemaDO.BoardingPolicyTypestatic final ResourceSchemaDO.BoatReservationstatic final ResourceSchemaDO.BoatTerminalstatic final ResourceSchemaDO.BoatTripstatic final ResourceSchemaDO.BodyMeasurementTypeEnumerationstatic final ResourceSchemaDO.BodyOfWaterstatic final ResourceSchemaDO.Bonestatic final ResourceSchemaDO.Bookstatic final ResourceSchemaDO.BookFormatTypestatic final ResourceSchemaDO.BookmarkActionstatic final ResourceOA.bookmarkingstatic final ResourceSchemaDO.BookSeriesstatic final ResourceSchemaDO.BookStorestatic final ResourceSchemaDO.Booleanstatic final ResourceSchemaDO.BorrowActionstatic final ResourceSchemaDO.BowlingAlleystatic final ResourceSchemaDO.BrainStructurestatic final ResourceSchemaDO.Brandstatic final ResourceSchemaDO.BreadcrumbListstatic final ResourceSchemaDO.Brewerystatic final ResourceSchemaDO.Bridgestatic final ResourceSchemaDO.BroadcastChannelstatic final ResourceSchemaDO.BroadcastEventstatic final ResourceSchemaDO.BroadcastFrequencySpecificationstatic final ResourceSchemaDO.BroadcastServicestatic final ResourceSchemaDO.BrokerageAccountstatic final ResourceSchemaDO.BuddhistTemplestatic final ResourceSWRL.Builtinstatic final ResourceSWRL.BuiltinAtomstatic final ResourceSchemaDO.BusinessAudiencestatic final ResourceSchemaDO.BusinessEntityTypestatic final ResourceSchemaDO.BusinessEventstatic final ResourceSchemaDO.BusinessFunctionstatic final ResourceSchemaDO.BusOrCoachstatic final ResourceSchemaDO.BusReservationstatic final ResourceSchemaDO.BusStationstatic final ResourceSchemaDO.BusStopstatic final ResourceSchemaDO.BusTripstatic final ResourceSchemaDO.BuyActionstatic final ResourceSchemaDO.CableOrSatelliteServicestatic final ResourceSchemaDO.CafeOrCoffeeShopstatic final ResourceSchemaDO.Campgroundstatic final ResourceSchemaDO.CampingPitchstatic final ResourceSchemaDO.Canalstatic final ResourceSchemaDO.CancelActionstatic final ResourceSchemaDO.Carstatic final ResourceVCARD4.CarDeprecated.static final ResourceSchemaDO.CarUsageTypestatic final ResourceSchemaDO.Casinostatic final ResourceDCAT.Catalogstatic final ResourceDCAT.CatalogRecordstatic final ResourceSchemaDO.CategoryCodestatic final ResourceSchemaDO.CategoryCodeSetstatic final ResourceSchemaDO.CatholicChurchstatic final ResourceSchemaDO.CDCPMDRecordstatic final ResourceVCARD4.Cellstatic final ResourceSchemaDO.Cemeterystatic final ResourceORG.ChangeEventstatic final ResourceRSS.channelstatic final ResourceSchemaDO.Chapterstatic final ResourceSchemaDO.CheckActionstatic final ResourceSchemaDO.CheckInActionstatic final ResourceSchemaDO.CheckOutActionstatic final ResourceSchemaDO.CheckoutPagestatic final ResourceSchemaDO.ChemicalSubstancestatic final ResourceVCARD4.Childstatic final ResourceSchemaDO.ChildCarestatic final ResourceSchemaDO.ChildrensEventstatic final ResourceOA.Choicestatic final ResourceSchemaDO.ChooseActionstatic final ResourceSchemaDO.Churchstatic final ResourceSchemaDO.Citystatic final ResourceSchemaDO.CityHallstatic final ResourceSchemaDO.CivicStructurestatic final ResourceSchemaDO.Claimstatic final ResourceSchemaDO.ClaimReviewstatic final ResourceOWL1.Classstatic final ResourceOWL2.Classstatic final ResourceRDFS.Classstatic final ResourceSchemaDO.Classstatic final ResourceSWRL.ClassAtomstatic final ResourceOA.classifyingstatic final ResourceSchemaDO.Clipstatic final ResourceSchemaDO.ClothingStorestatic final ResourceSchemaDO.Codestatic final ResourceVCARD4.Colleaguestatic final ResourceAS.Collectionstatic final ResourceDCTypes.CollectionAn aggregation of resources.static final ResourceSchemaDO.Collectionstatic final ResourceSKOS.Collectionstatic final Resourcestatic final ResourceSchemaDO.CollectionPagestatic final ResourceSchemaDO.CollegeOrUniversitystatic final ResourceSchemaDO.ComedyClubstatic final ResourceSchemaDO.ComedyEventstatic final ResourceSchemaDO.ComicCoverArtstatic final ResourceSchemaDO.ComicIssuestatic final ResourceSchemaDO.ComicSeriesstatic final ResourceSchemaDO.ComicStorystatic final ResourceSchemaDO.Commentstatic final ResourceSchemaDO.CommentActionstatic final ResourceOA.commentingstatic final ResourceSchemaDO.CommunicateActionstatic final ResourceSchemaDO.CompleteDataFeedstatic final ResourceRDF.CompoundLiteralstatic final ResourceSchemaDO.CompoundPriceSpecificationstatic final ResourceSchemaDO.ComputerLanguagestatic final ResourceSchemaDO.ComputerStorestatic final ResourceSKOS.Conceptstatic final ResourceSKOS.ConceptSchemestatic final ResourceSchemaDO.ConfirmActionstatic final ResourceOWLTest.ConsistencyTestA consistent OWL document.static final ResourceSchemaDO.Consortiumstatic final ResourceSchemaDO.ConsumeActionstatic final ResourceVCARD4.Contactstatic final ResourceSchemaDO.ContactPagestatic final ResourceSchemaDO.ContactPointstatic final ResourceSchemaDO.ContactPointOptionstatic final ResourceRDFS.Containerstatic final Resourcestatic final ResourceSchemaDO.Continentstatic final ResourceWAC.Controlstatic final ResourceSchemaDO.ControlActionstatic final ResourceSchemaDO.ConvenienceStorestatic final ResourceSchemaDO.Conversationstatic final ResourceSchemaDO.CookActionstatic final ResourceVCARD4.Coresidentstatic final ResourceRDFSyntax.coreSyntaxTermsstatic final ResourceSchemaDO.Corporationstatic final ResourceSchemaDO.CorrectionCommentstatic final ResourceSchemaDO.Countrystatic final ResourceSchemaDO.Coursestatic final ResourceSchemaDO.CourseInstancestatic final ResourceSchemaDO.Courthousestatic final ResourceSchemaDO.CoverArtstatic final ResourceSchemaDO.CovidTestingFacilitystatic final ResourceVCARD4.Coworkerstatic final ResourceAS.Createstatic final ResourceSchemaDO.CreateActionstatic final ResourceSchemaDO.CreativeWorkstatic final ResourceSchemaDO.CreativeWorkSeasonstatic final ResourceSchemaDO.CreativeWorkSeriesstatic final ResourceSchemaDO.CreditCardstatic final ResourceSchemaDO.Crematoriumstatic final ResourceSchemaDO.CriticReviewstatic final ResourceVCARD4.Crushstatic final ResourceOA.CssSelectorstatic final ResourceSchemaDO.CssSelectorTypestatic final ResourceOA.CssStylestatic final ResourceSchemaDO.CurrencyConversionServicestatic final ResourceSchemaDO.DanceEventstatic final ResourceSchemaDO.DanceGroupstatic final ResourceSchemaDO.DataCatalogstatic final ResourceSchemaDO.DataDownloadstatic final ResourceSchemaDO.DataFeedstatic final ResourceSchemaDO.DataFeedItemstatic final Resourcestatic final ResourceOWL1.DataRangestatic final ResourceOWL2.DataRangestatic final ResourceSWRL.DataRangeAtomstatic final ResourceDCAT.DataServicestatic final ResourceDCAT.Datasetstatic final ResourceDCTypes.DatasetData encoded in a defined structure.static final ResourceSchemaDO.Datasetstatic final ResourceVOID.Datasetstatic final ResourceVOID.DatasetDescriptionstatic final ResourceRDFS.Datatypestatic final ResourceSchemaDO.DataTypestatic final ResourceRDFSyntax.datatypeAttrstatic final ResourceOWL1.DatatypePropertystatic final ResourceOWL2.DatatypePropertystatic final Resourcestatic final ResourceXSD.dateResource URI for xsd:datestatic final ResourceSchemaDO.Datestatic final ResourceVCARD4.Datestatic final ResourceSchemaDO.DatedMoneySpecificationstatic final ResourceXSD.dateTimeResource URI for xsd:dateTimestatic final ResourceSchemaDO.DateTimestatic final ResourceXSD.dateTimeStampResource URI for xsd:dateTimeStampstatic final ResourceSchemaDO.DayOfWeekstatic final ResourceSchemaDO.DaySpastatic final ResourceXSD.dayTimeDurationResource URI for xsd:dayTimeDurationstatic final ResourceSchemaDO.DDxElementstatic final ResourceSchemaDO.DeactivateActionstatic final ResourceXSD.decimalResource URI for xsd:decimalstatic final ResourceSchemaDO.DefenceEstablishmentstatic final ResourceSchemaDO.DefinedRegionstatic final ResourceSchemaDO.DefinedTermstatic final ResourceSchemaDO.DefinedTermSetstatic final ResourceAS.Deletestatic final ResourceSchemaDO.DeleteActionstatic final ResourceSchemaDO.DeliveryChargeSpecificationstatic final ResourceSchemaDO.DeliveryEventstatic final ResourceSchemaDO.DeliveryMethodstatic final ResourceSchemaDO.DeliveryTimeSettingsstatic final ResourceSchemaDO.Demandstatic final ResourceSchemaDO.Dentiststatic final ResourceSchemaDO.DepartActionstatic final ResourceSchemaDO.DepartmentStorestatic final ResourceSchemaDO.DepositAccountstatic final ResourceOWL1.DeprecatedClassstatic final ResourceOWL2.DeprecatedClassstatic final ResourceOWL1.DeprecatedPropertystatic final ResourceOWL2.DeprecatedPropertystatic final ResourceOA.describingstatic final ResourceSchemaDO.DiagnosticLabstatic final ResourceSchemaDO.DiagnosticProcedurestatic final ResourceSchemaDO.Dietstatic final ResourceSchemaDO.DietarySupplementstatic final Resourcestatic final ResourceSchemaDO.DigitalDocumentstatic final ResourceSchemaDO.DigitalDocumentPermissionstatic final ResourceSchemaDO.DigitalDocumentPermissionTypestatic final ResourceOA.Directionstatic final ResourceRDF.dirLangStringstatic final ResourceSchemaDO.DisagreeActionstatic final ResourceSchemaDO.DiscoverActionstatic final ResourceSchemaDO.DiscussionForumPostingstatic final ResourceAS.Dislikestatic final ResourceSchemaDO.DislikeActionstatic final ResourceSchemaDO.Distancestatic final ResourceSchemaDO.Distillerystatic final ResourceDCAT.Distributionstatic final ResourceOWLTest.DLOne of the conformance levels in the OWL test suite.static final ResourceOWL1.DL_LANGA resource, not officially sanctioned by WebOnt, that denotes the OWL-DL sublanguage of OWLstatic final ResourceSchemaDO.DModelstatic final ResourceRDFSyntax.docstatic final ResourceAS.Documentstatic final ResourceOntDocManagerVocab.DocumentManagerPolicyA node that specifies behavioural options for the document managerstatic final ResourceVCARD4.DomDeprecated.static final ResourceSchemaDO.DonateActionstatic final ResourceSchemaDO.DoseSchedulestatic final ResourceSchemaDO.DownloadActionstatic final ResourceSchemaDO.DrawActionstatic final ResourceSchemaDO.Drawingstatic final ResourceSchemaDO.DrinkActionstatic final ResourceSchemaDO.DriveWheelConfigurationValuestatic final ResourceSchemaDO.Drugstatic final ResourceSchemaDO.DrugClassstatic final ResourceSchemaDO.DrugCoststatic final ResourceSchemaDO.DrugCostCategorystatic final ResourceSchemaDO.DrugLegalStatusstatic final ResourceSchemaDO.DrugPregnancyCategorystatic final ResourceSchemaDO.DrugPrescriptionStatusstatic final ResourceSchemaDO.DrugStrengthstatic final ResourceSchemaDO.DryCleaningOrLaundrystatic final ResourceXSD.durationResource URI for xsd:durationstatic final ResourceSchemaDO.Durationstatic final ResourceSchemaDO.EatActionstatic final ResourceOA.editingstatic final ResourceSchemaDO.EducationalAudiencestatic final ResourceSchemaDO.EducationalOccupationalCredentialstatic final ResourceSchemaDO.EducationalOccupationalProgramstatic final ResourceSchemaDO.EducationalOrganizationstatic final ResourceSchemaDO.EducationEventstatic final ResourceSchemaDO.Electricianstatic final ResourceSchemaDO.ElectronicsStorestatic final ResourceSchemaDO.ElementarySchoolstatic final ResourceVCARD4.EmailDeprecated.static final ResourceSchemaDO.EmailMessagestatic final ResourceVCARD.EMAILTYPESstatic final ResourceSchemaDO.Embassystatic final ResourceVCARD4.Emergencystatic final ResourceSchemaDO.EmergencyServicestatic final ResourceSchemaDO.EmployeeRolestatic final ResourceSchemaDO.EmployerAggregateRatingstatic final ResourceSchemaDO.EmployerReviewstatic final ResourceSchemaDO.EmploymentAgencystatic final ResourceRDFSyntax.emptyPropertyEltstatic final ResourceSchemaDO.EndorseActionstatic final ResourceSchemaDO.EndorsementRatingstatic final ResourceSchemaDO.Energystatic final ResourceSchemaDO.EnergyConsumptionDetailsstatic final ResourceSchemaDO.EnergyEfficiencyEnumerationstatic final Resourcestatic final ResourceSchemaDO.EngineSpecificationstatic final ResourceSchemaDO.EntertainmentBusinessstatic final ResourceXSD.ENTITIESResource URI for xsd:ENTITIESstatic final ResourceXSD.ENTITYResource URI for xsd:ENTITYstatic final ResourceSchemaDO.EntryPointstatic final ResourceSchemaDO.Enumerationstatic final ResourceSchemaDO.Episodestatic final ResourceSchemaDO.EUEnergyEfficiencyEnumerationstatic final ResourceAS.Eventstatic final ResourceDCTypes.EventA non-persistent, time-based occurrence.static final ResourceSchemaDO.Eventstatic final ResourceSchemaDO.EventAttendanceModeEnumerationstatic final ResourceSchemaDO.EventReservationstatic final ResourceSchemaDO.EventSeriesstatic final ResourceSchemaDO.EventStatusTypestatic final ResourceSchemaDO.EventVenuestatic final ResourceSchemaDO.ExchangeRateSpecificationstatic final ResourceSchemaDO.ExerciseActionstatic final ResourceSchemaDO.ExerciseGymstatic final ResourceSchemaDO.ExercisePlanstatic final ResourceSchemaDO.ExhibitionEventstatic final ResourceOWLResults.FailingRunA TestRun where the system's behavior fails the test, violating a MUST NOT.static final ResourceSchemaDO.FAQPagestatic final ResourceSchemaDO.FastFoodRestaurantstatic final ResourceVCARD4.Faxstatic final ResourceVCARD4.Femalestatic final ResourceSchemaDO.Festivalstatic final ResourceDCTerms.FileFormatA digital resource format.static final ResourceSchemaDO.FilmActionstatic final ResourceSchemaDO.FinancialProductstatic final ResourceSchemaDO.FinancialServicestatic final ResourceSchemaDO.FindActionstatic final ResourceSchemaDO.FireStationstatic final ResourceAS.Flagstatic final ResourceSchemaDO.Flightstatic final ResourceSchemaDO.FlightReservationstatic final ResourceSchemaDO.Floatstatic final ResourceSchemaDO.FloorPlanstatic final ResourceSchemaDO.Floriststatic final ResourceSchemaDO.FMRadioChannelstatic final ResourceAS.Followstatic final ResourceSchemaDO.FollowActionstatic final ResourceSchemaDO.FoodEstablishmentstatic final ResourceSchemaDO.FoodEstablishmentReservationstatic final ResourceSchemaDO.FoodEventstatic final ResourceSchemaDO.FoodServicestatic final Resourcestatic final Resourcestatic final ResourceDCTerms.FrequencyA rate at which something recurs.static final ResourceVCARD4.Friendstatic final ResourceOWLTest.FullOne of the conformance levels in the OWL test suite.static final ResourceOWL1.FULL_LANGA resource that denotes the OWL-full sublanguage of OWLstatic final ResourceOWL1.FunctionalPropertystatic final ResourceOWL2.FunctionalPropertystatic final ResourceSchemaDO.FundingAgencystatic final ResourceSchemaDO.FundingSchemestatic final ResourceSchemaDO.FurnitureStorestatic final ResourceSchemaDO.Gamestatic final ResourceSchemaDO.GamePlayModestatic final ResourceSchemaDO.GameServerstatic final ResourceSchemaDO.GameServerStatusstatic final ResourceSchemaDO.GardenStorestatic final ResourceSchemaDO.GasStationstatic final ResourceSchemaDO.GatedResidenceCommunitystatic final ResourceXSD.gDayResource URI for xsd:gDaystatic final ResourceVCARD4.Genderstatic final ResourceSchemaDO.GenderTypestatic final ResourceSchemaDO.Genestatic final ResourceSchemaDO.GeneralContractorstatic final ResourceSchemaDO.GeoCirclestatic final ResourceSchemaDO.GeoCoordinatesstatic final ResourceSchemaDO.GeoShapestatic final ResourceSchemaDO.GeospatialGeometrystatic final ResourceSchemaDO.GiveActionstatic final ResourceXSD.gMonthResource URI for xsd:gMonthstatic final ResourceXSD.gMonthDayResource URI for xsd:gMonthDaystatic final ResourceSchemaDO.GolfCoursestatic final ResourceSchemaDO.GovernmentBenefitsTypestatic final ResourceSchemaDO.GovernmentBuildingstatic final ResourceSchemaDO.GovernmentOfficestatic final ResourceSchemaDO.GovernmentOrganizationstatic final ResourceSchemaDO.GovernmentPermitstatic final ResourceSchemaDO.GovernmentServicestatic final ResourceSchemaDO.Grantstatic final ResourceSchemaDO.GroceryStorestatic final ResourceAS.Groupstatic final ResourceVCARD4.Groupstatic final ResourceSchemaDO.Guidestatic final ResourceXSD.gYearResource URI for xsd:gYearstatic final ResourceXSD.gYearMonthResource URI for xsd:gYearMonthstatic final ResourceSchemaDO.Hackathonstatic final ResourceSchemaDO.HairSalonstatic final ResourceSchemaDO.HardwareStorestatic final ResourceSchemaDO.HealthAndBeautyBusinessstatic final ResourceSchemaDO.HealthAspectEnumerationstatic final ResourceSchemaDO.HealthClubstatic final ResourceSchemaDO.HealthInsurancePlanstatic final ResourceSchemaDO.HealthPlanCostSharingSpecificationstatic final ResourceSchemaDO.HealthPlanFormularystatic final ResourceSchemaDO.HealthPlanNetworkstatic final ResourceSchemaDO.HealthTopicContentstatic final ResourceXSD.hexBinaryResource URI for xsd:hexBinarystatic final ResourceOA.highlightingstatic final ResourceSchemaDO.HighSchoolstatic final ResourceSchemaDO.HinduTemplestatic final ResourceSchemaDO.HobbyShopstatic final ResourceVCARD4.Homestatic final ResourceSchemaDO.HomeAndConstructionBusinessstatic final ResourceSchemaDO.HomeGoodsStorestatic final ResourceSchemaDO.Hospitalstatic final ResourceSchemaDO.Hostelstatic final ResourceSchemaDO.Hotelstatic final ResourceSchemaDO.HotelRoomstatic final ResourceSchemaDO.Housestatic final ResourceSchemaDO.HousePainterstatic final ResourceSchemaDO.HowTostatic final ResourceSchemaDO.HowToDirectionstatic final ResourceSchemaDO.HowToItemstatic final ResourceSchemaDO.HowToSectionstatic final ResourceSchemaDO.HowToStepstatic final ResourceSchemaDO.HowToSupplystatic final ResourceSchemaDO.HowToTipstatic final ResourceSchemaDO.HowToToolstatic final ResourceRDF.HTMLstatic final Resourcestatic final ResourceSchemaDO.HVACBusinessstatic final ResourceSchemaDO.HyperTocstatic final ResourceSchemaDO.HyperTocEntrystatic final ResourceSchemaDO.IceCreamShopstatic final ResourceXSD.IDResource URI for xsd:IDstatic final ResourceRDFSyntax.idAttrstatic final ResourceOA.identifyingstatic final ResourceXSD.IDREFResource URI for xsd:IDREFstatic final ResourceXSD.IDREFSResource URI for xsd:IDREFSstatic final ResourceAS.Ignorestatic final ResourceSchemaDO.IgnoreActionstatic final ResourceAS.Imagestatic final ResourceDCTypes.ImageA visual representation other than text.static final ResourceSchemaDO.ImageGallerystatic final ResourceSchemaDO.ImageObjectstatic final ResourceSchemaDO.ImageObjectSnapshotstatic final ResourceSchemaDO.ImagingTeststatic final ResourceSWRL.Impstatic final ResourceOWLTest.ImportEntailmentTestThe premise document, and its imports closure, entails the conclusion document.static final ResourceOWLTest.ImportLevelTestThese tests use two documents.static final ResourceOWLResults.IncompleteRunA TestRun where the system's behavior does not pass the test, but also does not fail.static final ResourceOWLTest.InconsistencyTestAn inconsistent OWL document.static final ResourceVCARD4.Individualstatic final ResourceSchemaDO.IndividualProductstatic final Resourcestatic final ResourceSchemaDO.InfectiousAgentClassstatic final ResourceSchemaDO.InfectiousDiseasestatic final ResourceSchemaDO.InformActionstatic final ResourceSchemaDO.InsertActionstatic final ResourceSchemaDO.InstallActionstatic final ResourceSchemaDO.InsuranceAgencystatic final ResourceSchemaDO.Intangiblestatic final ResourceXSD.integerResource URI for xsd:integerstatic final ResourceSchemaDO.Integerstatic final ResourceSchemaDO.InteractActionstatic final ResourceSchemaDO.InteractionCounterstatic final ResourceDCTypes.InteractiveResourceA resource requiring interaction from the user to be understood, executed, or experienced.static final ResourceVCARD4.InternetDeprecated.static final ResourceSchemaDO.InternetCafestatic final ResourceVCARD4.IntlDeprecated.static final Resourcestatic final Resourcestatic final Resourcestatic final ResourceSchemaDO.InvestmentFundstatic final ResourceSchemaDO.InvestmentOrDepositstatic final ResourceAS.Invitestatic final ResourceSchemaDO.InviteActionstatic final ResourceSchemaDO.Invoicestatic final ResourceOWL2.IrreflexivePropertystatic final ResourceVCARD4.ISDNDeprecated.static final ResourceOWLTest.IssueA member of this class is an issue in some issue list.static final ResourceRSS.itemstatic final ResourceSchemaDO.ItemAvailabilitystatic final ResourceSchemaDO.ItemListstatic final ResourceSchemaDO.ItemListOrderTypestatic final ResourceSchemaDO.ItemPagestatic final ResourceSchemaDO.JewelryStorestatic final ResourceSchemaDO.JobPostingstatic final ResourceAS.Joinstatic final ResourceSchemaDO.JoinActionstatic final ResourceSchemaDO.Jointstatic final ResourceRDF.JSONstatic final ResourceDCTerms.JurisdictionThe extent or range of judicial, law enforcement, or other authority.static final ResourceVCARD4.Kinstatic final ResourceVCARD4.Kindstatic final ResourceSKOSXL.Labelstatic final ResourceVCARD4.LabelDeprecated.static final ResourceSchemaDO.LakeBodyOfWaterstatic final ResourceSchemaDO.Landformstatic final ResourceSchemaDO.LandmarksOrHistoricalBuildingsstatic final ResourceRDF.langStringstatic final ResourceXSD.languageResource URI for xsd:languagestatic final ResourceSchemaDO.Languagestatic final ResourceOWLTest.Largestatic final ResourceSchemaDO.LearningResourcestatic final ResourceAS.Leavestatic final ResourceSchemaDO.LeaveActionstatic final ResourceSchemaDO.LegalForceStatusstatic final ResourceSchemaDO.LegalServicestatic final ResourceSchemaDO.LegalValueLevelstatic final ResourceSchemaDO.Legislationstatic final ResourceSchemaDO.LegislationObjectstatic final ResourceSchemaDO.LegislativeBuildingstatic final ResourceSchemaDO.LendActionstatic final ResourceSchemaDO.Librarystatic final ResourceSchemaDO.LibrarySystemstatic final ResourceDCTerms.LicenseDocumentA legal document giving official permission to do something with a Resource.static final ResourceSchemaDO.LifestyleModificationstatic final ResourceSchemaDO.Ligamentstatic final ResourceAS.Likestatic final ResourceSchemaDO.LikeActionstatic final ResourceDCTerms.LinguisticSystemA system of signs, symbols, sounds, gestures, or rules used in communication.static final ResourceAS.Linkstatic final ResourceOA.linkingstatic final ResourceSchemaDO.LinkRolestatic final ResourceVOID.Linksetstatic final ResourceSchemaDO.LiquorStorestatic final ResourceRDF.Liststatic final ResourceAS.Listenstatic final ResourceSchemaDO.ListenActionstatic final ResourceSchemaDO.ListItemstatic final ResourceOWLTest.LiteOne of the conformance levels in the OWL test suite.static final ResourceOWL1.LITE_LANGA resource, not officially sanctioned by WebOnt, that denotes the OWL-Lite sublanguage of OWLstatic final ResourceRDFSyntax.literalstatic final ResourceRDFS.Literalstatic final ResourceRDFSyntax.literalPropertyEltstatic final ResourceSchemaDO.LiteraryEventstatic final ResourceSchemaDO.LiveBlogPostingstatic final ResourceSchemaDO.LoanOrCreditstatic final ResourceSchemaDO.LocalBusinessstatic final ResourceDCTerms.LocationA spatial region or named place.static final ResourceVCARD4.Locationstatic final ResourceSchemaDO.LocationFeatureSpecificationstatic final ResourceLocationMappingVocab.LocationMappingstatic final ResourceDCTerms.LocationPeriodOrJurisdictionA location, period of time, or jurisdiction.static final ResourceSchemaDO.Locksmithstatic final ResourceSchemaDO.LodgingBusinessstatic final ResourceSchemaDO.LodgingReservationstatic final ResourceSchemaDO.LoseActionstatic final ResourceOA.ltrDirectionstatic final ResourceSchemaDO.LymphaticVesselstatic final ResourceVCARD4.Malestatic final ResourceTestManifest.ManifestThe class of manifestsstatic final ResourceTestManifest.ManifestEntryOne entry in rdf:type list of entriesstatic final ResourceSchemaDO.Manuscriptstatic final ResourceSchemaDO.Mapstatic final ResourceSchemaDO.MapCategoryTypestatic final ResourceSchemaDO.MarryActionstatic final ResourceSchemaDO.Massstatic final ResourceSchemaDO.MathSolverstatic final ResourceSchemaDO.MaximumDoseSchedulestatic final ResourceVCARD4.Mestatic final ResourceSchemaDO.MeasurementTypeEnumerationstatic final ResourceSchemaDO.MediaGallerystatic final ResourceSchemaDO.MediaManipulationRatingEnumerationstatic final ResourceSchemaDO.MediaObjectstatic final ResourceSchemaDO.MediaReviewstatic final ResourceSchemaDO.MediaReviewItemstatic final ResourceSchemaDO.MediaSubscriptionstatic final ResourceDCTerms.MediaTypeA file format or physical medium.static final ResourceDCTerms.MediaTypeOrExtentA media type or extent.static final ResourceSchemaDO.MedicalAudiencestatic final ResourceSchemaDO.MedicalAudienceTypestatic final ResourceSchemaDO.MedicalBusinessstatic final ResourceSchemaDO.MedicalCausestatic final ResourceSchemaDO.MedicalClinicstatic final ResourceSchemaDO.MedicalCodestatic final ResourceSchemaDO.MedicalConditionstatic final ResourceSchemaDO.MedicalConditionStagestatic final ResourceSchemaDO.MedicalContraindicationstatic final ResourceSchemaDO.MedicalDevicestatic final ResourceSchemaDO.MedicalDevicePurposestatic final ResourceSchemaDO.MedicalEntitystatic final ResourceSchemaDO.MedicalEnumerationstatic final ResourceSchemaDO.MedicalEvidenceLevelstatic final ResourceSchemaDO.MedicalGuidelinestatic final ResourceSchemaDO.MedicalGuidelineContraindicationstatic final ResourceSchemaDO.MedicalGuidelineRecommendationstatic final ResourceSchemaDO.MedicalImagingTechniquestatic final ResourceSchemaDO.MedicalIndicationstatic final ResourceSchemaDO.MedicalIntangiblestatic final ResourceSchemaDO.MedicalObservationalStudystatic final ResourceSchemaDO.MedicalObservationalStudyDesignstatic final ResourceSchemaDO.MedicalOrganizationstatic final ResourceSchemaDO.MedicalProcedurestatic final ResourceSchemaDO.MedicalProcedureTypestatic final ResourceSchemaDO.MedicalRiskCalculatorstatic final ResourceSchemaDO.MedicalRiskEstimatorstatic final ResourceSchemaDO.MedicalRiskFactorstatic final ResourceSchemaDO.MedicalRiskScorestatic final ResourceSchemaDO.MedicalScholarlyArticlestatic final ResourceSchemaDO.MedicalSignstatic final ResourceSchemaDO.MedicalSignOrSymptomstatic final ResourceSchemaDO.MedicalSpecialtystatic final ResourceSchemaDO.MedicalStudystatic final ResourceSchemaDO.MedicalStudyStatusstatic final ResourceSchemaDO.MedicalSymptomstatic final ResourceSchemaDO.MedicalTeststatic final ResourceSchemaDO.MedicalTestPanelstatic final ResourceSchemaDO.MedicalTherapystatic final ResourceSchemaDO.MedicalTrialstatic final ResourceSchemaDO.MedicalTrialDesignstatic final ResourceSchemaDO.MedicalWebPagestatic final ResourceSchemaDO.MedicineSystemstatic final ResourceSchemaDO.MeetingRoomstatic final ResourceORG.Membershipstatic final ResourceSchemaDO.MensClothingStorestatic final ResourceAS.Mentionstatic final ResourceSchemaDO.Menustatic final ResourceSchemaDO.MenuItemstatic final ResourceSchemaDO.MenuSectionstatic final ResourceSchemaDO.MerchantReturnEnumerationstatic final ResourceSchemaDO.MerchantReturnPolicystatic final ResourceSchemaDO.MerchantReturnPolicySeasonalOverridestatic final ResourceSchemaDO.Messagestatic final ResourceVCARD4.Metstatic final ResourceDCTerms.MethodOfAccrualA method by which resources are added to a collection.static final ResourceDCTerms.MethodOfInstructionA process that is used to engender knowledge, attitudes, and skills.static final ResourceSchemaDO.MiddleSchoolstatic final ResourceRDFTest.MiscellaneousTestThis manifest entry is used to describe test cases that do not fall into one of the categories.static final ResourceSchemaDO.MobileApplicationstatic final ResourceSchemaDO.MobilePhoneStorestatic final ResourceVCARD4.ModemDeprecated.static final ResourceOA.moderatingstatic final ResourceSchemaDO.MolecularEntitystatic final ResourceSchemaDO.MonetaryAmountstatic final ResourceSchemaDO.MonetaryAmountDistributionstatic final ResourceSchemaDO.MonetaryGrantstatic final ResourceSchemaDO.MoneyTransferstatic final ResourceSchemaDO.MortgageLoanstatic final ResourceSchemaDO.Mosquestatic final ResourceSchemaDO.Motelstatic final ResourceOA.Motivationstatic final ResourceSchemaDO.Motorcyclestatic final ResourceSchemaDO.MotorcycleDealerstatic final ResourceSchemaDO.MotorcycleRepairstatic final ResourceSchemaDO.MotorizedBicyclestatic final ResourceSchemaDO.Mountainstatic final ResourceAS.Movestatic final ResourceSchemaDO.MoveActionstatic final ResourceSchemaDO.Moviestatic final ResourceSchemaDO.MovieClipstatic final ResourceSchemaDO.MovieRentalStorestatic final ResourceSchemaDO.MovieSeriesstatic final ResourceSchemaDO.MovieTheaterstatic final ResourceSchemaDO.MovingCompanystatic final ResourceDCTypes.MovingImageA series of visual representations imparting an impression of motion when shown in succession.static final ResourceVCARD4.MsgDeprecated.static final ResourceSchemaDO.Musclestatic final ResourceVCARD4.Musestatic final ResourceSchemaDO.Museumstatic final ResourceSchemaDO.MusicAlbumstatic final ResourceSchemaDO.MusicAlbumProductionTypestatic final ResourceSchemaDO.MusicAlbumReleaseTypestatic final ResourceSchemaDO.MusicCompositionstatic final ResourceSchemaDO.MusicEventstatic final ResourceSchemaDO.MusicGroupstatic final ResourceSchemaDO.MusicPlayliststatic final ResourceSchemaDO.MusicRecordingstatic final ResourceSchemaDO.MusicReleasestatic final ResourceSchemaDO.MusicReleaseFormatTypestatic final ResourceSchemaDO.MusicStorestatic final ResourceSchemaDO.MusicVenuestatic final ResourceSchemaDO.MusicVideoObjectstatic final ResourceSchemaDO.NailSalonstatic final ResourceVCARD4.Namestatic final ResourceXSD.NameResource URI for xsd:Namestatic final ResourceOWL2.NamedIndividualstatic final ResourceDC_11.NAMESPACEThe namespace of the vocabalary as a resourcestatic final ResourceDCAT.NAMESPACEstatic final ResourceDCTerms.NAMESPACEThe namespace of the vocabulary as a resourcestatic final ResourceDCTypes.NAMESPACEThe namespace of the vocabulary as a resourcestatic final ResourceLocationMappingVocab.NAMESPACEThe namespace of the vocabalary as a resourcestatic final ResourceOntDocManagerVocab.NAMESPACEThe namespace of the vocabulary as a resourcestatic final ResourceOntEventsVocab.NAMESPACEThe namespace of the vocabulary as a resourcestatic final ResourceORG.NAMESPACEstatic final ResourceOWL1.NAMESPACEThe namespace of the vocabulary as a resourcestatic final ResourceOWLResults.NAMESPACEThe namespace of the vocabulary as a resourcestatic final ResourceOWLTest.NAMESPACEThe namespace of the vocabalary as a resourcestatic final ResourceRDFTest.NAMESPACEThe namespace of the vocabalary as a resourcestatic final ResourceROV.NAMESPACEstatic final ResourceSKOS.NAMESPACEThe namespace of the SKOS vocabularystatic final ResourceSKOSXL.NAMESPACEThe namespace of the SKOS-XL vocabularystatic final ResourceTestManifest.NAMESPACEThe namespace of the vocabulary as a resourcestatic final ResourceVCARD4.NAMESPACEstatic final ResourceVOID.NAMESPACEstatic final ResourceXSD.NCNameResource URI for xsd:NCNamestatic final ResourceOWLTest.NegativeEntailmentTestThis is a negative entailment test according to the OWL entailment rules.static final ResourceRDFTest.NegativeEntailmentTestThese tests consist of one or more premise documents, and a consequent document.static final ResourceXSD.negativeIntegerResource URI for xsd:negativeIntegerstatic final ResourceRDFTest.NegativeParserTestThese tests consist of one input document.static final Resourcestatic final ResourceTestManifest.NegativeSyntaxTestA type of test specifically for syntax testing.static final ResourceVCARD4.Neighborstatic final ResourceSchemaDO.Nervestatic final ResourceSchemaDO.NewsArticlestatic final ResourceSchemaDO.NewsMediaOrganizationstatic final ResourceSchemaDO.Newspaperstatic final ResourceSchemaDO.NGOstatic final ResourceSchemaDO.NightClubstatic final ResourceRDF.nilstatic final ResourceSchemaDO.NLNonprofitTypestatic final ResourceXSD.NMTOKENResource URI for xsd:NMTOKENstatic final ResourceXSD.NMTOKENSResource URI for xsd:NMTOKENSstatic final ResourceRDFSyntax.nodeElementstatic final ResourceRDFSyntax.nodeElementListstatic final ResourceRDFSyntax.nodeElementURIsstatic final ResourceRDFSyntax.nodeIdAttrstatic final ResourceVCARD4.Nonestatic final ResourceResource URI for xsd:nonNegativeIntegerstatic final ResourceResource URI for xsd:nonPositiveIntegerstatic final ResourceSchemaDO.NonprofitTypestatic final ResourceXSD.normalizedStringResource URI for xsd:normalizedStringstatic final ResourceSchemaDO.Notarystatic final ResourceXSD.NOTATIONResource URI for xsd:NOTATIONstatic final ResourceAS.Notestatic final ResourceSchemaDO.NoteDigitalDocumentstatic final ResourceOWL1.Nothingstatic final ResourceOWL2.Nothingstatic final ResourceOWLTest.NotOwlFeatureTestThis is a negative test.static final ResourceVCARD.NPROPERTIESstatic final ResourceRDFTest.NT_Documentstatic final ResourceSchemaDO.Numberstatic final ResourceSchemaDO.NutritionInformationstatic final ResourceAS.Objectstatic final ResourceOWL1.ObjectPropertystatic final ResourceOWL2.ObjectPropertystatic final ResourceSchemaDO.Observationstatic final ResourceSchemaDO.Occupationstatic final ResourceSchemaDO.OccupationalExperienceRequirementsstatic final ResourceSchemaDO.OccupationalTherapystatic final ResourceSchemaDO.OceanBodyOfWaterstatic final ResourceAS.Offerstatic final ResourceSchemaDO.Offerstatic final ResourceSchemaDO.OfferCatalogstatic final ResourceSchemaDO.OfferForLeasestatic final ResourceSchemaDO.OfferForPurchasestatic final ResourceSchemaDO.OfferItemConditionstatic final ResourceSchemaDO.OfferShippingDetailsstatic final ResourceSchemaDO.OfficeEquipmentStorestatic final ResourceRDFSyntax.oldTermsstatic final ResourceSchemaDO.OnDemandEventstatic final ResourceOWL1.Ontologystatic final ResourceOWL2.Ontologystatic final ResourceOWL1.OntologyPropertystatic final ResourceOWL2.OntologyPropertystatic final ResourceOntDocManagerVocab.OntologySpecA class of node that specifies document metadata for the DocumentManagerstatic final ResourceSchemaDO.OpeningHoursSpecificationstatic final ResourceSchemaDO.OpinionNewsArticlestatic final ResourceSchemaDO.Opticianstatic final ResourceSchemaDO.Orderstatic final ResourceSchemaDO.OrderActionstatic final Resourcestatic final ResourceSKOS.OrderedCollectionstatic final Resourcestatic final ResourceSchemaDO.OrderItemstatic final ResourceSchemaDO.OrderStatusstatic final ResourceAS.Organizationstatic final ResourceORG.Organizationstatic final ResourceSchemaDO.Organizationstatic final ResourceVCARD4.Organizationstatic final Resourcestatic final Resourcestatic final ResourceSchemaDO.OrganizationRolestatic final ResourceSchemaDO.OrganizeActionstatic final ResourceVCARD.ORGPROPERTIESstatic final ResourceWAC.Originstatic final ResourceVCARD4.Otherstatic final ResourceSchemaDO.OutletStorestatic final ResourceOWLTest.OWLforOWLTestIllustrative of the use of OWL to describe OWL Full.static final ResourceSchemaDO.OwnershipInfostatic final ResourceAS.Pagestatic final ResourceVCARD4.Pagerstatic final ResourceSchemaDO.PaintActionstatic final ResourceSchemaDO.Paintingstatic final ResourceSchemaDO.PalliativeProcedurestatic final ResourceVCARD4.ParcelDeprecated.static final ResourceSchemaDO.ParcelDeliverystatic final ResourceVCARD4.Parentstatic final ResourceSchemaDO.ParentAudiencestatic final ResourceSchemaDO.Parkstatic final ResourceSchemaDO.ParkingFacilitystatic final ResourceRDFSyntax.parseCollectionstatic final ResourceRDFSyntax.parseLiteralstatic final ResourceRDFSyntax.parseOtherstatic final ResourceRDFSyntax.parseResourcestatic final ResourceRDFSyntax.parseTypeCollectionPropertyEltstatic final ResourceRDFSyntax.parseTypeLiteralPropertyEltstatic final ResourceRDFSyntax.parseTypeOtherPropertyEltstatic final ResourceRDFSyntax.parseTypeResourcePropertyEltstatic final ResourceOWLResults.PassingRunA TestRun where the system's behavior is sufficient for passing the test.static final ResourceSchemaDO.PathologyTeststatic final ResourceSchemaDO.Patientstatic final ResourceSchemaDO.PawnShopstatic final ResourceSchemaDO.PayActionstatic final ResourceSchemaDO.PaymentCardstatic final ResourceSchemaDO.PaymentChargeSpecificationstatic final ResourceSchemaDO.PaymentMethodstatic final ResourceSchemaDO.PaymentServicestatic final ResourceSchemaDO.PaymentStatusTypestatic final ResourceVCARD4.PCSDeprecated.static final ResourceSchemaDO.PeopleAudiencestatic final ResourceSchemaDO.PerformActionstatic final ResourceSchemaDO.PerformanceRolestatic final ResourceSchemaDO.PerformingArtsTheaterstatic final ResourceSchemaDO.PerformingGroupstatic final ResourceSchemaDO.Periodicalstatic final ResourceDCTerms.PeriodOfTimeAn interval of time that is named or defined by its start and end dates.static final ResourceSchemaDO.Permitstatic final ResourceAS.Personstatic final ResourceSchemaDO.Personstatic final ResourceSchemaDO.PetStorestatic final ResourceSchemaDO.Pharmacystatic final ResourceSchemaDO.Photographstatic final ResourceSchemaDO.PhotographActionstatic final ResourceSchemaDO.PhysicalActivitystatic final ResourceSchemaDO.PhysicalActivityCategorystatic final ResourceSchemaDO.PhysicalExamstatic final ResourceDCTerms.PhysicalMediumA physical material or carrier.static final ResourceDCTypes.PhysicalObjectAn inanimate, three-dimensional object or substance.static final ResourceDCTerms.PhysicalResourceA material thing.static final ResourceSchemaDO.PhysicalTherapystatic final ResourceSchemaDO.Physicianstatic final ResourceAS.Placestatic final ResourceSchemaDO.Placestatic final ResourceSchemaDO.PlaceOfWorshipstatic final ResourceRDF.PlainLiteralThis property is used explicitly in facet restrictions.static final ResourceSchemaDO.PlanActionstatic final ResourceSchemaDO.Playstatic final ResourceSchemaDO.PlayActionstatic final ResourceSchemaDO.Playgroundstatic final ResourceSchemaDO.Plumberstatic final ResourceSchemaDO.PodcastEpisodestatic final ResourceSchemaDO.PodcastSeasonstatic final ResourceSchemaDO.PodcastSeriesstatic final ResourceSchemaDO.PoliceStationstatic final ResourceDCTerms.PolicyA plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters.static final ResourceSchemaDO.Pondstatic final ResourceOWLTest.PositiveEntailmentTestThis is a positive entailment test according to the OWL entailment rules.static final ResourceRDFTest.PositiveEntailmentTestThese tests are specified by one or more premise documents (in RDF/XML or N-Triples) together with a single conclusion document.static final ResourceXSD.positiveIntegerResource URI for xsd:positiveIntegerstatic final ResourceRDFTest.PositiveParserTestThese tests consist of one (or more) input documents in RDF/XML as revised.static final ResourceTestManifest.PositiveSyntaxTestA type of test specifically for syntax testing.static final ResourceORG.Poststatic final ResourceVCARD4.PostalDeprecated.static final ResourceSchemaDO.PostalAddressstatic final ResourceSchemaDO.PostalCodeRangeSpecificationstatic final ResourceSchemaDO.Posterstatic final ResourceSchemaDO.PostOfficestatic final ResourceVCARD4.PrefDeprecated.static final Resourcestatic final Resourcestatic final ResourceSchemaDO.PreOrderActionstatic final ResourceSchemaDO.PrependActionstatic final ResourceSchemaDO.Preschoolstatic final ResourceSchemaDO.PresentationDigitalDocumentstatic final ResourceSchemaDO.PreventionIndicationstatic final ResourceSchemaDO.PriceComponentTypeEnumerationstatic final ResourceSchemaDO.PriceSpecificationstatic final ResourceSchemaDO.PriceTypeEnumerationstatic final ResourceSchemaDO.Productstatic final ResourceSchemaDO.ProductCollectionstatic final ResourceSchemaDO.ProductGroupstatic final ResourceSchemaDO.ProductModelstatic final ResourceSchemaDO.ProfessionalServicestatic final ResourceAS.Profilestatic final ResourceSchemaDO.ProfilePagestatic final ResourceSchemaDO.ProgramMembershipstatic final ResourceSchemaDO.Projectstatic final ResourceSchemaDO.PronounceableTextstatic final ResourceRDF.Propertystatic final ResourceSchemaDO.Propertystatic final ResourceRDFSyntax.propertyAttrstatic final ResourceRDFSyntax.propertyAttributeURIsstatic final ResourceRDFSyntax.propertyElementURIsstatic final ResourceRDFSyntax.propertyEltstatic final ResourceRDFSyntax.propertyEltListstatic final ResourceSchemaDO.PropertyValuestatic final ResourceSchemaDO.PropertyValueSpecificationstatic final ResourceTestManifest.proposedstatic final ResourceSchemaDO.Proteinstatic final ResourceDCTerms.ProvenanceStatementA statement of any changes in ownership and custody of a resource since its creation that are significant for its authenticity, integrity, and interpretation.static final ResourceSchemaDO.PsychologicalTreatmentstatic final ResourceSchemaDO.PublicationEventstatic final ResourceSchemaDO.PublicationIssuestatic final ResourceSchemaDO.PublicationVolumestatic final ResourceSchemaDO.PublicSwimmingPoolstatic final ResourceSchemaDO.PublicToiletstatic final ResourceSchemaDO.QAPagestatic final ResourceXSD.QNameResource URI for xsd:QNamestatic final ResourceSchemaDO.QualitativeValuestatic final ResourceSchemaDO.QuantitativeValuestatic final ResourceSchemaDO.QuantitativeValueDistributionstatic final ResourceSchemaDO.Quantitystatic final ResourceTestManifest.QueryEvaluationTestA type of test specifically for query evaluation testing.static final ResourceAS.Questionstatic final ResourceSchemaDO.Questionstatic final ResourceOA.questioningstatic final ResourceSchemaDO.Quizstatic final ResourceSchemaDO.Quotationstatic final ResourceSchemaDO.QuoteActionstatic final ResourceSchemaDO.RadiationTherapystatic final ResourceSchemaDO.RadioBroadcastServicestatic final ResourceSchemaDO.RadioChannelstatic final ResourceSchemaDO.RadioClipstatic final ResourceSchemaDO.RadioEpisodestatic final ResourceSchemaDO.RadioSeasonstatic final ResourceSchemaDO.RadioSeriesstatic final ResourceSchemaDO.RadioStationstatic final Resourcestatic final ResourceSchemaDO.Ratingstatic final ResourceOWL2.rationalTheowl:rationaldatatype supports lexical forms defined by the following grammar (whitespace within the grammar MUST be ignored and MUST NOT be included in the lexical forms of owl:rational, and single quotes are used to introduce terminal symbols): numerator '/' denominatorstatic final ResourceRDFSyntax.RDFstatic final ResourceRDFTest.RDF_XML_Documentstatic final ResourceRDFSyntax.rdfIdstatic final ResourceSchemaDO.ReactActionstatic final ResourceAS.Readstatic final ResourceWAC.Readstatic final ResourceSchemaDO.ReadActionstatic final ResourceOWL2.realTheowl:realdatatype does not directly provide any lexical forms.static final ResourceSchemaDO.RealEstateAgentstatic final ResourceSchemaDO.RealEstateListingstatic final ResourceReasonerVocabulary.ReasonerClassThe RDF class to which all Reasoners belongstatic final ResourceSchemaDO.ReceiveActionstatic final ResourceSchemaDO.Recipestatic final ResourceSchemaDO.Recommendationstatic final ResourceSchemaDO.RecommendedDoseSchedulestatic final ResourceSchemaDO.RecyclingCenterstatic final ResourceTestManifest.ReducedCardinalityTestThe given mf:result for a mf:ReducedCardinalityTest is the results as if the REDUCED keyword were omitted.static final ResourceOWL2.ReflexivePropertystatic final ResourceSchemaDO.RefundTypeEnumerationstatic final ResourceSchemaDO.RegisterActionstatic final Resourcestatic final ResourceAS.Rejectstatic final ResourceSchemaDO.RejectActionstatic final ResourceTestManifest.rejectedstatic final ResourceVCARD4.RelatedTypestatic final ResourceAS.Relationshipstatic final ResourceDCAT.Relationshipstatic final ResourceAS.Removestatic final ResourceSchemaDO.RentActionstatic final ResourceSchemaDO.RentalCarReservationstatic final ResourceSchemaDO.RepaymentSpecificationstatic final ResourceSchemaDO.ReplaceActionstatic final ResourceSchemaDO.ReplyActionstatic final ResourceOA.replyingstatic final ResourceSchemaDO.Reportstatic final ResourceSchemaDO.ReportageNewsArticlestatic final ResourceSchemaDO.ReportedDoseSchedulestatic final ResourceSchemaDO.Researcherstatic final ResourceSchemaDO.ResearchOrganizationstatic final ResourceSchemaDO.ResearchProjectstatic final ResourceSchemaDO.Reservationstatic final ResourceSchemaDO.ReservationPackagestatic final ResourceSchemaDO.ReservationStatusTypestatic final ResourceSchemaDO.ReserveActionstatic final ResourceSchemaDO.Reservoirstatic final ResourceSchemaDO.Residencestatic final ResourceSchemaDO.Resortstatic final ResourceDCAT.Resourcestatic final ResourceRDFS.Resourcestatic final ResourceRDFSyntax.resourceAttrstatic final ResourceRDFSyntax.resourcePropertyEltstatic final Resourcestatic final ResourceSchemaDO.Restaurantstatic final ResourceSchemaDO.RestrictedDietstatic final ResourceOWL1.Restrictionstatic final ResourceOWL2.Restrictionstatic final ResourceSchemaDO.ResumeActionstatic final ResourceSchemaDO.ReturnActionstatic final ResourceSchemaDO.ReturnFeesEnumerationstatic final ResourceSchemaDO.ReturnLabelSourceEnumerationstatic final ResourceSchemaDO.ReturnMethodEnumerationstatic final ResourceSchemaDO.Reviewstatic final ResourceSchemaDO.ReviewActionstatic final ResourceSchemaDO.ReviewNewsArticlestatic final ResourceDCTerms.RightsStatementA statement about the intellectual property rights (IPR) held in or over a Resource, a legal document giving official permission to do something with a resource, or a statement about access rights.static final ResourceSchemaDO.RiverBodyOfWaterstatic final ResourceDCAT.Rolestatic final ResourceORG.Rolestatic final ResourceSchemaDO.Rolestatic final ResourceSchemaDO.RoofingContractorstatic final ResourceSchemaDO.Roomstatic final ResourceSchemaDO.RsvpActionstatic final ResourceSchemaDO.RsvpResponseTypestatic final ResourceOA.rtlDirectionstatic final ResourceSchemaDO.RVParkstatic final ResourceSchemaDO.SaleEventstatic final ResourceSWRL.SameIndividualAtomstatic final ResourceSchemaDO.SatiricalArticlestatic final ResourceSchemaDO.Schedulestatic final ResourceSchemaDO.ScheduleActionstatic final ResourceSchemaDO.ScholarlyArticlestatic final ResourceSchemaDO.Schoolstatic final ResourceSchemaDO.SchoolDistrictstatic final ResourceSchemaDO.ScreeningEventstatic final ResourceSchemaDO.Sculpturestatic final ResourceSchemaDO.SeaBodyOfWaterstatic final ResourceSchemaDO.SearchActionstatic final ResourceSchemaDO.SearchResultsPagestatic final ResourceSchemaDO.Seasonstatic final ResourceSchemaDO.Seatstatic final ResourceRDFSyntax.sectionListExpandstatic final ResourceRDFSyntax.sectionReificationstatic final ResourceSchemaDO.SeekToActionstatic final ResourceOA.Selectorstatic final ResourceSchemaDO.SelfStoragestatic final ResourceSchemaDO.SellActionstatic final ResourceSchemaDO.SendActionstatic final ResourceRDF.Seqstatic final ResourceSchemaDO.Seriesstatic final ResourceAS.Servicestatic final ResourceDCTypes.ServiceA system that provides one or more functions.static final ResourceSchemaDO.Servicestatic final ResourceSchemaDO.ServiceChannelstatic final ResourceSchemaDO.ShareActionstatic final ResourceSchemaDO.SheetMusicstatic final ResourceSchemaDO.ShippingDeliveryTimestatic final ResourceSchemaDO.ShippingRateSettingsstatic final ResourceSchemaDO.ShoeStorestatic final ResourceSchemaDO.ShoppingCenterstatic final ResourceSchemaDO.ShortStorystatic final ResourceVCARD4.Siblingstatic final ResourceSchemaDO.SingleFamilyResidencestatic final ResourceORG.Sitestatic final ResourceSchemaDO.SiteNavigationElementstatic final ResourceSchemaDO.SizeGroupEnumerationstatic final ResourceDCTerms.SizeOrDurationA dimension or extent, or a time taken to play or execute.static final ResourceSchemaDO.SizeSpecificationstatic final ResourceSchemaDO.SizeSystemEnumerationstatic final ResourceSchemaDO.SkiResortstatic final ResourceSchemaDO.SocialEventstatic final ResourceSchemaDO.SocialMediaPostingstatic final ResourceDCTypes.SoftwareA computer program in source or compiled form.static final ResourceSchemaDO.SoftwareApplicationstatic final ResourceSchemaDO.SoftwareSourceCodestatic final ResourceSchemaDO.SolveMathActionstatic final ResourceSchemaDO.SomeProductsstatic final ResourceDCTypes.SoundA resource primarily intended to be heard.static final ResourceSchemaDO.SpeakableSpecificationstatic final ResourceSchemaDO.SpecialAnnouncementstatic final ResourceSchemaDO.Specialtystatic final Resourcestatic final ResourceSchemaDO.SportingGoodsStorestatic final ResourceSchemaDO.SportsActivityLocationstatic final ResourceSchemaDO.SportsClubstatic final ResourceSchemaDO.SportsEventstatic final ResourceSchemaDO.SportsOrganizationstatic final ResourceSchemaDO.SportsTeamstatic final ResourceVCARD4.Spousestatic final ResourceSchemaDO.SpreadsheetDigitalDocumentstatic final ResourceSchemaDO.StadiumOrArenastatic final ResourceDCTerms.StandardA basis for comparison; a reference point against which other things can be evaluated.static final ResourceOA.Statestatic final ResourceSchemaDO.Statestatic final ResourceRDF.Statementstatic final ResourceSchemaDO.Statementstatic final ResourceSchemaDO.StatisticalPopulationstatic final ResourceSchemaDO.StatusEnumerationstatic final ResourceSchemaDO.SteeringPositionValuestatic final ResourceDCTypes.StillImageA static visual representation.static final ResourceSchemaDO.Storestatic final ResourceSchemaDO.StructuredValuestatic final ResourceOA.Stylestatic final ResourceSchemaDO.SubscribeActionstatic final ResourceSchemaDO.Substancestatic final ResourceSchemaDO.SubwayStationstatic final ResourceSchemaDO.Suitestatic final ResourceSchemaDO.SuperficialAnatomystatic final ResourceSchemaDO.SurgicalProcedurestatic final ResourceSchemaDO.SuspendActionstatic final ResourceOA.SvgSelectorstatic final ResourceVCARD4.Sweetheartstatic final ResourceOWL1.SymmetricPropertystatic final ResourceOWL2.SymmetricPropertystatic final ResourceSchemaDO.Synagoguestatic final ResourceRDFSyntax.syntaxTermsstatic final ResourceSchemaDO.Tablestatic final ResourceOA.taggingstatic final ResourceSchemaDO.TakeActionstatic final ResourceSchemaDO.TattooParlorstatic final ResourceSchemaDO.Taxistatic final ResourceSchemaDO.TaxiReservationstatic final ResourceSchemaDO.TaxiServicestatic final ResourceSchemaDO.TaxiStandstatic final ResourceSchemaDO.Taxonstatic final ResourceSchemaDO.TechArticlestatic final ResourceVOID.TechnicalFeaturestatic final ResourceVCARD4.TelDeprecated.static final ResourceVCARD4.TelephoneTypestatic final ResourceSchemaDO.TelevisionChannelstatic final ResourceSchemaDO.TelevisionStationstatic final ResourceVCARD.TELTYPESstatic final ResourceSchemaDO.TennisComplexstatic final Resourcestatic final Resourcestatic final ResourceOWLTest.Teststatic final ResourceOWLResults.TestRunAn event where some system attempts to pass some test.static final ResourceDCTypes.TextA resource consisting primarily of words for reading.static final ResourceSchemaDO.Textstatic final ResourceVCARD4.Textstatic final ResourceSchemaDO.TextDigitalDocumentstatic final ResourceVCARD4.TextPhonestatic final Resourcestatic final Resourcestatic final ResourceOA.TextualBodystatic final ResourceSchemaDO.TheaterEventstatic final ResourceSchemaDO.TheaterGroupstatic final ResourceSchemaDO.TherapeuticProcedurestatic final ResourceSchemaDO.Thesisstatic final ResourceOWL1.Thingstatic final ResourceOWL2.Thingstatic final ResourceSchemaDO.Thingstatic final ResourceSchemaDO.Ticketstatic final ResourceSchemaDO.TieActionstatic final ResourceXSD.timeResource URI for xsd:timestatic final ResourceSchemaDO.Timestatic final ResourceOA.TimeStatestatic final ResourceSchemaDO.TipActionstatic final ResourceSchemaDO.TireShopstatic final ResourceXSD.tokenResource URI for xsd:tokenstatic final ResourceAS.Tombstonestatic final ResourceSchemaDO.TouristAttractionstatic final ResourceSchemaDO.TouristDestinationstatic final ResourceSchemaDO.TouristInformationCenterstatic final ResourceSchemaDO.TouristTripstatic final ResourceSchemaDO.ToyStorestatic final ResourceSchemaDO.TrackActionstatic final ResourceSchemaDO.TradeActionstatic final ResourceSchemaDO.TrainReservationstatic final ResourceSchemaDO.TrainStationstatic final ResourceSchemaDO.TrainTripstatic final ResourceSchemaDO.TransferActionstatic final ResourceOWL1.TransitivePropertystatic final ResourceOWL2.TransitivePropertystatic final ResourceAS.Travelstatic final ResourceSchemaDO.TravelActionstatic final ResourceSchemaDO.TravelAgencystatic final ResourceSchemaDO.TreatmentIndicationstatic final ResourceSchemaDO.Tripstatic final ResourceOWLTest.TrueTestThe conclusions follow from the empty premises.static final ResourceSchemaDO.TVClipstatic final ResourceSchemaDO.TVEpisodestatic final ResourceSchemaDO.TVSeasonstatic final ResourceSchemaDO.TVSeriesstatic final ResourceVCARD4.Typestatic final ResourceSchemaDO.TypeAndQuantityNodestatic final ResourceVCARD.TZTYPESstatic final ResourceSchemaDO.UKNonprofitTypestatic final ResourceAS.Undostatic final ResourceSchemaDO.UnitPriceSpecificationstatic final ResourceVCARD4.Unknownstatic final ResourceSchemaDO.UnRegisterActionstatic final ResourceXSD.unsignedByteResource URI for xsd:unsignedBytestatic final ResourceXSD.unsignedIntResource URI for xsd:unsignedIntstatic final ResourceXSD.unsignedLongResource URI for xsd:unsignedLongstatic final ResourceXSD.unsignedShortResource URI for xsd:unsignedShortstatic final ResourceAS.Updatestatic final ResourceSchemaDO.UpdateActionstatic final ResourceRDFSyntax.URIReferencestatic final ResourceSchemaDO.URLstatic final ResourceSchemaDO.UseActionstatic final ResourceSchemaDO.UserBlocksstatic final ResourceSchemaDO.UserCheckinsstatic final ResourceSchemaDO.UserCommentsstatic final ResourceSchemaDO.UserDownloadsstatic final ResourceSchemaDO.UserInteractionstatic final ResourceSchemaDO.UserLikesstatic final ResourceSchemaDO.UserPageVisitsstatic final ResourceSchemaDO.UserPlaysstatic final ResourceSchemaDO.UserPlusOnesstatic final ResourceSchemaDO.UserReviewstatic final ResourceSchemaDO.UserTweetsstatic final ResourceSchemaDO.USNonprofitTypestatic final ResourceSWRL.Variablestatic final ResourceVCARD4.VCardstatic final ResourceSchemaDO.Vehiclestatic final ResourceSchemaDO.Veinstatic final ResourceSchemaDO.Vesselstatic final ResourceSchemaDO.VeterinaryCarestatic final ResourceAS.Videostatic final ResourceVCARD4.Videostatic final ResourceSchemaDO.VideoGallerystatic final ResourceSchemaDO.VideoGamestatic final ResourceSchemaDO.VideoGameClipstatic final ResourceSchemaDO.VideoGameSeriesstatic final ResourceSchemaDO.VideoObjectstatic final ResourceSchemaDO.VideoObjectSnapshotstatic final ResourceAS.Viewstatic final ResourceSchemaDO.ViewActionstatic final ResourceSchemaDO.VirtualLocationstatic final ResourceSchemaDO.VisualArtsEventstatic final ResourceSchemaDO.VisualArtworkstatic final ResourceSchemaDO.VitalSignstatic final ResourceVCARD4.Voicestatic final ResourceSchemaDO.Volcanostatic final ResourceSchemaDO.VoteActionstatic final ResourceSchemaDO.WantActionstatic final ResourceSchemaDO.WarrantyPromisestatic final ResourceSchemaDO.WarrantyScopestatic final ResourceSchemaDO.WatchActionstatic final ResourceSchemaDO.Waterfallstatic final ResourceSchemaDO.WearableMeasurementTypeEnumerationstatic final ResourceSchemaDO.WearableSizeGroupEnumerationstatic final ResourceSchemaDO.WearableSizeSystemEnumerationstatic final ResourceSchemaDO.WearActionstatic final ResourceSchemaDO.WebAPIstatic final ResourceSchemaDO.WebApplicationstatic final ResourceSchemaDO.WebContentstatic final ResourceSchemaDO.WebPagestatic final ResourceSchemaDO.WebPageElementstatic final ResourceSchemaDO.WebSitestatic final ResourceSchemaDO.WholesaleStorestatic final ResourceSchemaDO.WinActionstatic final ResourceSchemaDO.Winerystatic final ResourceVCARD4.Workstatic final ResourceSchemaDO.WorkBasedProgramstatic final ResourceSchemaDO.WorkersUnionstatic final ResourceSchemaDO.WPAdBlockstatic final ResourceSchemaDO.WPFooterstatic final ResourceSchemaDO.WPHeaderstatic final ResourceSchemaDO.WPSideBarstatic final ResourceWAC.Writestatic final ResourceSchemaDO.WriteActionstatic final ResourceRDFSyntax.wsstatic final ResourceVCARD4.X400Deprecated.static final ResourceXSD.xbooleanResource URI for xsd:booleanstatic final ResourceXSD.xbyteResource URI for xsd:bytestatic final ResourceXSD.xdoubleResource URI for xsd:doublestatic final ResourceXSD.xfloatResource URI for xsd:floatstatic final ResourceXSD.xintResource URI for xsd:intstatic final ResourceXSD.xlongResource URI for xsd:longstatic final ResourceRDF.xmlLiteralstatic final Resourcestatic final ResourceSchemaDO.XPathTypestatic final ResourceXSD.xshortResource URI for xsd:shortstatic final ResourceXSD.xstringResource URI for xsd:stringstatic final ResourceResource URI for xsd:yearMonthDurationstatic final ResourceSchemaDO.ZooMethods in org.apache.jena.vocabulary that return ResourceModifier and TypeMethodDescriptionstatic ResourceOWL1.Init.AllDifferent()Deprecated.static ResourceOWL1.Init.AnnotationProperty()Deprecated.static ResourceOWL1.Init.Class()Deprecated.static ResourceRDFS.Init.Class()static ResourceRDFS.Init.Container()static ResourceRDFS.Init.ContainerMembershipProperty()static ResourceOWL1.Init.DataRange()Deprecated.static ResourceRDFS.Init.Datatype()static ResourceOWL1.Init.DatatypeProperty()Deprecated.static ResourceOWL1.Init.DeprecatedClass()Deprecated.static ResourceOWL1.Init.DeprecatedProperty()Deprecated.static ResourceOWL1.Init.FunctionalProperty()Deprecated.static ResourceOWL1.Init.InverseFunctionalProperty()Deprecated.static ResourceRDFS.Init.Literal()static ResourceOWL1.Init.Nothing()Deprecated.static ResourceOWL1.Init.ObjectProperty()Deprecated.static ResourceOWL1.Init.Ontology()Deprecated.static ResourceOWL1.Init.OntologyProperty()Deprecated.static ResourceRDFS.Init.Resource()static ResourceOWL1.Init.Restriction()Deprecated.static ResourceOWL1.Init.SymmetricProperty()Deprecated.static ResourceOWL1.Init.Thing()Deprecated.static ResourceOWL1.Init.TransitiveProperty()Deprecated.