| Package | Description |
|---|---|
| com.epimorphics.rdfutil |
| Modifier and Type | Field and Description |
|---|---|
protected RDFNodeWrapper |
PropertyValue.prop |
| Modifier and Type | Field and Description |
|---|---|
protected List<RDFNodeWrapper> |
PropertyValue.values |
| Modifier and Type | Method and Description |
|---|---|
RDFNodeWrapper |
RDFNodeWrapper.firstValueOf(String props)
Check each property in a comma-separated list of named properties and return the
value of the first that has a value
|
RDFNodeWrapper |
RDFNodeWrapper.get(Object prop)
Return a single value for the property of null if there is none, property can be specified using URI strings, curies or nodes
|
RDFNodeWrapper |
RDFNodeWrapper.getDatatype()
If this is a literal return its datatype as a wrapped node, otherwise return null
|
RDFNodeWrapper |
ModelWrapper.getNode(Object spec)
Return a wrapped node from this Model.
|
RDFNodeWrapper |
PropertyValue.getProp() |
RDFNodeWrapper |
RDFNodeWrapper.getPropertyValue(Object prop)
Return a single value for the property of null if there is none, property can be specified using URI strings, curies or nodes
|
| Modifier and Type | Method and Description |
|---|---|
List<RDFNodeWrapper> |
RDFNodeWrapper.asList()
Return the contents of the RDF list as a list of wrapped nodes
|
List<RDFNodeWrapper> |
RDFNodeWrapper.connectedNodes(String path)
Return the list nodes which link to this one via a SPARQL property path
|
List<RDFNodeWrapper> |
PropertyValue.getValues() |
List<RDFNodeWrapper> |
RDFNodeWrapper.listInLinks(Object prop)
Return list of nodes that point to us by the given property
|
List<RDFNodeWrapper> |
RDFNodeWrapper.listPropertyValues(Object prop)
Return the value of the given property as a list of literal values or wrapped nodes, property can be specified using URI strings, curies or nodes
|
List<RDFNodeWrapper> |
ModelWrapper.listSubjects()
Return a list of at most N subjects in this model
|
List<RDFNodeWrapper> |
ModelWrapper.listSubjects(int N)
Return a list of at most N subjects in this model
|
List<Map<String,RDFNodeWrapper>> |
ModelWrapper.querySelectW(String query)
Thread/transaction safe select query returning wrapped bindings.
|
List<Map<String,RDFNodeWrapper>> |
DatasetWrapper.querySelectW(String query)
Thread/transaction safe select query returning wrapped bindings.
|
List<Map<String,RDFNodeWrapper>> |
ModelWrapper.wrapResultSet(com.hp.hpl.jena.query.ResultSet rs) |
protected List<Map<String,RDFNodeWrapper>> |
DatasetWrapper.wrapResultSet(com.hp.hpl.jena.query.ResultSet rs) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyValue.addValue(RDFNodeWrapper value) |
| Constructor and Description |
|---|
PropertyValue(RDFNodeWrapper prop) |
PropertyValue(RDFNodeWrapper prop,
RDFNodeWrapper value) |
Copyright © 2015. All rights reserved.