@@ -69,9 +69,11 @@ |
||
69 | 69 | */ |
70 | 70 | public function getUriSpace() |
71 | 71 | { |
72 | - if ($this->urispace === null) // initialize cache |
|
72 | + if ($this->urispace === null) { |
|
73 | + // initialize cache |
|
73 | 74 | { |
74 | 75 | $urispace = $this->resource->getLiteral('void:uriSpace'); |
76 | + } |
|
75 | 77 | if ($urispace) { |
76 | 78 | $this->urispace = $urispace->getValue(); |
77 | 79 | } |