diff options
author | Munyoki Kilyungi | 2024-09-19 18:14:35 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2024-09-19 18:17:21 +0300 |
commit | 67f699aec827879b14ec79012f6568bdc5129864 (patch) | |
tree | cf6d68ff65e741800b43d647fe9332e8b7921a42 | |
parent | e5aea4e4894f956f2f731a1e135af7bb1d125a88 (diff) | |
download | gn-gemtext-67f699aec827879b14ec79012f6568bdc5129864.tar.gz |
Update gn3/ADR-000.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
-rw-r--r-- | topics/ADR/gn3/000-add-test-cases-for-rdf.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/topics/ADR/gn3/000-add-test-cases-for-rdf.gmi b/topics/ADR/gn3/000-add-test-cases-for-rdf.gmi index deb9fa3..367e0d3 100644 --- a/topics/ADR/gn3/000-add-test-cases-for-rdf.gmi +++ b/topics/ADR/gn3/000-add-test-cases-for-rdf.gmi @@ -10,7 +10,7 @@ We have no way of ensuring the integrity of our SPARQL queries in GN3. As such, ## Decision -In Virtuoso, we load all our data to a default named graph: <http://genenetwork.org>. For SPARQL/RDF tests, we should upload test ttl files to a test named graph: <http://test.genenetwork.org>, and run our end-to-end API tests against that named graph. +In Virtuoso, we load all our data to a default named graph: <http://genenetwork.org>. For SPARQL/RDF tests, we should upload test ttl files to a test named graph: <http://cd-test.genenetwork.org>, and run our RDF unit tests against that named graph. ## Consequences |