map_fields = array_merge(parent::init_map_fields(), array( 'ed_name' => 'http://www.pmbservices.fr/ontology#publisher_name', 'ed_adr1' => 'http://www.pmbservices.fr/ontology#address_1', 'ed_adr2' => 'http://www.pmbservices.fr/ontology#address_2', 'ed_cp' => 'http://www.pmbservices.fr/ontology#zip_code', 'ed_ville' => 'http://www.pmbservices.fr/ontology#town', 'ed_pays' => 'http://www.pmbservices.fr/ontology#country', 'ed_web' => 'http://www.pmbservices.fr/ontology#website', 'ed_num_entite' => 'http://www.pmbservices.fr/ontology#has_supplier', )); return $this->map_fields; } // protected function init_foreign_fields() { // $this->foreign_fields = array_merge(parent::init_foreign_fields(), array( // 'ed_num_entite' => 'http://www.pmbservices.fr/ontology#has_supplier' // )); // return $this->foreign_fields; // } }