diff options
author | Munyoki Kilyungi | 2023-10-19 16:50:52 +0300 |
---|---|---|
committer | Munyoki Kilyungi | 2023-10-19 16:50:52 +0300 |
commit | 9ac9e77dc30b4d3957c2fc9fdf92b5e001fca170 (patch) | |
tree | b4b909f63416bc436b43c5c8e91a79304bec8724 /examples | |
parent | 1eb9f3d74e8d4ad52994ee4dea1ab67f8c8063d3 (diff) | |
download | gn-transform-databases-9ac9e77dc30b4d3957c2fc9fdf92b5e001fca170.tar.gz |
Add missing xkos prefix in phenotype dump.
* examples/phenotype.scm (with-documentation): Add "xkos:" to prefixes.
Signed-off-by: Munyoki Kilyungi <me@bonfacemunyoki.com>
Diffstat (limited to 'examples')
-rwxr-xr-x | examples/phenotype.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/phenotype.scm b/examples/phenotype.scm index 2a6b192..2b1a3a9 100755 --- a/examples/phenotype.scm +++ b/examples/phenotype.scm @@ -129,6 +129,7 @@ ("rdfs:" "<http://www.w3.org/2000/01/rdf-schema#>") ("xsd:" "<http://www.w3.org/2001/XMLSchema#>") ("qb:" "<http://purl.org/linked-data/cube#>") + ("xkos:" "<http://rdf-vocabulary.ddialliance.org/xkos#>") ("pubmed:" "<http://rdf.ncbi.nlm.nih.gov/pubmed/>"))) (inputs (list |