aboutsummaryrefslogtreecommitdiff
path: root/examples/genelist.scm
diff options
context:
space:
mode:
Diffstat (limited to 'examples/genelist.scm')
-rwxr-xr-xexamples/genelist.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/genelist.scm b/examples/genelist.scm
index b19b30f..185ea61 100755
--- a/examples/genelist.scm
+++ b/examples/genelist.scm
@@ -22,6 +22,9 @@
(gnt:belongsToSpecies rdfs:domain gnc:GeneSymbol)
(gnc:GeneSymbol a rdfs:Class)
(gnc:GeneSymbol rdfs:label "Gene Symbol")
+ (gnt:hasGeneId a owl:ObjectProperty)
+ (gnt:hasGeneId rdfs:domain gnc:NCBIWikiEntry)
+ (gnt:hasGeneId skos:definition "The GeneId of this this resource")
(gnc:transcript rdfs:domain gnc:GeneSymbol)
(gnt:transcript a owl:ObjectProperty)
(gnc:transcript rdfs:comments "The gene transcript of this resource")