Skip to content

Commit 0226baa

Browse files
committed
updated vocabulary predicate
1 parent 349f3de commit 0226baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hgnc/hgnc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ function process(){
159159
parent::AddRDF(
160160
parent::triplify($id_res, "rdf:type", $this->getVoc()."Gene-Symbol").
161161
parent::describeIndividual($id_res, $id_label, $this->getVoc()."gene symbol").
162-
parent::describeClass($this->getVoc()."GeneSymbol", $id_label_class)
162+
parent::describeClass($this->getVoc()."Gene-Symbol", $id_label_class)
163163
);
164164
if(!empty($approved_symbol)){
165165
parent::AddRDF(

0 commit comments

Comments
 (0)