Skip to content

Commit 3c2b287

Browse files
fixed x predicate
1 parent f08480c commit 3c2b287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sider/sider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ function indications()
249249
parent::addRDF(
250250
parent::triplify($stitch_id, "rdf:type", parent::getVoc()."Flat-Compound").
251251
parent::describeClass(parent::getVoc()."Flat-Compound", "STITCH Flat compound").
252-
parent::triplify($stitch_id, parent::getVoc()."x-flat-pubchem.compound", $pubchem_id)
252+
parent::triplify($stitch_id, parent::getVoc()."x-pubchem.compound", $pubchem_id)
253253
);
254254
$declared[$stitch_flat] = '';
255255
}

0 commit comments

Comments
 (0)