Package | Description |
---|---|
com.hp.hpl.jena.ontology |
Provides a set of abstractions and convenience classes for accessing and manipluating ontologies
represented in RDF.
|
com.hp.hpl.jena.rdf.model |
A package for creating and manipulating RDF graphs.
|
Modifier and Type | Method and Description |
---|---|
NodeIterator |
OntResource.listPropertyValues(Property property)
Answer an iterator over the values for a given RDF property.
|
Modifier and Type | Method and Description |
---|---|
NodeIterator |
Container.iterator()
Return an iterator over the values.
|
NodeIterator |
Model.listObjects()
List all objects in a model.
|
NodeIterator |
Model.listObjectsOfProperty(Property p)
List all objects of a given property.
|
NodeIterator |
Model.listObjectsOfProperty(Resource s,
Property p)
List the values of a property of a resource.
|
Copyright ? 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP