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