Class TripleSources


  • @Deprecated(since="4.1.0",
                forRemoval=true)
    public class TripleSources
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    Utility methods for working with TripleSources.
    • Method Summary

      All Methods Static Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      static boolean booleanValue​(org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, TripleSource store)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static CloseableIteration<org.eclipse.rdf4j.model.Literal> getObjectLiterals​(org.eclipse.rdf4j.model.Resource subject, org.eclipse.rdf4j.model.IRI predicate, TripleSource store)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static CloseableIteration<org.eclipse.rdf4j.model.Resource> getObjectResources​(org.eclipse.rdf4j.model.Resource subject, org.eclipse.rdf4j.model.IRI predicate, TripleSource store)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static CloseableIteration<org.eclipse.rdf4j.model.IRI> getObjectURIs​(org.eclipse.rdf4j.model.Resource subject, org.eclipse.rdf4j.model.IRI predicate, TripleSource store)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static CloseableIteration<org.eclipse.rdf4j.model.IRI> getSubjectURIs​(org.eclipse.rdf4j.model.IRI predicate, org.eclipse.rdf4j.model.Value object, TripleSource store)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static CloseableIteration<org.eclipse.rdf4j.model.Value> list​(org.eclipse.rdf4j.model.Resource subj, TripleSource store)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static CloseableIteration<org.eclipse.rdf4j.model.Resource> listResources​(org.eclipse.rdf4j.model.Resource subj, TripleSource store)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      static org.eclipse.rdf4j.model.Statement single​(org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, org.eclipse.rdf4j.model.Value obj, TripleSource store)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the single statement with the given subject, predicate and object or null if none exists.
      static org.eclipse.rdf4j.model.Value singleValue​(org.eclipse.rdf4j.model.Resource subj, org.eclipse.rdf4j.model.IRI pred, TripleSource store)
      Deprecated, for removal: This API element is subject to removal in a future version.