Uses of Interface
org.apache.jena.ontology.DatatypeProperty
Packages that use DatatypeProperty
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 DatatypeProperty in org.apache.jena.ontology
Methods in org.apache.jena.ontology that return DatatypePropertyModifier and TypeMethodDescriptionOntProperty.asDatatypeProperty()
Answer a view of this property as a datatype propertyOntResource.asDatatypeProperty()
Answer a view of this resource as a datatype propertyOntProperty.convertToDatatypeProperty()
Answer a facet of this property as a datatype property, adding additional information to the model if necessary.OntModel.createDatatypeProperty
(String uri) Answer a resource that represents datatype property in this model, and that is not a functional property.OntModel.createDatatypeProperty
(String uri, boolean functional) Answer a resource that represents datatype property in this model.OntModel.getDatatypeProperty
(String uri) Answer a resource that represents datatype property in this model.Methods in org.apache.jena.ontology that return types with arguments of type DatatypePropertyModifier and TypeMethodDescriptionOntModel.listDatatypeProperties()
Answer an iterator that ranges over the datatype property resources in this model, i.e. the resources withrdf:type DatatypeProperty
or equivalent. -
Uses of DatatypeProperty in org.apache.jena.ontology.impl
Classes in org.apache.jena.ontology.impl that implement DatatypePropertyModifier and TypeClassDescriptionclass
Implementation of the datatype property abstractionMethods in org.apache.jena.ontology.impl that return DatatypePropertyModifier and TypeMethodDescriptionOntPropertyImpl.asDatatypeProperty()
Answer a view of this property as a datatype propertyOntResourceImpl.asDatatypeProperty()
Answer a view of this resource as a datatype propertyOntPropertyImpl.convertToDatatypeProperty()
Answer a facet of this property as a datatype property, adding additional information to the model if necessary.OntModelImpl.createDatatypeProperty
(String uri) Answer a resource that represents datatype property in this model, and that is not a functional property.OntModelImpl.createDatatypeProperty
(String uri, boolean functional) Answer a resource that represents datatype property in this model.OntModelImpl.getDatatypeProperty
(String uri) Answer a resource that represents datatype property in this model.Methods in org.apache.jena.ontology.impl that return types with arguments of type DatatypePropertyModifier and TypeMethodDescriptionOntModelImpl.listDatatypeProperties()
Answer an iterator that ranges over the datatype property resources in this model, i.e. the resources withrdf:type DatatypeProperty
or equivalent.