Uses of Class
com.janeirodigital.sai.rdfutils.SaiRdfNotFoundException

  • Uses of SaiRdfNotFoundException in com.janeirodigital.sai.rdfutils

    Modifier and Type
    Method
    Description
    static Boolean
    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.
    static Boolean
    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.
    RdfUtils.getRequiredDateTimeObject(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.
    static Integer
    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.
    static String
    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.
    static List<String>
    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.
    static URI
    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.
    static List<URI>
    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.