All Methods Static Methods Concrete Methods
| Modifier and Type |
Method |
Description |
static java.util.Iterator<Node> |
allNodes(Graph graph) |
All subjects and objects, no duplicates.
|
static boolean |
atmostOneProperty(Resource r,
Property p) |
|
static boolean |
exactlyOneProperty(Resource r,
Property p) |
|
static Resource |
findRootByType(Model model,
Resource atype) |
|
static java.util.List<Resource> |
findRootsByType(Model model,
Resource atype) |
|
static java.lang.String |
fmtURI(Resource r) |
|
static java.lang.String |
getAsStringValue(Resource r,
Property p) |
|
static Resource |
getResourceByType(Model model,
Resource type) |
|
static Resource |
getResourceValue(Resource r,
Property p) |
|
static java.lang.String |
getStringValue(Resource r,
Property p) |
|
static java.util.List<Resource> |
listResourcesByType(Model model,
Resource type) |
|
static java.util.List<RDFNode> |
multiValue(Resource r,
Property p) |
|
static java.util.List<java.lang.String> |
multiValueAsString(Resource r,
Property p) |
Get a list of the URIs (as strings) and strings
|
static java.util.List<Resource> |
multiValueResource(Resource r,
Property p) |
|
static java.util.List<java.lang.String> |
multiValueString(Resource r,
Property p) |
|
static java.util.List<java.lang.String> |
multiValueURI(Resource r,
Property p) |
|