Packages

o

es.weso.rdf.jena

SPARQLQueries

object SPARQLQueries

Source
SPARQLQueries.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SPARQLQueries
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. lazy val countStatements: Query
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. lazy val findClasses: Query
  10. lazy val findIRIs: Query
  11. lazy val findObjects: Query
  12. lazy val findPredicates: Query
  13. lazy val findRDFTriples: Query
  14. lazy val findSubjects: Query
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def queryHasShaclClass(node: IRI, c: IRI): Query
  22. def queryObjectsWithPath(iri: IRI, p: SHACLPath): Query
  23. def queryPath(p: SHACLPath): Query
  24. def queryShaclInstances(obj: IRI): Query
  25. def querySubjectsWithPath(iri: IRI, p: SHACLPath): Query
  26. def queryTriples(): Query
  27. def queryTriplesWithObject(obj: IRI): Query
  28. def queryTriplesWithPredicate(obj: IRI): Query
  29. def queryTriplesWithPredicateObject(p: IRI, o: IRI): Query
  30. def queryTriplesWithSubject(subj: IRI): Query
  31. def queryTriplesWithSubjectPredicate(subj: IRI, pred: IRI): Query
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped