We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f08480c commit 3c2b287Copy full SHA for 3c2b287
sider/sider.php
@@ -249,7 +249,7 @@ function indications()
249
parent::addRDF(
250
parent::triplify($stitch_id, "rdf:type", parent::getVoc()."Flat-Compound").
251
parent::describeClass(parent::getVoc()."Flat-Compound", "STITCH Flat compound").
252
- parent::triplify($stitch_id, parent::getVoc()."x-flat-pubchem.compound", $pubchem_id)
+ parent::triplify($stitch_id, parent::getVoc()."x-pubchem.compound", $pubchem_id)
253
);
254
$declared[$stitch_flat] = '';
255
}
0 commit comments