-
RdfUtils.getBooleanObject(org.apache.jena.rdf.model.Resource resource,
org.apache.jena.rdf.model.Property property)
Returns a single literal value as Boolean from the object of the statement matching
the provided property
in the provided resource
.
RdfUtils.getRequiredBooleanObject(org.apache.jena.rdf.model.Resource resource,
org.apache.jena.rdf.model.Property property)
Returns a single literal value as Boolean from the object of the statement matching
the provided property
in the provided resource
.
Returns a single literal value as OffsetDateTime from the object of the statement matching
the provided property
in the provided resource
.
RdfUtils.getRequiredIntegerObject(org.apache.jena.rdf.model.Resource resource,
org.apache.jena.rdf.model.Property property)
Returns a single literal value as Integer from the object of the statement matching
the provided property
in the provided resource
.
static org.apache.jena.rdf.model.RDFNode
RdfUtils.getRequiredObject(org.apache.jena.rdf.model.Resource resource,
org.apache.jena.rdf.model.Property property)
Returns a single Jena RDFNode matching the provided property
in the
provided resource
.
static List<org.apache.jena.rdf.model.RDFNode>
RdfUtils.getRequiredObjects(org.apache.jena.rdf.model.Resource resource,
org.apache.jena.rdf.model.Property property)
Returns a list of Jena RDFNodes matching the provided property
in the
provided resource
.
static org.apache.jena.rdf.model.Statement
RdfUtils.getRequiredStatement(org.apache.jena.rdf.model.Resource resource,
org.apache.jena.rdf.model.Property property)
Returns a single Jena Statement matching the provided property
in
the provided resource
.
RdfUtils.getRequiredStringObject(org.apache.jena.rdf.model.Resource resource,
org.apache.jena.rdf.model.Property property)
Returns a single literal value as String from the object of the statement matching
the provided property
in the provided resource
.
RdfUtils.getRequiredStringObjects(org.apache.jena.rdf.model.Resource resource,
org.apache.jena.rdf.model.Property property)
Returns a list of Strings matching the provided property
in the
provided resource
.
RdfUtils.getRequiredUriObject(org.apache.jena.rdf.model.Resource resource,
org.apache.jena.rdf.model.Property property)
Returns a single URI value from the object of the statement matching the provided
property
in the provided resource
.
RdfUtils.getRequiredUriObjects(org.apache.jena.rdf.model.Resource resource,
org.apache.jena.rdf.model.Property property)
Returns a list of URIs matching the provided property
in the
provided resource
.