Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
BalduinLandolt committed Feb 15, 2024
1 parent 2aa9f51 commit 63f0d01
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,11 @@ object TriplestoreServiceInMemorySpec extends ZIOSpecDefault {
val updateQuery = s"""
|PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
|
|INSERT { <http://aNewArticle> a <${Biblio.Class.Article.value}> }
|WHERE { ?s ?p ?o }
|INSERT DATA {
| GRAPH <http://rdfh.ch/1234> {
| <http://aNewArticle> a <${Biblio.Class.Article.value}>
| }
|}
|""".stripMargin
val askQuery = s"""
|PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
Expand Down

0 comments on commit 63f0d01

Please sign in to comment.