Index: trunk/extensions/Wikidata/php-tools/SwissProtImport.php |
— | — | @@ -298,7 +298,7 @@ |
299 | 299 | addClassMemberShip($this->activityConceptId, $this->functionallyRelatedId); |
300 | 300 | |
301 | 301 | if ($this->containsConceptId == 0) |
302 | | - $this->containsConceptId = $this->bootstrapDefinedMeaning("performs"); |
| 302 | + $this->containsConceptId = $this->bootstrapDefinedMeaning("contains"); |
303 | 303 | addClassMemberShip($this->containsConceptId, $this->functionallyRelatedId); |
304 | 304 | |
305 | 305 | if ($this->includesConceptId == 0) |