Uses of Interface
org.apache.jena.rdf.model.Property
Packages that use Property
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 Property in org.apache.jena.assembler
Fields in org.apache.jena.assembler declared as PropertyModifier and TypeFieldDescriptionstatic final PropertyJA.assemblerstatic final PropertyJA.baseModelstatic final PropertyJA.contentstatic final Propertystatic final PropertyJA.contextstatic final PropertyJA.createstatic final PropertyJA.cxtNamestatic final PropertyJA.cxtValuestatic final PropertyJA.datastatic final PropertyJA.directorystatic final Propertystatic final Propertystatic final PropertyJA.fileEncodingstatic final PropertyJA.fileManagerstatic final PropertyJA.importsstatic final PropertyJA.importSourcestatic final PropertyJA.includesstatic final Propertystatic final PropertyJA.ja_schemastatic final Propertystatic final Propertystatic final PropertyJA.loadClassstatic final Propertystatic final PropertyJA.mapNamestatic final PropertyJA.modelNamestatic final PropertyJA.namespacestatic final PropertyJA.ontLanguagestatic final PropertyJA.ontModelSpecstatic final PropertyJA.policyPathstatic final PropertyJA.prefixstatic final Propertystatic final Propertystatic final PropertyJA.reasonerstatic final Propertystatic final Propertystatic final PropertyJA.reasonerURLstatic final PropertyJA.rootModelstatic final PropertyJA.rulestatic final PropertyJA.rulesstatic final PropertyJA.rulesFromstatic final PropertyJA.strictstatic final PropertyJA.subModelMethods in org.apache.jena.assembler that return Property -
Uses of Property in org.apache.jena.assembler.assemblers
Fields in org.apache.jena.assembler.assemblers with type parameters of type PropertyMethods in org.apache.jena.assembler.assemblers with parameters of type PropertyModifier and TypeMethodDescriptionstatic StringAssemblerBase.getOptionalClassName(Resource root, Property classProperty) Answer the string described by the value of the unique optionalclassPropertyproperty ofroot, or null if there's no such property.static ResourceAssemblerBase.getRequiredResource(Resource root, Property p) -
Uses of Property in org.apache.jena.assembler.exceptions
Methods in org.apache.jena.assembler.exceptions that return PropertyConstructors in org.apache.jena.assembler.exceptions with parameters of type PropertyModifierConstructorDescriptionNotUniqueException(Resource root, Property property) PropertyRequiredException(Resource root, Property property) -
Uses of Property in org.apache.jena.ontology
Subinterfaces of Property in org.apache.jena.ontologyModifier and TypeInterfaceDescriptioninterfaceInterface that represents the category of annotation properties in an ontology language.interfaceInterface that encapsulates the class of properties whose range values are datatype values (as distinct fromObjectPropertywhose values are individuals).interfaceInterface encapsulating the class of properties that are functional: that is, properties in which a given given domain value has a unique value in the range.interfaceInterface encapsulating the class of properties that are inverse functional: that is, properties in which a given given range value has a unique value in the domain (effectively, a key).interfaceInterface encapsulating properties whose range values are restricted to individuals (as distinct from datatype valuedproperties).interfaceInterface encapsulating a property in an ontology.interfaceInterface that encapsulates a property that is symmetric, i.e. one in which ifp(x, y)holds, thenp(y, x)must also hold.interfaceInterface that denotes a property that is transitive i.e. one in which ifx p yholds, andy p zholds, thenx p zmust also hold.Fields in org.apache.jena.ontology declared as PropertyModifier and TypeFieldDescriptionstatic final PropertyOntDocumentManager.ALT_URLRepresents the alternative local copy of the public ontology; assumed to be resolvable, hence URL not URIstatic final PropertyOntDocumentManager.CACHE_MODELSDefines boolean policy choice of caching loaded modelsstatic final PropertyOntDocumentManager.IGNORE_IMPORTSpecifies the URI of an ontology that we do not want to import, even if processImports is true.static final PropertyOntDocumentManager.LANGUAGERepresents the ontology language used to encode the ontologystatic final PropertyOntDocumentManager.PREFIXRepresents the standard prefix for this namespacestatic final PropertyOntDocumentManager.PROCESS_IMPORTSDefines boolean policy choice of loading the imports closurestatic final PropertyOntDocumentManager.PUBLIC_URIRepresents the public URI of an ontology; also used to derive the namespacestatic final PropertyOntDocumentManager.USE_DECLARED_NS_PREFIXESThe policy property for including the pre-declared namespace prefixes in a model.Fields in org.apache.jena.ontology with type parameters of type PropertyMethods in org.apache.jena.ontology that return PropertyModifier and TypeMethodDescriptionProfile.ALL_VALUES_FROM()Answer the predicate that denotes a restriction on a given property to have only values from the given class expression.Profile.BACKWARD_COMPATIBLE_WITH()Answer the predicate that documents that one ontology resource is backwards compatible with another.Profile.CARDINALITY()Answer the predicate that denotes a restriction on a given property to have exactly a certain number of valuesProfile.CARDINALITY_Q()Answer the predicate that denotes a qualified restriction on a given property to have exactly a certain number of valuesProfile.COMMENT()Answer the predicate that denotescommentannotation on an ontology elementProfile.COMPLEMENT_OF()Answer the predicate that denotes that one class comprises the individuals that are not in a second class.Profile.DIFFERENT_FROM()Answer the predicate that denotes that one resource represents a different individual than another resource.Profile.DISJOINT_WITH()Answer the predicate that denotes that one class has no individuals in its extension in common with another class.Profile.DISTINCT_MEMBERS()Answer the predicate that maps from anProfile.ALL_DIFFERENT()axiom to the set of individuals that are pair-wise different from each other.Profile.DOMAIN()Answer the predicate that denotes the domain of a property.Profile.EQUIVALENT_CLASS()Answer the predicate that denotes that one class has the same extension as another.Profile.EQUIVALENT_PROPERTY()Answer the predicate that denotes that one property has the same property extension as another.Profile.FIRST()The property that denotes the head of a listProfile.HAS_CLASS_Q()Answer the predicate that denotes a the class in a qualified restriction.Profile.HAS_VALUE()Answer the predicate that denotes a restriction on a given property to have a given value.Profile.IMPORTS()Answer the predicate that denotes that one ontology document imports another.Profile.INCOMPATIBLE_WITH()Answer the predicate that documents that one ontology resource is not backwards compatible with another.Profile.INTERSECTION_OF()Answer the predicate that denotes that one class is formed from the intersection (conjunction) of a set of others.Profile.INVERSE_OF()Answer the predicate that denotes that one property is the inverse of anotherProfile.IS_DEFINED_BY()Answer the predicate that denotesisDefinedByannotation on an ontology elementProfile.LABEL()Answer the predicate that denoteslabelannotation on an ontology elementProfile.MAX_CARDINALITY()Answer the predicate that denotes a restriction on a given property to have at most a certain number of valuesProfile.MAX_CARDINALITY_Q()Answer the predicate that denotes a qualified restriction on a given property to have at most a certain number of valuesProfile.MIN_CARDINALITY()Answer the predicate that denotes a restriction on a given property to have at least a certain number of valuesProfile.MIN_CARDINALITY_Q()Answer the predicate that denotes a qualified restriction on a given property to have at least a certain number of valuesProfile.ON_PROPERTY()Answer the predicate that maps from aProfile.RESTRICTION()to a property that it is a restriction on.Profile.ONE_OF()Answer the predicate that denotes that a class comprises exactly one of a given closed set individuals.BooleanClassDescription.operator()Answer the property that is used to construct this boolean expression, for exampleProfile.UNION_OF().Profile.PRIOR_VERSION()Answer the predicate that documents that one ontology is a prior version of another.Profile.RANGE()Answer the predicate that denotes the range of a propertyProfile.REST()The property that denotes the tail of a listProfile.SAME_AS()Answer the predicate that denotes that one resource represents the same ontology object as another.Profile.SAME_INDIVIDUAL_AS()Answer the predicate that denotes that one resource represents the same individual as another.Profile.SEE_ALSO()Answer the predicate that denotesseeAlsoannotation on an ontology elementProfile.SOME_VALUES_FROM()Answer the predicate that denotes a restriction on a given property to have at least one value from the given class expression.Profile.SUB_CLASS_OF()Answer the predicate that denotes that one class is a sub-class of another.Profile.SUB_PROPERTY_OF()Answer the predicate that denotes that one property is a sub-property of another.Profile.UNION_OF()Answer the predicate that denotes that one class is formed from the union (disjunction) of a set of others.Profile.VERSION_INFO()Answer the predicate that denotes version-info metadata on an ontology headerMethods in org.apache.jena.ontology with parameters of type PropertyModifier and TypeMethodDescriptionvoidOntProperty.addEquivalentProperty(Property prop) Add a property that is equivalent to this property.voidOntProperty.addInverseOf(Property prop) Add a property that this property is the inverse of.voidOntProperty.addSubProperty(Property prop) Add a sub-property of this property.voidOntProperty.addSuperProperty(Property prop) Add a super-property of this property.OntClass.convertToRestriction(Property prop) Answer a view of this class as an restriction on the given property.OntModel.createAllValuesFromRestriction(String uri, Property prop, Resource cls) Deprecated, for removal: This API element is subject to removal in a future version.Answer a class description defined as the class of those individuals for which all values of the given property belong to the given classOntModel.createCardinalityQRestriction(String uri, Property prop, int cardinality, OntClass cls) Deprecated, for removal: This API element is subject to removal in a future version.Answer a class description defined as the class of those individuals that have exactly the given number of values for the given property, all values of which belong to the given class.OntModel.createCardinalityRestriction(String uri, Property prop, int cardinality) Deprecated, for removal: This API element is subject to removal in a future version.Answer a class description defined as the class of those individuals that have exactly the given number of values for the given property.OntModel.createHasValueRestriction(String uri, Property prop, RDFNode value) Deprecated, for removal: This API element is subject to removal in a future version.Answer a class description defined as the class of those individuals that have the given resource as the value of the given propertyOntModel.createMaxCardinalityQRestriction(String uri, Property prop, int cardinality, OntClass cls) Deprecated, for removal: This API element is subject to removal in a future version.Answer a class description defined as the class of those individuals that have at most the given number of values for the given property, all values of which belong to the given class.OntModel.createMaxCardinalityRestriction(String uri, Property prop, int cardinality) Deprecated, for removal: This API element is subject to removal in a future version.Answer a class description defined as the class of those individuals that have at most the given number of values for the given property.OntModel.createMinCardinalityQRestriction(String uri, Property prop, int cardinality, OntClass cls) Deprecated, for removal: This API element is subject to removal in a future version.Answer a class description defined as the class of those individuals that have at least the given number of values for the given property, all values of which belong to the given class.OntModel.createMinCardinalityRestriction(String uri, Property prop, int cardinality) Deprecated, for removal: This API element is subject to removal in a future version.Answer a class description defined as the class of those individuals that have at least the given number of values for the given property.OntModel.createRestriction(String uri, Property p) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource that represents a property restriction in this model.OntModel.createRestriction(Property p) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource that represents an anonymous property restriction in this model.OntModel.createSomeValuesFromRestriction(String uri, Property prop, Resource cls) Deprecated, for removal: This API element is subject to removal in a future version.Answer a class description defined as the class of those individuals that have at least one property with a value belonging to the given classintOntResource.getCardinality(Property p) Answer the cardinality of the given property on this resource.OntResource.getPropertyValue(Property property) Answer the value of a given RDF property for this resource, or null if it doesn't have one.booleanOntClass.hasDeclaredProperty(Property p, boolean direct) Return an iteration of the properties associated with a frame-like view of this class.booleanOntProperty.hasEquivalentProperty(Property prop) Answer true if the given property is equivalent to this property.booleanOntProperty.hasSubProperty(Property prop, boolean direct) Answer true if the given property is a sub-property of this property.booleanOntProperty.hasSuperProperty(Property prop, boolean direct) Answer true if the given property is a super-property of this property.booleanOntProperty.isInverseOf(Property prop) Answer true if this property is the inverse of the given property.OntResource.listPropertyValues(Property property) Answer an iterator over the values for a given RDF property.booleanRestriction.onProperty(Property prop) Answer true if this restriction is a property restriction on the given property.voidOntProperty.removeEquivalentProperty(Property prop) Remove the statement that this property and the given property are equivalent.voidOntProperty.removeInverseProperty(Property prop) Remove the statement that this property is the inverse of the given property.voidRestriction.removeOnProperty(Property prop) Remove the given property as the property that this restriction applies to.voidOntResource.removeProperty(Property property, RDFNode value) Remove the specific property-value pair from this resource.voidOntProperty.removeSubProperty(Property prop) Remove the given property from the sub-properties of this property.voidOntProperty.removeSuperProperty(Property prop) Remove the given property from the super-properties of this property.voidOntProperty.setEquivalentProperty(Property prop) Assert that the given property is equivalent to this property.voidOntProperty.setInverseOf(Property prop) Assert that this property is the inverse of the given property.voidRestriction.setOnProperty(Property prop) Assert that the property that this restriction applies to is the given property.voidOntResource.setPropertyValue(Property property, RDFNode value) Set the value of the given property of this ontology resource to the given value, encoded as an RDFNode.voidOntProperty.setSubProperty(Property prop) Assert that this property is super-property of the given property.voidOntProperty.setSuperProperty(Property prop) Assert that this property is sub-property of the given property.Constructors in org.apache.jena.ontology with parameters of type PropertyModifierConstructorDescriptionPredicatesFilter(Property pred) Accept statements with predicatepredPredicatesFilter(Property[] preds) Accept statements with any predicate frompredsConstructor parameters in org.apache.jena.ontology with type arguments of type PropertyModifierConstructorDescriptionPredicatesFilter(Collection<Property> preds) Accept statements with any predicate frompreds -
Uses of Property in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement PropertyModifier and TypeClassDescriptionclassImplementation for ontology abstraction of annotation propertyclassImplementation of the datatype property abstractionclassImplementation of the functional property abstractionclassImplementation of the functional property abstractionclassImplementation of the object property abstractionclassImplementation of the abstraction representing a general ontology property.classImplementation of the symmetric property abstractionclassImplementation of the transitive property abstractionMethods in org.apache.jena.ontology.impl that return PropertyModifier and TypeMethodDescriptionOWLProfile.ALL_VALUES_FROM()RDFSProfile.ALL_VALUES_FROM()OWLProfile.BACKWARD_COMPATIBLE_WITH()RDFSProfile.BACKWARD_COMPATIBLE_WITH()OWLProfile.CARDINALITY()RDFSProfile.CARDINALITY()OWLProfile.CARDINALITY_Q()RDFSProfile.CARDINALITY_Q()OWLProfile.COMMENT()RDFSProfile.COMMENT()OWLLiteProfile.COMPLEMENT_OF()OWLProfile.COMPLEMENT_OF()RDFSProfile.COMPLEMENT_OF()OWLProfile.DIFFERENT_FROM()RDFSProfile.DIFFERENT_FROM()OWLLiteProfile.DISJOINT_WITH()OWLProfile.DISJOINT_WITH()RDFSProfile.DISJOINT_WITH()OWLProfile.DISTINCT_MEMBERS()RDFSProfile.DISTINCT_MEMBERS()OWLProfile.DOMAIN()RDFSProfile.DOMAIN()OWLProfile.EQUIVALENT_CLASS()RDFSProfile.EQUIVALENT_CLASS()OWLProfile.EQUIVALENT_PROPERTY()RDFSProfile.EQUIVALENT_PROPERTY()OWLProfile.FIRST()RDFSProfile.FIRST()OWLProfile.HAS_CLASS_Q()RDFSProfile.HAS_CLASS_Q()OWLLiteProfile.HAS_VALUE()OWLProfile.HAS_VALUE()RDFSProfile.HAS_VALUE()OWLProfile.IMPORTS()RDFSProfile.IMPORTS()OWLProfile.INCOMPATIBLE_WITH()RDFSProfile.INCOMPATIBLE_WITH()Answer a property that is attached to the given model, which will either be this property or a new property object with the same URI in the given model.OWLProfile.INTERSECTION_OF()RDFSProfile.INTERSECTION_OF()OWLProfile.INVERSE_OF()RDFSProfile.INVERSE_OF()OWLProfile.IS_DEFINED_BY()RDFSProfile.IS_DEFINED_BY()OWLProfile.LABEL()RDFSProfile.LABEL()OWLProfile.MAX_CARDINALITY()RDFSProfile.MAX_CARDINALITY()OWLProfile.MAX_CARDINALITY_Q()RDFSProfile.MAX_CARDINALITY_Q()OWLProfile.MIN_CARDINALITY()RDFSProfile.MIN_CARDINALITY()OWLProfile.MIN_CARDINALITY_Q()RDFSProfile.MIN_CARDINALITY_Q()OWLProfile.ON_PROPERTY()RDFSProfile.ON_PROPERTY()OWLLiteProfile.ONE_OF()OWLProfile.ONE_OF()RDFSProfile.ONE_OF()abstract PropertyBooleanClassDescriptionImpl.operator()Answer the property that is used to construct this boolean expression, for exampleProfile.UNION_OF().ComplementClassImpl.operator()Answer the property that is used to construct this boolean expression, for exampleProfile.UNION_OF().IntersectionClassImpl.operator()UnionClassImpl.operator()OWLProfile.PRIOR_VERSION()RDFSProfile.PRIOR_VERSION()OWLProfile.RANGE()RDFSProfile.RANGE()OWLProfile.REST()RDFSProfile.REST()OWLLiteProfile.SAME_AS()OWLProfile.SAME_AS()RDFSProfile.SAME_AS()OWLLiteProfile.SAME_INDIVIDUAL_AS()OWLProfile.SAME_INDIVIDUAL_AS()RDFSProfile.SAME_INDIVIDUAL_AS()OWLProfile.SEE_ALSO()RDFSProfile.SEE_ALSO()OWLProfile.SOME_VALUES_FROM()RDFSProfile.SOME_VALUES_FROM()OWLProfile.SUB_CLASS_OF()RDFSProfile.SUB_CLASS_OF()OWLProfile.SUB_PROPERTY_OF()RDFSProfile.SUB_PROPERTY_OF()OWLLiteProfile.UNION_OF()OWLProfile.UNION_OF()RDFSProfile.UNION_OF()OWLProfile.VERSION_INFO()RDFSProfile.VERSION_INFO()Methods in org.apache.jena.ontology.impl with parameters of type PropertyModifier and TypeMethodDescriptionvoidOntPropertyImpl.addEquivalentProperty(Property prop) Add a property that is equivalent to this property.voidOntPropertyImpl.addInverseOf(Property prop) Add a property that is the inverse of this property.voidOntPropertyImpl.addSubProperty(Property prop) Add a sub-property of this property.voidOntPropertyImpl.addSuperProperty(Property prop) Add a super-property of this property.static booleanAbstractProfile.containsSome(EnhGraph g, Node n, Property p) Utility method: answer true iff the enhanced graph contains some triple which has n as subject, p.asNode() as predicate, and any object.static booleanOWLDLProfile.containsSome(EnhGraph g, Node n, Property p) static booleanOWLLiteProfile.containsSome(EnhGraph g, Node n, Property p) static booleanOWLProfile.containsSome(EnhGraph g, Node n, Property p) OntClassImpl.convertToRestriction(Property prop) Answer a view of this class as an restriction on the given property.OntModelImpl.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.createCardinalityQRestriction(String uri, Property prop, int cardinality, OntClass cls) Answer a class description defined as the class of those individuals that have exactly the given number of values for the given property, all values of which belong to the given class.OntModelImpl.createCardinalityRestriction(String uri, Property prop, int cardinality) Answer a class description defined as the class of those individuals that have exactly the given number of values for the given property.OntModelImpl.createHasValueRestriction(String uri, Property prop, RDFNode value) Answer a class description defined as the class of those individuals that have the given resource as the value of the given propertyOntModelImpl.createMaxCardinalityQRestriction(String uri, Property prop, int cardinality, OntClass cls) Answer a class description defined as the class of those individuals that have at most the given number of values for the given property, all values of which belong to the given class.OntModelImpl.createMaxCardinalityRestriction(String uri, Property prop, int cardinality) Answer a class description defined as the class of those individuals that have at most the given number of values for the given property.OntModelImpl.createMinCardinalityQRestriction(String uri, Property prop, int cardinality, OntClass cls) Answer a class description defined as the class of those individuals that have at least the given number of values for the given property, all values of which belong to the given class.OntModelImpl.createMinCardinalityRestriction(String uri, Property prop, int cardinality) Answer a class description defined as the class of those individuals that have at least the given number of values for the given property.OntModelImpl.createRestriction(String uri, Property p) Answer a resource that represents a property restriction in this model.OntModelImpl.createRestriction(Property p) Answer a resource that represents an anonymous property restriction 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 classintOntResourceImpl.getCardinality(Property p) Answer the cardinality of the given property on this resource.OntResourceImpl.getPropertyValue(Property property) Answer the value of a given RDF property for this ontology resource, or null if it doesn't have one.booleanOntClassImpl.hasDeclaredProperty(Property p, boolean direct) Answer true if the given property is one of the declared properties of this class.booleanOntPropertyImpl.hasEquivalentProperty(Property prop) Answer true if the given property is equivalent to this property.booleanOntPropertyImpl.hasSubProperty(Property prop, boolean direct) Answer true if the given property is a sub-property of this property.booleanOntPropertyImpl.hasSuperProperty(Property prop, boolean direct) Answer true if the given property is a super-property of this property.booleanOntPropertyImpl.isInverseOf(Property prop) Answer true if this property is the inverse of the given property.OntResourceImpl.listPropertyValues(Property property) Answer an iterator over the set of all values for a given RDF property.OntModelImpl.listStatements(Resource subject, Property predicate, RDFNode object, Model posit) Find all the statements matching a pattern.booleanRestrictionImpl.onProperty(Property prop) Answer true if this restriction is a property restriction on the given property.voidOntPropertyImpl.removeEquivalentProperty(Property prop) Remove the statement that this property and the given property are equivalent.voidOntPropertyImpl.removeInverseProperty(Property prop) Remove the statement that this property is the inverse of the given property.voidRestrictionImpl.removeOnProperty(Property prop) Remove the given property as the property that this restriction applies to.voidOntResourceImpl.removeProperty(Property property, RDFNode value) Remove the specific RDF property-value pair from this DAML resource.voidOntPropertyImpl.removeSubProperty(Property prop) Remove the given property from the sub-properties of this property.voidOntPropertyImpl.removeSuperProperty(Property prop) Remove the given property from the super-properties of this property.voidOntPropertyImpl.setEquivalentProperty(Property prop) Assert that the given property is equivalent to this property.voidOntPropertyImpl.setInverseOf(Property prop) Assert that the given property is the inverse of this property.voidRestrictionImpl.setOnProperty(Property prop) Assert that the property that this restriction applies to is the given property.voidOntResourceImpl.setPropertyValue(Property property, RDFNode value) Set the value of the given property of this ontology resource to the given value, encoded as an RDFNode.voidOntPropertyImpl.setSubProperty(Property prop) Assert that this property is super-property of the given property.voidOntPropertyImpl.setSuperProperty(Property prop) Assert that this property is sub-property of the given property. -
Uses of Property in org.apache.jena.rdf.model
Methods in org.apache.jena.rdf.model that return PropertyModifier and TypeMethodDescriptionModel.createProperty(String nameSpace, String localName) Create a property with a given URI composed from a namespace part and a localname part by concatenating the strings.ModelCon.createProperty(String uri) Create a property.static PropertyResourceFactory.createProperty(String uriref) Create a new property.static PropertyResourceFactory.createProperty(String namespace, String localName) Create a new property.ResourceFactory.Interface.createProperty(String uriref) Create a new property.ResourceFactory.Interface.createProperty(String namespace, String localName) Create a new property.Statement.getPredicate()An accessor function to return the predicate of the statement.Model.getProperty(String nameSpace, String localName) Return a Property instance with the given URI in this model.ModelCon.getProperty(String uri) Return a Property instance in this model.Override RDFNode.inModel() to produce a staticly-typed Property in the given Model.Methods in org.apache.jena.rdf.model with parameters of type PropertyModifier and TypeMethodDescriptionadd a statement to this model.add a statement to this model.add a statement to this model.ModelCon.add(Resource s, Property p, String lex, RDFDatatype datatype) add a statement to this model.add a statement to this model.ModelCon.addLiteral(Resource s, Property p, boolean o) Add the statement (s, p, createTypedLiteral( o )) to this model and answer this model.ModelCon.addLiteral(Resource s, Property p, char o) Add the statement (s, p, createTypedLiteral( o )) to this model and answer this model.ModelCon.addLiteral(Resource s, Property p, double o) Add the statement (s, p, o') to the model, where o' is the typed literal corresponding to o.ModelCon.addLiteral(Resource s, Property p, float o) Add the statement (s, p, o') to the model, where o' is the typed literal corresponding to o.ModelCon.addLiteral(Resource s, Property p, int o) Add the statement (s, p, createTypedLiteral( o )) to this model and answer this model.ModelCon.addLiteral(Resource s, Property p, long o) Add the statement (s, p, createTypedLiteral( o )) to this model and answer this model.ModelCon.addLiteral(Resource s, Property p, Literal o) add a statement to this model.Resource.addLiteral(Property p, boolean o) Add the propertypwith the typed-literal valueoto this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral(Property p, char o) Add the propertypwith the typed-literal valueoto this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral(Property value, double d) Add the propertypwith the typed-literal valueoto this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral(Property value, float d) Add the propertypwith the typed-literal valueoto this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral(Property p, long o) Add the propertypwith the typed-literal valueoto this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral(Property p, Object o) Add the propertypwith the typed-literal valueoto this resource, ie add (this, p, typed(o)) to this's model.Resource.addLiteral(Property p, Literal o) Add the propertypwith the pre-constructed Literal valueoto this resource, ie add (this, p, o) to this's model.Resource.addProperty(Property p, String o) Add a property to this resource.Resource.addProperty(Property p, String o, String l) Add a property to this resource.Resource.addProperty(Property p, String lexicalForm, RDFDatatype datatype) Add a property to this resource.Resource.addProperty(Property p, RDFNode o) Add a property to this resource.booleanDetermine whether this model contains any statements with a given subject and property.booleanDetermine if an (S, P, O) pattern is present in this model, with null allowed to represent a wildcard match.booleanDetermine if a statement is present in this model.booleanDetermine if a statement is present in this model.booleanDetermine if a statement is present in this model.booleanModelCon.containsLiteral(Resource s, Property p, boolean o) Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o.booleanModelCon.containsLiteral(Resource s, Property p, char o) Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o.booleanModelCon.containsLiteral(Resource s, Property p, double o) Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o.booleanModelCon.containsLiteral(Resource s, Property p, float o) Answer true iff this model contains (s, p, o') where o' is the typed literal corresponding to o.booleanModelCon.containsLiteral(Resource s, Property p, int o) Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o.booleanModelCon.containsLiteral(Resource s, Property p, long o) Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o.booleanModelCon.containsLiteral(Resource s, Property p, Object o) Answer true iff this model contains the statement (s, p, o') where o' is the typed literal corresponding to the value o.ModelCon.createLiteralStatement(Resource s, Property p, boolean o) Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral.ModelCon.createLiteralStatement(Resource s, Property p, char o) Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral.ModelCon.createLiteralStatement(Resource s, Property p, double o) Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral.ModelCon.createLiteralStatement(Resource s, Property p, float o) Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral.ModelCon.createLiteralStatement(Resource s, Property p, int o) Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral.ModelCon.createLiteralStatement(Resource s, Property p, long o) Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral.ModelCon.createLiteralStatement(Resource s, Property p, Object o) Answer a new Statement object (s, p, o') where o' is the typed literal corresponding to o using createTypedLiteral.Model.createStatement(Resource s, Property p, RDFNode o) Create a Statement instance.ModelCon.createStatement(Resource s, Property p, String o) Create a Statement instance.ModelCon.createStatement(Resource s, Property p, String o, String l) Create a Statement instance.static StatementResourceFactory.createStatement(Resource subject, Property predicate, RDFNode object) Create a new statement.ResourceFactory.Interface.createStatement(Resource subject, Property predicate, RDFNode object) Create a new statement.Model.getProperty(Resource s, Property p) Answer a statement (s, p, ?Model.getProperty(Resource s, Property p, String lang) Answer a statement (s, p, ?Resource.getProperty(Property p) Answer some statement (this, p, O) in the associated model.Resource.getProperty(Property p, String lang) Answer some statement (this, p, O), in languagelang, in the associated model.Statement.getProperty(Property p) Get a property of the object of the statement.Resource.getPropertyResourceValue(Property p) Answer some resource R for which this.hasProperty( p, R ), or null if no such R exists.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.Resource.getRequiredProperty(Property p) Get a property value of this resource.Resource.getRequiredProperty(Property p, String lang) Get a property value of this resource in a specified language.Statement.getStatementProperty(Property p) Return a property of this statement.booleanResource.hasLiteral(Property p, boolean o) Answer true iff this resource has the valueofor propertyp.booleanResource.hasLiteral(Property p, char o) Answer true iff this resource has the valueofor propertyp.booleanResource.hasLiteral(Property p, double o) Answer true iff this resource has the valueofor propertyp.booleanResource.hasLiteral(Property p, float o) Answer true iff this resource has the valueofor propertyp.booleanResource.hasLiteral(Property p, long o) Answer true iff this resource has the valueofor propertyp.booleanResource.hasLiteral(Property p, Object o) Answer true iff this resource has the valueofor propertyp.booleanResource.hasProperty(Property p) Determine whether this resource has any values for a given property.booleanResource.hasProperty(Property p, String o) Test if this resource has a given property with a given value.booleanResource.hasProperty(Property p, String o, String l) Test if this resource has a given property with a given value.booleanResource.hasProperty(Property p, RDFNode o) Test if this resource has a given property with a given value.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(Property p) List all objects of a given property. .remove() is not implemented on this iterator.Model.listObjectsOfProperty(Resource s, Property p) List the values of a property of a resource.Resource.listProperties(Property p) List all the values of the property p.Resource.listProperties(Property p, String lang) Return an iterator over all the properties of this resource with a specific language.Model.listResourcesWithProperty(Property p) Answer an iterator [with no duplicates] over all the resources in this model that have propertyp.Model.listResourcesWithProperty(Property p, RDFNode o) Answer an iterator [with no duplicates] over all the resources in this model that have propertypwith valueo.ModelCon.listResourcesWithProperty(Property p, boolean o) Answer an iterator [without duplicates] over all the resources in this model which have value o' for property p, where o' is the typed literal corresponding to o.ModelCon.listResourcesWithProperty(Property p, char o) Answer an iterator [without duplicates] over all the resources in this model which have value o' for property p, where o' is the typed literal corresponding to o.ModelCon.listResourcesWithProperty(Property p, double o) Answer an iterator [without duplicates] over all the resources in this model which have value o' for property p, where o' is the typed literal corresponding to o.ModelCon.listResourcesWithProperty(Property p, float o) Answer an iterator [without duplicates] over all the resources in this model which have value o' for property p, where o' is the typed literal corresponding to o.ModelCon.listResourcesWithProperty(Property p, long o) Answer an iterator [without duplicates] over all the resources in this model which have value o' for property p, where o' is the typed literal corresponding to o.ModelCon.listResourcesWithProperty(Property p, Object o) Answer an iterator [without duplicates] over all the resources in this model which have value o' for property p, where o' is the typed literal corresponding to o.InfModel.listStatements(Resource subject, Property predicate, RDFNode object, Model posit) Find all the statements matching a pattern.Model.listStatements(Resource s, Property p, RDFNode o) Find all the statements matching a pattern.ModelCon.listStatements(Resource subject, Property predicate, String object) Find all the statements matching a pattern.ModelCon.listStatements(Resource subject, Property predicate, String object, String lang) Find all the statements matching a pattern.ModelCon.listStatements(Resource subject, Property predicate, String object, String lang, String direction) Find all the statements matching a pattern.Model.listSubjectsWithProperty(Property p) An alias forlistResourcesWithProperty(Property), retained for backward compatibility.Model.listSubjectsWithProperty(Property p, RDFNode o) An alias forlistResourcesWithProperty, retained for backward compatibility.ModelCon.listSubjectsWithProperty(Property p, String str) lists all subjects with a given property and property value.ModelCon.listSubjectsWithProperty(Property p, String str, String lang) lists all subjects with a given property and property value.ModelCon.listSubjectsWithProperty(Property p, String str, String lang, String dir) lists all subjects with a given property and property value.remove the statement(s, p, o)from this model and answer this model.Remove all the statements matching (s, p, o) from this model.Delete all the statements with predicatepfor this resource from its associated model. -
Uses of Property in org.apache.jena.rdf.model.impl
Classes in org.apache.jena.rdf.model.impl that implement PropertyMethods in org.apache.jena.rdf.model.impl that return PropertyModifier and TypeMethodDescriptionModelCom.createProperty(String uri) ModelCom.createProperty(String nameSpace, String localName) abstract PropertyStatementBase.getPredicate()StatementImpl.getPredicate()ModelCom.getProperty(String uri) ModelCom.getProperty(String nameSpace, String localName) RDFListImpl.listFirst()RDFListImpl.listRest()Methods in org.apache.jena.rdf.model.impl with parameters of type PropertyModifier 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) 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) booleanbooleanbooleanbooleanbooleanbooleanModelCom.containsLiteral(Resource s, Property p, boolean o) booleanModelCom.containsLiteral(Resource s, Property p, char o) booleanModelCom.containsLiteral(Resource s, Property p, double o) booleanModelCom.containsLiteral(Resource s, Property p, float o) booleanModelCom.containsLiteral(Resource s, Property p, int o) booleanModelCom.containsLiteral(Resource s, Property p, long o) booleanModelCom.containsLiteral(Resource s, Property p, Object o) ModelCom.createLiteralStatement(Resource r, Property p, boolean o) ModelCom.createLiteralStatement(Resource r, Property p, char o) ModelCom.createLiteralStatement(Resource r, Property p, double o) ModelCom.createLiteralStatement(Resource r, Property p, float o) ModelCom.createLiteralStatement(Resource r, Property p, int o) ModelCom.createLiteralStatement(Resource r, Property p, long o) ModelCom.createLiteralStatement(Resource r, Property p, Object o) ModelCom.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) ResourceImpl.getProperty(Property p) ResourceImpl.getProperty(Property p, String lang) StatementImpl.getProperty(Property p) ResourceImpl.getPropertyResourceValue(Property p) ModelCom.getRequiredProperty(Resource s, Property p) ModelCom.getRequiredProperty(Resource s, Property p, String lang) ResourceImpl.getRequiredProperty(Property p) ResourceImpl.getRequiredProperty(Property p, String lang) StatementImpl.getStatementProperty(Property p) booleanResourceImpl.hasLiteral(Property p, boolean o) booleanResourceImpl.hasLiteral(Property p, char o) booleanResourceImpl.hasLiteral(Property p, double o) booleanResourceImpl.hasLiteral(Property p, float o) booleanResourceImpl.hasLiteral(Property p, long o) booleanResourceImpl.hasLiteral(Property p, Object o) booleanResourceImpl.hasProperty(Property p) booleanResourceImpl.hasProperty(Property p, String o) booleanResourceImpl.hasProperty(Property p, String o, String l) booleanResourceImpl.hasProperty(Property p, RDFNode o) 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(Property p) ModelCom.listObjectsOfProperty(Resource s, Property p) ResourceImpl.listProperties(Property p) ResourceImpl.listProperties(Property p, String lang) ModelCom.listResourcesWithProperty(Property p) ModelCom.listResourcesWithProperty(Property p, boolean o) ModelCom.listResourcesWithProperty(Property p, char o) ModelCom.listResourcesWithProperty(Property p, double o) ModelCom.listResourcesWithProperty(Property p, float o) ModelCom.listResourcesWithProperty(Property p, long o) ModelCom.listResourcesWithProperty(Property p, Object o) ModelCom.listResourcesWithProperty(Property p, RDFNode o) 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) ModelCom.listSubjectsWithProperty(Property p) ModelCom.listSubjectsWithProperty(Property p, String o) ModelCom.listSubjectsWithProperty(Property p, String o, String l) ModelCom.listSubjectsWithProperty(Property p, String o, String l, String d) ModelCom.listSubjectsWithProperty(Property p, RDFNode o) Constructors in org.apache.jena.rdf.model.impl with parameters of type PropertyModifierConstructorDescriptionStatementImpl(Resource subject, Property predicate, RDFNode object) StatementImpl(Resource subject, Property predicate, RDFNode object, ModelCom model) Creates new StatementImpl -
Uses of Property in org.apache.jena.reasoner
Methods in org.apache.jena.reasoner with parameters of type PropertyModifier and TypeMethodDescriptionvoidReasoner.setParameter(Property parameterUri, Object value) Set a configuration parameter for the reasoner.booleanReasoner.supportsProperty(Property property) Determine whether the given property is recognized and treated specially by this reasoner. -
Uses of Property in org.apache.jena.reasoner.rulesys
Methods in org.apache.jena.reasoner.rulesys with parameters of type PropertyModifier and TypeMethodDescriptionstatic BooleanUtil.checkBinaryPredicate(Property predicate, Resource configuration) Helper method - extracts the truth of a boolean configuration predicate.static booleanUtil.convertBooleanPredicateArg(Property parameter, Object value) Convert the value of a boolean configuration parameter to a boolean value.static intUtil.convertIntegerPredicateArg(Property parameter, Object value) Convert the value of an integer configuration parameter to an int value.static IntegerUtil.getIntegerPredicate(Property predicate, Resource configuration) Helper method - extracts the value of an integer configuration predicate.voidBasicForwardRuleReasoner.setParameter(Property parameter, Object value) Set a configuration paramter for the reasoner.voidFBRuleReasoner.setParameter(Property parameter, Object value) Set a configuration parameter for the reasoner.voidLPBackwardRuleReasoner.setParameter(Property parameter, Object value) Set a configuration paramter for the reasoner.booleanBasicForwardRuleReasoner.supportsProperty(Property property) Determine whether the given property is recognized and treated specially by this reasoner.booleanFBRuleReasoner.supportsProperty(Property property) Determine whether the given property is recognized and treated specially by this reasoner.booleanLPBackwardRuleReasoner.supportsProperty(Property property) Determine whether the given property is recognized and treated specially by this reasoner.static voidUtil.updateParameter(Resource config, Property parameter, Object value) Replace the value for a given parameter on the resource by a new value. -
Uses of Property in org.apache.jena.reasoner.rulesys.impl
Fields in org.apache.jena.reasoner.rulesys.impl declared as Property -
Uses of Property in org.apache.jena.reasoner.transitiveReasoner
Methods in org.apache.jena.reasoner.transitiveReasoner with parameters of type PropertyModifier and TypeMethodDescriptionvoidTransitiveReasoner.setParameter(Property parameter, Object value) Set a configuration paramter for the reasoner.booleanTransitiveReasoner.supportsProperty(Property property) Determine whether the given property is recognized and treated specially by this reasoner. -
Uses of Property in org.apache.jena.util
Methods in org.apache.jena.util with parameters of type PropertyModifier and TypeMethodDescriptionResourceUtils.maximalLowerElements(Collection<T> resources, Property rel, boolean inverse) Answer the maximal lower elements of the given collection, given the partial orderingrel.ResourceUtils.maximalLowerElements(Iterator<T> resources, Property rel, boolean inverse) Given a collection of resources, and a relation defining a partial order over those resources, answer the sub-collection that contains only those elements that appear in the maximal generator of the relation.Answer a list of lists, which is a partition of the given input list of resources.ResourceUtils.removeEquiv(List<T> l, Property p, Resource ref) Remove from the given list l ofResources, any Resource that is equivalent to the reference resourcerefunder the relationp. -
Uses of Property in org.apache.jena.vocabulary
Fields in org.apache.jena.vocabulary declared as PropertyModifier and TypeFieldDescriptionstatic final PropertySchemaDO._abstractstatic final PropertyVOID._classstatic final PropertyWAC._defaultstatic final PropertySchemaDO.aboutstatic final PropertySchemaDO.abridgedstatic final PropertySWRLB.absstatic final PropertyDCTerms.abstract_A summary of the resource.static final PropertySchemaDO.accelerationTimestatic final PropertySchemaDO.acceptedAnswerstatic final PropertySchemaDO.acceptedOfferstatic final PropertySchemaDO.acceptedPaymentMethodstatic final PropertySchemaDO.acceptsReservationsstatic final PropertySchemaDO.accessCodestatic final PropertyWAC.accessControlstatic final PropertySchemaDO.accessibilityAPIstatic final PropertySchemaDO.accessibilityControlstatic final PropertySchemaDO.accessibilityFeaturestatic final PropertySchemaDO.accessibilityHazardstatic final PropertySchemaDO.accessibilitySummarystatic final PropertySchemaDO.accessModestatic final PropertySchemaDO.accessModeSufficientstatic final PropertyDCTerms.accessRightsInformation about who can access the resource or an indication of its security status.static final PropertyDCAT.accessServicestatic final PropertyWAC.accessTostatic final PropertyWAC.accessToClassstatic final PropertyDCAT.accessURLstatic final PropertySchemaDO.accommodationCategorystatic final PropertySchemaDO.accommodationFloorPlanstatic final PropertySchemaDO.accountablePersonstatic final PropertySchemaDO.accountIdstatic final PropertySchemaDO.accountMinimumInflowstatic final PropertySchemaDO.accountOverdraftLimitstatic final PropertyDCTerms.accrualMethodThe method by which items are added to a collection.static final PropertyDCTerms.accrualPeriodicityThe frequency with which items are added to a collection.static final PropertyDCTerms.accrualPolicyThe policy governing the addition of items to a collection.static final PropertyAS.accuracystatic final PropertySchemaDO.acquiredFromstatic final PropertySchemaDO.acquireLicensePagestatic final PropertySchemaDO.acrissCodestatic final PropertyTestManifest.actionAction to performstatic final PropertySchemaDO.actionableFeedbackPolicystatic final PropertySchemaDO.actionAccessibilityRequirementstatic final PropertySchemaDO.actionApplicationstatic final PropertySchemaDO.actionOptionstatic final PropertySchemaDO.actionPlatformstatic final PropertySchemaDO.actionStatusstatic final PropertySchemaDO.activeIngredientstatic final PropertySchemaDO.activityDurationstatic final PropertySchemaDO.activityFrequencystatic final PropertyAS.actorstatic final PropertySchemaDO.actorstatic final PropertySchemaDO.actorsstatic final PropertySWRLB.addstatic final PropertySWRLB.addDayTimeDurationsstatic final PropertySWRLB.addDayTimeDurationToDatestatic final Propertystatic final PropertySWRLB.addDayTimeDurationToTimestatic final PropertyVCARD4.additional_namestatic final PropertySchemaDO.additionalNamestatic final PropertySchemaDO.additionalNumberOfGuestsstatic final PropertySchemaDO.additionalPropertystatic final PropertySchemaDO.additionalTypestatic final PropertySchemaDO.additionalVariablestatic final PropertySchemaDO.addOnstatic final PropertySchemaDO.addressstatic final PropertySchemaDO.addressCountrystatic final PropertySchemaDO.addressLocalitystatic final PropertySchemaDO.addressRegionstatic final PropertySWRLB.addYearMonthDurationsstatic final Propertystatic final PropertySchemaDO.administrationRoutestatic final PropertyVCARD4.adrstatic final PropertyVCARD.ADRstatic final PropertySchemaDO.advanceBookingRequirementstatic final PropertySchemaDO.adverseOutcomestatic final PropertySchemaDO.affectedBystatic final PropertySchemaDO.affiliationstatic final PropertySchemaDO.afterMediastatic final PropertySchemaDO.agentstatic final PropertyVCARD4.agentDeprecated.static final PropertyWAC.agentstatic final PropertyVCARD.AGENTstatic final PropertyWAC.agentClassstatic final PropertyWAC.agentGroupstatic final PropertySchemaDO.aggregateRatingstatic final PropertySchemaDO.aircraftstatic final PropertySchemaDO.albumstatic final PropertySchemaDO.albumProductionTypestatic final PropertySchemaDO.albumReleasestatic final PropertySchemaDO.albumReleaseTypestatic final PropertySchemaDO.albumsstatic final PropertySchemaDO.alcoholWarningstatic final PropertySchemaDO.algorithmstatic final PropertySchemaDO.alignmentTypestatic final PropertyOWL1.allValuesFromstatic final PropertyOWL2.allValuesFromstatic final PropertySchemaDO.alternateNamestatic final PropertyDCTerms.alternativeAn alternative name for the resource.static final PropertySchemaDO.alternativeHeadlinestatic final PropertySchemaDO.alternativeOfstatic final PropertyAS.altitudestatic final PropertySKOS.altLabelstatic final PropertySKOSXL.altLabelstatic final PropertyLocationMappingVocab.altNamestatic final PropertyLocationMappingVocab.altPrefixstatic final PropertyOntDocManagerVocab.altURLThe resolvable URL that an alternative copy of the ontology document may be fetched fromstatic final PropertySchemaDO.alumnistatic final PropertySchemaDO.alumniOfstatic final PropertySchemaDO.amenityFeaturestatic final PropertySchemaDO.amountstatic final PropertySchemaDO.amountOfThisGoodstatic final PropertyVCARD4.anniversarystatic final PropertyOWL2.annotatedPropertystatic final PropertyOWL2.annotatedSourcestatic final PropertyOWL2.annotatedTargetstatic final Propertystatic final PropertySchemaDO.announcementLocationstatic final PropertySchemaDO.annualPercentageRatestatic final PropertySchemaDO.answerCountstatic final PropertySchemaDO.answerExplanationstatic final PropertySchemaDO.antagoniststatic final PropertyAS.anyOfstatic final PropertySWRLB.anyURIstatic final PropertySchemaDO.appearancestatic final PropertySchemaDO.applicableLocationstatic final PropertySchemaDO.applicantLocationRequirementsstatic final PropertySchemaDO.applicationstatic final PropertySchemaDO.applicationCategorystatic final PropertySchemaDO.applicationContactstatic final PropertySchemaDO.applicationDeadlinestatic final PropertySchemaDO.applicationStartDatestatic final PropertySchemaDO.applicationSubCategorystatic final PropertySchemaDO.applicationSuitestatic final PropertySchemaDO.appliesToDeliveryMethodstatic final PropertySchemaDO.appliesToPaymentMethodstatic final PropertyRDFTest.approvalContains a reference to the minutes of the WG meeting where the test case status was last changed.static final PropertySchemaDO.archivedAtstatic final PropertySchemaDO.archiveHeldstatic final PropertySchemaDO.areastatic final PropertySchemaDO.areaServedstatic final PropertySWRL.argument1static final PropertySWRL.argument2static final PropertySWRL.argumentsstatic final PropertySchemaDO.arrivalAirportstatic final PropertySchemaDO.arrivalBoatTerminalstatic final PropertySchemaDO.arrivalBusStopstatic final PropertySchemaDO.arrivalGatestatic final PropertySchemaDO.arrivalPlatformstatic final PropertySchemaDO.arrivalStationstatic final PropertySchemaDO.arrivalTerminalstatic final PropertySchemaDO.arrivalTimestatic final PropertySchemaDO.artEditionstatic final PropertySchemaDO.arterialBranchstatic final PropertySchemaDO.artformstatic final PropertySchemaDO.articleBodystatic final PropertySchemaDO.articleSectionstatic final PropertySchemaDO.artiststatic final PropertySchemaDO.artMediumstatic final PropertySchemaDO.artworkSurfacestatic final PropertySchemaDO.aspectstatic final PropertySchemaDO.assemblystatic final PropertySchemaDO.assemblyVersionstatic final PropertyOWL2.assertionPropertystatic final PropertySchemaDO.assessesstatic final PropertySchemaDO.associatedAnatomystatic final PropertySchemaDO.associatedArticlestatic final PropertySchemaDO.associatedClaimReviewstatic final PropertySchemaDO.associatedDiseasestatic final PropertySchemaDO.associatedMediastatic final PropertySchemaDO.associatedMediaReviewstatic final PropertySchemaDO.associatedPathophysiologystatic final PropertySchemaDO.associatedReviewstatic final PropertyTestManifest.assumedTestBaseAssumed base for the tests in the manifeststatic final PropertySchemaDO.athletestatic final PropertyAS.attachmentstatic final PropertySchemaDO.attendeestatic final PropertySchemaDO.attendeesstatic final PropertyAS.attributedTostatic final PropertyAS.audiencestatic final PropertyDCTerms.audienceA class of entity for whom the resource is intended or useful.static final PropertySchemaDO.audiencestatic final PropertySchemaDO.audienceTypestatic final PropertySchemaDO.audiostatic final PropertySchemaDO.authenticatorstatic final PropertySchemaDO.authorstatic final PropertySchemaDO.availabilitystatic final PropertySchemaDO.availabilityEndsstatic final PropertySchemaDO.availabilityStartsstatic final PropertyDCTerms.availableDate (often a range) that the resource became or will become available.static final PropertySchemaDO.availableAtOrFromstatic final PropertySchemaDO.availableChannelstatic final PropertySchemaDO.availableDeliveryMethodstatic final PropertySchemaDO.availableFromstatic final PropertySchemaDO.availableInstatic final PropertySchemaDO.availableLanguagestatic final PropertySchemaDO.availableOnDevicestatic final PropertySchemaDO.availableServicestatic final PropertySchemaDO.availableStrengthstatic final PropertySchemaDO.availableTeststatic final PropertySchemaDO.availableThroughstatic final PropertySchemaDO.awardstatic final PropertySchemaDO.awardsstatic final PropertySchemaDO.awayTeamstatic final PropertySchemaDO.backstorystatic final Propertystatic final Propertystatic final PropertySchemaDO.bankAccountTypestatic final PropertyORG.basedAtstatic final PropertySchemaDO.baseSalarystatic final PropertyDCAT.bboxstatic final PropertyAS.bccstatic final PropertySchemaDO.bccRecipientstatic final PropertyVCARD4.bdaystatic final PropertyVCARD.BDAYstatic final PropertySchemaDO.bedstatic final PropertySchemaDO.beforeMediastatic final PropertyOWLResults.beginsThe point in time at which the test run started; an xsd:dateTime.static final PropertySchemaDO.beneficiaryBankstatic final PropertySchemaDO.benefitsstatic final PropertySchemaDO.benefitsSummaryUrlstatic final PropertySchemaDO.bestRatingstatic final PropertyDCTerms.bibliographicCitationA bibliographic reference for the resource.static final PropertySchemaDO.billingAddressstatic final PropertySchemaDO.billingDurationstatic final PropertySchemaDO.billingIncrementstatic final PropertySchemaDO.billingPeriodstatic final PropertySchemaDO.billingStartstatic final PropertySchemaDO.bioChemInteractionstatic final PropertySchemaDO.bioChemSimilaritystatic final PropertySchemaDO.biologicalRolestatic final PropertySchemaDO.biomechnicalClassstatic final PropertySchemaDO.birthDatestatic final PropertySchemaDO.birthPlacestatic final PropertySchemaDO.bitratestatic final PropertySchemaDO.blogPoststatic final PropertySchemaDO.blogPostsstatic final PropertySchemaDO.bloodSupplystatic final PropertySchemaDO.boardingGroupstatic final PropertySchemaDO.boardingPolicystatic final PropertySWRL.bodystatic final PropertySchemaDO.bodyLocationstatic final PropertySchemaDO.bodyTypestatic final PropertyOA.bodyValuestatic final PropertySchemaDO.bookEditionstatic final PropertySchemaDO.bookFormatstatic final PropertySchemaDO.bookingAgentstatic final PropertySchemaDO.bookingTimestatic final PropertySWRLB.booleanNotstatic final PropertySchemaDO.borrowerstatic final PropertyOWL2.bottomDataPropertystatic final PropertyOWL2.bottomObjectPropertystatic final PropertySchemaDO.boxstatic final PropertySchemaDO.branchstatic final PropertySchemaDO.branchCodestatic final PropertySchemaDO.branchOfstatic final PropertySchemaDO.brandstatic final PropertySchemaDO.breadcrumbstatic final PropertySchemaDO.breastfeedingWarningstatic final PropertySchemaDO.broadcastAffiliateOfstatic final PropertySchemaDO.broadcastChannelIdstatic final PropertySchemaDO.broadcastDisplayNamestatic final PropertySchemaDO.broadcasterstatic final PropertySchemaDO.broadcastFrequencystatic final PropertySchemaDO.broadcastFrequencyValuestatic final PropertySchemaDO.broadcastOfEventstatic final PropertySchemaDO.broadcastServiceTierstatic final PropertySchemaDO.broadcastSignalModulationstatic final PropertySchemaDO.broadcastSubChannelstatic final PropertySchemaDO.broadcastTimezonestatic final PropertySKOS.broaderstatic final PropertySKOS.broaderTransitivestatic final PropertySKOS.broadMatchstatic final PropertySchemaDO.brokerstatic final PropertySchemaDO.browserRequirementsstatic final PropertyAS.btostatic final PropertySWRL.builtinstatic final PropertySchemaDO.businessDaysstatic final PropertySchemaDO.businessFunctionstatic final PropertySchemaDO.busNamestatic final PropertySchemaDO.busNumberstatic final PropertySchemaDO.buyerstatic final PropertySchemaDO.byArtiststatic final PropertySchemaDO.byDaystatic final PropertySchemaDO.byMonthstatic final PropertySchemaDO.byMonthDaystatic final PropertySchemaDO.byMonthWeekstatic final PropertyDCAT.byteSizestatic final PropertyOA.cachedSourcestatic final PropertyOntDocManagerVocab.cacheModelsIf true, this property denotes that loaded models should be cached for re-usestatic final PropertySchemaDO.callSignstatic final PropertySchemaDO.caloriesstatic final PropertySchemaDO.candidatestatic final PropertyOA.canonicalstatic final PropertySchemaDO.captionstatic final PropertySchemaDO.carbohydrateContentstatic final PropertyOWL1.cardinalitystatic final PropertyOWL2.cardinalitystatic final PropertySchemaDO.cargoVolumestatic final PropertySchemaDO.carrierstatic final PropertySchemaDO.carrierRequirementsstatic final PropertySchemaDO.cashBackstatic final PropertyDCAT.catalogstatic final PropertySchemaDO.catalogstatic final PropertySchemaDO.catalogNumberstatic final PropertyVCARD.CATEGORIESstatic final PropertySchemaDO.categorystatic final PropertyVCARD4.categorystatic final PropertySchemaDO.causeOfstatic final PropertyAS.ccstatic final PropertySchemaDO.ccRecipientstatic final PropertySWRLB.ceilingstatic final PropertyDCAT.centroidstatic final PropertyORG.changedBystatic final PropertySKOS.changeNotestatic final PropertySchemaDO.characterstatic final PropertySchemaDO.characterAttributestatic final PropertySchemaDO.characterNamestatic final PropertySchemaDO.cheatCodestatic final PropertySchemaDO.checkinTimestatic final PropertySchemaDO.checkoutTimestatic final PropertySchemaDO.chemicalCompositionstatic final PropertySchemaDO.chemicalRolestatic final PropertySchemaDO.childMaxAgestatic final PropertySchemaDO.childMinAgestatic final PropertySchemaDO.childrenstatic final PropertySchemaDO.childTaxonstatic final PropertySchemaDO.cholesterolContentstatic final PropertySchemaDO.circlestatic final PropertySchemaDO.citationstatic final PropertySchemaDO.claimInterpreterstatic final PropertySchemaDO.claimReviewedstatic final PropertyVCARD.CLASSstatic final PropertyVCARD4.class_propDeprecated.static final PropertyVOID.classesstatic final PropertyORG.classificationstatic final PropertyVOID.classPartitionstatic final PropertySWRL.classPredicatestatic final PropertySchemaDO.clincalPharmacologystatic final PropertySchemaDO.clinicalPharmacologystatic final PropertySchemaDO.clipNumberstatic final PropertyAS.closedstatic final PropertySKOS.closeMatchstatic final PropertySchemaDO.closesstatic final PropertySchemaDO.coachstatic final PropertySchemaDO.codestatic final PropertySchemaDO.codeRepositorystatic final PropertySchemaDO.codeSampleTypestatic final PropertySchemaDO.codeValuestatic final PropertySchemaDO.codingSystemstatic final PropertySchemaDO.colleaguestatic final PropertySchemaDO.colleaguesstatic final PropertySchemaDO.collectionstatic final PropertySchemaDO.collectionSizestatic final PropertySchemaDO.colorstatic final PropertySchemaDO.coloriststatic final PropertyRDFS.commentstatic final PropertySchemaDO.commentstatic final PropertySchemaDO.commentCountstatic final PropertySchemaDO.commentTextstatic final PropertySchemaDO.commentTimestatic final PropertySchemaDO.competencyRequiredstatic final PropertySchemaDO.competitorstatic final PropertyOWL1.complementOfstatic final PropertyOWL2.complementOfstatic final PropertySchemaDO.composerstatic final PropertyDCAT.compressFormatstatic final PropertySchemaDO.comprisedOfstatic final PropertyRDFTest.conclusionDocumentA conclusion document of an entailment.static final PropertySchemaDO.conditionsOfAccessstatic final PropertyReasonerVocabulary.configurationPReasoner description property: a configuration property supported by the reasonerstatic final PropertySchemaDO.confirmationNumberstatic final PropertyDCTerms.conformsToAn established standard to which the described resource conforms.static final PropertySchemaDO.connectedTostatic final PropertySchemaDO.constrainingPropertystatic final PropertySchemaDO.contactlessPaymentstatic final PropertySchemaDO.contactOptionstatic final PropertyDCAT.contactPointstatic final PropertySchemaDO.contactPointstatic final PropertySchemaDO.contactPointsstatic final PropertySchemaDO.contactTypestatic final PropertySchemaDO.containedInstatic final PropertySchemaDO.containedInPlacestatic final PropertySWRLB.containsstatic final PropertySWRLB.containsIgnoreCasestatic final PropertySchemaDO.containsPlacestatic final PropertySchemaDO.containsSeasonstatic final PropertyAS.contentstatic final PropertySchemaDO.contentLocationstatic final PropertySchemaDO.contentRatingstatic final PropertySchemaDO.contentReferenceTimestatic final PropertySchemaDO.contentSizestatic final PropertySchemaDO.contentTypestatic final PropertySchemaDO.contentUrlstatic final PropertyAS.contextstatic final PropertySchemaDO.contraindicationstatic final PropertyDC_10.contributorstatic final PropertyDC_11.contributorAn entity responsible for making contributions to the content of the resource.static final PropertyDCTerms.contributorAn entity responsible for making contributions to the resource.static final PropertySchemaDO.contributorstatic final PropertySchemaDO.cookingMethodstatic final PropertySchemaDO.cookTimestatic final PropertySchemaDO.copyrightHolderstatic final PropertySchemaDO.copyrightNoticestatic final PropertySchemaDO.copyrightYearstatic final PropertySchemaDO.correctionstatic final PropertySchemaDO.correctionsPolicystatic final PropertySWRLB.cosstatic final PropertySchemaDO.costCategorystatic final PropertySchemaDO.costCurrencystatic final PropertySchemaDO.costOriginstatic final PropertySchemaDO.costPerUnitstatic final PropertySchemaDO.countriesNotSupportedstatic final PropertySchemaDO.countriesSupportedstatic final PropertyVCARD.Countrystatic final PropertyVCARD4.country_namestatic final PropertySchemaDO.countryOfAssemblystatic final PropertySchemaDO.countryOfLastProcessingstatic final PropertySchemaDO.countryOfOriginstatic final PropertySchemaDO.coursestatic final PropertySchemaDO.courseCodestatic final PropertySchemaDO.courseModestatic final PropertySchemaDO.coursePrerequisitesstatic final PropertySchemaDO.courseWorkloadstatic final PropertyDC_10.coveragestatic final PropertyDC_11.coverageThe extent or scope of the content of the resource.static final PropertyDCTerms.coverageThe spatial or temporal topic of the resource, the spatial applicability of the resource, or the jurisdiction under which the resource is relevant.static final PropertySchemaDO.coverageEndTimestatic final PropertySchemaDO.coverageStartTimestatic final PropertyDCTerms.createdDate of creation of the resource.static final PropertySchemaDO.creativeWorkStatusstatic final PropertyDC_10.creatorstatic final PropertyDC_11.creatorAn entity primarily responsible for making the content of the resource.static final PropertyDCTerms.creatorAn entity primarily responsible for making the resource.static final PropertySchemaDO.creatorstatic final PropertySchemaDO.credentialCategorystatic final PropertySchemaDO.creditedTostatic final PropertySchemaDO.creditTextstatic final PropertySchemaDO.cssSelectorstatic final PropertySchemaDO.currenciesAcceptedstatic final PropertySchemaDO.currencystatic final PropertyAS.currentstatic final PropertySchemaDO.currentExchangeRatestatic final PropertySchemaDO.customerstatic final PropertySchemaDO.customerRemorseReturnFeesstatic final PropertySchemaDO.customerRemorseReturnLabelSourcestatic final Propertystatic final PropertySchemaDO.cutoffTimestatic final PropertySchemaDO.cvdCollectionDatestatic final PropertySchemaDO.cvdFacilityCountystatic final PropertySchemaDO.cvdFacilityIdstatic final PropertySchemaDO.cvdNumBedsstatic final PropertySchemaDO.cvdNumBedsOccstatic final PropertySchemaDO.cvdNumC19Diedstatic final PropertySchemaDO.cvdNumC19HOPatsstatic final PropertySchemaDO.cvdNumC19HospPatsstatic final PropertySchemaDO.cvdNumC19MechVentPatsstatic final PropertySchemaDO.cvdNumC19OFMechVentPatsstatic final PropertySchemaDO.cvdNumC19OverflowPatsstatic final PropertySchemaDO.cvdNumICUBedsstatic final PropertySchemaDO.cvdNumICUBedsOccstatic final PropertySchemaDO.cvdNumTotBedsstatic final PropertySchemaDO.cvdNumVentstatic final PropertySchemaDO.cvdNumVentUsestatic final PropertyVOID.dataDumpstatic final PropertySchemaDO.dataFeedElementstatic final PropertySWRL.dataRangestatic final PropertyDCAT.datasetstatic final PropertySchemaDO.datasetstatic final PropertySchemaDO.datasetTimeIntervalstatic final PropertyOWL2.datatypeComplementOfstatic final PropertyDC_10.datestatic final PropertyDC_11.dateA date associated with an event in the life cycle of the resource.static final PropertyDCTerms.dateA point or period of time associated with an event in the lifecycle of the resource.static final PropertySWRLB.datestatic final PropertyDCTerms.dateAcceptedDate of acceptance of the resource.static final PropertyDCTerms.dateCopyrightedDate of copyright.static final PropertySchemaDO.dateCreatedstatic final PropertySchemaDO.dateDeletedstatic final PropertySchemaDO.dateIssuedstatic final PropertySchemaDO.datelinestatic final PropertySchemaDO.dateModifiedstatic final PropertySchemaDO.datePostedstatic final PropertySchemaDO.datePublishedstatic final PropertySchemaDO.dateReadstatic final PropertySchemaDO.dateReceivedstatic final PropertySchemaDO.dateSentstatic final PropertyDCTerms.dateSubmittedDate of submission of the resource.static final PropertySWRLB.dateTimestatic final PropertySchemaDO.dateVehicleFirstRegisteredstatic final PropertySchemaDO.dayOfWeekstatic final PropertySWRLB.dayTimeDurationstatic final PropertySchemaDO.deathDatestatic final PropertySchemaDO.deathPlacestatic final PropertyWAC.defaultForNewstatic final PropertySchemaDO.defaultValuestatic final PropertySKOS.definitionstatic final PropertyWAC.delegatesstatic final PropertyAS.deletedstatic final PropertySchemaDO.deliveryAddressstatic final PropertySchemaDO.deliveryLeadTimestatic final PropertySchemaDO.deliveryMethodstatic final PropertySchemaDO.deliveryStatusstatic final PropertySchemaDO.deliveryTimestatic final PropertySchemaDO.departmentstatic final PropertySchemaDO.departureAirportstatic final PropertySchemaDO.departureBoatTerminalstatic final PropertySchemaDO.departureBusStopstatic final PropertySchemaDO.departureGatestatic final PropertySchemaDO.departurePlatformstatic final PropertySchemaDO.departureStationstatic final PropertySchemaDO.departureTerminalstatic final PropertySchemaDO.departureTimestatic final PropertySchemaDO.dependenciesstatic final PropertyOWL2.deprecatedstatic final PropertySchemaDO.depthstatic final PropertyAS.describesstatic final PropertyDC_10.descriptionstatic final PropertyDC_11.descriptionAn account of the content of the resource.static final PropertyDCTerms.descriptionAn account of the resource.static final PropertyRDFTest.descriptionA human-readable summary of the test case.static final PropertyRSS.descriptionstatic final PropertySchemaDO.descriptionstatic final PropertyReasonerVocabulary.descriptionPReasoner description property: text description of the reasonerstatic final PropertySchemaDO.devicestatic final PropertySchemaDO.diagnosisstatic final PropertySchemaDO.diagramstatic final PropertySchemaDO.dietstatic final PropertySchemaDO.dietFeaturesstatic final PropertyOWL1.differentFromstatic final PropertyOWL2.differentFromstatic final PropertySchemaDO.differentialDiagnosisstatic final PropertySchemaDO.directApplystatic final PropertyRDF.directionstatic final PropertySchemaDO.directorstatic final PropertySchemaDO.directorsstatic final PropertyReasonerVocabulary.directRDFTypeThe property that represents the direct/minimal version of the rdf:type relationshipstatic final PropertyReasonerVocabulary.directSubClassOfThe property that represents the direct/minimal version of the subClassOf relationshipstatic final PropertyReasonerVocabulary.directSubPropertyOfThe property that represents the direct/minimal version of the subPropertyOf relationshipstatic final PropertySchemaDO.disambiguatingDescriptionstatic final PropertySchemaDO.discountstatic final PropertySchemaDO.discountCodestatic final PropertySchemaDO.discountCurrencystatic final PropertySchemaDO.discussesstatic final PropertyRDFTest.discussionContains a pointer to other discussion surrounding this test case or the associated issue.static final PropertySchemaDO.discussionUrlstatic final PropertySchemaDO.diseasePreventionInfostatic final PropertySchemaDO.diseaseSpreadStatisticsstatic final PropertyOWL2.disjointUnionOfstatic final PropertyOWL1.disjointWithstatic final PropertyOWL2.disjointWithstatic final PropertySchemaDO.dissolutionDatestatic final PropertySchemaDO.distancestatic final PropertyOWL1.distinctMembersstatic final PropertyOWL2.distinctMembersstatic final PropertyVOID.distinctObjectsstatic final PropertyVOID.distinctSubjectsstatic final PropertySchemaDO.distinguishingSignstatic final PropertyDCAT.distributionstatic final PropertySchemaDO.distributionstatic final PropertySchemaDO.diversityPolicystatic final PropertySchemaDO.diversityStaffingReportstatic final PropertySWRLB.dividestatic final PropertySWRLB.divideDayTimeDurationsstatic final PropertySWRLB.divideYearMonthDurationsstatic final PropertyRDFTest.documentA test case document for a miscellaneous test.static final PropertySchemaDO.documentationstatic final PropertyVOID.documentsstatic final PropertySchemaDO.doesNotShipstatic final PropertyRDFS.domainstatic final PropertySchemaDO.domainIncludesstatic final PropertySchemaDO.domiciledMortgagestatic final PropertySchemaDO.doorTimestatic final PropertySchemaDO.dosageFormstatic final PropertySchemaDO.doseSchedulestatic final PropertySchemaDO.doseUnitstatic final PropertySchemaDO.doseValuestatic final PropertySchemaDO.downloadUrlstatic final PropertyDCAT.downloadURLstatic final PropertySchemaDO.downPaymentstatic final PropertySchemaDO.downvoteCountstatic final PropertySchemaDO.drainsTostatic final PropertySchemaDO.driveWheelConfigurationstatic final PropertySchemaDO.dropoffLocationstatic final PropertySchemaDO.dropoffTimestatic final PropertySchemaDO.drugstatic final PropertySchemaDO.drugClassstatic final PropertySchemaDO.drugUnitstatic final PropertySchemaDO.dunsstatic final PropertySchemaDO.duplicateTherapystatic final PropertyAS.durationstatic final PropertyOWLResults.durationThe time taken for the test to run (as far as it did run) on the tested system; an xsd:duration.static final PropertySchemaDO.durationstatic final PropertySchemaDO.durationOfWarrantystatic final PropertySchemaDO.duringMediastatic final PropertySchemaDO.earlyPrepaymentPenaltystatic final PropertySchemaDO.editEIDRstatic final PropertySchemaDO.editorstatic final PropertySKOS.editorialNotestatic final PropertySchemaDO.educationalAlignmentstatic final PropertySchemaDO.educationalCredentialAwardedstatic final PropertySchemaDO.educationalFrameworkstatic final PropertySchemaDO.educationalLevelstatic final PropertySchemaDO.educationalProgramModestatic final PropertySchemaDO.educationalRolestatic final PropertySchemaDO.educationalUsestatic final PropertyDCTerms.educationLevelA class of entity, defined in terms of progression through an educational or training context, for which the described resource is intended.static final PropertySchemaDO.educationRequirementsstatic final PropertySchemaDO.eduQuestionTypestatic final PropertySchemaDO.elevationstatic final PropertySchemaDO.eligibilityToWorkRequirementstatic final PropertySchemaDO.eligibleCustomerTypestatic final PropertySchemaDO.eligibleDurationstatic final PropertySchemaDO.eligibleQuantitystatic final PropertySchemaDO.eligibleRegionstatic final PropertySchemaDO.eligibleTransactionVolumestatic final PropertySchemaDO.emailstatic final PropertyVCARD4.emailstatic final PropertyVCARD.EMAILstatic final PropertySchemaDO.embeddedTextCaptionstatic final PropertySchemaDO.embedUrlstatic final PropertySchemaDO.emissionsCO2static final PropertySchemaDO.employeestatic final PropertySchemaDO.employeesstatic final PropertySchemaDO.employerOverviewstatic final PropertySchemaDO.employmentTypestatic final PropertySchemaDO.employmentUnitstatic final PropertySchemaDO.encodesBioChemEntitystatic final PropertySchemaDO.encodesCreativeWorkstatic final PropertySchemaDO.encodingstatic final PropertySchemaDO.encodingFormatstatic final PropertySchemaDO.encodingsstatic final PropertySchemaDO.encodingTypestatic final PropertyOA.endstatic final PropertyDCAT.endDatestatic final PropertySchemaDO.endDatestatic final PropertySchemaDO.endOffsetstatic final PropertySchemaDO.endorseestatic final PropertySchemaDO.endorsersstatic final PropertyDCAT.endpointDescriptionstatic final PropertyDCAT.endpointURLstatic final PropertySWRLB.endsWithstatic final PropertyAS.endTimestatic final PropertySchemaDO.endTimestatic final PropertySchemaDO.energyEfficiencyScaleMaxstatic final PropertySchemaDO.energyEfficiencyScaleMinstatic final PropertySchemaDO.engineDisplacementstatic final PropertySchemaDO.enginePowerstatic final PropertySchemaDO.engineTypestatic final PropertyRDFTest.entailmentRulesThe rules for determining entailment - presently RDF alone or RDF and RDFS; in addition, the requirement for datatype support machinery can be indicated.static final PropertySchemaDO.entertainmentBusinessstatic final PropertyVOID.entitiesstatic final PropertyTestManifest.entriesConnects the manifest resource to rdf:type list of entriesstatic final PropertySchemaDO.epidemiologystatic final PropertySchemaDO.episodestatic final PropertySchemaDO.episodeNumberstatic final PropertySchemaDO.episodesstatic final PropertySchemaDO.equalstatic final PropertySWRLB.equalstatic final PropertyOWL1.equivalentClassstatic final PropertyOWL2.equivalentClassstatic final PropertyOWL1.equivalentPropertystatic final PropertyOWL2.equivalentPropertystatic final PropertySchemaDO.errorstatic final PropertySchemaDO.estimatedCoststatic final PropertySchemaDO.estimatedFlightDurationstatic final PropertySchemaDO.estimatedSalarystatic final PropertySchemaDO.estimatesRiskOfstatic final PropertySchemaDO.ethicsPolicystatic final PropertySchemaDO.eventstatic final PropertySchemaDO.eventAttendanceModestatic final PropertySchemaDO.eventsstatic final PropertySchemaDO.eventSchedulestatic final PropertySchemaDO.eventStatusstatic final PropertySchemaDO.evidenceLevelstatic final PropertySchemaDO.evidenceOriginstatic final PropertyOA.exactstatic final PropertySKOS.exactMatchstatic final PropertySKOS.examplestatic final PropertySchemaDO.exampleOfWorkstatic final PropertyVOID.exampleResourcestatic final PropertySchemaDO.exceptDatestatic final PropertySchemaDO.exchangeRateSpreadstatic final PropertySchemaDO.executableLibraryNamestatic final PropertySchemaDO.exerciseCoursestatic final PropertySchemaDO.exercisePlanstatic final PropertySchemaDO.exerciseRelatedDietstatic final PropertySchemaDO.exerciseTypestatic final PropertySchemaDO.exifDatastatic final PropertySchemaDO.expectedArrivalFromstatic final PropertySchemaDO.expectedArrivalUntilstatic final PropertySchemaDO.expectedPrognosisstatic final PropertySchemaDO.expectsAcceptanceOfstatic final PropertySchemaDO.experienceInPlaceOfEducationstatic final PropertySchemaDO.experienceRequirementsstatic final PropertySchemaDO.expertConsiderationsstatic final PropertySchemaDO.expiresstatic final PropertySchemaDO.expressedInstatic final PropertyReasonerVocabulary.EXT_REASONER_AXIOMSProperty to denote the axioms file that the reasoner will use for background knowledge.static final PropertyReasonerVocabulary.EXT_REASONER_ONT_LANGProperty to denote the ontology language (OWL, DAML, RDFS) an external reasoner will process.static final PropertyReasonerVocabulary.EXT_REASONER_URLProperty to denote the URL of an external reasoner.static final PropertyVCARD.Extaddstatic final PropertyVCARD4.extended_addressDeprecated.static final PropertyDCTerms.extentThe size or duration of the resource.static final PropertyVCARD.Familystatic final PropertyVCARD4.family_namestatic final PropertySchemaDO.familyNamestatic final PropertySchemaDO.fatContentstatic final PropertySchemaDO.faxNumberstatic final PropertyOWLTest.featureThis property relates a test to a language feature.static final PropertyVOID.featurestatic final PropertySchemaDO.featureListstatic final PropertySchemaDO.feesAndCommissionsSpecificationstatic final PropertySchemaDO.fiberContentstatic final PropertySchemaDO.fileFormatstatic final PropertySchemaDO.fileSizestatic final PropertySchemaDO.financialAidEligiblestatic final PropertyAS.firststatic final PropertyRDF.firststatic final PropertySchemaDO.firstAppearancestatic final PropertySchemaDO.firstPerformancestatic final PropertySchemaDO.flightDistancestatic final PropertySchemaDO.flightNumberstatic final PropertySWRLB.floorstatic final PropertySchemaDO.floorLevelstatic final PropertySchemaDO.floorLimitstatic final PropertySchemaDO.floorSizestatic final PropertyVCARD4.fnstatic final PropertyVCARD.FNstatic final PropertySchemaDO.followeestatic final PropertySchemaDO.followsstatic final PropertySchemaDO.followupstatic final PropertySchemaDO.foodEstablishmentstatic final PropertySchemaDO.foodEventstatic final PropertySchemaDO.foodWarningstatic final PropertyDC_10.formatstatic final PropertyDC_11.formatThe physical or digital manifestation of the resource.static final PropertyDCTerms.formatThe file format, physical medium, or dimensions of the resource.static final PropertyAS.formerTypestatic final PropertySchemaDO.founderstatic final PropertySchemaDO.foundersstatic final PropertySchemaDO.foundingDatestatic final PropertySchemaDO.foundingLocationstatic final PropertyXSD.fractionDigitsProperty URI for xsd:fractionDigitsstatic final PropertySchemaDO.freestatic final PropertySchemaDO.freeShippingThresholdstatic final PropertySchemaDO.frequencystatic final PropertySchemaDO.fromLocationstatic final PropertySchemaDO.fuelCapacitystatic final PropertySchemaDO.fuelConsumptionstatic final PropertySchemaDO.fuelEfficiencystatic final PropertySchemaDO.fuelTypestatic final PropertySchemaDO.functionalClassstatic final PropertySchemaDO.fundedItemstatic final PropertySchemaDO.funderstatic final PropertySchemaDO.gamestatic final PropertySchemaDO.gameItemstatic final PropertySchemaDO.gameLocationstatic final PropertySchemaDO.gamePlatformstatic final PropertySchemaDO.gameServerstatic final PropertySchemaDO.gameTipstatic final PropertySchemaDO.genderstatic final PropertyAS.generatorstatic final PropertySchemaDO.genrestatic final PropertySchemaDO.geostatic final PropertyVCARD4.geostatic final PropertyVCARD.GEOstatic final PropertySchemaDO.geoContainsstatic final PropertySchemaDO.geoCoveredBystatic final PropertySchemaDO.geoCoversstatic final PropertySchemaDO.geoCrossesstatic final PropertySchemaDO.geoDisjointstatic final PropertySchemaDO.geoEqualsstatic final PropertySchemaDO.geographicAreastatic final PropertySchemaDO.geoIntersectsstatic final PropertySchemaDO.geoMidpointstatic final PropertySchemaDO.geoOverlapsstatic final PropertySchemaDO.geoRadiusstatic final PropertySchemaDO.geoTouchesstatic final PropertySchemaDO.geoWithinstatic final PropertySchemaDO.gettingTestedInfostatic final PropertyVCARD.Givenstatic final PropertyVCARD4.given_namestatic final PropertySchemaDO.givenNamestatic final PropertySchemaDO.globalLocationNumberstatic final PropertySchemaDO.governmentBenefitsInfostatic final PropertySchemaDO.gracePeriodstatic final PropertySchemaDO.granteestatic final PropertySchemaDO.greaterstatic final PropertySchemaDO.greaterOrEqualstatic final PropertySWRLB.greaterThanstatic final PropertySWRLB.greaterThanOrEqualstatic final PropertyVCARD.GROUPstatic final PropertySchemaDO.gtinstatic final PropertySchemaDO.gtin12static final PropertySchemaDO.gtin13static final PropertySchemaDO.gtin14static final PropertySchemaDO.gtin8static final PropertySchemaDO.guidelinestatic final PropertySchemaDO.guidelineDatestatic final PropertySchemaDO.guidelineSubjectstatic final PropertyDCAT.hadRolestatic final PropertySchemaDO.handlingTimestatic final PropertyVCARD4.hasAdditionalNamestatic final PropertyVCARD4.hasAddressstatic final PropertySchemaDO.hasBioChemEntityPartstatic final PropertySchemaDO.hasBioPolymerSequencestatic final PropertyOA.hasBodystatic final PropertySchemaDO.hasBroadcastChannelstatic final PropertyVCARD4.hasCalendarBusystatic final PropertyVCARD4.hasCalendarLinkstatic final PropertyVCARD4.hasCalendarRequeststatic final PropertyVCARD4.hasCategorystatic final PropertySchemaDO.hasCategoryCodestatic final PropertyVCARD4.hasCountryNamestatic final PropertySchemaDO.hasCoursestatic final PropertySchemaDO.hasCourseInstancestatic final PropertySchemaDO.hasCredentialstatic final PropertySchemaDO.hasDefinedTermstatic final PropertySchemaDO.hasDeliveryMethodstatic final PropertySchemaDO.hasDigitalDocumentPermissionstatic final PropertySchemaDO.hasDriveThroughServicestatic final PropertyVCARD4.hasEmailstatic final Propertystatic final PropertySchemaDO.hasEnergyConsumptionDetailsstatic final PropertySchemaDO.hasEnergyEfficiencyCategorystatic final PropertyVCARD4.hasFamilyNamestatic final PropertyVCARD4.hasFNstatic final PropertyDCTerms.hasFormatA related resource that is substantially the same as the pre-existing described resource, but in another format.static final PropertyVCARD4.hasGenderstatic final PropertyVCARD4.hasGeostatic final PropertyVCARD4.hasGivenNamestatic final PropertySchemaDO.hasHealthAspectstatic final PropertyVCARD4.hasHonorificPrefixstatic final PropertyVCARD4.hasHonorificSuffixstatic final PropertyVCARD4.hasInstantMessagestatic final PropertyOWL2.hasKeystatic final PropertyVCARD4.hasKeystatic final PropertyVCARD4.hasLanguagestatic final PropertyVCARD4.hasLocalitystatic final PropertyVCARD4.hasLogostatic final PropertySchemaDO.hasMapstatic final PropertySchemaDO.hasMeasurementstatic final PropertyORG.hasMemberstatic final PropertyVCARD4.hasMemberstatic final PropertyORG.hasMembershipstatic final PropertySchemaDO.hasMenustatic final PropertySchemaDO.hasMenuItemstatic final PropertySchemaDO.hasMenuSectionstatic final PropertySchemaDO.hasMerchantReturnPolicystatic final PropertySchemaDO.hasMolecularFunctionstatic final PropertyVCARD4.hasNamestatic final PropertyVCARD4.hasNicknamestatic final PropertyVCARD4.hasNotestatic final PropertySchemaDO.hasOccupationstatic final PropertySchemaDO.hasOfferCatalogstatic final PropertyVCARD4.hasOrganizationNamestatic final PropertyVCARD4.hasOrganizationUnitstatic final PropertyDCTerms.hasPartA related resource that is included either physically or logically in the described resource.static final PropertySchemaDO.hasPartstatic final PropertyVCARD4.hasPhotostatic final PropertySchemaDO.hasPOSstatic final PropertyORG.hasPoststatic final PropertyVCARD4.hasPostalCodestatic final PropertyORG.hasPrimarySitestatic final PropertyOA.hasPurposestatic final PropertyVCARD4.hasRegionstatic final Propertystatic final Propertystatic final PropertyVCARD4.hasRelatedstatic final PropertySchemaDO.hasRepresentationstatic final PropertyVCARD4.hasRolestatic final PropertyReasonerVocabulary.hasRuleProperty of a GRR rule-set config that specifies a rule as a string in the Jena rules language.static final PropertyOA.hasScopestatic final PropertyOA.hasSelectorstatic final PropertyOWL2.hasSelfstatic final PropertyORG.hasSitestatic final PropertyVCARD4.hasSoundstatic final PropertyOA.hasSourcestatic final PropertyVCARD4.hasSourcestatic final Propertystatic final PropertyOA.hasStatestatic final PropertyVCARD4.hasStreetAddressstatic final Propertystatic final PropertyOA.hasTargetstatic final PropertyVCARD4.hasTelephonestatic final PropertyVCARD4.hasTitlestatic final PropertySKOS.hasTopConceptstatic final PropertyVCARD4.hasUIDstatic final PropertyORG.hasUnitstatic final PropertyVCARD4.hasURLstatic final PropertyOWL1.hasValuestatic final PropertyOWL2.hasValuestatic final PropertyVCARD4.hasValuestatic final PropertySchemaDO.hasVariantstatic final PropertyDCTerms.hasVersionA related resource that is a version, edition, or adaptation of the described resource.static final PropertySWRL.headstatic final PropertySchemaDO.headlinestatic final PropertyORG.headOfstatic final PropertySchemaDO.healthcareReportingDatastatic final PropertySchemaDO.healthConditionstatic final PropertySchemaDO.healthPlanCoinsuranceOptionstatic final PropertySchemaDO.healthPlanCoinsuranceRatestatic final PropertySchemaDO.healthPlanCopaystatic final PropertySchemaDO.healthPlanCopayOptionstatic final PropertySchemaDO.healthPlanCostSharingstatic final PropertySchemaDO.healthPlanDrugOptionstatic final PropertySchemaDO.healthPlanDrugTierstatic final PropertySchemaDO.healthPlanIdstatic final PropertySchemaDO.healthPlanMarketingUrlstatic final PropertySchemaDO.healthPlanNetworkIdstatic final PropertySchemaDO.healthPlanNetworkTierstatic final PropertySchemaDO.healthPlanPharmacyCategorystatic final PropertyAS.heightstatic final PropertySchemaDO.heightstatic final PropertyORG.heldBystatic final PropertySKOS.hiddenLabelstatic final PropertySKOSXL.hiddenLabelstatic final PropertySchemaDO.highPricestatic final PropertySchemaDO.hiringOrganizationstatic final PropertySKOS.historyNotestatic final PropertySchemaDO.holdingArchivestatic final PropertyORG.holdsstatic final PropertySchemaDO.homeLocationstatic final PropertySchemaDO.homeTeamstatic final PropertyVCARD4.honorific_prefixstatic final PropertyVCARD4.honorific_suffixstatic final PropertySchemaDO.honorificPrefixstatic final PropertySchemaDO.honorificSuffixstatic final PropertySchemaDO.hospitalAffiliationstatic final PropertySchemaDO.hostingOrganizationstatic final PropertySchemaDO.hoursAvailablestatic final PropertySchemaDO.howPerformedstatic final PropertyAS.hrefstatic final PropertyAS.hreflangstatic final PropertySchemaDO.httpMethodstatic final PropertySchemaDO.iataCodestatic final PropertySchemaDO.icaoCodestatic final PropertyAS.iconstatic final PropertyDC_10.identifierstatic final PropertyDC_11.identifierAn unambiguous reference to the resource within a given context.static final PropertyDCTerms.identifierAn unambiguous reference to the resource within a given context.static final PropertyORG.identifierstatic final PropertySchemaDO.identifierstatic final PropertySchemaDO.identifyingExamstatic final PropertySchemaDO.identifyingTeststatic final PropertyOntDocManagerVocab.ignoreImportSpecifies URL that will never be loaded as the result of processing an imports statementstatic final PropertySchemaDO.illustratorstatic final PropertyAS.imagestatic final PropertyRSS.imagestatic final PropertySchemaDO.imagestatic final PropertySchemaDO.imagingTechniquestatic final PropertyOWLTest.importedPremiseDocumentDespite the property URI, the document indicated by this property may or may not be imported into the test.static final PropertyOWL1.importsstatic final PropertyOWL2.importsstatic final PropertySchemaDO.inAlbumstatic final PropertySchemaDO.inBroadcastLineupstatic final PropertySchemaDO.incentiveCompensationstatic final PropertySchemaDO.incentivesstatic final PropertySchemaDO.inChIstatic final PropertySchemaDO.inChIKeystatic final PropertyTestManifest.includeConnects the manifest resource to rdf:type list of manifestsstatic final PropertySchemaDO.includedCompositionstatic final PropertySchemaDO.includedDataCatalogstatic final PropertySchemaDO.includedInDataCatalogstatic final PropertySchemaDO.includedInHealthInsurancePlanstatic final PropertySchemaDO.includedRiskFactorstatic final PropertySchemaDO.includesAttractionstatic final PropertySchemaDO.includesHealthPlanFormularystatic final PropertySchemaDO.includesHealthPlanNetworkstatic final PropertySchemaDO.includesObjectstatic final PropertySchemaDO.inCodeSetstatic final PropertyOWL1.incompatibleWithstatic final PropertyOWL2.incompatibleWithstatic final PropertySchemaDO.increasesRiskOfstatic final PropertyVOID.inDatasetstatic final PropertySchemaDO.inDefinedTermSetstatic final PropertyReasonerVocabulary.individualAsThingPA faux property used in reasoner capabilty models to denote reasoners that infer that individuals have rdf:type owl:Thing (or daml:Thing)static final PropertySchemaDO.industrystatic final PropertySchemaDO.ineligibleRegionstatic final PropertySchemaDO.infectiousAgentstatic final PropertySchemaDO.infectiousAgentClassstatic final PropertySchemaDO.ingredientsstatic final PropertySchemaDO.inkerstatic final PropertySchemaDO.inLanguagestatic final PropertySchemaDO.inPlayliststatic final PropertySchemaDO.inProductGroupWithIDstatic final PropertyRDFTest.inputDocumentA test case input document.static final PropertyAS.inReplyTostatic final PropertySKOS.inSchemestatic final PropertySchemaDO.insertionstatic final PropertySchemaDO.installUrlstatic final PropertySchemaDO.inStoreReturnsOfferedstatic final PropertyDCTerms.instructionalMethodA process, used to engender knowledge, attitudes and skills, that the described resource is designed to support.static final PropertySchemaDO.instructorstatic final PropertyAS.instrumentstatic final PropertySchemaDO.instrumentstatic final PropertySchemaDO.inSupportOfstatic final PropertySWRLB.integerDividestatic final PropertySchemaDO.intensitystatic final PropertySchemaDO.interactingDrugstatic final PropertySchemaDO.interactionCountstatic final PropertySchemaDO.interactionServicestatic final PropertySchemaDO.interactionStatisticstatic final PropertySchemaDO.interactionTypestatic final PropertySchemaDO.interactivityTypestatic final PropertySchemaDO.interestRatestatic final PropertySchemaDO.interpretedAsClaimstatic final PropertyOWL1.intersectionOfstatic final PropertyOWL2.intersectionOfstatic final PropertySchemaDO.inventoryLevelstatic final PropertyOWL1.inverseOfstatic final PropertyOWL2.inverseOfstatic final PropertySchemaDO.inverseOfstatic final PropertySchemaDO.isAcceptingNewPatientsstatic final PropertySchemaDO.isAccessibleForFreestatic final PropertySchemaDO.isAccessoryOrSparePartForstatic final PropertySchemaDO.isAvailableGenericallystatic final PropertySchemaDO.isBasedOnstatic final PropertySchemaDO.isBasedOnUrlstatic final PropertySchemaDO.isbnstatic final PropertySchemaDO.isConsumableForstatic final PropertyRDFS.isDefinedBystatic final PropertySchemaDO.isEncodedByBioChemEntitystatic final PropertySchemaDO.isFamilyFriendlystatic final PropertyDCTerms.isFormatOfA related resource that is substantially the same as the described resource, but in another format.static final PropertySchemaDO.isGiftstatic final PropertySchemaDO.isicV4static final PropertySchemaDO.isInvolvedInBiologicalProcessstatic final PropertySchemaDO.isLiveBroadcaststatic final PropertySchemaDO.isLocatedInSubcellularLocationstatic final PropertyDCTerms.isPartOfA related resource in which the described resource is physically or logically included.static final PropertySchemaDO.isPartOfstatic final PropertySchemaDO.isPartOfBioChemEntitystatic final PropertySchemaDO.isPlanForApartmentstatic final PropertySchemaDO.isProprietarystatic final PropertySchemaDO.isrcCodestatic final PropertyDCTerms.isReferencedByA related resource that references, cites, or otherwise points to the described resource.static final PropertySchemaDO.isRelatedTostatic final PropertyDCTerms.isReplacedByA related resource that supplants, displaces, or supersedes the described resource.static final PropertyDCTerms.isRequiredByA related resource that requires the described resource to support its function, delivery, or coherence.static final PropertySchemaDO.isResizablestatic final PropertySchemaDO.isSimilarTostatic final PropertySchemaDO.issnstatic final PropertyRDFTest.issueContains a pointer to the associated issue, such as is listed on the RDF Core WG Tracking document.static final PropertyDCTerms.issuedDate of formal issuance (e.g., publication) of the resource.static final PropertySchemaDO.issuedBystatic final PropertySchemaDO.issuedThroughstatic final PropertyOWLTest.issueNumberA string valued property that gives a numeral (or some other quasi-numeric string) associated with an issue.static final PropertySchemaDO.issueNumberstatic final PropertySchemaDO.isUnlabelledFallbackstatic final PropertySchemaDO.isVariantOfstatic final PropertyDCTerms.isVersionOfA related resource of which the described resource is a version, edition, or adaptation.static final PropertySchemaDO.iswcCodestatic final PropertySchemaDO.itemstatic final PropertySchemaDO.itemConditionstatic final PropertySchemaDO.itemDefectReturnFeesstatic final PropertySchemaDO.itemDefectReturnLabelSourcestatic final PropertySchemaDO.itemDefectReturnShippingFeesAmountstatic final PropertySchemaDO.itemListElementstatic final PropertySchemaDO.itemListOrderstatic final PropertySchemaDO.itemLocationstatic final PropertySchemaDO.itemOfferedstatic final PropertySchemaDO.itemReviewedstatic final PropertyAS.itemsstatic final PropertyRSS.itemsstatic final PropertySchemaDO.itemShippedstatic final PropertySchemaDO.itinerarystatic final PropertySchemaDO.iupacNamestatic final PropertySchemaDO.jobBenefitsstatic final PropertySchemaDO.jobImmediateStartstatic final PropertySchemaDO.jobLocationstatic final PropertySchemaDO.jobLocationTypestatic final PropertySchemaDO.jobStartDatestatic final PropertySchemaDO.jobTitlestatic final PropertySchemaDO.jurisdictionstatic final PropertyVCARD4.keystatic final PropertyVCARD.KEYstatic final PropertyDCAT.keywordstatic final PropertySchemaDO.keywordsstatic final PropertySchemaDO.knownVehicleDamagesstatic final PropertySchemaDO.knowsstatic final PropertySchemaDO.knowsAboutstatic final PropertySchemaDO.knowsLanguagestatic final PropertyRDFS.labelstatic final PropertyVCARD4.labelDeprecated.static final PropertyVCARD.LABELstatic final PropertySchemaDO.labelDetailsstatic final PropertySKOSXL.labelRelationstatic final PropertyDCAT.landingPagestatic final PropertySchemaDO.landlordstatic final PropertyRDF.langRangeThis property is used in facet restrictions.static final PropertyDC_10.languagestatic final PropertyDC_11.languageA language of the intellectual content of the resource.static final PropertyDCTerms.languageA language of the resource.static final PropertyOntDocManagerVocab.languageThe representation language used by the ontology documentstatic final PropertyRDF.languagestatic final PropertySchemaDO.languagestatic final PropertyVCARD4.languagestatic final PropertyAS.laststatic final PropertySchemaDO.lastReviewedstatic final PropertyAS.latitudestatic final PropertySchemaDO.latitudestatic final PropertyVCARD4.latitudeDeprecated.static final PropertySchemaDO.layoutImagestatic final PropertySchemaDO.learningResourceTypestatic final PropertySchemaDO.leaseLengthstatic final PropertyROV.legalNamestatic final PropertySchemaDO.legalNamestatic final PropertySchemaDO.legalStatusstatic final PropertySchemaDO.legislationAppliesstatic final PropertySchemaDO.legislationChangesstatic final PropertySchemaDO.legislationConsolidatesstatic final PropertySchemaDO.legislationDatestatic final PropertySchemaDO.legislationDateVersionstatic final PropertySchemaDO.legislationIdentifierstatic final PropertySchemaDO.legislationJurisdictionstatic final PropertySchemaDO.legislationLegalForcestatic final PropertySchemaDO.legislationLegalValuestatic final PropertySchemaDO.legislationPassedBystatic final PropertySchemaDO.legislationResponsiblestatic final PropertySchemaDO.legislationTransposesstatic final PropertySchemaDO.legislationTypestatic final PropertySchemaDO.leiCodestatic final PropertySchemaDO.lenderstatic final PropertyXSD.lengthProperty URI for xsd:lengthstatic final PropertySchemaDO.lesserstatic final PropertySchemaDO.lesserOrEqualstatic final PropertySWRLB.lessThanstatic final PropertySWRLB.lessThanOrEqualstatic final PropertySchemaDO.lettererstatic final PropertyOWLTest.levelIndicates the conformance level of a document or test in the OWL test suite.static final PropertyDCTerms.licenseA legal document giving official permission to do something with the resource.static final PropertySchemaDO.licensestatic final PropertySchemaDO.linestatic final PropertyRSS.linkstatic final PropertyORG.linkedTostatic final PropertyVOID.linkPredicatestatic final PropertySchemaDO.linkRelationshipstatic final PropertySKOSXL.literalFormstatic final PropertySchemaDO.liveBlogUpdatestatic final PropertySchemaDO.loanMortgageMandateAmountstatic final PropertySchemaDO.loanPaymentAmountstatic final PropertySchemaDO.loanPaymentFrequencystatic final PropertySchemaDO.loanRepaymentFormstatic final PropertySchemaDO.loanTermstatic final PropertySchemaDO.loanTypestatic final PropertyVCARD4.localitystatic final PropertyVCARD.Localitystatic final PropertyAS.locationstatic final PropertyORG.locationstatic final PropertySchemaDO.locationstatic final PropertySchemaDO.locationCreatedstatic final PropertySchemaDO.lodgingUnitDescriptionstatic final PropertySchemaDO.lodgingUnitTypestatic final PropertySchemaDO.logostatic final PropertyVCARD4.logostatic final PropertyVCARD.LOGOstatic final PropertyAS.longitudestatic final PropertySchemaDO.longitudestatic final PropertyVCARD4.longitudeDeprecated.static final PropertySchemaDO.loserstatic final PropertySWRLB.lowerCasestatic final PropertySchemaDO.lowPricestatic final PropertySchemaDO.lyriciststatic final PropertySchemaDO.lyricsstatic final PropertyVCARD4.mailerDeprecated.static final PropertyVCARD.MAILERstatic final PropertySchemaDO.mainContentOfPagestatic final PropertySchemaDO.mainEntitystatic final PropertySchemaDO.mainEntityOfPagestatic final PropertySchemaDO.maintainerstatic final PropertySchemaDO.makesOfferstatic final PropertySchemaDO.manufacturerstatic final PropertySchemaDO.mapstatic final PropertyLocationMappingVocab.mappingstatic final PropertySKOS.mappingRelationstatic final PropertySchemaDO.mapsstatic final PropertySchemaDO.mapTypestatic final PropertySchemaDO.marginOfErrorstatic final PropertySchemaDO.mastheadstatic final PropertySWRLB.matchesLaxstatic final PropertySchemaDO.materialstatic final PropertySchemaDO.materialExtentstatic final PropertySchemaDO.mathExpressionstatic final PropertyOWL1.maxCardinalitystatic final PropertyOWL2.maxCardinalitystatic final PropertyXSD.maxExclusiveProperty URI for xsd:maxExclusivestatic final PropertySchemaDO.maximumAttendeeCapacitystatic final PropertySchemaDO.maximumEnrollmentstatic final PropertySchemaDO.maximumIntakestatic final PropertySchemaDO.maximumPhysicalAttendeeCapacitystatic final PropertySchemaDO.maximumVirtualAttendeeCapacitystatic final PropertyXSD.maxInclusiveProperty URI for xsd:maxInclusivestatic final PropertyXSD.maxLengthProperty URI for xsd:maxLengthstatic final PropertySchemaDO.maxPricestatic final Propertystatic final PropertySchemaDO.maxValuestatic final PropertySchemaDO.mealServicestatic final PropertySchemaDO.measuredPropertystatic final PropertySchemaDO.measuredValuestatic final PropertySchemaDO.measurementTechniquestatic final PropertySchemaDO.mechanismOfActionstatic final PropertySchemaDO.mediaAuthenticityCategorystatic final PropertySchemaDO.mediaItemAppearancestatic final PropertySchemaDO.medianstatic final PropertyDCTerms.mediatorAn entity that mediates access to the resource and for whom the resource is intended or useful.static final PropertyAS.mediaTypestatic final PropertyDCAT.mediaTypestatic final PropertySchemaDO.medicalAudiencestatic final PropertySchemaDO.medicalSpecialtystatic final PropertySchemaDO.medicineSystemstatic final PropertyDCTerms.mediumThe material or physical carrier of the resource.static final PropertySchemaDO.meetsEmissionStandardstatic final PropertyORG.memberstatic final PropertyRDFS.memberstatic final PropertySchemaDO.memberstatic final PropertySKOS.memberstatic final PropertyORG.memberDuringstatic final PropertySKOS.memberListstatic final PropertyORG.memberOfstatic final PropertySchemaDO.memberOfstatic final PropertyOWL2.membersstatic final PropertySchemaDO.membersstatic final PropertySchemaDO.membershipNumberstatic final PropertySchemaDO.membershipPointsEarnedstatic final PropertySchemaDO.memoryRequirementsstatic final PropertySchemaDO.mentionsstatic final PropertySchemaDO.menustatic final PropertySchemaDO.menuAddOnstatic final PropertySchemaDO.merchantstatic final PropertySchemaDO.merchantReturnDaysstatic final PropertySchemaDO.merchantReturnLinkstatic final PropertySchemaDO.messageAttachmentstatic final PropertySchemaDO.mileageFromOdometerstatic final PropertyOWL1.minCardinalitystatic final PropertyOWL2.minCardinalitystatic final PropertyXSD.minExclusiveProperty URI for xsd:minExclusivestatic final PropertySchemaDO.minimumPaymentDuestatic final PropertyXSD.minInclusiveProperty URI for xsd:minInclusivestatic final PropertyXSD.minLengthProperty URI for xsd:minLengthstatic final PropertySchemaDO.minPricestatic final Propertystatic final PropertySchemaDO.minValuestatic final PropertySchemaDO.missionCoveragePrioritiesPolicystatic final PropertySWRLB.modstatic final PropertyWAC.modestatic final PropertySchemaDO.modelstatic final PropertySchemaDO.modelDatestatic final PropertyDCTerms.modifiedDate on which the resource was changed.static final PropertySchemaDO.modifiedTimestatic final PropertySchemaDO.molecularFormulastatic final PropertySchemaDO.molecularWeightstatic final PropertySchemaDO.monoisotopicMolecularWeightstatic final PropertySchemaDO.monthlyMinimumRepaymentAmountstatic final PropertySchemaDO.monthsOfExperiencestatic final PropertyOA.motivatedBystatic final PropertySchemaDO.mpnstatic final PropertySchemaDO.multipleValuesstatic final PropertySWRLB.multiplystatic final PropertySWRLB.multiplyDayTimeDurationsstatic final Propertystatic final PropertySchemaDO.muscleActionstatic final PropertySchemaDO.musicalKeystatic final PropertySchemaDO.musicArrangementstatic final PropertySchemaDO.musicBystatic final PropertySchemaDO.musicCompositionFormstatic final PropertySchemaDO.musicGroupMemberstatic final PropertySchemaDO.musicReleaseFormatstatic final PropertyVCARD4.nstatic final PropertyVCARD.Nstatic final PropertySchemaDO.naicsstatic final PropertyAS.namestatic final PropertyLocationMappingVocab.nameRange is a STRING, not a URI, to allow for any symbolsstatic final PropertyRSS.namestatic final PropertySchemaDO.namestatic final PropertyTestManifest.nameOptional name of this entrystatic final PropertyVCARD.NAMEstatic final PropertySchemaDO.namedPositionstatic final PropertyReasonerVocabulary.namePReasoner description property: name of the reasonerstatic final PropertySKOS.narrowerstatic final PropertySKOS.narrowerTransitivestatic final PropertySKOS.narrowMatchstatic final PropertySchemaDO.nationalitystatic final PropertySchemaDO.naturalProgressionstatic final PropertySchemaDO.negativeNotesstatic final PropertySchemaDO.nervestatic final PropertySchemaDO.nerveMotorstatic final PropertySchemaDO.netWorthstatic final PropertySchemaDO.newsUpdatesAndGuidelinesstatic final PropertyAS.nextstatic final PropertySchemaDO.nextItemstatic final PropertyVCARD4.nicknamestatic final PropertyVCARD.NICKNAMEstatic final PropertySchemaDO.noBylinesPolicystatic final PropertySchemaDO.nonEqualstatic final PropertySchemaDO.nonprofitStatusstatic final PropertySchemaDO.nonProprietaryNamestatic final PropertySWRLB.normalizeSpacestatic final PropertySchemaDO.normalRangestatic final PropertySKOS.notationstatic final PropertySKOS.notestatic final PropertyVCARD4.notestatic final PropertyVCARD.NOTEstatic final PropertySWRLB.notEqualstatic final PropertySchemaDO.nsnstatic final PropertySchemaDO.numAdultsstatic final PropertySchemaDO.numberedPositionstatic final PropertySchemaDO.numberOfAccommodationUnitsstatic final PropertySchemaDO.numberOfAirbagsstatic final PropertySchemaDO.numberOfAvailableAccommodationUnitsstatic final PropertySchemaDO.numberOfAxlesstatic final PropertySchemaDO.numberOfBathroomsTotalstatic final PropertySchemaDO.numberOfBedroomsstatic final PropertySchemaDO.numberOfBedsstatic final PropertySchemaDO.numberOfCreditsstatic final PropertySchemaDO.numberOfDoorsstatic final PropertySchemaDO.numberOfEmployeesstatic final PropertySchemaDO.numberOfEpisodesstatic final PropertySchemaDO.numberOfForwardGearsstatic final PropertySchemaDO.numberOfFullBathroomsstatic final PropertySchemaDO.numberOfItemsstatic final PropertySchemaDO.numberOfLoanPaymentsstatic final PropertySchemaDO.numberOfPagesstatic final PropertySchemaDO.numberOfPartialBathroomsstatic final PropertySchemaDO.numberOfPlayersstatic final PropertySchemaDO.numberOfPreviousOwnersstatic final PropertySchemaDO.numberOfRoomsstatic final PropertySchemaDO.numberOfSeasonsstatic final PropertySchemaDO.numChildrenstatic final PropertySchemaDO.numConstraintsstatic final PropertySchemaDO.numTracksstatic final PropertySchemaDO.nutritionstatic final PropertyAS.objectstatic final PropertyRDF.objectstatic final PropertySchemaDO.objectstatic final PropertyVOID.objectsTargetstatic final PropertySchemaDO.observationDatestatic final PropertySchemaDO.observedNodestatic final PropertySchemaDO.occupancystatic final PropertySchemaDO.occupationalCategorystatic final PropertySchemaDO.occupationalCredentialAwardedstatic final PropertySchemaDO.occupationLocationstatic final PropertySchemaDO.offerCountstatic final PropertySchemaDO.offeredBystatic final PropertySchemaDO.offersstatic final PropertySchemaDO.offersPrescriptionByMailstatic final PropertyOWL2.onClassstatic final PropertyOWL2.onDataRangestatic final PropertyOWL2.onDatatypestatic final PropertyAS.oneOfstatic final PropertyOWL1.oneOfstatic final PropertyOWL2.oneOfstatic final PropertyOWL2.onPropertiesstatic final PropertyOWL1.onPropertystatic final PropertyOWL2.onPropertystatic final PropertySchemaDO.openingHoursstatic final PropertySchemaDO.openingHoursSpecificationstatic final PropertySchemaDO.opensstatic final Propertystatic final PropertySchemaDO.operatingSystemstatic final PropertySchemaDO.opponentstatic final PropertySchemaDO.optionstatic final PropertySchemaDO.orderDatestatic final PropertySchemaDO.orderDeliverystatic final PropertySchemaDO.orderedItemstatic final PropertySchemaDO.orderItemNumberstatic final PropertySchemaDO.orderItemStatusstatic final PropertySchemaDO.orderNumberstatic final PropertySchemaDO.orderQuantitystatic final PropertySchemaDO.orderStatusstatic final PropertyVCARD4.orgstatic final PropertyVCARD.ORGstatic final PropertyROV.orgActivitystatic final PropertyORG.organizationstatic final PropertyVCARD4.organization_namestatic final PropertyVCARD4.organization_unitstatic final PropertySchemaDO.organizerstatic final PropertyVCARD.Orgnamestatic final PropertyROV.orgStatusstatic final PropertyROV.orgTypestatic final PropertyVCARD.Orgunitstatic final PropertyAS.originstatic final PropertyWAC.originstatic final PropertySchemaDO.originAddressstatic final PropertySchemaDO.originalMediaContextDescriptionstatic final PropertySchemaDO.originalMediaLinkstatic final Propertystatic final PropertySchemaDO.originatesFromstatic final PropertyVCARD.Otherstatic final PropertyOWLResults.outputA web page presenting the output of the test run, including system-specific additional details.static final PropertyRDFTest.outputDocumentA test case output documentstatic final PropertySchemaDO.overdosagestatic final PropertySchemaDO.ownedFromstatic final PropertySchemaDO.ownedThroughstatic final PropertyWAC.ownerstatic final PropertySchemaDO.ownershipFundingInfostatic final PropertySchemaDO.ownsstatic final PropertyDCAT.packageFormatstatic final PropertySchemaDO.pageEndstatic final PropertySchemaDO.pageStartstatic final PropertySchemaDO.paginationstatic final PropertySchemaDO.parentstatic final PropertySchemaDO.parentItemstatic final PropertySchemaDO.parentOrganizationstatic final PropertySchemaDO.parentsstatic final PropertySchemaDO.parentServicestatic final PropertySchemaDO.parentTaxonstatic final PropertySchemaDO.participantstatic final PropertyAS.partOfstatic final PropertySchemaDO.partOfEpisodestatic final PropertySchemaDO.partOfInvoicestatic final PropertySchemaDO.partOfOrderstatic final PropertySchemaDO.partOfSeasonstatic final PropertySchemaDO.partOfSeriesstatic final PropertySchemaDO.partOfSystemstatic final PropertySchemaDO.partOfTripstatic final PropertySchemaDO.partOfTVSeriesstatic final PropertySchemaDO.partySizestatic final PropertySchemaDO.passengerPriorityStatusstatic final PropertySchemaDO.passengerSequenceNumberstatic final PropertySchemaDO.pathophysiologystatic final PropertySchemaDO.patternstatic final PropertyXSD.patternProperty URI for xsd:patternstatic final PropertySchemaDO.payloadstatic final PropertySchemaDO.paymentAcceptedstatic final PropertySchemaDO.paymentDuestatic final PropertySchemaDO.paymentDueDatestatic final PropertySchemaDO.paymentMethodstatic final PropertySchemaDO.paymentMethodIdstatic final PropertySchemaDO.paymentStatusstatic final PropertySchemaDO.paymentUrlstatic final PropertyVCARD.Pcodestatic final PropertySchemaDO.pencilerstatic final PropertySchemaDO.percentile10static final PropertySchemaDO.percentile25static final PropertySchemaDO.percentile75static final PropertySchemaDO.percentile90static final PropertySchemaDO.performerstatic final PropertySchemaDO.performerInstatic final PropertySchemaDO.performersstatic final PropertySchemaDO.performTimestatic final PropertySchemaDO.permissionsstatic final PropertySchemaDO.permissionTypestatic final PropertySchemaDO.permitAudiencestatic final PropertySchemaDO.permittedUsagestatic final PropertySchemaDO.petsAllowedstatic final PropertySchemaDO.phoneticTextstatic final PropertySchemaDO.photostatic final PropertyVCARD4.photostatic final PropertyVCARD.PHOTOstatic final PropertySchemaDO.photosstatic final PropertySchemaDO.physicalRequirementstatic final PropertySchemaDO.physiologicalBenefitsstatic final PropertySchemaDO.pickupLocationstatic final PropertySchemaDO.pickupTimestatic final PropertySchemaDO.playersOnlinestatic final PropertySchemaDO.playerTypestatic final PropertySchemaDO.playModestatic final PropertyVCARD.Poboxstatic final PropertySchemaDO.polygonstatic final PropertySchemaDO.populationTypestatic final PropertySchemaDO.positionstatic final PropertySchemaDO.positiveNotesstatic final PropertySchemaDO.possibleComplicationstatic final PropertySchemaDO.possibleTreatmentstatic final PropertyVCARD4.post_office_boxDeprecated.static final PropertyVCARD4.postal_codestatic final PropertySchemaDO.postalCodestatic final PropertySchemaDO.postalCodeBeginstatic final PropertySchemaDO.postalCodeEndstatic final PropertySchemaDO.postalCodePrefixstatic final PropertySchemaDO.postalCodeRangestatic final PropertyORG.postInstatic final PropertySchemaDO.postOfficeBoxNumberstatic final PropertySchemaDO.postOpstatic final PropertySchemaDO.potentialActionstatic final PropertySchemaDO.potentialUsestatic final PropertySWRLB.powstatic final PropertySchemaDO.predecessorOfstatic final PropertyRDF.predicatestatic final PropertyLocationMappingVocab.prefixRange is a STRING, not a URI, to allow for any symbolsstatic final PropertyOA.prefixstatic final PropertyOntDocManagerVocab.prefixThe prefix string that is used when writing qnames in the ontology's namespacestatic final PropertyVCARD.Prefixstatic final PropertySKOS.prefLabelstatic final PropertySKOSXL.prefLabelstatic final PropertySchemaDO.pregnancyCategorystatic final PropertySchemaDO.pregnancyWarningstatic final PropertyRDFTest.premiseDocumentA premise document of an entailment.static final PropertySchemaDO.preOpstatic final PropertySchemaDO.preparationstatic final PropertySchemaDO.prepTimestatic final PropertySchemaDO.prescribingInfostatic final PropertySchemaDO.prescriptionStatusstatic final PropertyAS.prevstatic final PropertyAS.previewstatic final PropertySchemaDO.previousItemstatic final PropertySchemaDO.previousStartDatestatic final PropertySchemaDO.pricestatic final PropertySchemaDO.priceComponentstatic final PropertySchemaDO.priceComponentTypestatic final PropertySchemaDO.priceCurrencystatic final PropertySchemaDO.priceRangestatic final PropertySchemaDO.priceSpecificationstatic final PropertySchemaDO.priceTypestatic final PropertySchemaDO.priceValidUntilstatic final PropertySchemaDO.primaryImageOfPagestatic final PropertySchemaDO.primaryPreventionstatic final PropertySchemaDO.printColumnstatic final PropertySchemaDO.printEditionstatic final PropertySchemaDO.printPagestatic final PropertySchemaDO.printSectionstatic final PropertyOWL1.priorVersionstatic final PropertyOWL2.priorVersionstatic final PropertySchemaDO.procedurestatic final PropertySchemaDO.procedureTypestatic final PropertyOntDocManagerVocab.processImportsIf true, this property denotes that the document manager should process the imports closure of documentsstatic final Propertystatic final PropertySchemaDO.processingTimestatic final PropertySchemaDO.processorRequirementsstatic final PropertyVCARD4.prodidstatic final PropertyVCARD.PRODIDstatic final PropertySchemaDO.producerstatic final PropertySchemaDO.producesstatic final PropertySchemaDO.productGroupIDstatic final PropertySchemaDO.productIDstatic final PropertySchemaDO.productionCompanystatic final PropertySchemaDO.productionDatestatic final PropertySchemaDO.productSupportedstatic final PropertySchemaDO.proficiencyLevelstatic final PropertySchemaDO.programMembershipUsedstatic final PropertySchemaDO.programmingLanguagestatic final PropertySchemaDO.programmingModelstatic final PropertySchemaDO.programNamestatic final PropertySchemaDO.programPrerequisitesstatic final PropertySchemaDO.programTypestatic final PropertyReasonerVocabulary.PROPderivationLoggingProperty used to configure the derivation logging behaviour of a reasoner.static final PropertyReasonerVocabulary.PROPenableCMPScanProperty used to switch on/off scanning of data for container membership properties in RDFS preprocessing.static final PropertyReasonerVocabulary.PROPenableFunctorFilteringProperty used to switch on/off filtering of functors from returned results in the generic rule engine.static final PropertyReasonerVocabulary.PROPenableOWLTranslationProperty used to switch on/off OWL schema translation on a generic rule reasoner.static final PropertyReasonerVocabulary.PROPenableTGCCachingProperty used to switch on/off use of the dedicated subclass/subproperty caching in a generic rule reasoner.static final PropertyVOID.propertiesstatic final PropertyVOID.propertystatic final PropertyOWL2.propertyChainAxiomstatic final PropertyOWL2.propertyDisjointWithstatic final PropertySchemaDO.propertyIDstatic final PropertyVOID.propertyPartitionstatic final PropertySWRL.propertyPredicatestatic final PropertySchemaDO.proprietaryNamestatic final PropertyReasonerVocabulary.PROPruleModeProperty used to set the mode of a generic rule reasoner.static final PropertyReasonerVocabulary.PROPruleSetProperty used to attach a file a rules to a generic rule reasoner.static final PropertyReasonerVocabulary.PROPsetRDFSLevelProperty used to switch to different RDFS processing levles.static final PropertyReasonerVocabulary.PROPtraceOnProperty used to configure the tracing behaviour of a reasoner.static final PropertySchemaDO.proteinContentstatic final PropertyDCTerms.provenanceA statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.static final PropertySchemaDO.providerstatic final PropertySchemaDO.providerMobilitystatic final PropertySchemaDO.providesBroadcastServicestatic final PropertySchemaDO.providesServicestatic final PropertySchemaDO.publicAccessstatic final PropertySchemaDO.publicationstatic final PropertySchemaDO.publicationTypestatic final PropertySchemaDO.publicTransportClosuresInfostatic final PropertyOntDocManagerVocab.publicURIThe public URI that is used to refer to the ontology documentstatic final PropertyAS.publishedstatic final PropertySchemaDO.publishedBystatic final PropertySchemaDO.publishedOnstatic final PropertyDC_10.publisherstatic final PropertyDC_11.publisherAn entity responsible for making the resource availablestatic final PropertyDCTerms.publisherAn entity responsible for making the resource available.static final PropertySchemaDO.publisherstatic final PropertySchemaDO.publisherImprintstatic final PropertySchemaDO.publishingPrinciplesstatic final PropertySchemaDO.purchaseDatestatic final PropertyORG.purposestatic final PropertySchemaDO.qualificationsstatic final PropertyOWL2.qualifiedCardinalitystatic final PropertyDCAT.qualifiedRelationstatic final PropertySchemaDO.quarantineGuidelinesstatic final PropertySchemaDO.querystatic final PropertySchemaDO.queststatic final PropertySchemaDO.questionstatic final PropertyAS.radiusstatic final PropertyRDFS.rangestatic final PropertySchemaDO.rangeIncludesstatic final PropertySchemaDO.ratingCountstatic final PropertySchemaDO.ratingExplanationstatic final PropertySchemaDO.ratingValuestatic final PropertyReasonerVocabulary.RB_VALIDATIONProperty used to switch on validation in owl rulesetstatic final PropertyReasonerVocabulary.RB_VALIDATION_REPORTProperty used for validation reports in owl rulesetstatic final PropertySchemaDO.readBystatic final PropertySchemaDO.readonlyValuestatic final PropertySchemaDO.realEstateAgentstatic final PropertySchemaDO.recipestatic final PropertySchemaDO.recipeCategorystatic final PropertySchemaDO.recipeCuisinestatic final PropertySchemaDO.recipeIngredientstatic final PropertySchemaDO.recipeInstructionsstatic final PropertySchemaDO.recipeYieldstatic final PropertySchemaDO.recipientstatic final PropertySchemaDO.recognizedBystatic final PropertySchemaDO.recognizingAuthoritystatic final PropertySchemaDO.recommendationStrengthstatic final PropertySchemaDO.recommendedIntakestatic final PropertyDCAT.recordstatic final PropertySchemaDO.recordedAsstatic final PropertySchemaDO.recordedAtstatic final PropertySchemaDO.recordedInstatic final PropertySchemaDO.recordingOfstatic final PropertySchemaDO.recordLabelstatic final PropertySchemaDO.recourseLoanstatic final PropertySchemaDO.referenceQuantitystatic final PropertyDCTerms.referencesA related resource that is referenced, cited, or otherwise pointed to by the described resource.static final PropertySchemaDO.referencesOrderstatic final PropertyOA.refinedBystatic final PropertySchemaDO.refundTypestatic final PropertyVCARD4.regionstatic final PropertyVCARD.Regionstatic final PropertySchemaDO.regionDrainedstatic final PropertySchemaDO.regionsAllowedstatic final PropertyROV.registrationstatic final PropertyRDF.reifiesstatic final PropertyAS.relstatic final PropertySKOS.relatedstatic final PropertySchemaDO.relatedAnatomystatic final PropertySchemaDO.relatedConditionstatic final PropertySchemaDO.relatedDrugstatic final PropertySchemaDO.relatedLinkstatic final PropertySKOS.relatedMatchstatic final PropertySchemaDO.relatedStructurestatic final PropertySchemaDO.relatedTherapystatic final PropertySchemaDO.relatedTostatic final PropertyDC_10.relationstatic final PropertyDC_11.relationA reference to a related resource.static final PropertyDCTerms.relationA related resource.static final PropertyAS.relationshipstatic final PropertySchemaDO.releaseDatestatic final PropertySchemaDO.releasedEventstatic final PropertySchemaDO.releaseNotesstatic final PropertySchemaDO.releaseOfstatic final PropertySchemaDO.relevantOccupationstatic final PropertySchemaDO.relevantSpecialtystatic final PropertySchemaDO.remainingAttendeeCapacitystatic final PropertyORG.remunerationstatic final PropertyOA.renderedViastatic final PropertySchemaDO.renegotiableLoanstatic final PropertySchemaDO.repeatCountstatic final PropertySchemaDO.repeatFrequencystatic final PropertySchemaDO.repetitionsstatic final PropertySWRLB.replacestatic final PropertySchemaDO.replaceestatic final PropertySchemaDO.replacerstatic final PropertyDCTerms.replacesA related resource that is supplanted, displaced, or superseded by the described resource.static final PropertyAS.repliesstatic final PropertySchemaDO.replyToUrlstatic final PropertySchemaDO.reportNumberstatic final PropertyORG.reportsTostatic final PropertySchemaDO.representativeOfPagestatic final PropertySchemaDO.requiredCollateralstatic final PropertySchemaDO.requiredGenderstatic final PropertySchemaDO.requiredMaxAgestatic final PropertySchemaDO.requiredMinAgestatic final PropertySchemaDO.requiredQuantitystatic final PropertySchemaDO.requirementsstatic final PropertyDCTerms.requiresA related resource that is required by the described resource to support its function, delivery, or coherence.static final PropertySchemaDO.requiresSubscriptionstatic final PropertySchemaDO.reservationForstatic final PropertySchemaDO.reservationIdstatic final PropertySchemaDO.reservationStatusstatic final PropertySchemaDO.reservedTicketstatic final PropertySWRLB.resolveURIstatic final PropertySchemaDO.responsibilitiesstatic final PropertyRDF.reststatic final PropertySchemaDO.restockingFeestatic final PropertySchemaDO.restPeriodsstatic final PropertyAS.resultstatic final PropertySchemaDO.resultstatic final PropertyTestManifest.resultThe expected outcomestatic final PropertySchemaDO.resultCommentstatic final PropertyORG.resultedFromstatic final Propertystatic final PropertySchemaDO.resultReviewstatic final PropertySchemaDO.returnFeesstatic final PropertySchemaDO.returnLabelSourcestatic final PropertySchemaDO.returnMethodstatic final PropertySchemaDO.returnPolicyCategorystatic final PropertySchemaDO.returnPolicyCountrystatic final PropertySchemaDO.returnPolicySeasonalOverridestatic final PropertySchemaDO.returnShippingFeesAmountstatic final PropertyVCARD4.revstatic final PropertyVCARD.REVstatic final PropertySchemaDO.reviewstatic final PropertySchemaDO.reviewAspectstatic final PropertySchemaDO.reviewBodystatic final PropertySchemaDO.reviewCountstatic final PropertySchemaDO.reviewedBystatic final PropertySchemaDO.reviewRatingstatic final PropertySchemaDO.reviewsstatic final PropertyDC_10.rightsstatic final PropertyDC_11.rightsInformation about rights held in and over the resource.static final PropertyDCTerms.rightsInformation about rights held in and over the resource.static final PropertyDCTerms.rightsHolderA person or organization owning or managing rights over the resource.static final PropertySchemaDO.riskFactorstatic final PropertySchemaDO.risksstatic final PropertyORG.rolestatic final PropertyVCARD4.rolestatic final PropertyVCARD.ROLEstatic final PropertySchemaDO.roleNamestatic final PropertyORG.rolePropertystatic final PropertySchemaDO.roofLoadstatic final PropertyVOID.rootResourcestatic final PropertySWRLB.roundstatic final PropertySWRLB.roundHalfToEvenstatic final PropertySchemaDO.rsvpResponsestatic final PropertyReasonerVocabulary.ruleSetProperty of a GRR config with object a node with rule set properties.static final PropertyReasonerVocabulary.ruleSetURLProperty of a GRR config with object a resource who's URI is the URL of a Jena rules text.static final PropertySchemaDO.runsTostatic final PropertySchemaDO.runtimestatic final PropertySchemaDO.runtimePlatformstatic final PropertySchemaDO.rxcuistatic final PropertySchemaDO.safetyConsiderationstatic final PropertySchemaDO.salaryCurrencystatic final PropertySchemaDO.salaryUponCompletionstatic final PropertyOWL1.sameAsstatic final PropertyOWL2.sameAsstatic final PropertySchemaDO.sameAsstatic final PropertySchemaDO.sampleTypestatic final PropertySchemaDO.saturatedFatContentstatic final PropertySchemaDO.scheduledPaymentDatestatic final PropertySchemaDO.scheduledTimestatic final PropertySchemaDO.scheduleTimezonestatic final PropertyReasonerVocabulary.schemaURLProperty of a reasoner that specifies the URL of a schema to load.static final PropertySchemaDO.schemaVersionstatic final PropertySchemaDO.schoolClosuresInfostatic final PropertySKOS.scopeNotestatic final PropertySchemaDO.screenCountstatic final PropertySchemaDO.screenshotstatic final PropertySchemaDO.sdDatePublishedstatic final PropertySchemaDO.sdLicensestatic final PropertySchemaDO.sdPublisherstatic final PropertySchemaDO.seasonstatic final PropertySchemaDO.seasonNumberstatic final PropertySchemaDO.seasonsstatic final PropertySchemaDO.seatingCapacitystatic final PropertySchemaDO.seatingTypestatic final PropertySchemaDO.seatNumberstatic final PropertySchemaDO.seatRowstatic final PropertySchemaDO.seatSectionstatic final PropertySchemaDO.secondaryPreventionstatic final PropertySchemaDO.securityClearanceRequirementstatic final PropertySchemaDO.securityScreeningstatic final PropertyRDFS.seeAlsostatic final PropertySchemaDO.seeksstatic final PropertySchemaDO.sellerstatic final PropertySKOS.semanticRelationstatic final PropertySchemaDO.senderstatic final PropertySchemaDO.sensoryRequirementstatic final PropertySchemaDO.sensoryUnitstatic final PropertySchemaDO.serialNumberstatic final PropertySchemaDO.seriousAdverseOutcomestatic final PropertySchemaDO.serverStatusstatic final PropertySchemaDO.servesCuisinestatic final PropertyDCAT.servesDatasetstatic final PropertyDCAT.servicestatic final PropertySchemaDO.serviceAreastatic final PropertySchemaDO.serviceAudiencestatic final PropertySchemaDO.serviceLocationstatic final PropertySchemaDO.serviceOperatorstatic final PropertySchemaDO.serviceOutputstatic final PropertySchemaDO.servicePhonestatic final PropertySchemaDO.servicePostalAddressstatic final PropertySchemaDO.serviceSmsNumberstatic final PropertySchemaDO.serviceTypestatic final PropertySchemaDO.serviceUrlstatic final PropertySchemaDO.servingSizestatic final PropertySchemaDO.sha256static final PropertySchemaDO.sharedContentstatic final PropertySchemaDO.shippingDestinationstatic final PropertySchemaDO.shippingDetailsstatic final PropertySchemaDO.shippingLabelstatic final PropertySchemaDO.shippingRatestatic final PropertySchemaDO.shippingSettingsLinkstatic final PropertySchemaDO.siblingstatic final PropertySchemaDO.siblingsstatic final PropertySchemaDO.signDetectedstatic final PropertySchemaDO.significancestatic final PropertySchemaDO.significantLinkstatic final PropertySchemaDO.significantLinksstatic final PropertySchemaDO.signOrSymptomstatic final PropertySWRLB.sinstatic final PropertyORG.siteAddressstatic final PropertyORG.siteOfstatic final PropertyOWLTest.sizestatic final PropertySchemaDO.sizestatic final PropertySchemaDO.sizeGroupstatic final PropertySchemaDO.sizeSystemstatic final PropertySchemaDO.skillsstatic final PropertySchemaDO.skustatic final PropertySchemaDO.sloganstatic final PropertySchemaDO.smilesstatic final PropertySchemaDO.smokingAllowedstatic final PropertySchemaDO.sodiumContentstatic final PropertySchemaDO.softwareAddOnstatic final PropertySchemaDO.softwareHelpstatic final PropertySchemaDO.softwareRequirementsstatic final PropertySchemaDO.softwareVersionstatic final PropertyOWL1.someValuesFromstatic final PropertyOWL2.someValuesFromstatic final PropertyVCARD4.sort_stringstatic final PropertyVCARD.SORT_STRINGstatic final PropertyVCARD4.soundstatic final PropertyVCARD.SOUNDstatic final PropertyDC_10.sourcestatic final PropertyDC_11.sourceA reference to a resource from which the present resource is derived.static final PropertyDCTerms.sourceA related resource from which the described resource is derived.static final PropertyVCARD.SOURCEstatic final PropertyOA.sourceDatestatic final Propertystatic final Propertystatic final PropertySchemaDO.sourcedFromstatic final PropertyOWL2.sourceIndividualstatic final PropertySchemaDO.sourceOrganizationstatic final PropertyVOID.sparqlEndpointstatic final PropertyDCTerms.spatialSpatial characteristics of the resource.static final PropertySchemaDO.spatialstatic final PropertySchemaDO.spatialCoveragestatic final Propertystatic final PropertySchemaDO.speakablestatic final PropertySchemaDO.specialCommitmentsstatic final PropertySchemaDO.specialOpeningHoursSpecificationstatic final PropertySchemaDO.specialtystatic final PropertySchemaDO.speechToTextMarkupstatic final PropertySchemaDO.speedstatic final PropertySchemaDO.spokenByCharacterstatic final PropertySchemaDO.sponsorstatic final PropertySchemaDO.sportstatic final PropertySchemaDO.sportsActivityLocationstatic final PropertySchemaDO.sportsEventstatic final PropertySchemaDO.sportsTeamstatic final PropertySchemaDO.spousestatic final PropertySchemaDO.stagestatic final PropertySchemaDO.stageAsNumberstatic final PropertySchemaDO.starRatingstatic final PropertyOA.startstatic final PropertyDCAT.startDatestatic final PropertySchemaDO.startDatestatic final PropertyAS.startIndexstatic final PropertySchemaDO.startOffsetstatic final PropertySWRLB.startsWithstatic final PropertyAS.startTimestatic final PropertySchemaDO.startTimestatic final PropertyRDFTest.statusIndicates the status of the test within a process, such as the RDF Core WG process.static final PropertySchemaDO.statusstatic final PropertySchemaDO.steeringPositionstatic final PropertySchemaDO.stepstatic final PropertySchemaDO.stepsstatic final PropertySchemaDO.stepValuestatic final PropertySchemaDO.storageRequirementsstatic final PropertyVCARD.Streetstatic final PropertyVCARD4.street_addressstatic final PropertySchemaDO.streetAddressstatic final PropertySchemaDO.strengthUnitstatic final PropertySchemaDO.strengthValuestatic final PropertySWRLB.stringConcatstatic final PropertySWRLB.stringEqualIgnoreCasestatic final PropertySWRLB.stringLengthstatic final PropertySchemaDO.structuralClassstatic final PropertySchemaDO.studystatic final PropertySchemaDO.studyDesignstatic final PropertySchemaDO.studyLocationstatic final PropertySchemaDO.studySubjectstatic final PropertyOA.styleClassstatic final PropertyOA.styledBystatic final PropertyRDFS.subClassOfstatic final PropertySchemaDO.subEventstatic final PropertySchemaDO.subEventsstatic final PropertyAS.subjectstatic final PropertyDC_10.subjectstatic final PropertyDC_11.subjectThe topic of the content of the resource.static final PropertyDCTerms.subjectThe topic of the resource.static final PropertyRDF.subjectstatic final PropertySchemaDO.subjectOfstatic final PropertyVOID.subjectsTargetstatic final PropertySchemaDO.subOrganizationstatic final Propertystatic final PropertyRDFS.subPropertyOfstatic final PropertySchemaDO.subReservationstatic final PropertyVOID.subsetstatic final PropertySchemaDO.subStageSuffixstatic final PropertySWRLB.substringstatic final PropertySWRLB.substringAfterstatic final PropertySWRLB.substringBeforestatic final PropertySchemaDO.subStructurestatic final PropertySchemaDO.subTeststatic final PropertySchemaDO.subtitleLanguagestatic final PropertySWRLB.subtractstatic final PropertySWRLB.subtractDatesstatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final Propertystatic final PropertySWRLB.subtractDayTimeDurationsstatic final PropertySWRLB.subtractTimesstatic final Propertystatic final Propertystatic final Propertystatic final PropertySchemaDO.subTripstatic final PropertySchemaDO.successorOfstatic final PropertyOA.suffixstatic final PropertyVCARD.Suffixstatic final PropertySchemaDO.sugarContentstatic final PropertySchemaDO.suggestedAgestatic final PropertySchemaDO.suggestedAnswerstatic final PropertySchemaDO.suggestedGenderstatic final PropertySchemaDO.suggestedMaxAgestatic final PropertySchemaDO.suggestedMeasurementstatic final PropertySchemaDO.suggestedMinAgestatic final PropertySchemaDO.suitableForDietstatic final PropertyAS.summarystatic final PropertySchemaDO.superEventstatic final PropertySchemaDO.supersededBystatic final PropertySchemaDO.supplystatic final PropertySchemaDO.supplyTostatic final PropertyOWLTest.supportedDatatypeThe subject test is valid only when the object datatype is included in the datatype theory.static final PropertySchemaDO.supportingDatastatic final PropertyReasonerVocabulary.supportsPReasoner description property: a schema property supported by the reasonerstatic final PropertySchemaDO.surfacestatic final PropertyOWLResults.syntacticLevelTestFromSyntactic tests.static final PropertyOWLResults.systemThe complete system instance on which the test was run, conceptually including software and hardware components.static final PropertyDCTerms.tableOfContentsA list of subunits of the resource.static final PropertyAS.tagstatic final PropertySWRLB.tanstatic final PropertyAS.targetstatic final PropertySchemaDO.targetstatic final PropertyVOID.targetstatic final PropertySchemaDO.targetCollectionstatic final PropertySchemaDO.targetDescriptionstatic final PropertyOWL2.targetIndividualstatic final PropertySchemaDO.targetNamestatic final PropertySchemaDO.targetPlatformstatic final PropertySchemaDO.targetPopulationstatic final PropertySchemaDO.targetProductstatic final PropertySchemaDO.targetUrlstatic final PropertyOWL2.targetValuestatic final PropertySchemaDO.taxIDstatic final PropertySchemaDO.taxonomicRangestatic final PropertySchemaDO.taxonRankstatic final PropertySchemaDO.teachesstatic final PropertyVCARD4.telstatic final PropertyVCARD.TELstatic final PropertySchemaDO.telephonestatic final PropertyDCTerms.temporalTemporal characteristics of the resource.static final PropertySchemaDO.temporalstatic final PropertySchemaDO.temporalCoveragestatic final PropertyDCAT.temporalResolutionstatic final PropertySchemaDO.termCodestatic final PropertySchemaDO.termDurationstatic final PropertySchemaDO.termsOfServicestatic final PropertySchemaDO.termsPerYearstatic final PropertyOWLResults.testThe test in question, such as an otest:PositiveEntailmentTest.static final PropertySchemaDO.textstatic final Propertystatic final PropertyRSS.textinputstatic final PropertySchemaDO.textValuestatic final PropertyDCAT.themestatic final PropertyDCAT.themeTaxonomystatic final PropertySchemaDO.thumbnailstatic final PropertySchemaDO.thumbnailUrlstatic final PropertySchemaDO.tickerSymbolstatic final PropertySchemaDO.ticketedSeatstatic final PropertySchemaDO.ticketNumberstatic final PropertySchemaDO.ticketTokenstatic final PropertySWRLB.timestatic final PropertySchemaDO.timeOfDaystatic final PropertySchemaDO.timeRequiredstatic final PropertySchemaDO.timeToCompletestatic final PropertySchemaDO.tissueSamplestatic final PropertyDC_10.titlestatic final PropertyDC_11.titleA name given to the resource.static final PropertyDCTerms.titlestatic final PropertyRSS.titlestatic final PropertySchemaDO.titlestatic final PropertyVCARD4.titlestatic final PropertyVCARD.TITLEstatic final PropertySchemaDO.titleEIDRstatic final PropertyAS.tostatic final PropertySchemaDO.tocContinuationstatic final PropertySchemaDO.tocEntrystatic final PropertySWRLB.tokenizestatic final PropertySchemaDO.toLocationstatic final PropertySchemaDO.tongueWeightstatic final PropertySchemaDO.toolstatic final PropertySKOS.topConceptOfstatic final PropertyOWL2.topDataPropertystatic final PropertyOWL2.topObjectPropertystatic final PropertySchemaDO.toRecipientstatic final PropertySchemaDO.torquestatic final PropertyXSD.totalDigitsProperty URI for xsd:totalDigitsstatic final PropertyAS.totalItemsstatic final PropertySchemaDO.totalJobOpeningsstatic final PropertySchemaDO.totalPaymentDuestatic final PropertySchemaDO.totalPricestatic final PropertySchemaDO.totalTimestatic final PropertySchemaDO.tourBookingPagestatic final PropertySchemaDO.touristTypestatic final PropertySchemaDO.trackstatic final PropertySchemaDO.trackingNumberstatic final PropertySchemaDO.trackingUrlstatic final PropertySchemaDO.tracksstatic final PropertySchemaDO.trailerstatic final PropertySchemaDO.trailerWeightstatic final PropertySchemaDO.trainingSalarystatic final PropertySchemaDO.trainNamestatic final PropertySchemaDO.trainNumberstatic final PropertySchemaDO.transcriptstatic final PropertySchemaDO.transFatContentstatic final Propertystatic final PropertySchemaDO.transitTimestatic final PropertySchemaDO.transitTimeLabelstatic final PropertySWRLB.translatestatic final PropertySchemaDO.translationOfWorkstatic final PropertySchemaDO.translatorstatic final PropertySchemaDO.transmissionMethodstatic final PropertySchemaDO.travelBansstatic final PropertySchemaDO.trialDesignstatic final PropertySchemaDO.tributarystatic final PropertyVOID.triplesstatic final PropertyDC_10.typestatic final PropertyDC_11.typeThe nature or genre of the content of the resource.static final PropertyDCTerms.typeThe nature or genre of the resource.static final PropertyRDF.typestatic final PropertySchemaDO.typeOfBedstatic final PropertySchemaDO.typeOfGoodstatic final PropertySchemaDO.typicalAgeRangestatic final PropertySchemaDO.typicalCreditsPerTermstatic final PropertySchemaDO.typicalTeststatic final PropertyVCARD4.tzstatic final PropertyVCARD.TZstatic final PropertyVCARD.UIDstatic final PropertySWRLB.unaryMinusstatic final PropertySWRLB.unaryPlusstatic final PropertySchemaDO.underNamestatic final PropertyOWL1.unionOfstatic final PropertyOWL2.unionOfstatic final PropertySchemaDO.unitCodestatic final PropertyORG.unitOfstatic final PropertyAS.unitsstatic final PropertySchemaDO.unitTextstatic final PropertySchemaDO.unnamedSourcesPolicystatic final PropertySchemaDO.unsaturatedFatContentstatic final PropertyAS.updatedstatic final PropertySchemaDO.uploadDatestatic final PropertySWRLB.upperCasestatic final PropertySchemaDO.upvoteCountstatic final PropertyVOID.uriLookupEndpointstatic final PropertyVOID.uriRegexPatternstatic final PropertyVOID.uriSpacestatic final PropertyAS.urlstatic final PropertyRSS.urlstatic final PropertySchemaDO.urlstatic final PropertyVCARD4.urlstatic final PropertySchemaDO.urlTemplatestatic final PropertySchemaDO.usageInfostatic final PropertyOWLTest.usedDatatypeThe object is a datatype that appears in one of the test files in the subject test.static final PropertyOntDocManagerVocab.useDeclaredNsPrefixesBoolean flag for whether new ontology models will include the pre-declared namespace prefixesstatic final PropertySchemaDO.usedToDiagnosestatic final PropertySchemaDO.userInteractionCountstatic final PropertySchemaDO.usesDevicestatic final PropertySchemaDO.usesHealthPlanIdStandardstatic final PropertySchemaDO.utterancesstatic final PropertyDCTerms.validDate (often a range) of validity of a resource.static final PropertySchemaDO.validForstatic final PropertySchemaDO.validFromstatic final PropertySchemaDO.validInstatic final PropertySchemaDO.validThroughstatic final PropertySchemaDO.validUntilstatic final PropertyRDF.valuestatic final PropertySchemaDO.valuestatic final PropertyVCARD4.valuestatic final PropertySchemaDO.valueAddedTaxIncludedstatic final PropertySchemaDO.valueMaxLengthstatic final PropertySchemaDO.valueMinLengthstatic final PropertySchemaDO.valueNamestatic final PropertySchemaDO.valuePatternstatic final PropertySchemaDO.valueReferencestatic final PropertySchemaDO.valueRequiredstatic final PropertySchemaDO.variableMeasuredstatic final PropertySchemaDO.variantCoverstatic final PropertySchemaDO.variesBystatic final PropertySchemaDO.vatIDstatic final PropertySchemaDO.vehicleConfigurationstatic final PropertySchemaDO.vehicleEnginestatic final PropertySchemaDO.vehicleIdentificationNumberstatic final PropertySchemaDO.vehicleInteriorColorstatic final PropertySchemaDO.vehicleInteriorTypestatic final PropertySchemaDO.vehicleModelDatestatic final PropertySchemaDO.vehicleSeatingCapacitystatic final PropertySchemaDO.vehicleSpecialUsagestatic final PropertySchemaDO.vehicleTransmissionstatic final PropertySchemaDO.vendorstatic final PropertySchemaDO.verificationFactCheckingPolicystatic final PropertySchemaDO.versionstatic final PropertyOWL1.versionInfostatic final PropertyOWL2.versionInfostatic final PropertyOWL2.versionIRIstatic final PropertyReasonerVocabulary.versionPReasoner description property: version of the reasonerstatic final PropertyOA.viastatic final PropertySchemaDO.videostatic final PropertySchemaDO.videoFormatstatic final PropertySchemaDO.videoFrameSizestatic final PropertySchemaDO.videoQualitystatic final PropertyVOID.vocabularystatic final PropertySchemaDO.volumeNumberstatic final PropertyRDFTest.warningIndicates that while the test should pass, it may generate a warning.static final PropertySchemaDO.warningstatic final PropertySchemaDO.warrantystatic final PropertySchemaDO.warrantyPromisestatic final PropertySchemaDO.warrantyScopestatic final PropertySchemaDO.webCheckinTimestatic final PropertySchemaDO.webFeedstatic final PropertySchemaDO.weightstatic final PropertySchemaDO.weightTotalstatic final PropertySchemaDO.wheelbasestatic final PropertyAS.widthstatic final PropertySchemaDO.widthstatic final PropertySchemaDO.winnerstatic final PropertyOWL2.withRestrictionsstatic final PropertySchemaDO.wordCountstatic final PropertySchemaDO.workExamplestatic final PropertySchemaDO.workFeaturedstatic final PropertySchemaDO.workHoursstatic final PropertySchemaDO.workloadstatic final PropertySchemaDO.workLocationstatic final PropertySchemaDO.workPerformedstatic final PropertySchemaDO.workPresentedstatic final PropertySchemaDO.worksForstatic final PropertySchemaDO.workTranslationstatic final PropertySchemaDO.worstRatingstatic final PropertySchemaDO.xpathstatic final PropertySchemaDO.yearBuiltstatic final PropertySchemaDO.yearlyRevenuestatic final PropertySWRLB.yearMonthDurationstatic final PropertySchemaDO.yearsInOperationstatic final PropertySchemaDO.yieldMethods in org.apache.jena.vocabulary that return PropertyModifier and TypeMethodDescriptionstatic PropertyOWL1.Init.allValuesFrom()Deprecated.static PropertyOWL1.Init.backwardCompatibleWith()Deprecated.static PropertyOWL1.Init.cardinality()Deprecated.static PropertyRDFS.Init.comment()static PropertyOWL1.Init.complementOf()Deprecated.static PropertyOWL1.Init.differentFrom()Deprecated.static PropertyOWL1.Init.disjointWith()Deprecated.static PropertyOWL1.Init.distinctMembers()Deprecated.static PropertyRDFS.Init.domain()static PropertyOWL1.Init.equivalentClass()Deprecated.static PropertyOWL1.Init.equivalentProperty()Deprecated.static PropertyOWL1.Init.hasValue()Deprecated.static PropertyOWL1.Init.imports()Deprecated.static PropertyOWL1.Init.incompatibleWith()Deprecated.static PropertyOWL1.Init.intersectionOf()Deprecated.static PropertyOWL1.Init.inverseOf()Deprecated.static PropertyRDFS.Init.isDefinedBy()static PropertyRDFS.Init.label()static PropertyRDF.li(int i) static PropertyOWL1.Init.maxCardinality()Deprecated.static PropertyRDFS.Init.member()static PropertyOWL1.Init.minCardinality()Deprecated.static PropertyOWL1.Init.oneOf()Deprecated.static PropertyOWL1.Init.onProperty()Deprecated.static PropertyOWL1.Init.priorVersion()Deprecated.static PropertyRDFS.Init.range()static PropertyOWL1.Init.sameAs()Deprecated.static PropertyRDFS.Init.seeAlso()static PropertyOWL1.Init.someValuesFrom()Deprecated.static PropertyRDFS.Init.subClassOf()static PropertyRDFS.Init.subPropertyOf()static PropertyOWL1.Init.unionOf()Deprecated.static PropertyOWL1.Init.versionInfo()Deprecated.