Uses of Interface
org.apache.jena.ontology.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
Modifier 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) Answer a resource representing a symmetric propertyOntModel.createSymmetricProperty
(String uri, boolean functional) Answer a resource representing a symmetric property, which is optionally also functional.OntModel.getSymmetricProperty
(String uri) Answer a resource representing a symmetric property.Modifier and TypeMethodDescriptionOntModel.listSymmetricProperties()
Answer an iterator that ranges over the symmetric property resources in this model, i.e. the resources withrdf:type SymmetricProperty
or equivalent. -
Uses of SymmetricProperty in org.apache.jena.ontology.impl
Modifier and TypeClassDescriptionclass
Implementation of the symmetric property abstractionModifier 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.Modifier and TypeMethodDescriptionOntModelImpl.listSymmetricProperties()
Answer an iterator that ranges over the symmetric property resources in this model, i.e. the resources withrdf:type SymmetricProperty
or equivalent.