|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DatatypeProperty | |
---|---|
com.hp.hpl.jena.ontology | Provides a set of abstractions and convenience classes for accessing and manipluating ontologies represented in RDF. |
Uses of DatatypeProperty in com.hp.hpl.jena.ontology |
---|
Methods in com.hp.hpl.jena.ontology that return DatatypeProperty | |
---|---|
DatatypeProperty |
OntResource.asDatatypeProperty()
Answer a view of this resource as a datatype property |
DatatypeProperty |
OntProperty.asDatatypeProperty()
Answer a view of this property as a datatype property |
DatatypeProperty |
OntProperty.convertToDatatypeProperty()
Answer a facet of this property as a datatype property, adding additional information to the model if necessary. |
DatatypeProperty |
OntModel.createDatatypeProperty(java.lang.String uri)
Answer a resource that represents datatype property in this model, and that is not a functional property. |
DatatypeProperty |
OntModel.createDatatypeProperty(java.lang.String uri,
boolean functional)
Answer a resource that represents datatype property in this model. |
DatatypeProperty |
OntModel.getDatatypeProperty(java.lang.String uri)
Answer a resource that represents datatype property in this model. . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |