Uses of Interface
org.apache.jena.ontology.TransitiveProperty
Packages that use TransitiveProperty
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 TransitiveProperty in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return TransitivePropertyModifier and TypeMethodDescriptionOntProperty.asTransitiveProperty()Answer a view of this property as a transitive propertyOntProperty.convertToTransitiveProperty()Answer a facet of this property as a transitive property, adding additional information to the model if necessary.OntModel.createTransitiveProperty(String uri) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource representing a transitive propertyOntModel.createTransitiveProperty(String uri, boolean functional) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource representing a transitive property, which is optionally also functional.OntModel.getTransitiveProperty(String uri) Deprecated, for removal: This API element is subject to removal in a future version.Answer a resource representing a transitive property.Methods in org.apache.jena.ontology that return types with arguments of type TransitivePropertyModifier and TypeMethodDescriptionOntModel.listTransitiveProperties()Deprecated, for removal: This API element is subject to removal in a future version.Answer an iterator that ranges over the transitive property resources in this model, i.e. the resources withrdf:type TransitivePropertyor equivalent. -
Uses of TransitiveProperty in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement TransitivePropertyModifier and TypeClassDescriptionclassImplementation of the transitive property abstractionMethods in org.apache.jena.ontology.impl that return TransitivePropertyModifier and TypeMethodDescriptionOntPropertyImpl.asTransitiveProperty()Answer a view of this property as a transitive propertyOntPropertyImpl.convertToTransitiveProperty()Answer a facet of this property as a transitive property, adding additional information to the model if necessary.OntModelImpl.createTransitiveProperty(String uri) Answer a resource representing a transitive propertyOntModelImpl.createTransitiveProperty(String uri, boolean functional) Answer a resource representing a transitive property, which is optionally also functional.OntModelImpl.getTransitiveProperty(String uri) Answer a resource representing a transitive property.Methods in org.apache.jena.ontology.impl that return types with arguments of type TransitivePropertyModifier and TypeMethodDescriptionOntModelImpl.listTransitiveProperties()Answer an iterator that ranges over the transitive property resources in this model, i.e. the resources withrdf:type TransitivePropertyor equivalent.