Package | Description |
---|---|
com.hp.hpl.jena.rdf.model |
A package for creating and manipulating RDF graphs.
|
Modifier and Type | Method and Description |
---|---|
Bag |
ModelCon.createBag()
Create a new anonymous bag.
|
Bag |
ModelCon.createBag(String uri)
Create a new bag.
|
Bag |
Statement.getBag()
Return the object of the statement.
|
Bag |
Seq.getBag(int index)
Get the member at a given index.
|
Bag |
ModelCon.getBag(Resource r)
Return a bag instance based on a given resource.
|
Bag |
ModelCon.getBag(String uri)
Return a Bag instance in this model.
|
Bag |
Alt.getDefaultBag()
Return the default value for this resource.
|
Licenced under the Apache License, Version 2.0