Skip to content

Commit

Permalink
test-cases: RMSTLC0006f: database info as variables
Browse files Browse the repository at this point in the history
Fixes #78
  • Loading branch information
DylanVanAssche committed Jun 19, 2024
1 parent 4c5be32 commit 76eeee8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test-cases/RMLSTC0006f/mapping.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
@base <http://example.com/rules/> .

<#D2RQSourceAccess> a rml:Source, d2rq:Database;
d2rq:jdbcDSN "jdbc://host:port/database";
d2rq:username "username";
d2rq:password "password"
d2rq:jdbcDSN "$CONNECTIONDSN";
d2rq:username "$USERNAME";
d2rq:password "$PASSWORD"
.

<#TriplesMap> a rml:TriplesMap;
Expand Down

0 comments on commit 76eeee8

Please sign in to comment.