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.getDateTimeObject(org.apache.jena.rdf.model.Resource resource,
org.apache.jena.rdf.model.Property property)
Returns a single literal value as OffsetDateTime from the object of the statement matching
the provided property
in the provided resource
.
RdfUtils.getIntegerObject(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
.
Get a String of the provided model
serialized in JSON-LD
static org.apache.jena.rdf.model.Model
Deserializes the contents of the provided filePath
into a Jena Model.
static org.apache.jena.rdf.model.Model
Deserializes the provided String rawContent
into a Jena Model
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
.
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
.
RdfUtils.getStringObject(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.getStringObjects(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.getUriObject(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.getUriObjects(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
.
RdfUtils.nodeToUri(org.apache.jena.rdf.model.RDFNode node)
Convert an RDFNode value to URI