From 3c2b287b9530e548d19cbdcf71a5b48c4be43c2e Mon Sep 17 00:00:00 2001 From: Michel Dumontier Date: Tue, 6 Oct 2015 23:21:56 -0700 Subject: [PATCH] fixed x predicate --- sider/sider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sider/sider.php b/sider/sider.php index fbadd72..d94ca76 100644 --- a/sider/sider.php +++ b/sider/sider.php @@ -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] = ''; }