org.w3.banana.sesame

SesameOps

class SesameOps extends RDFOps[Sesame] with DefaultURIOps[Sesame]

Linear Supertypes
DefaultURIOps[Sesame], RDFOps[Sesame], RDFSyntax[Sesame], SparqlSolutionsSyntax[Sesame], SparqlSolutionSyntax[Sesame], AnySyntax[Sesame], StringSyntax[Sesame], LiteralSyntax[Sesame], URISyntax[Sesame], NodeSyntax[Sesame], NodeMatchSyntax[Sesame], TripleSyntax[Sesame], TripleMatchSyntax[Sesame], GraphSyntax[Sesame], CommonPrefixes[Sesame], RDFDSL[Sesame], URIOps[Sesame], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SesameOps
  2. DefaultURIOps
  3. RDFOps
  4. RDFSyntax
  5. SparqlSolutionsSyntax
  6. SparqlSolutionSyntax
  7. AnySyntax
  8. StringSyntax
  9. LiteralSyntax
  10. URISyntax
  11. NodeSyntax
  12. NodeMatchSyntax
  13. TripleSyntax
  14. TripleMatchSyntax
  15. GraphSyntax
  16. CommonPrefixes
  17. RDFDSL
  18. URIOps
  19. AnyRef
  20. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SesameOps()

