Uses of Interface
org.apache.jena.ontology.SomeValuesFromRestriction
Packages that use SomeValuesFromRestriction
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.-
Uses of SomeValuesFromRestriction in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return SomeValuesFromRestrictionModifier and TypeMethodDescriptionRestriction.asSomeValuesFromRestriction()Answer a view of this restriction as a some values from expressionRestriction.convertToSomeValuesFromRestriction(Resource cls) Convert this restriction to a some values from class expressionOntModel.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 classOntModel.getSomeValuesFromRestriction(String uri) 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 class. -
Uses of SomeValuesFromRestriction in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement SomeValuesFromRestrictionModifier and TypeClassDescriptionclassImplementation of the someValuesFrom restriction abstraction.Methods in org.apache.jena.ontology.impl that return SomeValuesFromRestrictionModifier and TypeMethodDescriptionRestrictionImpl.asSomeValuesFromRestriction()Answer a view of this restriction as a some values from expressionRestrictionImpl.convertToSomeValuesFromRestriction(Resource cls) Convert this restriction to a some values from class expressionOntModelImpl.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 classOntModelImpl.getSomeValuesFromRestriction(String uri) Answer a class description defined as the class of those individuals that have at least one property with a value belonging to the given class.