Uses of Interface
org.apache.jena.rdf.model.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
Modifier and TypeFieldDescriptionstatic final Resource
JA.Content
static final Resource
JA.ContentItem
static final Resource
JA.DefaultModel
static final Resource
static final Resource
JA.Expanded
static final Resource
static final Resource
JA.False
static final Resource
JA.FileManager
static final Resource
JA.FileModel
static final Resource
static final Resource
JA.HasRules
static final Resource
JA.InfModel
static final Resource
static final Resource
static final Resource
JA.MemoryModel
static final Resource
JA.Model
static final Resource
JA.ModelSource
static final Resource
JA.NamedModel
static final Resource
JA.Object
static final Resource
JA.OntModel
static final Resource
JA.OntModelSpec
static final Resource
static final Resource
static final Resource
JA.RuleSet
static final Resource
static final Resource
JA.This
static final Resource
JA.True
static final Resource
JA.UnionModel
Modifier and TypeMethodDescriptionstatic Resource
AssemblerHelp.findSpecificType
(Resource root) Answer the most specific type ofroot
that is a subclass of ja:Object.static Resource
AssemblerHelp.findSpecificType
(Resource root, Resource baseType) Answer the most specific type ofroot
that is a subclass ofgivenType
.static Resource
AssemblerHelp.getResource
(Statement s) Answer the resource that is the object of the statements
.static Resource
AssemblerHelp.singleModelRoot
(Model singleRoot) Answer the single resource insingleRoot
of typeja:Model
.static Resource
AssemblerHelp.singleRoot
(Model singleRoot, Resource type) Answer the single resource insingleRoot
of typetype
.static Resource
AssemblerHelp.withFullModel
(Resource root) Answer a Resource .equals() toroot
, but in the expanded model.Modifier 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 specificationmodel
which have rdf:typetype
, which must be a subtype ofja:Object
.AssemblerHelp.findSpecificTypes
(Resource root, Resource baseType) Answer all the types ofroot
which are subtypes ofbaseType
and which do not have subtypes which are also types ofroot
.Modifier and TypeMethodDescriptionAssemblerHelp.findAssemblerRoots
(Model model, Resource type) Answer a Set of the objects in the full expansion of the assembler specificationmodel
which have rdf:typetype
, which must be a subtype ofja:Object
.static Resource
AssemblerHelp.findSpecificType
(Resource root) Answer the most specific type ofroot
that is a subclass of ja:Object.static Resource
AssemblerHelp.findSpecificType
(Resource root, Resource baseType) Answer the most specific type ofroot
that is a subclass ofgivenType
.AssemblerHelp.findSpecificTypes
(Resource root, Resource baseType) Answer all the types ofroot
which are subtypes ofbaseType
and 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 assemblera
for 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.boolean
Mode.permitCreateNew
(Resource root, String name) Answer true if the objectroot
with the givenname
can be created if it does not already exist.boolean
Mode.permitUseExisting
(Resource root, String name) Answer true if the existing objectroot
with the givenname
can be reused.static Resource
AssemblerHelp.singleRoot
(Model singleRoot, Resource type) Answer the single resource insingleRoot
of typetype
.static Resource
AssemblerHelp.withFullModel
(Resource root) Answer a Resource .equals() toroot
, but in the expanded model. -
Uses of Resource in org.apache.jena.assembler.assemblers
Modifier and TypeFieldDescriptionfinal Resource
AssemblerGroup.Frame.root
final Resource
AssemblerGroup.Frame.type
Modifier and TypeMethodDescriptionstatic Resource
AssemblerBase.getRequiredResource
(Resource root, Property p) Modifier and TypeMethodDescriptionabstract Assembler
AssemblerGroup.assemblerFor
(Resource type) AssemblerGroup.ExpandingAssemblerGroup.assemblerFor
(Resource type) static RuleSet
RuleSetAssembler.createRuleSet
(Assembler a, Resource root) static String
AssemblerBase.getOptionalClassName
(Resource root, Property classProperty) Answer the string described by the value of the unique optionalclassProperty
property ofroot
, or null if there's no such property.static PrefixMapping
PrefixMappingAssembler.getPrefixes
(Assembler a, Resource root, PrefixMapping result) static ReasonerFactory
ReasonerFactoryAssembler.getReasonerFactoryByURL
(Resource root, Resource reasonerURL) Answer a ReasonerFactory which delivers reasoners with the given URLreasonerURL
.static Resource
AssemblerBase.getRequiredResource
(Resource root, Property p) AssemblerGroup.ExpandingAssemblerGroup.implementWith
(Resource type, Assembler a) abstract AssemblerGroup
AssemblerGroup.implementWith
(Resource type, Assembler a) ContentAssembler.loadContent
(List<Content> contents, Assembler a, Resource root) final Object
abstract Object
final Object
OntModelAssembler.openEmptyModel
(Assembler a, Resource root, Mode mode) -
Uses of Resource in org.apache.jena.assembler.exceptions
Modifier 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()
ModifierConstructorDescriptionAmbiguousSpecificTypeException
(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) ModifierConstructorDescriptionAmbiguousSpecificTypeException
(Resource root, ArrayList<Resource> types) -
Uses of Resource in org.apache.jena.ontology
Modifier and TypeInterfaceDescriptioninterface
Interface defining an individual in which all members of a collection are declared pair-wise disjoint.interface
A property restriction that requires the named property to have have any range instances to be members of a given class.interface
Interface that represents the category of annotation properties in an ontology language.interface
Encapsulates a class description formed from a boolean combination of other class descriptions (ie union, intersection or complement).interface
Interface representing the ontology abstraction for a qualified cardinality restriction.interface
A property restriction that requires the named property to have have exactly the given number of values for a given instance to be a member of the class defined by the restriction.interface
Class description that is formed from the complement of another class descriptioninterface
Represents an ontology DataRange: a class-like construct that contains only concrete data literals.interface
Interface that encapsulates the class of properties whose range values are datatype values (as distinct fromObjectProperty
whose values are individuals).interface
Encapsulates a class description representing a closed enumeration of individuals.interface
Interface encapsulating the class of properties that are functional: that is, properties in which a given given domain value has a unique value in the range.interface
A property restriction that requires the named property to have a given individual as its value.interface
Interface that encapsulates an individual in an ontology, sometimes referred to as a fact or assertion, or a member of the a-box.interface
Encapsulates a class description that is the intersection of a list of class expressions.interface
Interface encapsulating the class of properties that are inverse functional: that is, properties in which a given given range value has a unique value in the domain (effectively, a key).interface
Interface representing the ontology abstraction for a qualified maximum cardinality restriction.interface
A property restriction that requires the named property to have have at most the given number of values for a given instance to be a member of the class defined by the restriction.interface
Interface representing the ontology abstraction for a qualified minimum cardinality restriction.interface
A property restriction that requires the named property to have have at least the given number of values for a given instance to be a member of the class defined by the restriction.interface
Interface encapsulating properties whose range values are restricted to individuals (as distinct from datatype valuedproperties
).interface
Interface that represents an ontology node characterising a class description.interface
Interface encapsulating the distinguished instance in a given ontology document that presents meta-data and other processing data about the document (including which other documents are imported by a document).interface
Interface encapsulating a property in an ontology.interface
Provides a common super-type for all of the abstractions in this ontology representation package.interface
Represents a qualified restriction, in which all values of the restricted property are required to be members of a given class.interface
Interface that encapsulates a class description formed by restricting one or more properties to have constrained values and/or cardinalities.interface
A property restriction that requires the named property to have at least one range instance belonging to the given class.interface
Interface that encapsulates a property that is symmetric, i.e. one in which ifp(x, y)
holds, thenp(y, x)
must also hold.interface
Interface that denotes a property that is transitive i.e. one in which ifx p y
holds, andy p z
holds, thenx p z
must also hold.interface
Class description that is formed from the union of a list of a class descriptions.Modifier and TypeFieldDescriptionstatic final Resource
OntDocumentManager.DOC_MGR_POLICY
rdf:type for document manager policy nodesstatic final Resource
OntDocumentManager.ONTOLOGY_SPEC
rdf:type for ontology specification nodes in meta-data fileModifier 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.OntResource.getRDFType
(boolean direct) Answer therdf:type
(i.e.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:type
for 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.Modifier 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.Modifier and TypeMethodDescriptionvoid
Ontology.addBackwardCompatibleWith
(Resource res) Add a resource representing an ontology that this ontology (strictly, the ontology represented by this node) is backwards compatible with.void
OntResource.addDifferentFrom
(Resource res) Add a statement declaring that this resource is distinct from the given resource.void
OntClass.addDisjointWith
(Resource cls) Add a class that this class is disjoint with.void
AllDifferent.addDistinctMember
(Resource res) Add the given individual to the list of distinct members of this AllDifferent declaration.void
Add a resource representing the domain of this property.void
OntClass.addEquivalentClass
(Resource cls) Add a class that is equivalent to this class.void
Add a resource representing an ontology that this ontology (strictly, the ontology represented by this node) imports.void
Ontology.addIncompatibleWith
(Resource res) Add a resource representing an ontology that this ontology (strictly, the ontology represented by this node) is incompatible with.void
OntResource.addIsDefinedBy
(Resource res) Add a resource that is declared to provide a definition of this resource.void
Add an individual to the enumeration that defines the class extension of this class.void
Individual.addOntClass
(Resource cls) Add the given ontology class as one of the classes to which this individual belongs.void
BooleanClassDescription.addOperand
(Resource cls) Add a class the operands of this boolean expression.void
Ontology.addPriorVersion
(Resource res) Add a resource representing an ontology that this ontology (strictly, the ontology represented by this node) supercedes.void
Add a resource representing the range of this property.void
OntResource.addRDFType
(Resource cls) Add the given class as one of therdf:type
's for this resource.void
Add a resource that is declared to be equivalent to this resource.void
OntResource.addSeeAlso
(Resource res) Add a resource that is declared to provided additional information about the definition of this resourcevoid
OntClass.addSubClass
(Resource cls) Add a sub-class of this class.void
OntClass.addSuperClass
(Resource cls) Add a super-class of this class.static OntModelSpec
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) 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) Answer a resource representing the class that is the complement of the given argument classOntModel.createIndividual
(String uri, Resource cls) Answer a resource that represents an Individual node in this model.OntModel.createIndividual
(Resource cls) Answer a resource that represents anIndividual
node in this model.<T extends OntResource>
TOntModel.createOntResource
(Class<T> javaClass, Resource rdfType, String uri) Answer a resource that represents a generic ontology node in this model.OntModel.createSomeValuesFromRestriction
(String uri, Property prop, Resource cls) Answer a class description defined as the class of those individuals that have at least one property with a value belonging to the given classvoid
OntClass.dropIndividual
(Resource individual) Remove the given individual from the set of instances that are members of this class.static OntTools.Path
Answer the shortest path from thestart
resource to theend
RDF 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) Answer a resource presenting theOntResource
facet, which corresponds to the given resource but attached to this model.boolean
Profile.hasAliasFor
(Resource res) Answer true if the given resource has an alias in this profile.boolean
AllValuesFromRestriction.hasAllValuesFrom
(Resource cls) Answer true if this property restriction has the given class as the class to which all values of the restricted property must belong.boolean
AllDifferent.hasDistinctMember
(Resource res) Answer true if this AllDifferent declaration includesres
as one of the distinct individuals.boolean
Answer true if the given resource a class specifying the domain of this property.boolean
OntClass.hasEquivalentClass
(Resource cls) Answer true if the given class is equivalent to this class.boolean
Answer true if the given individual is one of the enumerated individuals in the class extension of this class.boolean
Individual.hasOntClass
(Resource ontClass) Answer true if this individual is a member of the class denoted by the given ontology class resource.boolean
Individual.hasOntClass
(Resource ontClass, boolean direct) Answer true if this individual is a member of the class denoted by the given class resource.boolean
BooleanClassDescription.hasOperand
(Resource cls) Answer true if this Boolean class expression has the given class as an operand.boolean
Ontology.hasPriorVersion
(Resource res) Answer true if this ontology (the ontology represented by this resource) supercedes the given resource.boolean
Answer true if the given resource a class specifying the range of this property.boolean
OntResource.hasRDFType
(Resource ontClass) Answer true if this resource is a member of the class denoted by the given class resource.boolean
OntResource.hasRDFType
(Resource ontClass, boolean direct) Answer true if this resource is a member of the class denoted by the given class resource.boolean
OntResource.hasSeeAlso
(Resource res) Answer true if this resource has the given resource as a source of additional information.boolean
SomeValuesFromRestriction.hasSomeValuesFrom
(Resource cls) Answer true if this property restriction has the given class as the class to which at least one value of the restricted property must belong.boolean
OntClass.hasSubClass
(Resource cls) Answer true if the given class is a sub-class of this class.boolean
OntClass.hasSubClass
(Resource cls, boolean direct) Answer true if the given class is a sub-class of this class.boolean
OntClass.hasSuperClass
(Resource cls) Answer true if the given class is a super-class of this class.boolean
OntClass.hasSuperClass
(Resource cls, boolean direct) Answer true if the given class is a super-class of this class.boolean
Answer true if this ontology (the ontology represented by this resource) imports the given resource.boolean
Ontology.isBackwardCompatibleWith
(Resource res) Answer true if this ontology (the ontology represented by this resource) is backward compatible with the given resource.boolean
OntResource.isDefinedBy
(Resource res) Answer true if this resource is defined by the given resource.boolean
OntResource.isDifferentFrom
(Resource res) Answer true if this resource is different from the given resource.boolean
OntClass.isDisjointWith
(Resource cls) Answer true if this class is disjoint with the given class.boolean
Ontology.isIncompatibleWith
(Resource res) Answer true if this ontology (the ontology represented by this resource) is incompatible with the given resource.boolean
Answer 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) Answer an iterator that ranges over the resources in this model that are instances of the given class.void
AllValuesFromRestriction.removeAllValuesFrom
(Resource cls) Remove the statement that this restriction has all values from the given class among the values for the restricted property.void
Ontology.removeBackwardCompatibleWith
(Resource res) Remove the statement that this ontology is backwards compatible with the ontology represented by the given resource.void
OntResource.removeDefinedBy
(Resource res) Remove the statement that this resource is defined by the given resource.void
OntResource.removeDifferentFrom
(Resource res) Remove the statement that this resource is different the given resource.void
OntClass.removeDisjointWith
(Resource cls) Remove the statement that this class and the given class are disjoint.void
AllDifferent.removeDistinctMember
(Resource res) Remove the given resource from the list of distinct individuals.void
OntProperty.removeDomain
(Resource cls) Remove the given class from the stated domain(s) of this property.void
OntClass.removeEquivalentClass
(Resource cls) Remove the statement that this class and the given class are equivalent.void
Ontology.removeImport
(Resource res) Remove the statement that this ontology imports the ontology represented by the given resource.void
Ontology.removeIncompatibleWith
(Resource res) Remove the statement that the given ontology is incompatible with this ontology.void
EnumeratedClass.removeOneOf
(Resource res) Remove the statement that this enumeration includesres
among its members.void
Individual.removeOntClass
(Resource ontClass) Attempt to remove thisindividual
as a member of the given ontology class.void
BooleanClassDescription.removeOperand
(Resource res) Remove the given resource from the operands of this class expression.void
Ontology.removePriorVersion
(Resource res) Remove the statement that the given ontology is a prior version of this ontology.void
OntProperty.removeRange
(Resource cls) Remove the given class from the stated range(s) of this property.void
OntResource.removeRDFType
(Resource cls) Remove the statement that this resource is of the given RDF type.void
OntResource.removeSameAs
(Resource res) Remove the statement that this resource is the same as the given resource.void
OntResource.removeSeeAlso
(Resource res) Remove the statement indicating the given resource as a source of additional information about this resource.void
SomeValuesFromRestriction.removeSomeValuesFrom
(Resource cls) Remove the statement that this restriction has some values from the given class among the values for the restricted property.void
OntClass.removeSubClass
(Resource cls) Remove the given class from the sub-classes of this class.void
OntClass.removeSuperClass
(Resource cls) Remove the given class from the super-classes of this class.void
AllValuesFromRestriction.setAllValuesFrom
(Resource cls) Assert that this restriction restricts the property to have all values be members of the given class.void
Ontology.setBackwardCompatibleWith
(Resource res) Assert that this ontology is backward compatible with the given ontology.void
OntResource.setDifferentFrom
(Resource res) Assert that the given resource and this resource are distinct.void
OntClass.setDisjointWith
(Resource cls) Assert that this class is disjoint with the given class.void
Assert that the given resource represents the class of individuals that form the domain of this property.void
OntClass.setEquivalentClass
(Resource cls) Assert that the given class is equivalent to this class.void
Assert that this ontology imports only the given ontology.void
Ontology.setIncompatibleWith
(Resource res) Assert that this ontology is incompatible with the given ontology.void
OntResource.setIsDefinedBy
(Resource res) Assert that the given resource provides a source of definitions about this resource.void
void
Individual.setOntClass
(Resource cls) Set the ontology class for this individual, replacing any existing class membership.void
ComplementClass.setOperand
(Resource cls) Set the class that the class represented by this class expression is a complement of.void
Ontology.setPriorVersion
(Resource res) Assert that this ontology is a new version of the given ontology.void
Assert that the given resource represents the class of individuals that form the range of this property.void
OntResource.setRDFType
(Resource cls) Set the RDF type (i.e.void
Assert equivalence between the given resource and this resource.void
OntResource.setSeeAlso
(Resource res) Assert that the given resource provides additional information about the definition of this resourcevoid
SomeValuesFromRestriction.setSomeValuesFrom
(Resource cls) Assert that this restriction restricts the property to have at least one value that is a member of the given class.void
OntClass.setSubClass
(Resource cls) Assert that this class is super-class of the given class.void
OntClass.setSuperClass
(Resource cls) Assert that this class is sub-class of the given class.Modifier and TypeMethodDescriptionvoid
AllDifferent.addDistinctMembers
(Iterator<? extends Resource> individuals) Add the given individuals to the list of distinct members of this AllDifferent declaration.void
Add each individual from the given iteration to the enumeration that defines the class extension of this class.void
BooleanClassDescription.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.ontology.impl
Modifier and TypeClassDescriptionclass
Implementation of the abstraction of axioms that denote the single name assumption.class
Implementation of the allValuesFrom restriction abstraction.class
Implementation for ontology abstraction of annotation propertyclass
Shared implementation for implementations of Boolean clas expressions.class
Implementation of the exact qualified cardinality restrictionclass
Implementation of the cardinality restriction abstraction.class
Implementation of a node representing a complement class description.class
Default implementation of the interface that defines a closed enumeration of concrete values for the range of a property.class
Implementation of the datatype property abstractionclass
Implementation of a node representing an enumerated class description.class
Implementation of the functional property abstractionclass
Implementation of the hasValue restriction abstraction.class
Implementation for the ontology abstraction representing ontology class descriptions.class
Implementation of a node representing an intersection class description.class
Implementation of the functional property abstractionclass
Implementation of the max qualified cardinality restrictionclass
Implementation of the max cardinality restriction abstraction.class
Implementation of the min qualified cardinality restrictionclass
Implementation of the min cardinality restriction abstraction.class
Implementation of the object property abstractionclass
Implementation of the ontology abstraction representing ontology classes.class
Implementation of the Ontology interface, encapsulating nodes that hold the meta-data about whole ontologies.class
Implementation of the abstraction representing a general ontology property.class
Abstract base class to provide shared implementation for implementations of ontology resources.class
Implementation of qualied restrictions.class
Implementation of the ontology abstraction representing restrictions.class
Implementation of the someValuesFrom restriction abstraction.class
Implementation of the symmetric property abstractionclass
Implementation of the transitive property abstractionclass
Implementation of a node representing a union class description.Modifier 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()
Modifier 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.Modifier and TypeMethodDescriptionvoid
OntologyImpl.addBackwardCompatibleWith
(Resource res) Add a resource representing an ontology that this ontology (strictly, the ontology represented by this node) is backwards compatible with.void
OntResourceImpl.addDifferentFrom
(Resource res) Add a statement declaring that this resource is distinct from the given resource.void
OntClassImpl.addDisjointWith
(Resource cls) Add a class that this class is disjoint with.void
AllDifferentImpl.addDistinctMember
(Resource res) Add the given individual to the list of distinct members of this AllDifferent declaration.void
Add a resource representing the domain of this property.void
OntClassImpl.addEquivalentClass
(Resource cls) Add a class that is equivalent to this class.void
Add a resource representing an ontology that this ontology (strictly, the ontology represented by this node) imports.void
OntologyImpl.addIncompatibleWith
(Resource res) Add a resource representing an ontology that this ontology (strictly, the ontology represented by this node) is incompatible with.void
OntResourceImpl.addIsDefinedBy
(Resource res) Add a resource that is declared to provide a definition of this resource.void
Add an individual to the enumeration that defines the class extension of this class.void
IndividualImpl.addOntClass
(Resource cls) Add the given ontology class as one of the classes to which this individual belongs.void
BooleanClassDescriptionImpl.addOperand
(Resource cls) Add a class the operands of this boolean expression.void
ComplementClassImpl.addOperand
(Resource cls) Add a class the operands of this boolean expression.void
OntologyImpl.addPriorVersion
(Resource res) Add a resource representing an ontology that this ontology (strictly, the ontology represented by this node) supercedes.void
Add a resource representing the range of this property.void
OntResourceImpl.addRDFType
(Resource cls) Add the given class as one of therdf:type
's for this resource.void
Add a resource that is declared to be equivalent to this resource.void
OntResourceImpl.addSeeAlso
(Resource res) Add a resource that is declared to provided additional information about the definition of this resourcevoid
OntClassImpl.addSubClass
(Resource cls) Add a sub-class of this class.void
OntClassImpl.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 classvoid
OntClassImpl.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 theOntResource
facet, which corresponds to the given resource but attached to this model.boolean
AbstractProfile.hasAliasFor
(Resource res) Answer true if the given resource has an alias in this profile.boolean
AllValuesFromRestrictionImpl.hasAllValuesFrom
(Resource cls) Answer true if this property restriction has the given class as the class to which all values of the restricted property must belong.boolean
AllDifferentImpl.hasDistinctMember
(Resource res) Answer true if this AllDifferent declaration includesres
as one of the distinct individuals.boolean
Answer true if the given resource a class specifying the domain of this property.boolean
OntClassImpl.hasEquivalentClass
(Resource cls) Answer true if the given class is equivalent to this class.boolean
Answer true if the given individual is one of the enumerated individuals in the class extension of this class.boolean
IndividualImpl.hasOntClass
(Resource ontClass) Answer true if this individual is a member of the class denoted by the given ontology class resource.boolean
IndividualImpl.hasOntClass
(Resource ontClass, boolean direct) Answer true if this individual is a member of the class denoted by the given class resource.boolean
BooleanClassDescriptionImpl.hasOperand
(Resource cls) Answer true if this Boolean class expression has the given class as an operand.boolean
ComplementClassImpl.hasOperand
(Resource cls) Answer true if this Boolean class expression has the given class as an operand.boolean
OntologyImpl.hasPriorVersion
(Resource res) Answer true if this ontology (the ontology represented by this resource) supercedes the given resource.boolean
Answer true if the given resource a class specifying the range of this property.boolean
OntResourceImpl.hasRDFType
(Resource ontClass) Answer true if this resource is a member of the class denoted by the given class resource.boolean
OntResourceImpl.hasRDFType
(Resource ontClass, boolean direct) Answer true if this resource is a member of the class denoted by the given class resource.boolean
OntResourceImpl.hasSeeAlso
(Resource res) Answer true if this resource has the given resource as a source of additional information.boolean
SomeValuesFromRestrictionImpl.hasSomeValuesFrom
(Resource cls) Answer true if this property restriction has the given class as the class to which at least one value of the restricted property must belong.boolean
OntClassImpl.hasSubClass
(Resource cls) Answer true if the given class is a sub-class of this class.boolean
OntClassImpl.hasSubClass
(Resource cls, boolean direct) Answer true if the given class is a sub-class of this class.boolean
OntClassImpl.hasSuperClass
(Resource cls) Answer true if the given class is a super-class of this class.boolean
OntClassImpl.hasSuperClass
(Resource cls, boolean direct) Answer true if the given class is a super-class of this class.boolean
Answer true if this ontology (the ontology represented by this resource) imports the given resource.boolean
OntologyImpl.isBackwardCompatibleWith
(Resource res) Answer true if this ontology (the ontology represented by this resource) is backward compatible with the given resource.boolean
OntResourceImpl.isDefinedBy
(Resource res) Answer true if this resource is defined by the given resource.boolean
OntResourceImpl.isDifferentFrom
(Resource res) Answer true if this resource is different from the given resource.boolean
OntClassImpl.isDisjointWith
(Resource cls) Answer true if this class is disjoint with the given class.boolean
OntologyImpl.isIncompatibleWith
(Resource res) Answer true if this ontology (the ontology represented by this resource) is incompatible with the given resource.boolean
Answer 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.void
AllValuesFromRestrictionImpl.removeAllValuesFrom
(Resource cls) Remove the statement that this restriction has all values from the given class among the values for the restricted property.void
OntologyImpl.removeBackwardCompatibleWith
(Resource res) Remove the statement that this ontology is backwards compatible with the ontology represented by the given resource.void
OntResourceImpl.removeDefinedBy
(Resource res) Remove the statement that this resource is defined by the given resource.void
OntResourceImpl.removeDifferentFrom
(Resource res) Remove the statement that this resource is different the given resource.void
OntClassImpl.removeDisjointWith
(Resource cls) Remove the statement that this class and the given class are disjoint.void
AllDifferentImpl.removeDistinctMember
(Resource res) Remove the given resource from the list of distinct individuals.void
OntPropertyImpl.removeDomain
(Resource cls) Remove the given class from the stated domain(s) of this property.void
OntClassImpl.removeEquivalentClass
(Resource cls) Remove the statement that this class and the given class are equivalent.void
OntologyImpl.removeImport
(Resource res) Remove the statement that this ontology imports the ontology represented by the given resource.void
OntologyImpl.removeIncompatibleWith
(Resource res) Remove the statement that the given ontology is incompatible with this ontology.void
EnumeratedClassImpl.removeOneOf
(Resource res) Remove the statement that this enumeration includesres
among its members.void
IndividualImpl.removeOntClass
(Resource ontClass) Attempt to remove thisindividual
as a member of the given ontology class.void
BooleanClassDescriptionImpl.removeOperand
(Resource res) Remove the given resource from the operands of this class expression.void
ComplementClassImpl.removeOperand
(Resource res) Remove the given resource from the operands of this class expression.void
OntologyImpl.removePriorVersion
(Resource res) Remove the statement that the given ontology is a prior version of this ontology.void
OntPropertyImpl.removeRange
(Resource cls) Remove the given class from the stated range(s) of this property.void
OntResourceImpl.removeRDFType
(Resource cls) Remove the statement that this resource is of the given RDF type.void
OntResourceImpl.removeSameAs
(Resource res) Remove the statement that this resource is the same as the given resource.void
OntResourceImpl.removeSeeAlso
(Resource res) Remove the statement indicating the given resource as a source of additional information about this resource.void
SomeValuesFromRestrictionImpl.removeSomeValuesFrom
(Resource cls) Remove the statement that this restriction has some values from the given class among the values for the restricted property.void
OntClassImpl.removeSubClass
(Resource cls) Remove the given class from the sub-classes of this class.void
OntClassImpl.removeSuperClass
(Resource cls) Remove the given class from the super-classes of this class.void
AllValuesFromRestrictionImpl.setAllValuesFrom
(Resource cls) Assert that this restriction restricts the property to have all values be members of the given class.void
OntologyImpl.setBackwardCompatibleWith
(Resource res) Assert that this ontology is backward compatible with the given ontology.void
OntResourceImpl.setDifferentFrom
(Resource res) Assert that the given resource and this resource are distinct.void
OntClassImpl.setDisjointWith
(Resource cls) Assert that this class is disjoint with the given class.void
Assert that the given resource represents the class of individuals that form the domain of this property.void
OntClassImpl.setEquivalentClass
(Resource cls) Assert that the given class is equivalent to this class.void
Assert that this ontology imports only the given ontology.void
OntologyImpl.setIncompatibleWith
(Resource res) Assert that this ontology is incompatible with the given ontology.void
OntResourceImpl.setIsDefinedBy
(Resource res) Assert that the given resource provides a source of definitions about this resource.void
IndividualImpl.setOntClass
(Resource cls) Set the ontology class for this individual, replacing any existing class membership.void
ComplementClassImpl.setOperand
(Resource cls) Set the class that the class represented by this class expression is a complement of.void
OntologyImpl.setPriorVersion
(Resource res) Assert that this ontology is a new version of the given ontology.void
Assert that the given resource represents the class of individuals that form the range of this property.void
OntResourceImpl.setRDFType
(Resource cls) Set the RDF type (i.e.void
Assert equivalence between the given resource and this resource.void
OntResourceImpl.setSeeAlso
(Resource res) Assert that the given resource provides additional information about the definition of this resourcevoid
SomeValuesFromRestrictionImpl.setSomeValuesFrom
(Resource cls) Assert that this restriction restricts the property to have at least one value that is a member of the given class.void
OntClassImpl.setSubClass
(Resource cls) Assert that this class is super-class of the given class.void
OntClassImpl.setSuperClass
(Resource cls) Assert that this class is sub-class of the given class.Modifier and TypeMethodDescriptionvoid
AllDifferentImpl.addDistinctMembers
(Iterator<? extends Resource> individuals) Add the given individuals to the list of distinct members of this AllDifferent declaration.void
Add each individual from the given iteration to the enumeration that defines the class extension of this class.void
BooleanClassDescriptionImpl.addOperands
(Iterator<? extends Resource> classes) Add all of the classes from the given iterator to the operands of this boolean expression.void
ComplementClassImpl.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
Modifier and TypeInterfaceDescriptioninterface
An RDF Alternative container.interface
An RDF Bag container.interface
An RDF Container.interface
An RDF Property.interface
Provides a convenience encapsulation for lists formed from chains of RDF statements arranged to form a head/tail cons-cell structure.interface
RDF Sequence container.Modifier and TypeMethodDescriptionResource.abort()
Abort the transaction in the associated model.Resource.addLiteral
(Property p, boolean o) Add the propertyp
with the typed-literal valueo
to this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral
(Property p, char o) Add the propertyp
with the typed-literal valueo
to this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral
(Property value, double d) Add the propertyp
with the typed-literal valueo
to this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral
(Property value, float d) Add the propertyp
with the typed-literal valueo
to this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral
(Property p, long o) Add the propertyp
with the typed-literal valueo
to this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral
(Property p, Object o) Add the propertyp
with the typed-literal valueo
to this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral
(Property p, Literal o) Add the propertyp
with the pre-constructed Literal valueo
to 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.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.Model.createResource
(Statement statement) Create a resource that represents a statement.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 Resource
ResourceFactory.createResource()
Create a new anonymous resource.static Resource
ResourceFactory.createResource
(String uriref) Create a new resource.ResourceFactory.Interface.createResource()
Create a new anonymous resource.ResourceFactory.Interface.createResource
(String uriref) Create a new resource.static Resource
ResourceFactory.createStmtResource
(Statement statement) Create a new resource representing an RDF-star triple term.ResourceFactory.Interface.createStmtResource
(Statement statement) Create a new resource representing an RDF-star triple term.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 predicatep
for this resource from its associated model.Resource.removeProperties()
Delete all the properties for this resource from the associated model.ModelGraphInterface.wrapAsResource
(Node n) Modifier and TypeMethodDescriptionModelFactory.findAssemblerRoots
(Model m) Answer a Set of resources present inm
that are explicitly or implicitly of type ja:Object, ie, suitable as roots forassemblerModelFrom
.Modifier and TypeMethodDescriptionadd 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 Model
ModelFactory.assembleModelFrom
(Resource root) Answer a Model as described the Assembler specification rooted at the Resourceroot
in its Model.boolean
Determine whether this model contains any statements with a given subject and property.boolean
Determine if an (S, P, O) pattern is present in this model, with null allowed to represent a wildcard match.boolean
Determine if a statement is present in this model.boolean
Determine if a statement is present in this model.boolean
ModelCon.containsLiteral
(Resource s, Property p, boolean o) Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o.boolean
ModelCon.containsLiteral
(Resource s, Property p, char o) Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o.boolean
ModelCon.containsLiteral
(Resource s, Property p, double o) Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o.boolean
ModelCon.containsLiteral
(Resource s, Property p, float o) Answer true iff this model contains (s, p, o') where o' is the typed literal corresponding to o.boolean
ModelCon.containsLiteral
(Resource s, Property p, int o) Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o.boolean
ModelCon.containsLiteral
(Resource s, Property p, long o) Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o.boolean
ModelCon.containsLiteral
(Resource s, Property p, 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.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 Statement
ResourceFactory.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, ?O) from this model.Model.getProperty
(Resource s, Property p, String lang) Answer a statement (s, p, ?O) from this model.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.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.default Object
Method to call when visiting a resource with a statement.Method to call when visiting a URI node r with the given uri. -
Uses of Resource in org.apache.jena.rdf.model.impl
Modifier and TypeClassDescriptionclass
An implementation of Alt.class
An implementation of Bagclass
An internal class not normally of interest to application developers.class
An implementation of Property.class
Standard implementation the list abstraction from rdf.model.class
An implementation of Resource.class
An implementation of SeqModifier 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()
ResourceImpl.begin()
ResourceImpl.commit()
ModelCom.createResource()
ModelCom.createResource
(String uri) ModelCom.createResource
(String uri, Resource type) ModelCom.createResource
(AnonId anonId) ModelCom.createResource
(Resource type) ModelCom.createResource
(Statement statement) AltImpl.getDefaultResource()
ResourceImpl.getPropertyResourceValue
(Property p) ModelCom.getResource
(String uri) ModelCom.getResource
(AnonId id) SeqImpl.getResource
(int index) abstract Resource
StatementBase.getResource()
StatementImpl.getResource()
abstract Resource
StatementBase.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) Modifier 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) boolean
boolean
boolean
boolean
boolean
ModelCom.containsLiteral
(Resource s, Property p, boolean o) boolean
ModelCom.containsLiteral
(Resource s, Property p, char o) boolean
ModelCom.containsLiteral
(Resource s, Property p, double o) boolean
ModelCom.containsLiteral
(Resource s, Property p, float o) boolean
ModelCom.containsLiteral
(Resource s, Property p, int o) boolean
ModelCom.containsLiteral
(Resource s, Property p, long o) boolean
ModelCom.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.ModifierConstructorDescriptionContainerImpl
(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 StatementImplModifierConstructorDescriptionResIteratorImpl
(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
Modifier and TypeMethodDescriptionReasonerRegistry.getDescription
(String uri) Return information on a given Reasoner.Modifier and TypeMethodDescriptionvoid
Reasoner.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
Modifier and TypeMethodDescriptionvoid
BasicForwardRuleReasoner.addDescription
(Model configSpec, Resource base) Add a configuration description for this reasoner into a partial configuration specification model.void
FBRuleReasoner.addDescription
(Model configSpec, Resource base) Add a configuration description for this reasoner into a partial configuration specification model.void
LPBackwardRuleReasoner.addDescription
(Model configSpec, Resource base) Add a configuration description for this reasoner into a partial configuration specification model.static Boolean
Util.checkBinaryPredicate
(Property predicate, Resource configuration) Helper method - extracts the truth of a boolean configuration predicate.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 Integer
Util.getIntegerPredicate
(Property predicate, Resource configuration) Helper method - extracts the value of an integer configuration predicate.static void
Util.updateParameter
(Resource config, Property parameter, Object value) Replace the value for a given parameter on the resource by a new value.ModifierConstructorDescriptionFBRuleReasoner
(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
Modifier 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). -
Uses of Resource in org.apache.jena.reasoner.transitiveReasoner
Modifier and TypeMethodDescriptionvoid
TransitiveReasoner.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
Modifier 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 resourceref
under the relationp
.Modifier and TypeMethodDescriptionstatic Resource
ResourceUtils.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.Modifier and TypeMethodDescriptionstatic Model
ResourceUtils.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 resourceref
under the relationp
.static Resource
ResourceUtils.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
Modifier and TypeFieldDescriptionstatic final Resource
RDFSyntax.aboutAttr
static final Resource
SchemaDO.AboutPage
static final Resource
AS.Accept
static final Resource
SchemaDO.AcceptAction
static final Resource
TestManifest.accepted
static final Resource
WAC.Access
static final Resource
SchemaDO.Accommodation
static final Resource
SchemaDO.AccountingService
static final Resource
SchemaDO.AchieveAction
static final Resource
VCARD4.Acquaintance
static final Resource
SchemaDO.Action
static final Resource
SchemaDO.ActionAccessSpecification
static final Resource
SchemaDO.ActionStatusType
static final Resource
SchemaDO.ActivateAction
static final Resource
AS.Activity
static final Resource
AS.Add
static final Resource
SchemaDO.AddAction
static final Resource
VCARD4.Address
static final Resource
SchemaDO.AdministrativeArea
static final Resource
VCARD.ADRPROPERTIES
static final Resource
VCARD.ADRTYPES
static final Resource
SchemaDO.AdultEntertainment
static final Resource
SchemaDO.AdvertiserContentArticle
static final Resource
DCTerms.Agent
A resource that acts or has the power to act.static final Resource
VCARD4.Agent
static final Resource
DCTerms.AgentClass
A group of agents.static final Resource
SchemaDO.AggregateOffer
static final Resource
SchemaDO.AggregateRating
static final Resource
SchemaDO.AgreeAction
static final Resource
SchemaDO.Airline
static final Resource
SchemaDO.Airport
static final Resource
SchemaDO.AlignmentObject
static final Resource
OWL1.AllDifferent
static final Resource
OWL2.AllDifferent
static final Resource
OWL2.AllDisjointClasses
static final Resource
static final Resource
SchemaDO.AllocateAction
static final Resource
RDF.Alt
static final Resource
SchemaDO.AmpStory
static final Resource
SchemaDO.AMRadioChannel
static final Resource
SchemaDO.AmusementPark
static final Resource
SchemaDO.AnalysisNewsArticle
static final Resource
SchemaDO.AnatomicalStructure
static final Resource
SchemaDO.AnatomicalSystem
static final Resource
SchemaDO.AnimalShelter
static final Resource
OA.Annotation
static final Resource
OWL2.Annotation
static final Resource
OWL1.AnnotationProperty
static final Resource
OWL2.AnnotationProperty
static final Resource
AS.Announce
static final Resource
SchemaDO.Answer
static final Resource
XSD.anyURI
Resource URI for xsd:anyURIstatic final Resource
SchemaDO.Apartment
static final Resource
SchemaDO.ApartmentComplex
static final Resource
SchemaDO.APIReference
static final Resource
WAC.Append
static final Resource
SchemaDO.AppendAction
static final Resource
AS.Application
static final Resource
SchemaDO.ApplyAction
static final Resource
SchemaDO.ApprovedIndication
static final Resource
SchemaDO.Aquarium
static final Resource
SchemaDO.ArchiveComponent
static final Resource
SchemaDO.ArchiveOrganization
static final Resource
AS.Arrive
static final Resource
SchemaDO.ArriveAction
static final Resource
SchemaDO.Artery
static final Resource
SchemaDO.ArtGallery
static final Resource
AS.Article
static final Resource
SchemaDO.Article
static final Resource
SchemaDO.AskAction
static final Resource
SchemaDO.AskPublicNewsArticle
static final Resource
SchemaDO.AssessAction
static final Resource
OA.assessing
static final Resource
SchemaDO.AssignAction
static final Resource
OWL2.AsymmetricProperty
static final Resource
SchemaDO.Atlas
static final Resource
SWRL.AtomList
static final Resource
SchemaDO.Attorney
static final Resource
SchemaDO.Audience
static final Resource
AS.Audio
static final Resource
SchemaDO.Audiobook
static final Resource
SchemaDO.AudioObject
static final Resource
SchemaDO.AudioObjectSnapshot
static final Resource
static final Resource
WAC.Authorization
static final Resource
SchemaDO.AuthorizeAction
static final Resource
SchemaDO.AutoBodyShop
static final Resource
SchemaDO.AutoDealer
static final Resource
SchemaDO.AutomatedTeller
static final Resource
SchemaDO.AutomotiveBusiness
static final Resource
SchemaDO.AutoPartsStore
static final Resource
SchemaDO.AutoRental
static final Resource
SchemaDO.AutoRepair
static final Resource
SchemaDO.AutoWash
static final Resource
OWL2.Axiom
static final Resource
SchemaDO.BackgroundNewsArticle
static final Resource
RDF.Bag
static final Resource
RDFSyntax.bagIdAttr
static final Resource
SchemaDO.Bakery
static final Resource
SchemaDO.BankAccount
static final Resource
SchemaDO.BankOrCreditUnion
static final Resource
SchemaDO.Barcode
static final Resource
SchemaDO.BarOrPub
static final Resource
XSD.base64Binary
Resource URI for xsd:base64Binarystatic final Resource
VCARD4.BBS
Deprecated.static final Resource
SchemaDO.Beach
static final Resource
SchemaDO.BeautySalon
static final Resource
SchemaDO.BedAndBreakfast
static final Resource
SchemaDO.BedDetails
static final Resource
SchemaDO.BedType
static final Resource
SchemaDO.BefriendAction
static final Resource
DCTerms.BibliographicResource
A book, article, or other documentary resource.static final Resource
SchemaDO.BikeStore
static final Resource
SchemaDO.BioChemEntity
static final Resource
AS.Block
static final Resource
SchemaDO.Blog
static final Resource
SchemaDO.BlogPosting
static final Resource
SchemaDO.BloodTest
static final Resource
SchemaDO.BoardingPolicyType
static final Resource
SchemaDO.BoatReservation
static final Resource
SchemaDO.BoatTerminal
static final Resource
SchemaDO.BoatTrip
static final Resource
SchemaDO.BodyMeasurementTypeEnumeration
static final Resource
SchemaDO.BodyOfWater
static final Resource
SchemaDO.Bone
static final Resource
SchemaDO.Book
static final Resource
SchemaDO.BookFormatType
static final Resource
SchemaDO.BookmarkAction
static final Resource
OA.bookmarking
static final Resource
SchemaDO.BookSeries
static final Resource
SchemaDO.BookStore
static final Resource
SchemaDO.Boolean
static final Resource
SchemaDO.BorrowAction
static final Resource
SchemaDO.BowlingAlley
static final Resource
SchemaDO.BrainStructure
static final Resource
SchemaDO.Brand
static final Resource
SchemaDO.BreadcrumbList
static final Resource
SchemaDO.Brewery
static final Resource
SchemaDO.Bridge
static final Resource
SchemaDO.BroadcastChannel
static final Resource
SchemaDO.BroadcastEvent
static final Resource
SchemaDO.BroadcastFrequencySpecification
static final Resource
SchemaDO.BroadcastService
static final Resource
SchemaDO.BrokerageAccount
static final Resource
SchemaDO.BuddhistTemple
static final Resource
SWRL.Builtin
static final Resource
SWRL.BuiltinAtom
static final Resource
SchemaDO.BusinessAudience
static final Resource
SchemaDO.BusinessEntityType
static final Resource
SchemaDO.BusinessEvent
static final Resource
SchemaDO.BusinessFunction
static final Resource
SchemaDO.BusOrCoach
static final Resource
SchemaDO.BusReservation
static final Resource
SchemaDO.BusStation
static final Resource
SchemaDO.BusStop
static final Resource
SchemaDO.BusTrip
static final Resource
SchemaDO.BuyAction
static final Resource
SchemaDO.CableOrSatelliteService
static final Resource
SchemaDO.CafeOrCoffeeShop
static final Resource
SchemaDO.Campground
static final Resource
SchemaDO.CampingPitch
static final Resource
SchemaDO.Canal
static final Resource
SchemaDO.CancelAction
static final Resource
SchemaDO.Car
static final Resource
VCARD4.Car
Deprecated.static final Resource
SchemaDO.CarUsageType
static final Resource
SchemaDO.Casino
static final Resource
DCAT.Catalog
static final Resource
DCAT.CatalogRecord
static final Resource
SchemaDO.CategoryCode
static final Resource
SchemaDO.CategoryCodeSet
static final Resource
SchemaDO.CatholicChurch
static final Resource
SchemaDO.CDCPMDRecord
static final Resource
VCARD4.Cell
static final Resource
SchemaDO.Cemetery
static final Resource
ORG.ChangeEvent
static final Resource
RSS.channel
static final Resource
SchemaDO.Chapter
static final Resource
SchemaDO.CheckAction
static final Resource
SchemaDO.CheckInAction
static final Resource
SchemaDO.CheckOutAction
static final Resource
SchemaDO.CheckoutPage
static final Resource
SchemaDO.ChemicalSubstance
static final Resource
VCARD4.Child
static final Resource
SchemaDO.ChildCare
static final Resource
SchemaDO.ChildrensEvent
static final Resource
OA.Choice
static final Resource
SchemaDO.ChooseAction
static final Resource
SchemaDO.Church
static final Resource
SchemaDO.City
static final Resource
SchemaDO.CityHall
static final Resource
SchemaDO.CivicStructure
static final Resource
SchemaDO.Claim
static final Resource
SchemaDO.ClaimReview
static final Resource
OWL1.Class
static final Resource
OWL2.Class
static final Resource
RDFS.Class
static final Resource
SchemaDO.Class
static final Resource
SWRL.ClassAtom
static final Resource
OA.classifying
static final Resource
SchemaDO.Clip
static final Resource
SchemaDO.ClothingStore
static final Resource
SchemaDO.Code
static final Resource
VCARD4.Colleague
static final Resource
AS.Collection
static final Resource
DCTypes.Collection
An aggregation of resources.static final Resource
SchemaDO.Collection
static final Resource
SKOS.Collection
static final Resource
static final Resource
SchemaDO.CollectionPage
static final Resource
SchemaDO.CollegeOrUniversity
static final Resource
SchemaDO.ComedyClub
static final Resource
SchemaDO.ComedyEvent
static final Resource
SchemaDO.ComicCoverArt
static final Resource
SchemaDO.ComicIssue
static final Resource
SchemaDO.ComicSeries
static final Resource
SchemaDO.ComicStory
static final Resource
SchemaDO.Comment
static final Resource
SchemaDO.CommentAction
static final Resource
OA.commenting
static final Resource
SchemaDO.CommunicateAction
static final Resource
SchemaDO.CompleteDataFeed
static final Resource
RDF.CompoundLiteral
static final Resource
SchemaDO.CompoundPriceSpecification
static final Resource
SchemaDO.ComputerLanguage
static final Resource
SchemaDO.ComputerStore
static final Resource
SKOS.Concept
static final Resource
SKOS.ConceptScheme
static final Resource
SchemaDO.ConfirmAction
static final Resource
OWLTest.ConsistencyTest
A consistent OWL document.static final Resource
SchemaDO.Consortium
static final Resource
SchemaDO.ConsumeAction
static final Resource
VCARD4.Contact
static final Resource
SchemaDO.ContactPage
static final Resource
SchemaDO.ContactPoint
static final Resource
SchemaDO.ContactPointOption
static final Resource
RDFS.Container
static final Resource
static final Resource
SchemaDO.Continent
static final Resource
WAC.Control
static final Resource
SchemaDO.ControlAction
static final Resource
SchemaDO.ConvenienceStore
static final Resource
SchemaDO.Conversation
static final Resource
SchemaDO.CookAction
static final Resource
VCARD4.Coresident
static final Resource
RDFSyntax.coreSyntaxTerms
static final Resource
SchemaDO.Corporation
static final Resource
SchemaDO.CorrectionComment
static final Resource
SchemaDO.Country
static final Resource
SchemaDO.Course
static final Resource
SchemaDO.CourseInstance
static final Resource
SchemaDO.Courthouse
static final Resource
SchemaDO.CoverArt
static final Resource
SchemaDO.CovidTestingFacility
static final Resource
VCARD4.Coworker
static final Resource
AS.Create
static final Resource
SchemaDO.CreateAction
static final Resource
SchemaDO.CreativeWork
static final Resource
SchemaDO.CreativeWorkSeason
static final Resource
SchemaDO.CreativeWorkSeries
static final Resource
SchemaDO.CreditCard
static final Resource
SchemaDO.Crematorium
static final Resource
SchemaDO.CriticReview
static final Resource
VCARD4.Crush
static final Resource
OA.CssSelector
static final Resource
SchemaDO.CssSelectorType
static final Resource
OA.CssStyle
static final Resource
SchemaDO.CurrencyConversionService
static final Resource
SchemaDO.DanceEvent
static final Resource
SchemaDO.DanceGroup
static final Resource
SchemaDO.DataCatalog
static final Resource
SchemaDO.DataDownload
static final Resource
SchemaDO.DataFeed
static final Resource
SchemaDO.DataFeedItem
static final Resource
static final Resource
OWL1.DataRange
static final Resource
OWL2.DataRange
static final Resource
SWRL.DataRangeAtom
static final Resource
DCAT.DataService
static final Resource
DCAT.Dataset
static final Resource
DCTypes.Dataset
Data encoded in a defined structure.static final Resource
SchemaDO.Dataset
static final Resource
VOID.Dataset
static final Resource
VOID.DatasetDescription
static final Resource
RDFS.Datatype
static final Resource
SchemaDO.DataType
static final Resource
RDFSyntax.datatypeAttr
static final Resource
OWL1.DatatypeProperty
static final Resource
OWL2.DatatypeProperty
static final Resource
static final Resource
XSD.date
Resource URI for xsd:datestatic final Resource
SchemaDO.Date
static final Resource
VCARD4.Date
static final Resource
SchemaDO.DatedMoneySpecification
static final Resource
XSD.dateTime
Resource URI for xsd:dateTimestatic final Resource
SchemaDO.DateTime
static final Resource
XSD.dateTimeStamp
Resource URI for xsd:dateTimeStampstatic final Resource
SchemaDO.DayOfWeek
static final Resource
SchemaDO.DaySpa
static final Resource
XSD.dayTimeDuration
Resource URI for xsd:dayTimeDurationstatic final Resource
SchemaDO.DDxElement
static final Resource
SchemaDO.DeactivateAction
static final Resource
XSD.decimal
Resource URI for xsd:decimalstatic final Resource
SchemaDO.DefenceEstablishment
static final Resource
SchemaDO.DefinedRegion
static final Resource
SchemaDO.DefinedTerm
static final Resource
SchemaDO.DefinedTermSet
static final Resource
AS.Delete
static final Resource
SchemaDO.DeleteAction
static final Resource
SchemaDO.DeliveryChargeSpecification
static final Resource
SchemaDO.DeliveryEvent
static final Resource
SchemaDO.DeliveryMethod
static final Resource
SchemaDO.DeliveryTimeSettings
static final Resource
SchemaDO.Demand
static final Resource
SchemaDO.Dentist
static final Resource
SchemaDO.DepartAction
static final Resource
SchemaDO.DepartmentStore
static final Resource
SchemaDO.DepositAccount
static final Resource
OWL1.DeprecatedClass
static final Resource
OWL2.DeprecatedClass
static final Resource
OWL1.DeprecatedProperty
static final Resource
OWL2.DeprecatedProperty
static final Resource
OA.describing
static final Resource
SchemaDO.DiagnosticLab
static final Resource
SchemaDO.DiagnosticProcedure
static final Resource
SchemaDO.Diet
static final Resource
SchemaDO.DietarySupplement
static final Resource
static final Resource
SchemaDO.DigitalDocument
static final Resource
SchemaDO.DigitalDocumentPermission
static final Resource
SchemaDO.DigitalDocumentPermissionType
static final Resource
OA.Direction
static final Resource
RDF.dirLangString
static final Resource
SchemaDO.DisagreeAction
static final Resource
SchemaDO.DiscoverAction
static final Resource
SchemaDO.DiscussionForumPosting
static final Resource
AS.Dislike
static final Resource
SchemaDO.DislikeAction
static final Resource
SchemaDO.Distance
static final Resource
SchemaDO.Distillery
static final Resource
DCAT.Distribution
static final Resource
OWLTest.DL
One of the conformance levels in the OWL test suite.static final Resource
OWL1.DL_LANG
A resource, not officially sanctioned by WebOnt, that denotes the OWL-DL sublanguage of OWLstatic final Resource
SchemaDO.DModel
static final Resource
RDFSyntax.doc
static final Resource
AS.Document
static final Resource
OntDocManagerVocab.DocumentManagerPolicy
A node that specifies behavioural options for the document managerstatic final Resource
VCARD4.Dom
Deprecated.static final Resource
SchemaDO.DonateAction
static final Resource
SchemaDO.DoseSchedule
static final Resource
SchemaDO.DownloadAction
static final Resource
SchemaDO.DrawAction
static final Resource
SchemaDO.Drawing
static final Resource
SchemaDO.DrinkAction
static final Resource
SchemaDO.DriveWheelConfigurationValue
static final Resource
SchemaDO.Drug
static final Resource
SchemaDO.DrugClass
static final Resource
SchemaDO.DrugCost
static final Resource
SchemaDO.DrugCostCategory
static final Resource
SchemaDO.DrugLegalStatus
static final Resource
SchemaDO.DrugPregnancyCategory
static final Resource
SchemaDO.DrugPrescriptionStatus
static final Resource
SchemaDO.DrugStrength
static final Resource
SchemaDO.DryCleaningOrLaundry
static final Resource
XSD.duration
Resource URI for xsd:durationstatic final Resource
SchemaDO.Duration
static final Resource
SchemaDO.EatAction
static final Resource
OA.editing
static final Resource
SchemaDO.EducationalAudience
static final Resource
SchemaDO.EducationalOccupationalCredential
static final Resource
SchemaDO.EducationalOccupationalProgram
static final Resource
SchemaDO.EducationalOrganization
static final Resource
SchemaDO.EducationEvent
static final Resource
SchemaDO.Electrician
static final Resource
SchemaDO.ElectronicsStore
static final Resource
SchemaDO.ElementarySchool
static final Resource
VCARD4.Email
Deprecated.static final Resource
SchemaDO.EmailMessage
static final Resource
VCARD.EMAILTYPES
static final Resource
SchemaDO.Embassy
static final Resource
VCARD4.Emergency
static final Resource
SchemaDO.EmergencyService
static final Resource
SchemaDO.EmployeeRole
static final Resource
SchemaDO.EmployerAggregateRating
static final Resource
SchemaDO.EmployerReview
static final Resource
SchemaDO.EmploymentAgency
static final Resource
RDFSyntax.emptyPropertyElt
static final Resource
SchemaDO.EndorseAction
static final Resource
SchemaDO.EndorsementRating
static final Resource
SchemaDO.Energy
static final Resource
SchemaDO.EnergyConsumptionDetails
static final Resource
SchemaDO.EnergyEfficiencyEnumeration
static final Resource
static final Resource
SchemaDO.EngineSpecification
static final Resource
SchemaDO.EntertainmentBusiness
static final Resource
XSD.ENTITIES
Resource URI for xsd:ENTITIESstatic final Resource
XSD.ENTITY
Resource URI for xsd:ENTITYstatic final Resource
SchemaDO.EntryPoint
static final Resource
SchemaDO.Enumeration
static final Resource
SchemaDO.Episode
static final Resource
SchemaDO.EUEnergyEfficiencyEnumeration
static final Resource
AS.Event
static final Resource
DCTypes.Event
A non-persistent, time-based occurrence.static final Resource
SchemaDO.Event
static final Resource
SchemaDO.EventAttendanceModeEnumeration
static final Resource
SchemaDO.EventReservation
static final Resource
SchemaDO.EventSeries
static final Resource
SchemaDO.EventStatusType
static final Resource
SchemaDO.EventVenue
static final Resource
SchemaDO.ExchangeRateSpecification
static final Resource
SchemaDO.ExerciseAction
static final Resource
SchemaDO.ExerciseGym
static final Resource
SchemaDO.ExercisePlan
static final Resource
SchemaDO.ExhibitionEvent
static final Resource
OWLResults.FailingRun
A TestRun where the system's behavior fails the test, violating a MUST NOT.static final Resource
SchemaDO.FAQPage
static final Resource
SchemaDO.FastFoodRestaurant
static final Resource
VCARD4.Fax
static final Resource
VCARD4.Female
static final Resource
SchemaDO.Festival
static final Resource
DCTerms.FileFormat
A digital resource format.static final Resource
SchemaDO.FilmAction
static final Resource
SchemaDO.FinancialProduct
static final Resource
SchemaDO.FinancialService
static final Resource
SchemaDO.FindAction
static final Resource
SchemaDO.FireStation
static final Resource
AS.Flag
static final Resource
SchemaDO.Flight
static final Resource
SchemaDO.FlightReservation
static final Resource
SchemaDO.Float
static final Resource
SchemaDO.FloorPlan
static final Resource
SchemaDO.Florist
static final Resource
SchemaDO.FMRadioChannel
static final Resource
AS.Follow
static final Resource
SchemaDO.FollowAction
static final Resource
SchemaDO.FoodEstablishment
static final Resource
SchemaDO.FoodEstablishmentReservation
static final Resource
SchemaDO.FoodEvent
static final Resource
SchemaDO.FoodService
static final Resource
static final Resource
static final Resource
DCTerms.Frequency
A rate at which something recurs.static final Resource
VCARD4.Friend
static final Resource
OWLTest.Full
One of the conformance levels in the OWL test suite.static final Resource
OWL1.FULL_LANG
A resource that denotes the OWL-full sublanguage of OWLstatic final Resource
OWL1.FunctionalProperty
static final Resource
OWL2.FunctionalProperty
static final Resource
SchemaDO.FundingAgency
static final Resource
SchemaDO.FundingScheme
static final Resource
SchemaDO.FurnitureStore
static final Resource
SchemaDO.Game
static final Resource
SchemaDO.GamePlayMode
static final Resource
SchemaDO.GameServer
static final Resource
SchemaDO.GameServerStatus
static final Resource
SchemaDO.GardenStore
static final Resource
SchemaDO.GasStation
static final Resource
SchemaDO.GatedResidenceCommunity
static final Resource
XSD.gDay
Resource URI for xsd:gDaystatic final Resource
VCARD4.Gender
static final Resource
SchemaDO.GenderType
static final Resource
SchemaDO.Gene
static final Resource
SchemaDO.GeneralContractor
static final Resource
SchemaDO.GeoCircle
static final Resource
SchemaDO.GeoCoordinates
static final Resource
SchemaDO.GeoShape
static final Resource
SchemaDO.GeospatialGeometry
static final Resource
SchemaDO.GiveAction
static final Resource
XSD.gMonth
Resource URI for xsd:gMonthstatic final Resource
XSD.gMonthDay
Resource URI for xsd:gMonthDaystatic final Resource
SchemaDO.GolfCourse
static final Resource
SchemaDO.GovernmentBenefitsType
static final Resource
SchemaDO.GovernmentBuilding
static final Resource
SchemaDO.GovernmentOffice
static final Resource
SchemaDO.GovernmentOrganization
static final Resource
SchemaDO.GovernmentPermit
static final Resource
SchemaDO.GovernmentService
static final Resource
SchemaDO.Grant
static final Resource
SchemaDO.GroceryStore
static final Resource
AS.Group
static final Resource
VCARD4.Group
static final Resource
SchemaDO.Guide
static final Resource
XSD.gYear
Resource URI for xsd:gYearstatic final Resource
XSD.gYearMonth
Resource URI for xsd:gYearMonthstatic final Resource
SchemaDO.Hackathon
static final Resource
SchemaDO.HairSalon
static final Resource
SchemaDO.HardwareStore
static final Resource
SchemaDO.HealthAndBeautyBusiness
static final Resource
SchemaDO.HealthAspectEnumeration
static final Resource
SchemaDO.HealthClub
static final Resource
SchemaDO.HealthInsurancePlan
static final Resource
SchemaDO.HealthPlanCostSharingSpecification
static final Resource
SchemaDO.HealthPlanFormulary
static final Resource
SchemaDO.HealthPlanNetwork
static final Resource
SchemaDO.HealthTopicContent
static final Resource
XSD.hexBinary
Resource URI for xsd:hexBinarystatic final Resource
OA.highlighting
static final Resource
SchemaDO.HighSchool
static final Resource
SchemaDO.HinduTemple
static final Resource
SchemaDO.HobbyShop
static final Resource
VCARD4.Home
static final Resource
SchemaDO.HomeAndConstructionBusiness
static final Resource
SchemaDO.HomeGoodsStore
static final Resource
SchemaDO.Hospital
static final Resource
SchemaDO.Hostel
static final Resource
SchemaDO.Hotel
static final Resource
SchemaDO.HotelRoom
static final Resource
SchemaDO.House
static final Resource
SchemaDO.HousePainter
static final Resource
SchemaDO.HowTo
static final Resource
SchemaDO.HowToDirection
static final Resource
SchemaDO.HowToItem
static final Resource
SchemaDO.HowToSection
static final Resource
SchemaDO.HowToStep
static final Resource
SchemaDO.HowToSupply
static final Resource
SchemaDO.HowToTip
static final Resource
SchemaDO.HowToTool
static final Resource
RDF.HTML
static final Resource
static final Resource
SchemaDO.HVACBusiness
static final Resource
SchemaDO.HyperToc
static final Resource
SchemaDO.HyperTocEntry
static final Resource
SchemaDO.IceCreamShop
static final Resource
XSD.ID
Resource URI for xsd:IDstatic final Resource
RDFSyntax.idAttr
static final Resource
OA.identifying
static final Resource
XSD.IDREF
Resource URI for xsd:IDREFstatic final Resource
XSD.IDREFS
Resource URI for xsd:IDREFSstatic final Resource
AS.Ignore
static final Resource
SchemaDO.IgnoreAction
static final Resource
AS.Image
static final Resource
DCTypes.Image
A visual representation other than text.static final Resource
SchemaDO.ImageGallery
static final Resource
SchemaDO.ImageObject
static final Resource
SchemaDO.ImageObjectSnapshot
static final Resource
SchemaDO.ImagingTest
static final Resource
SWRL.Imp
static final Resource
OWLTest.ImportEntailmentTest
The premise document, and its imports closure, entails the conclusion document.static final Resource
OWLTest.ImportLevelTest
These tests use two documents.static final Resource
OWLResults.IncompleteRun
A TestRun where the system's behavior does not pass the test, but also does not fail.static final Resource
OWLTest.InconsistencyTest
An inconsistent OWL document.static final Resource
VCARD4.Individual
static final Resource
SchemaDO.IndividualProduct
static final Resource
static final Resource
SchemaDO.InfectiousAgentClass
static final Resource
SchemaDO.InfectiousDisease
static final Resource
SchemaDO.InformAction
static final Resource
SchemaDO.InsertAction
static final Resource
SchemaDO.InstallAction
static final Resource
SchemaDO.InsuranceAgency
static final Resource
SchemaDO.Intangible
static final Resource
XSD.integer
Resource URI for xsd:integerstatic final Resource
SchemaDO.Integer
static final Resource
SchemaDO.InteractAction
static final Resource
SchemaDO.InteractionCounter
static final Resource
DCTypes.InteractiveResource
A resource requiring interaction from the user to be understood, executed, or experienced.static final Resource
VCARD4.Internet
Deprecated.static final Resource
SchemaDO.InternetCafe
static final Resource
VCARD4.Intl
Deprecated.static final Resource
static final Resource
static final Resource
static final Resource
SchemaDO.InvestmentFund
static final Resource
SchemaDO.InvestmentOrDeposit
static final Resource
AS.Invite
static final Resource
SchemaDO.InviteAction
static final Resource
SchemaDO.Invoice
static final Resource
OWL2.IrreflexiveProperty
static final Resource
VCARD4.ISDN
Deprecated.static final Resource
OWLTest.Issue
A member of this class is an issue in some issue list.static final Resource
RSS.item
static final Resource
SchemaDO.ItemAvailability
static final Resource
SchemaDO.ItemList
static final Resource
SchemaDO.ItemListOrderType
static final Resource
SchemaDO.ItemPage
static final Resource
SchemaDO.JewelryStore
static final Resource
SchemaDO.JobPosting
static final Resource
AS.Join
static final Resource
SchemaDO.JoinAction
static final Resource
SchemaDO.Joint
static final Resource
RDF.JSON
static final Resource
DCTerms.Jurisdiction
The extent or range of judicial, law enforcement, or other authority.static final Resource
VCARD4.Kin
static final Resource
VCARD4.Kind
static final Resource
SKOSXL.Label
static final Resource
VCARD4.Label
Deprecated.static final Resource
SchemaDO.LakeBodyOfWater
static final Resource
SchemaDO.Landform
static final Resource
SchemaDO.LandmarksOrHistoricalBuildings
static final Resource
RDF.langString
static final Resource
XSD.language
Resource URI for xsd:languagestatic final Resource
SchemaDO.Language
static final Resource
OWLTest.Large
static final Resource
SchemaDO.LearningResource
static final Resource
AS.Leave
static final Resource
SchemaDO.LeaveAction
static final Resource
SchemaDO.LegalForceStatus
static final Resource
SchemaDO.LegalService
static final Resource
SchemaDO.LegalValueLevel
static final Resource
SchemaDO.Legislation
static final Resource
SchemaDO.LegislationObject
static final Resource
SchemaDO.LegislativeBuilding
static final Resource
SchemaDO.LendAction
static final Resource
SchemaDO.Library
static final Resource
SchemaDO.LibrarySystem
static final Resource
DCTerms.LicenseDocument
A legal document giving official permission to do something with a Resource.static final Resource
SchemaDO.LifestyleModification
static final Resource
SchemaDO.Ligament
static final Resource
AS.Like
static final Resource
SchemaDO.LikeAction
static final Resource
DCTerms.LinguisticSystem
A system of signs, symbols, sounds, gestures, or rules used in communication.static final Resource
AS.Link
static final Resource
OA.linking
static final Resource
SchemaDO.LinkRole
static final Resource
VOID.Linkset
static final Resource
SchemaDO.LiquorStore
static final Resource
RDF.List
static final Resource
AS.Listen
static final Resource
SchemaDO.ListenAction
static final Resource
SchemaDO.ListItem
static final Resource
OWLTest.Lite
One of the conformance levels in the OWL test suite.static final Resource
OWL1.LITE_LANG
A resource, not officially sanctioned by WebOnt, that denotes the OWL-Lite sublanguage of OWLstatic final Resource
RDFSyntax.literal
static final Resource
RDFS.Literal
static final Resource
RDFSyntax.literalPropertyElt
static final Resource
SchemaDO.LiteraryEvent
static final Resource
SchemaDO.LiveBlogPosting
static final Resource
SchemaDO.LoanOrCredit
static final Resource
SchemaDO.LocalBusiness
static final Resource
DCTerms.Location
A spatial region or named place.static final Resource
VCARD4.Location
static final Resource
SchemaDO.LocationFeatureSpecification
static final Resource
LocationMappingVocab.LocationMapping
static final Resource
DCTerms.LocationPeriodOrJurisdiction
A location, period of time, or jurisdiction.static final Resource
SchemaDO.Locksmith
static final Resource
SchemaDO.LodgingBusiness
static final Resource
SchemaDO.LodgingReservation
static final Resource
SchemaDO.LoseAction
static final Resource
OA.ltrDirection
static final Resource
SchemaDO.LymphaticVessel
static final Resource
VCARD4.Male
static final Resource
TestManifest.Manifest
The class of manifestsstatic final Resource
TestManifest.ManifestEntry
One entry in rdf:type list of entriesstatic final Resource
SchemaDO.Manuscript
static final Resource
SchemaDO.Map
static final Resource
SchemaDO.MapCategoryType
static final Resource
SchemaDO.MarryAction
static final Resource
SchemaDO.Mass
static final Resource
SchemaDO.MathSolver
static final Resource
SchemaDO.MaximumDoseSchedule
static final Resource
VCARD4.Me
static final Resource
SchemaDO.MeasurementTypeEnumeration
static final Resource
SchemaDO.MediaGallery
static final Resource
SchemaDO.MediaManipulationRatingEnumeration
static final Resource
SchemaDO.MediaObject
static final Resource
SchemaDO.MediaReview
static final Resource
SchemaDO.MediaReviewItem
static final Resource
SchemaDO.MediaSubscription
static final Resource
DCTerms.MediaType
A file format or physical medium.static final Resource
DCTerms.MediaTypeOrExtent
A media type or extent.static final Resource
SchemaDO.MedicalAudience
static final Resource
SchemaDO.MedicalAudienceType
static final Resource
SchemaDO.MedicalBusiness
static final Resource
SchemaDO.MedicalCause
static final Resource
SchemaDO.MedicalClinic
static final Resource
SchemaDO.MedicalCode
static final Resource
SchemaDO.MedicalCondition
static final Resource
SchemaDO.MedicalConditionStage
static final Resource
SchemaDO.MedicalContraindication
static final Resource
SchemaDO.MedicalDevice
static final Resource
SchemaDO.MedicalDevicePurpose
static final Resource
SchemaDO.MedicalEntity
static final Resource
SchemaDO.MedicalEnumeration
static final Resource
SchemaDO.MedicalEvidenceLevel
static final Resource
SchemaDO.MedicalGuideline
static final Resource
SchemaDO.MedicalGuidelineContraindication
static final Resource
SchemaDO.MedicalGuidelineRecommendation
static final Resource
SchemaDO.MedicalImagingTechnique
static final Resource
SchemaDO.MedicalIndication
static final Resource
SchemaDO.MedicalIntangible
static final Resource
SchemaDO.MedicalObservationalStudy
static final Resource
SchemaDO.MedicalObservationalStudyDesign
static final Resource
SchemaDO.MedicalOrganization
static final Resource
SchemaDO.MedicalProcedure
static final Resource
SchemaDO.MedicalProcedureType
static final Resource
SchemaDO.MedicalRiskCalculator
static final Resource
SchemaDO.MedicalRiskEstimator
static final Resource
SchemaDO.MedicalRiskFactor
static final Resource
SchemaDO.MedicalRiskScore
static final Resource
SchemaDO.MedicalScholarlyArticle
static final Resource
SchemaDO.MedicalSign
static final Resource
SchemaDO.MedicalSignOrSymptom
static final Resource
SchemaDO.MedicalSpecialty
static final Resource
SchemaDO.MedicalStudy
static final Resource
SchemaDO.MedicalStudyStatus
static final Resource
SchemaDO.MedicalSymptom
static final Resource
SchemaDO.MedicalTest
static final Resource
SchemaDO.MedicalTestPanel
static final Resource
SchemaDO.MedicalTherapy
static final Resource
SchemaDO.MedicalTrial
static final Resource
SchemaDO.MedicalTrialDesign
static final Resource
SchemaDO.MedicalWebPage
static final Resource
SchemaDO.MedicineSystem
static final Resource
SchemaDO.MeetingRoom
static final Resource
ORG.Membership
static final Resource
SchemaDO.MensClothingStore
static final Resource
AS.Mention
static final Resource
SchemaDO.Menu
static final Resource
SchemaDO.MenuItem
static final Resource
SchemaDO.MenuSection
static final Resource
SchemaDO.MerchantReturnEnumeration
static final Resource
SchemaDO.MerchantReturnPolicy
static final Resource
SchemaDO.MerchantReturnPolicySeasonalOverride
static final Resource
SchemaDO.Message
static final Resource
VCARD4.Met
static final Resource
DCTerms.MethodOfAccrual
A method by which resources are added to a collection.static final Resource
DCTerms.MethodOfInstruction
A process that is used to engender knowledge, attitudes, and skills.static final Resource
SchemaDO.MiddleSchool
static final Resource
RDFTest.MiscellaneousTest
This manifest entry is used to describe test cases that do not fall into one of the categories.static final Resource
SchemaDO.MobileApplication
static final Resource
SchemaDO.MobilePhoneStore
static final Resource
VCARD4.Modem
Deprecated.static final Resource
OA.moderating
static final Resource
SchemaDO.MolecularEntity
static final Resource
SchemaDO.MonetaryAmount
static final Resource
SchemaDO.MonetaryAmountDistribution
static final Resource
SchemaDO.MonetaryGrant
static final Resource
SchemaDO.MoneyTransfer
static final Resource
SchemaDO.MortgageLoan
static final Resource
SchemaDO.Mosque
static final Resource
SchemaDO.Motel
static final Resource
OA.Motivation
static final Resource
SchemaDO.Motorcycle
static final Resource
SchemaDO.MotorcycleDealer
static final Resource
SchemaDO.MotorcycleRepair
static final Resource
SchemaDO.MotorizedBicycle
static final Resource
SchemaDO.Mountain
static final Resource
AS.Move
static final Resource
SchemaDO.MoveAction
static final Resource
SchemaDO.Movie
static final Resource
SchemaDO.MovieClip
static final Resource
SchemaDO.MovieRentalStore
static final Resource
SchemaDO.MovieSeries
static final Resource
SchemaDO.MovieTheater
static final Resource
SchemaDO.MovingCompany
static final Resource
DCTypes.MovingImage
A series of visual representations imparting an impression of motion when shown in succession.static final Resource
VCARD4.Msg
Deprecated.static final Resource
SchemaDO.Muscle
static final Resource
VCARD4.Muse
static final Resource
SchemaDO.Museum
static final Resource
SchemaDO.MusicAlbum
static final Resource
SchemaDO.MusicAlbumProductionType
static final Resource
SchemaDO.MusicAlbumReleaseType
static final Resource
SchemaDO.MusicComposition
static final Resource
SchemaDO.MusicEvent
static final Resource
SchemaDO.MusicGroup
static final Resource
SchemaDO.MusicPlaylist
static final Resource
SchemaDO.MusicRecording
static final Resource
SchemaDO.MusicRelease
static final Resource
SchemaDO.MusicReleaseFormatType
static final Resource
SchemaDO.MusicStore
static final Resource
SchemaDO.MusicVenue
static final Resource
SchemaDO.MusicVideoObject
static final Resource
SchemaDO.NailSalon
static final Resource
VCARD4.Name
static final Resource
XSD.Name
Resource URI for xsd:Namestatic final Resource
OWL2.NamedIndividual
static final Resource
DC_11.NAMESPACE
The namespace of the vocabalary as a resourcestatic final Resource
DCAT.NAMESPACE
static final Resource
DCTerms.NAMESPACE
The namespace of the vocabulary as a resourcestatic final Resource
DCTypes.NAMESPACE
The namespace of the vocabulary as a resourcestatic final Resource
LocationMappingVocab.NAMESPACE
The namespace of the vocabalary as a resourcestatic final Resource
OntDocManagerVocab.NAMESPACE
The namespace of the vocabulary as a resourcestatic final Resource
OntEventsVocab.NAMESPACE
The namespace of the vocabulary as a resourcestatic final Resource
ORG.NAMESPACE
static final Resource
OWL1.NAMESPACE
The namespace of the vocabulary as a resourcestatic final Resource
OWLResults.NAMESPACE
The namespace of the vocabulary as a resourcestatic final Resource
OWLTest.NAMESPACE
The namespace of the vocabalary as a resourcestatic final Resource
RDFTest.NAMESPACE
The namespace of the vocabalary as a resourcestatic final Resource
ROV.NAMESPACE
static final Resource
SKOS.NAMESPACE
The namespace of the SKOS vocabularystatic final Resource
SKOSXL.NAMESPACE
The namespace of the SKOS-XL vocabularystatic final Resource
TestManifest.NAMESPACE
The namespace of the vocabulary as a resourcestatic final Resource
VCARD4.NAMESPACE
static final Resource
VOID.NAMESPACE
static final Resource
XSD.NCName
Resource URI for xsd:NCNamestatic final Resource
OWLTest.NegativeEntailmentTest
This is a negative entailment test according to the OWL entailment rules.static final Resource
RDFTest.NegativeEntailmentTest
These tests consist of one or more premise documents, and a consequent document.static final Resource
XSD.negativeInteger
Resource URI for xsd:negativeIntegerstatic final Resource
RDFTest.NegativeParserTest
These tests consist of one input document.static final Resource
static final Resource
TestManifest.NegativeSyntaxTest
A type of test specifically for syntax testing.static final Resource
VCARD4.Neighbor
static final Resource
SchemaDO.Nerve
static final Resource
SchemaDO.NewsArticle
static final Resource
SchemaDO.NewsMediaOrganization
static final Resource
SchemaDO.Newspaper
static final Resource
SchemaDO.NGO
static final Resource
SchemaDO.NightClub
static final Resource
RDF.nil
static final Resource
SchemaDO.NLNonprofitType
static final Resource
XSD.NMTOKEN
Resource URI for xsd:NMTOKENstatic final Resource
XSD.NMTOKENS
Resource URI for xsd:NMTOKENSstatic final Resource
RDFSyntax.nodeElement
static final Resource
RDFSyntax.nodeElementList
static final Resource
RDFSyntax.nodeElementURIs
static final Resource
RDFSyntax.nodeIdAttr
static final Resource
VCARD4.None
static final Resource
Resource URI for xsd:nonNegativeIntegerstatic final Resource
Resource URI for xsd:nonPositiveIntegerstatic final Resource
SchemaDO.NonprofitType
static final Resource
XSD.normalizedString
Resource URI for xsd:normalizedStringstatic final Resource
SchemaDO.Notary
static final Resource
XSD.NOTATION
Resource URI for xsd:NOTATIONstatic final Resource
AS.Note
static final Resource
SchemaDO.NoteDigitalDocument
static final Resource
OWL1.Nothing
static final Resource
OWL2.Nothing
static final Resource
OWLTest.NotOwlFeatureTest
This is a negative test.static final Resource
VCARD.NPROPERTIES
static final Resource
RDFTest.NT_Document
static final Resource
SchemaDO.Number
static final Resource
SchemaDO.NutritionInformation
static final Resource
AS.Object
static final Resource
OWL1.ObjectProperty
static final Resource
OWL2.ObjectProperty
static final Resource
SchemaDO.Observation
static final Resource
SchemaDO.Occupation
static final Resource
SchemaDO.OccupationalExperienceRequirements
static final Resource
SchemaDO.OccupationalTherapy
static final Resource
SchemaDO.OceanBodyOfWater
static final Resource
AS.Offer
static final Resource
SchemaDO.Offer
static final Resource
SchemaDO.OfferCatalog
static final Resource
SchemaDO.OfferForLease
static final Resource
SchemaDO.OfferForPurchase
static final Resource
SchemaDO.OfferItemCondition
static final Resource
SchemaDO.OfferShippingDetails
static final Resource
SchemaDO.OfficeEquipmentStore
static final Resource
RDFSyntax.oldTerms
static final Resource
SchemaDO.OnDemandEvent
static final Resource
OWL1.Ontology
static final Resource
OWL2.Ontology
static final Resource
OWL1.OntologyProperty
static final Resource
OWL2.OntologyProperty
static final Resource
OntDocManagerVocab.OntologySpec
A class of node that specifies document metadata for the DocumentManagerstatic final Resource
SchemaDO.OpeningHoursSpecification
static final Resource
SchemaDO.OpinionNewsArticle
static final Resource
SchemaDO.Optician
static final Resource
SchemaDO.Order
static final Resource
SchemaDO.OrderAction
static final Resource
static final Resource
SKOS.OrderedCollection
static final Resource
static final Resource
SchemaDO.OrderItem
static final Resource
SchemaDO.OrderStatus
static final Resource
AS.Organization
static final Resource
ORG.Organization
static final Resource
SchemaDO.Organization
static final Resource
VCARD4.Organization
static final Resource
static final Resource
static final Resource
SchemaDO.OrganizationRole
static final Resource
SchemaDO.OrganizeAction
static final Resource
VCARD.ORGPROPERTIES
static final Resource
WAC.Origin
static final Resource
VCARD4.Other
static final Resource
SchemaDO.OutletStore
static final Resource
OWLTest.OWLforOWLTest
Illustrative of the use of OWL to describe OWL Full.static final Resource
SchemaDO.OwnershipInfo
static final Resource
AS.Page
static final Resource
VCARD4.Pager
static final Resource
SchemaDO.PaintAction
static final Resource
SchemaDO.Painting
static final Resource
SchemaDO.PalliativeProcedure
static final Resource
VCARD4.Parcel
Deprecated.static final Resource
SchemaDO.ParcelDelivery
static final Resource
VCARD4.Parent
static final Resource
SchemaDO.ParentAudience
static final Resource
SchemaDO.Park
static final Resource
SchemaDO.ParkingFacility
static final Resource
RDFSyntax.parseCollection
static final Resource
RDFSyntax.parseLiteral
static final Resource
RDFSyntax.parseOther
static final Resource
RDFSyntax.parseResource
static final Resource
RDFSyntax.parseTypeCollectionPropertyElt
static final Resource
RDFSyntax.parseTypeLiteralPropertyElt
static final Resource
RDFSyntax.parseTypeOtherPropertyElt
static final Resource
RDFSyntax.parseTypeResourcePropertyElt
static final Resource
OWLResults.PassingRun
A TestRun where the system's behavior is sufficient for passing the test.static final Resource
SchemaDO.PathologyTest
static final Resource
SchemaDO.Patient
static final Resource
SchemaDO.PawnShop
static final Resource
SchemaDO.PayAction
static final Resource
SchemaDO.PaymentCard
static final Resource
SchemaDO.PaymentChargeSpecification
static final Resource
SchemaDO.PaymentMethod
static final Resource
SchemaDO.PaymentService
static final Resource
SchemaDO.PaymentStatusType
static final Resource
VCARD4.PCS
Deprecated.static final Resource
SchemaDO.PeopleAudience
static final Resource
SchemaDO.PerformAction
static final Resource
SchemaDO.PerformanceRole
static final Resource
SchemaDO.PerformingArtsTheater
static final Resource
SchemaDO.PerformingGroup
static final Resource
SchemaDO.Periodical
static final Resource
DCTerms.PeriodOfTime
An interval of time that is named or defined by its start and end dates.static final Resource
SchemaDO.Permit
static final Resource
AS.Person
static final Resource
SchemaDO.Person
static final Resource
SchemaDO.PetStore
static final Resource
SchemaDO.Pharmacy
static final Resource
SchemaDO.Photograph
static final Resource
SchemaDO.PhotographAction
static final Resource
SchemaDO.PhysicalActivity
static final Resource
SchemaDO.PhysicalActivityCategory
static final Resource
SchemaDO.PhysicalExam
static final Resource
DCTerms.PhysicalMedium
A physical material or carrier.static final Resource
DCTypes.PhysicalObject
An inanimate, three-dimensional object or substance.static final Resource
DCTerms.PhysicalResource
A material thing.static final Resource
SchemaDO.PhysicalTherapy
static final Resource
SchemaDO.Physician
static final Resource
AS.Place
static final Resource
SchemaDO.Place
static final Resource
SchemaDO.PlaceOfWorship
static final Resource
RDF.PlainLiteral
This property is used explicitly in facet restrictions.static final Resource
SchemaDO.PlanAction
static final Resource
SchemaDO.Play
static final Resource
SchemaDO.PlayAction
static final Resource
SchemaDO.Playground
static final Resource
SchemaDO.Plumber
static final Resource
SchemaDO.PodcastEpisode
static final Resource
SchemaDO.PodcastSeason
static final Resource
SchemaDO.PodcastSeries
static final Resource
SchemaDO.PoliceStation
static final Resource
DCTerms.Policy
A plan or course of action by an authority, intended to influence and determine decisions, actions, and other matters.static final Resource
SchemaDO.Pond
static final Resource
OWLTest.PositiveEntailmentTest
This is a positive entailment test according to the OWL entailment rules.static final Resource
RDFTest.PositiveEntailmentTest
These tests are specified by one or more premise documents (in RDF/XML or N-Triples) together with a single conclusion document.static final Resource
XSD.positiveInteger
Resource URI for xsd:positiveIntegerstatic final Resource
RDFTest.PositiveParserTest
These tests consist of one (or more) input documents in RDF/XML as revised.static final Resource
TestManifest.PositiveSyntaxTest
A type of test specifically for syntax testing.static final Resource
ORG.Post
static final Resource
VCARD4.Postal
Deprecated.static final Resource
SchemaDO.PostalAddress
static final Resource
SchemaDO.PostalCodeRangeSpecification
static final Resource
SchemaDO.Poster
static final Resource
SchemaDO.PostOffice
static final Resource
VCARD4.Pref
Deprecated.static final Resource
static final Resource
static final Resource
SchemaDO.PreOrderAction
static final Resource
SchemaDO.PrependAction
static final Resource
SchemaDO.Preschool
static final Resource
SchemaDO.PresentationDigitalDocument
static final Resource
SchemaDO.PreventionIndication
static final Resource
SchemaDO.PriceComponentTypeEnumeration
static final Resource
SchemaDO.PriceSpecification
static final Resource
SchemaDO.PriceTypeEnumeration
static final Resource
SchemaDO.Product
static final Resource
SchemaDO.ProductCollection
static final Resource
SchemaDO.ProductGroup
static final Resource
SchemaDO.ProductModel
static final Resource
SchemaDO.ProfessionalService
static final Resource
AS.Profile
static final Resource
SchemaDO.ProfilePage
static final Resource
SchemaDO.ProgramMembership
static final Resource
SchemaDO.Project
static final Resource
SchemaDO.PronounceableText
static final Resource
RDF.Property
static final Resource
SchemaDO.Property
static final Resource
RDFSyntax.propertyAttr
static final Resource
RDFSyntax.propertyAttributeURIs
static final Resource
RDFSyntax.propertyElementURIs
static final Resource
RDFSyntax.propertyElt
static final Resource
RDFSyntax.propertyEltList
static final Resource
SchemaDO.PropertyValue
static final Resource
SchemaDO.PropertyValueSpecification
static final Resource
TestManifest.proposed
static final Resource
SchemaDO.Protein
static final Resource
DCTerms.ProvenanceStatement
A 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 Resource
SchemaDO.PsychologicalTreatment
static final Resource
SchemaDO.PublicationEvent
static final Resource
SchemaDO.PublicationIssue
static final Resource
SchemaDO.PublicationVolume
static final Resource
SchemaDO.PublicSwimmingPool
static final Resource
SchemaDO.PublicToilet
static final Resource
SchemaDO.QAPage
static final Resource
XSD.QName
Resource URI for xsd:QNamestatic final Resource
SchemaDO.QualitativeValue
static final Resource
SchemaDO.QuantitativeValue
static final Resource
SchemaDO.QuantitativeValueDistribution
static final Resource
SchemaDO.Quantity
static final Resource
TestManifest.QueryEvaluationTest
A type of test specifically for query evaluation testing.static final Resource
AS.Question
static final Resource
SchemaDO.Question
static final Resource
OA.questioning
static final Resource
SchemaDO.Quiz
static final Resource
SchemaDO.Quotation
static final Resource
SchemaDO.QuoteAction
static final Resource
SchemaDO.RadiationTherapy
static final Resource
SchemaDO.RadioBroadcastService
static final Resource
SchemaDO.RadioChannel
static final Resource
SchemaDO.RadioClip
static final Resource
SchemaDO.RadioEpisode
static final Resource
SchemaDO.RadioSeason
static final Resource
SchemaDO.RadioSeries
static final Resource
SchemaDO.RadioStation
static final Resource
static final Resource
SchemaDO.Rating
static final Resource
OWL2.rational
Theowl:rational
datatype 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 Resource
RDFSyntax.RDF
static final Resource
RDFTest.RDF_XML_Document
static final Resource
RDFSyntax.rdfId
static final Resource
SchemaDO.ReactAction
static final Resource
AS.Read
static final Resource
WAC.Read
static final Resource
SchemaDO.ReadAction
static final Resource
OWL2.real
Theowl:real
datatype does not directly provide any lexical forms.static final Resource
SchemaDO.RealEstateAgent
static final Resource
SchemaDO.RealEstateListing
static final Resource
ReasonerVocabulary.ReasonerClass
The RDF class to which all Reasoners belongstatic final Resource
SchemaDO.ReceiveAction
static final Resource
SchemaDO.Recipe
static final Resource
SchemaDO.Recommendation
static final Resource
SchemaDO.RecommendedDoseSchedule
static final Resource
SchemaDO.RecyclingCenter
static final Resource
TestManifest.ReducedCardinalityTest
The given mf:result for a mf:ReducedCardinalityTest is the results as if the REDUCED keyword were omitted.static final Resource
OWL2.ReflexiveProperty
static final Resource
SchemaDO.RefundTypeEnumeration
static final Resource
SchemaDO.RegisterAction
static final Resource
static final Resource
AS.Reject
static final Resource
SchemaDO.RejectAction
static final Resource
TestManifest.rejected
static final Resource
VCARD4.RelatedType
static final Resource
AS.Relationship
static final Resource
DCAT.Relationship
static final Resource
AS.Remove
static final Resource
SchemaDO.RentAction
static final Resource
SchemaDO.RentalCarReservation
static final Resource
SchemaDO.RepaymentSpecification
static final Resource
SchemaDO.ReplaceAction
static final Resource
SchemaDO.ReplyAction
static final Resource
OA.replying
static final Resource
SchemaDO.Report
static final Resource
SchemaDO.ReportageNewsArticle
static final Resource
SchemaDO.ReportedDoseSchedule
static final Resource
SchemaDO.Researcher
static final Resource
SchemaDO.ResearchOrganization
static final Resource
SchemaDO.ResearchProject
static final Resource
SchemaDO.Reservation
static final Resource
SchemaDO.ReservationPackage
static final Resource
SchemaDO.ReservationStatusType
static final Resource
SchemaDO.ReserveAction
static final Resource
SchemaDO.Reservoir
static final Resource
SchemaDO.Residence
static final Resource
SchemaDO.Resort
static final Resource
DCAT.Resource
static final Resource
RDFS.Resource
static final Resource
RDFSyntax.resourceAttr
static final Resource
RDFSyntax.resourcePropertyElt
static final Resource
static final Resource
SchemaDO.Restaurant
static final Resource
SchemaDO.RestrictedDiet
static final Resource
OWL1.Restriction
static final Resource
OWL2.Restriction
static final Resource
SchemaDO.ResumeAction
static final Resource
SchemaDO.ReturnAction
static final Resource
SchemaDO.ReturnFeesEnumeration
static final Resource
SchemaDO.ReturnLabelSourceEnumeration
static final Resource
SchemaDO.ReturnMethodEnumeration
static final Resource
SchemaDO.Review
static final Resource
SchemaDO.ReviewAction
static final Resource
SchemaDO.ReviewNewsArticle
static final Resource
DCTerms.RightsStatement
A 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 Resource
SchemaDO.RiverBodyOfWater
static final Resource
DCAT.Role
static final Resource
ORG.Role
static final Resource
SchemaDO.Role
static final Resource
SchemaDO.RoofingContractor
static final Resource
SchemaDO.Room
static final Resource
SchemaDO.RsvpAction
static final Resource
SchemaDO.RsvpResponseType
static final Resource
OA.rtlDirection
static final Resource
SchemaDO.RVPark
static final Resource
SchemaDO.SaleEvent
static final Resource
SWRL.SameIndividualAtom
static final Resource
SchemaDO.SatiricalArticle
static final Resource
SchemaDO.Schedule
static final Resource
SchemaDO.ScheduleAction
static final Resource
SchemaDO.ScholarlyArticle
static final Resource
SchemaDO.School
static final Resource
SchemaDO.SchoolDistrict
static final Resource
SchemaDO.ScreeningEvent
static final Resource
SchemaDO.Sculpture
static final Resource
SchemaDO.SeaBodyOfWater
static final Resource
SchemaDO.SearchAction
static final Resource
SchemaDO.SearchResultsPage
static final Resource
SchemaDO.Season
static final Resource
SchemaDO.Seat
static final Resource
RDFSyntax.sectionListExpand
static final Resource
RDFSyntax.sectionReification
static final Resource
SchemaDO.SeekToAction
static final Resource
OA.Selector
static final Resource
SchemaDO.SelfStorage
static final Resource
SchemaDO.SellAction
static final Resource
SchemaDO.SendAction
static final Resource
RDF.Seq
static final Resource
SchemaDO.Series
static final Resource
AS.Service
static final Resource
DCTypes.Service
A system that provides one or more functions.static final Resource
SchemaDO.Service
static final Resource
SchemaDO.ServiceChannel
static final Resource
SchemaDO.ShareAction
static final Resource
SchemaDO.SheetMusic
static final Resource
SchemaDO.ShippingDeliveryTime
static final Resource
SchemaDO.ShippingRateSettings
static final Resource
SchemaDO.ShoeStore
static final Resource
SchemaDO.ShoppingCenter
static final Resource
SchemaDO.ShortStory
static final Resource
VCARD4.Sibling
static final Resource
SchemaDO.SingleFamilyResidence
static final Resource
ORG.Site
static final Resource
SchemaDO.SiteNavigationElement
static final Resource
SchemaDO.SizeGroupEnumeration
static final Resource
DCTerms.SizeOrDuration
A dimension or extent, or a time taken to play or execute.static final Resource
SchemaDO.SizeSpecification
static final Resource
SchemaDO.SizeSystemEnumeration
static final Resource
SchemaDO.SkiResort
static final Resource
SchemaDO.SocialEvent
static final Resource
SchemaDO.SocialMediaPosting
static final Resource
DCTypes.Software
A computer program in source or compiled form.static final Resource
SchemaDO.SoftwareApplication
static final Resource
SchemaDO.SoftwareSourceCode
static final Resource
SchemaDO.SolveMathAction
static final Resource
SchemaDO.SomeProducts
static final Resource
DCTypes.Sound
A resource primarily intended to be heard.static final Resource
SchemaDO.SpeakableSpecification
static final Resource
SchemaDO.SpecialAnnouncement
static final Resource
SchemaDO.Specialty
static final Resource
static final Resource
SchemaDO.SportingGoodsStore
static final Resource
SchemaDO.SportsActivityLocation
static final Resource
SchemaDO.SportsClub
static final Resource
SchemaDO.SportsEvent
static final Resource
SchemaDO.SportsOrganization
static final Resource
SchemaDO.SportsTeam
static final Resource
VCARD4.Spouse
static final Resource
SchemaDO.SpreadsheetDigitalDocument
static final Resource
SchemaDO.StadiumOrArena
static final Resource
DCTerms.Standard
A basis for comparison; a reference point against which other things can be evaluated.static final Resource
OA.State
static final Resource
SchemaDO.State
static final Resource
RDF.Statement
static final Resource
SchemaDO.Statement
static final Resource
SchemaDO.StatisticalPopulation
static final Resource
SchemaDO.StatusEnumeration
static final Resource
SchemaDO.SteeringPositionValue
static final Resource
DCTypes.StillImage
A static visual representation.static final Resource
SchemaDO.Store
static final Resource
SchemaDO.StructuredValue
static final Resource
OA.Style
static final Resource
SchemaDO.SubscribeAction
static final Resource
SchemaDO.Substance
static final Resource
SchemaDO.SubwayStation
static final Resource
SchemaDO.Suite
static final Resource
SchemaDO.SuperficialAnatomy
static final Resource
SchemaDO.SurgicalProcedure
static final Resource
SchemaDO.SuspendAction
static final Resource
OA.SvgSelector
static final Resource
VCARD4.Sweetheart
static final Resource
OWL1.SymmetricProperty
static final Resource
OWL2.SymmetricProperty
static final Resource
SchemaDO.Synagogue
static final Resource
RDFSyntax.syntaxTerms
static final Resource
SchemaDO.Table
static final Resource
OA.tagging
static final Resource
SchemaDO.TakeAction
static final Resource
SchemaDO.TattooParlor
static final Resource
SchemaDO.Taxi
static final Resource
SchemaDO.TaxiReservation
static final Resource
SchemaDO.TaxiService
static final Resource
SchemaDO.TaxiStand
static final Resource
SchemaDO.Taxon
static final Resource
SchemaDO.TechArticle
static final Resource
VOID.TechnicalFeature
static final Resource
VCARD4.Tel
Deprecated.static final Resource
VCARD4.TelephoneType
static final Resource
SchemaDO.TelevisionChannel
static final Resource
SchemaDO.TelevisionStation
static final Resource
VCARD.TELTYPES
static final Resource
SchemaDO.TennisComplex
static final Resource
static final Resource
static final Resource
OWLTest.Test
static final Resource
OWLResults.TestRun
An event where some system attempts to pass some test.static final Resource
DCTypes.Text
A resource consisting primarily of words for reading.static final Resource
SchemaDO.Text
static final Resource
VCARD4.Text
static final Resource
SchemaDO.TextDigitalDocument
static final Resource
VCARD4.TextPhone
static final Resource
static final Resource
static final Resource
OA.TextualBody
static final Resource
SchemaDO.TheaterEvent
static final Resource
SchemaDO.TheaterGroup
static final Resource
SchemaDO.TherapeuticProcedure
static final Resource
SchemaDO.Thesis
static final Resource
OWL1.Thing
static final Resource
OWL2.Thing
static final Resource
SchemaDO.Thing
static final Resource
SchemaDO.Ticket
static final Resource
SchemaDO.TieAction
static final Resource
XSD.time
Resource URI for xsd:timestatic final Resource
SchemaDO.Time
static final Resource
OA.TimeState
static final Resource
SchemaDO.TipAction
static final Resource
SchemaDO.TireShop
static final Resource
XSD.token
Resource URI for xsd:tokenstatic final Resource
AS.Tombstone
static final Resource
SchemaDO.TouristAttraction
static final Resource
SchemaDO.TouristDestination
static final Resource
SchemaDO.TouristInformationCenter
static final Resource
SchemaDO.TouristTrip
static final Resource
SchemaDO.ToyStore
static final Resource
SchemaDO.TrackAction
static final Resource
SchemaDO.TradeAction
static final Resource
SchemaDO.TrainReservation
static final Resource
SchemaDO.TrainStation
static final Resource
SchemaDO.TrainTrip
static final Resource
SchemaDO.TransferAction
static final Resource
OWL1.TransitiveProperty
static final Resource
OWL2.TransitiveProperty
static final Resource
AS.Travel
static final Resource
SchemaDO.TravelAction
static final Resource
SchemaDO.TravelAgency
static final Resource
SchemaDO.TreatmentIndication
static final Resource
SchemaDO.Trip
static final Resource
OWLTest.TrueTest
The conclusions follow from the empty premises.static final Resource
SchemaDO.TVClip
static final Resource
SchemaDO.TVEpisode
static final Resource
SchemaDO.TVSeason
static final Resource
SchemaDO.TVSeries
static final Resource
VCARD4.Type
static final Resource
SchemaDO.TypeAndQuantityNode
static final Resource
VCARD.TZTYPES
static final Resource
SchemaDO.UKNonprofitType
static final Resource
AS.Undo
static final Resource
SchemaDO.UnitPriceSpecification
static final Resource
VCARD4.Unknown
static final Resource
SchemaDO.UnRegisterAction
static final Resource
XSD.unsignedByte
Resource URI for xsd:unsignedBytestatic final Resource
XSD.unsignedInt
Resource URI for xsd:unsignedIntstatic final Resource
XSD.unsignedLong
Resource URI for xsd:unsignedLongstatic final Resource
XSD.unsignedShort
Resource URI for xsd:unsignedShortstatic final Resource
AS.Update
static final Resource
SchemaDO.UpdateAction
static final Resource
RDFSyntax.URIReference
static final Resource
SchemaDO.URL
static final Resource
SchemaDO.UseAction
static final Resource
SchemaDO.UserBlocks
static final Resource
SchemaDO.UserCheckins
static final Resource
SchemaDO.UserComments
static final Resource
SchemaDO.UserDownloads
static final Resource
SchemaDO.UserInteraction
static final Resource
SchemaDO.UserLikes
static final Resource
SchemaDO.UserPageVisits
static final Resource
SchemaDO.UserPlays
static final Resource
SchemaDO.UserPlusOnes
static final Resource
SchemaDO.UserReview
static final Resource
SchemaDO.UserTweets
static final Resource
SchemaDO.USNonprofitType
static final Resource
SWRL.Variable
static final Resource
VCARD4.VCard
static final Resource
SchemaDO.Vehicle
static final Resource
SchemaDO.Vein
static final Resource
SchemaDO.Vessel
static final Resource
SchemaDO.VeterinaryCare
static final Resource
AS.Video
static final Resource
VCARD4.Video
static final Resource
SchemaDO.VideoGallery
static final Resource
SchemaDO.VideoGame
static final Resource
SchemaDO.VideoGameClip
static final Resource
SchemaDO.VideoGameSeries
static final Resource
SchemaDO.VideoObject
static final Resource
SchemaDO.VideoObjectSnapshot
static final Resource
AS.View
static final Resource
SchemaDO.ViewAction
static final Resource
SchemaDO.VirtualLocation
static final Resource
SchemaDO.VisualArtsEvent
static final Resource
SchemaDO.VisualArtwork
static final Resource
SchemaDO.VitalSign
static final Resource
VCARD4.Voice
static final Resource
SchemaDO.Volcano
static final Resource
SchemaDO.VoteAction
static final Resource
SchemaDO.WantAction
static final Resource
SchemaDO.WarrantyPromise
static final Resource
SchemaDO.WarrantyScope
static final Resource
SchemaDO.WatchAction
static final Resource
SchemaDO.Waterfall
static final Resource
SchemaDO.WearableMeasurementTypeEnumeration
static final Resource
SchemaDO.WearableSizeGroupEnumeration
static final Resource
SchemaDO.WearableSizeSystemEnumeration
static final Resource
SchemaDO.WearAction
static final Resource
SchemaDO.WebAPI
static final Resource
SchemaDO.WebApplication
static final Resource
SchemaDO.WebContent
static final Resource
SchemaDO.WebPage
static final Resource
SchemaDO.WebPageElement
static final Resource
SchemaDO.WebSite
static final Resource
SchemaDO.WholesaleStore
static final Resource
SchemaDO.WinAction
static final Resource
SchemaDO.Winery
static final Resource
VCARD4.Work
static final Resource
SchemaDO.WorkBasedProgram
static final Resource
SchemaDO.WorkersUnion
static final Resource
SchemaDO.WPAdBlock
static final Resource
SchemaDO.WPFooter
static final Resource
SchemaDO.WPHeader
static final Resource
SchemaDO.WPSideBar
static final Resource
WAC.Write
static final Resource
SchemaDO.WriteAction
static final Resource
RDFSyntax.ws
static final Resource
VCARD4.X400
Deprecated.static final Resource
XSD.xboolean
Resource URI for xsd:booleanstatic final Resource
XSD.xbyte
Resource URI for xsd:bytestatic final Resource
XSD.xdouble
Resource URI for xsd:doublestatic final Resource
XSD.xfloat
Resource URI for xsd:floatstatic final Resource
XSD.xint
Resource URI for xsd:intstatic final Resource
XSD.xlong
Resource URI for xsd:longstatic final Resource
RDF.xmlLiteral
static final Resource
static final Resource
SchemaDO.XPathType
static final Resource
XSD.xshort
Resource URI for xsd:shortstatic final Resource
XSD.xstring
Resource URI for xsd:stringstatic final Resource
Resource URI for xsd:yearMonthDurationstatic final Resource
SchemaDO.Zoo
Modifier and TypeMethodDescriptionstatic Resource
RDF.Init._Property()
Deprecated.static Resource
OWL1.Init.AllDifferent()
Deprecated.static Resource
RDF.Init.Alt()
Deprecated.static Resource
OWL1.Init.AnnotationProperty()
Deprecated.static Resource
RDF.Init.Bag()
Deprecated.static Resource
OWL1.Init.Class()
Deprecated.static Resource
RDFS.Init.Class()
static Resource
RDF.Init.CompoundLiteral()
Deprecated.static Resource
RDFS.Init.Container()
static Resource
RDFS.Init.ContainerMembershipProperty()
static Resource
OWL1.Init.DataRange()
Deprecated.static Resource
RDFS.Init.Datatype()
static Resource
OWL1.Init.DatatypeProperty()
Deprecated.static Resource
OWL1.Init.DeprecatedClass()
Deprecated.static Resource
OWL1.Init.DeprecatedProperty()
Deprecated.static Resource
RDF.Init.dirLangString()
Deprecated.static Resource
OWL1.Init.FunctionalProperty()
Deprecated.static Resource
RDF.Init.HTML()
Deprecated.static Resource
OWL1.Init.InverseFunctionalProperty()
Deprecated.