fun SelectQuery.prefix(name: String, iri: Iri): SelectQuery
Allows to insert a prefix in a SPARQL Query using Kotlin's DSL |
|
fun SelectQuery.select(name: Variable?, function: SelectQuery.() -> SelectQuery): SelectQuery
Allows to insert a select in a SPARQL Query using Kotlin's DSL |