equal
deleted
inserted
replaced
153 $webResource = $outputGraph->resource($reprUrl, 'edm:WebResource'); |
153 $webResource = $outputGraph->resource($reprUrl, 'edm:WebResource'); |
154 $mimetype = Utils::getMimetype($reprUrl); |
154 $mimetype = Utils::getMimetype($reprUrl); |
155 |
155 |
156 $webResource->addLiteral('http://purl.org/dc/elements/1.1/format', Literal::create($mimetype, null, $outputGraph->resource('http://purl.org/dc/terms/IMT'))); |
156 $webResource->addLiteral('http://purl.org/dc/elements/1.1/format', Literal::create($mimetype, null, $outputGraph->resource('http://purl.org/dc/terms/IMT'))); |
157 |
157 |
158 $this->addDateToWebResource($res, $webResource); |
158 $this->addResourceRightProperties($webResource, $res); |
|
159 $this->addDateToWebResource($webResource, $res); |
159 $aggregationNode->addResource('edm:hasView', $reprUrl); |
160 $aggregationNode->addResource('edm:hasView', $reprUrl); |
160 |
161 |
161 } |
162 } |
162 |
163 |
163 } |
164 } |