Type Members

  1. class LangLiteral extends LiteralImpl

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from SesameOps to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (SesameOps, B)

    Implicit information
    This member is added by an implicit conversion from SesameOps to ArrowAssoc[SesameOps] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. val ANY: Null

    Definition Classes
    SesameOps → RDFOps
  9. object URI

    Definition Classes
    RDFDSL
  10. val __rdfLangString: URI

  11. val __xsdString: URI

  12. implicit def anyW[T](t: T): AnyW[Sesame, T]

    Definition Classes
    AnySyntax
  13. def appendSegment(uri: URI, segment: String): URI

    Definition Classes
    DefaultURIOps → URIOps
  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. def bnode(s: String): BNode

    Definition Classes
    RDFDSL
  16. def bnode(): BNode

    Definition Classes
    RDFDSL
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def diff(g1: Model, g2: Model): Model

    Definition Classes
    SesameOps → RDFOps
  19. def emptyGraph: Model

    Definition Classes
    SesameOps → RDFOps
  20. def ensuring(cond: (SesameOps) ⇒ Boolean, msg: ⇒ Any): SesameOps

    Implicit information
    This member is added by an implicit conversion from SesameOps to Ensuring[SesameOps] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (SesameOps) ⇒ Boolean): SesameOps

    Implicit information
    This member is added by an implicit conversion from SesameOps to Ensuring[SesameOps] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: ⇒ Any): SesameOps

    Implicit information
    This member is added by an implicit conversion from SesameOps to Ensuring[SesameOps] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): SesameOps

    Implicit information
    This member is added by an implicit conversion from SesameOps to Ensuring[SesameOps] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def find(graph: Model, subject: Value, predicate: Value, objectt: Value): Iterator[Statement]

    Definition Classes
    SesameOps → RDFOps
  28. def foldNode[T](node: Value)(funURI: (URI) ⇒ T, funBNode: (BNode) ⇒ T, funLiteral: (Literal) ⇒ T): T

    Definition Classes
    SesameOps → RDFOps
  29. def foldNodeMatch[T](nodeMatch: Value)(funANY: ⇒ T, funConcrete: (Value) ⇒ T): T

    Definition Classes
    SesameOps → RDFOps
  30. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from SesameOps to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  31. def fromBNode(bn: BNode): String

    Definition Classes
    SesameOps → RDFOps
  32. def fromLang(lang: String): String

    Definition Classes
    SesameOps → RDFOps
  33. def fromLiteral(literal: Literal): (String, URI, Option[String])

    Definition Classes
    SesameOps → RDFOps
  34. def fromTriple(t: Statement): (Value, URI, Value)

    Definition Classes
    SesameOps → RDFOps
  35. def fromUri(node: URI): String

    Definition Classes
    SesameOps → RDFOps
  36. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  37. def getFragment(uri: URI): Option[String]

    Definition Classes
    DefaultURIOps → URIOps
  38. def getObjects(graph: Graph, subject: Node, predicate: URI): Iterable[Node]

    Definition Classes
    RDFDSL
  39. def getPredicates(graph: Graph, subject: Node): Iterable[URI]

    Definition Classes
    RDFDSL
  40. def getString(uri: URI): String

    Definition Classes
    DefaultURIOps → URIOps
  41. def getSubjects(graph: Graph, predicate: URI, obj: Node): Iterable[Node]

    Definition Classes
    RDFDSL
  42. def getTriples(graph: Model): Iterable[Statement]

    Definition Classes
    SesameOps → RDFOps
  43. def graphSize(g: Model): Int

    Definition Classes
    SesameOps → RDFOps
  44. implicit def graphW(graph: Graph): GraphW[Sesame]

    Definition Classes
    GraphSyntax
  45. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  46. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  47. def isPureFragment(uri: URI): Boolean

    Definition Classes
    DefaultURIOps → URIOps
  48. def isURI[T](node: Node): Boolean

    Definition Classes
    RDFOps
  49. def isomorphism(left: Model, right: Model): Boolean

    the new ModelUtil.

    the new ModelUtil.equals changed its semantics. See - https://openrdf.atlassian.net/browse/SES-1695 - https://groups.google.com/forum/#!topic/sesame-devel/CGFDn7mESLg/discussion

    Definition Classes
    SesameOps → RDFOps
  50. def lastSegment(uri: URI): String

    Definition Classes
    DefaultURIOps → URIOps
  51. implicit def literalW(literal: Literal): LiteralW[Sesame]

    Definition Classes
    LiteralSyntax
  52. def makeBNode(): BNode

    Definition Classes
    SesameOps → RDFOps
  53. def makeBNodeLabel(label: String): BNode

    Definition Classes
    SesameOps → RDFOps
  54. def makeGraph(it: Iterable[Statement]): Model

    Definition Classes
    SesameOps → RDFOps
  55. def makeLang(langString: String): String

    language tags are cases insensitive according to RFC 5646: Tags for Identifying Languages which is referenced by RDF11 Concepts.

    language tags are cases insensitive according to RFC 5646: Tags for Identifying Languages which is referenced by RDF11 Concepts. Sesame does not take this into account, so canonicalise here to lower case. ( The NTriples Tests don't pass if the .toLowerCase transformation is removed .

    Definition Classes
    SesameOps → RDFOps
  56. def makeLangTaggedLiteral(lexicalForm: String, lang: String): Literal

    Definition Classes
    SesameOps → RDFOps
  57. def makeLiteral(lexicalForm: String, datatype: URI): Literal

    Definition Classes
    SesameOps → RDFOps
  58. def makeTriple(s: Value, p: URI, o: Value): Statement

    Definition Classes
    SesameOps → RDFOps
  59. def makeUri(iriStr: String): URI

    we provide our own builder for Sesame#URI to relax the constraint "the URI must be absolute" this constraint becomes relevant only when you add the URI to a Sesame store

    we provide our own builder for Sesame#URI to relax the constraint "the URI must be absolute" this constraint becomes relevant only when you add the URI to a Sesame store

    Definition Classes
    SesameOps → RDFOps
  60. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  61. implicit def nodeMatchW(nodeMatch: NodeMatch): NodeMatchW[Sesame]

    Definition Classes
    NodeMatchSyntax
  62. implicit def nodeW(node: Node): NodeW[Sesame]

    Definition Classes
    NodeSyntax
  63. final def notify(): Unit

    Definition Classes
    AnyRef
  64. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  65. lazy val rdf: RDFPrefix[Sesame]

    Definition Classes
    CommonPrefixes
  66. def relativize(uri: URI, other: URI): URI

    Definition Classes
    DefaultURIOps → URIOps
  67. def resolve(uri: URI, against: URI): URI

    Definition Classes
    DefaultURIOps → URIOps
  68. implicit def sparqlSolutionSyntax(solution: Solution): SparqlSolutionSyntaxW[Sesame]

    Definition Classes
    SparqlSolutionSyntax
  69. implicit def sparqlSolutionsSyntax(solutions: Solutions): SparqlSolutionsSyntaxW[Sesame]

    Definition Classes
    SparqlSolutionsSyntax
  70. implicit def stringW(s: String): StringW[Sesame]

    Definition Classes
    StringSyntax
  71. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  72. implicit def toConcreteNodeMatch(node: Value): Value

    Definition Classes
    SesameOps → RDFOps
  73. def toString(): String

    Definition Classes
    AnyRef → Any
  74. implicit def tripleAsTripleMatch(triple: Triple): (NodeMatch, NodeMatch, NodeMatch)

    Definition Classes
    RDFDSL
  75. implicit def tripleMatchW(tripleMatch: (NodeMatch, NodeMatch, NodeMatch)): TripleMatchW[Sesame]

    Definition Classes
    TripleMatchSyntax
  76. implicit def tripleSyntax(triple: Triple): TripleW[Sesame]

    Definition Classes
    TripleSyntax
  77. implicit def triplesAsTripleMatches(triples: Iterable[Triple]): Iterable[(NodeMatch, NodeMatch, NodeMatch)]

    Definition Classes
    RDFDSL
  78. def union(graphs: Seq[Model]): Model

    Definition Classes
    SesameOps → RDFOps
  79. implicit def uriW(uri: URI): URIW[Sesame]

    Definition Classes
    URISyntax
  80. val valueFactory: ValueFactory

  81. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  82. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  83. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  84. def withFragment(uri: URI, frag: String): URI

    Definition Classes
    DefaultURIOps → URIOps
  85. def withoutFragment(uri: URI): URI

    Definition Classes
    DefaultURIOps → URIOps
  86. lazy val xsd: XSDPrefix[Sesame]

    Definition Classes
    CommonPrefixes
  87. def [B](y: B): (SesameOps, B)

    Implicit information
    This member is added by an implicit conversion from SesameOps to ArrowAssoc[SesameOps] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from SesameOps to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sesameOps: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from SesameOps to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sesameOps: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def x: SesameOps

    Implicit information
    This member is added by an implicit conversion from SesameOps to ArrowAssoc[SesameOps] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sesameOps: ArrowAssoc[SesameOps]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: SesameOps

    Implicit information
    This member is added by an implicit conversion from SesameOps to Ensuring[SesameOps] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sesameOps: Ensuring[SesameOps]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from DefaultURIOps[Sesame]

Inherited from RDFOps[Sesame]

Inherited from RDFSyntax[Sesame]

Inherited from SparqlSolutionsSyntax[Sesame]

Inherited from SparqlSolutionSyntax[Sesame]

Inherited from AnySyntax[Sesame]

Inherited from StringSyntax[Sesame]

Inherited from LiteralSyntax[Sesame]

Inherited from URISyntax[Sesame]

Inherited from NodeSyntax[Sesame]

Inherited from NodeMatchSyntax[Sesame]

Inherited from TripleSyntax[Sesame]

Inherited from TripleMatchSyntax[Sesame]

Inherited from GraphSyntax[Sesame]

Inherited from CommonPrefixes[Sesame]

Inherited from RDFDSL[Sesame]

Inherited from URIOps[Sesame]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from SesameOps to StringAdd

Inherited by implicit conversion any2stringfmt from SesameOps to StringFormat

Inherited by implicit conversion any2ArrowAssoc from SesameOps to ArrowAssoc[SesameOps]

Inherited by implicit conversion any2Ensuring from SesameOps to Ensuring[SesameOps]

Ungrouped