object SparqlClientConstants
Sparql Client Constants
The ones referring to parameters and paths are all standardised and should work for any triple store.
- See also
https://www.w3.org/TR/sparql11-protocol/ Tested with Jena Fuseki 2.4.0 and Stardog 3.4.X through 4.2.2
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SparqlClientConstants
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DEFAULT_PARAM_NAME: String
- val FORM_MIME_TYPE: String
- val GRAPH_PARAM_NAME: String
- val QUERY_PARAM_NAME: String
- val QUERY_URI_PART: String
- val REASONING_PARAM_NAME: String
- val SPARQL_RESULTS_MIME_TYPE: String
- val TEXT_BOOLEAN_MIME_TYPE: String
- val UPDATE_PARAM_NAME: String
- val UPDATE_URI_PART: String
-
val
application/ld+json: NonBinary
Content Type for application/ld+json
- val application/n-quads: NonBinary
-
val
application/n-triples: NonBinary
Content Type for application/n-triples
-
val
application/octet-stream: Binary
Content Type for application/n-triples
-
val
application/sparql-results+json: NonBinary
Media type for Sparql JSON protocol
-
val
application/x-www-form-urlencoded: NonBinary
Media type for Form upload
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val modelFactory: ModelFactory
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
lazy val
numberOfCpuCores: Int
Checks the number of available CPU cores from the JVM runtime.
Checks the number of available CPU cores from the JVM runtime. Used parallelise async stream operations.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
val
text/boolean: NonBinary
Media type for text/boolean
-
val
text/turtle: NonBinary
Content Type for text/turtle
-
val
text/x-nquads: NonBinary
Content Types for text/x-nquads and application/n-quads
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
lazy val
valueFactory: ValueFactory
RDF4J Value Factory
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )