Skip to content

Commit

Permalink
fixed x predicate
Browse files Browse the repository at this point in the history
  • Loading branch information
micheldumontier committed Oct 7, 2015
1 parent f08480c commit 3c2b287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sider/sider.php
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ function indications()
parent::addRDF(
parent::triplify($stitch_id, "rdf:type", parent::getVoc()."Flat-Compound").
parent::describeClass(parent::getVoc()."Flat-Compound", "STITCH Flat compound").
parent::triplify($stitch_id, parent::getVoc()."x-flat-pubchem.compound", $pubchem_id)
parent::triplify($stitch_id, parent::getVoc()."x-pubchem.compound", $pubchem_id)
);
$declared[$stitch_flat] = '';
}
Expand Down

0 comments on commit 3c2b287

Please sign in to comment.