diff options
author | Pjotr Prins | 2023-08-02 03:12:31 -0500 |
---|---|---|
committer | Pjotr Prins | 2023-08-02 03:12:31 -0500 |
commit | b4f3b8e85c0a14ad6d1d89b4c82eb56a9db99ce1 (patch) | |
tree | 1e97c5be85b2ab51fe4a5c432e5943035c8388f8 | |
parent | 360b76c3e9babf63fc627cebffbe828e8972f3e0 (diff) | |
download | gn-transform-databases-b4f3b8e85c0a14ad6d1d89b4c82eb56a9db99ce1.tar.gz |
Added missing prefix to species.ttl
-rw-r--r-- | schema/species.ttl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/schema/species.ttl b/schema/species.ttl index 8cc353d..84519f3 100644 --- a/schema/species.ttl +++ b/schema/species.ttl @@ -4,6 +4,7 @@ @prefix wd: <http://www.wikidata.org/entity/> . @prefix gn: <http://genenetwork.org/id/> . +@prefix gnt: <http://genenetwork.org/term/> . gn:Arabidopsis_thaliana rdf:isDefinedBy wd:Q158695 ; gnt:shortName "arabidopsis" . |