Interface RdfBackedCollection<T>

All Superinterfaces:
Collection<T>, Iterable<T>
All Known Implementing Classes:
RawSetFromMappedPropertyValues, SetFromPropertyValues

public interface RdfBackedCollection<T> extends Collection<T>
  • Method Details

    • getRawCollection

      Collection<org.apache.jena.rdf.model.RDFNode> getRawCollection()
      A collection of the raw backing RDFNode objects. For example, a Collection may be backed by an RDF resource with a property that leads to a collection of IRIs or literals of type xsd:string.
      Returns: