We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349f3de commit 0226baaCopy full SHA for 0226baa
hgnc/hgnc.php
@@ -159,7 +159,7 @@ function process(){
159
parent::AddRDF(
160
parent::triplify($id_res, "rdf:type", $this->getVoc()."Gene-Symbol").
161
parent::describeIndividual($id_res, $id_label, $this->getVoc()."gene symbol").
162
- parent::describeClass($this->getVoc()."GeneSymbol", $id_label_class)
+ parent::describeClass($this->getVoc()."Gene-Symbol", $id_label_class)
163
);
164
if(!empty($approved_symbol)){
165
0 commit comments