about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xdump.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/dump.scm b/dump.scm
index bd8bc22..8b1453e 100755
--- a/dump.scm
+++ b/dump.scm
@@ -868,6 +868,9 @@ is a <table> object."
            (left-join GeneCategory "ON GeneRIFXRef.GeneCategoryId = GeneCategory.Id"))
           "WHERE GeneRIF.display > 0 AND GeneRIF.VersionId = 0 GROUP BY GeneRIF.symbol")
   (schema-triples
+   (gn:geneWikiEntry a rdfs:Class)
+   (gn:geneWikiEntry a owl:Class)
+   (gn:geneWikiEntry rdfs:comment "Represents GeneRIF Entries")
    (gn:geneCategory rdfs:domain gn:geneWikiEntry)
    (gn:geneWikiEntryOfGn rdfs:domain gn:geneWikiEntry)
    (gn:geneWikiEntry rdfs:domain gn:geneWikiEntry))