From b4f3b8e85c0a14ad6d1d89b4c82eb56a9db99ce1 Mon Sep 17 00:00:00 2001
From: Pjotr Prins
Date: Wed, 2 Aug 2023 03:12:31 -0500
Subject: Added missing prefix to species.ttl
---
schema/species.ttl | 1 +
1 file changed, 1 insertion(+)
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: .
@prefix gn: .
+@prefix gnt: .
gn:Arabidopsis_thaliana rdf:isDefinedBy wd:Q158695 ;
gnt:shortName "arabidopsis" .
--
cgit v1.2.3