equal
deleted
inserted
replaced
53 $this->contributors = null; |
53 $this->contributors = null; |
54 } |
54 } |
55 |
55 |
56 public function getId() { |
56 public function getId() { |
57 if(is_null($this->id)) { |
57 if(is_null($this->id)) { |
58 $this->id = CocoonUtils::getIdFromCorpusUri($this->uri); |
58 $this->id = $this->getProvidedCHO()->get('<http://purl.org/dc/terms/identifier>'); |
|
59 if(is_null($this->id)) { |
|
60 $this->id = CocoonUtils::getIdFromCorpusUri($this->uri); |
|
61 } |
59 } |
62 } |
60 return $this->id; |
63 return $this->id; |
61 } |
64 } |
62 |
65 |
63 public function getLanguage() { |
66 public function getLanguage() { |