Skip to content

Commit

Permalink
adding notation to the context of the children json response, related…
Browse files Browse the repository at this point in the history
… to #264
  • Loading branch information
henriyli committed Sep 24, 2015
1 parent 64dea6b commit a1e2615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controller/RestController.php
Original file line number Diff line number Diff line change
Expand Up @@ -823,6 +823,7 @@ public function children($request)
'type' => '@type',
'prefLabel' => 'skos:prefLabel',
'narrower' => 'skos:narrower',
'notation' => 'skos:notation',
'hasChildren' => 'onki:hasChildren',
'@language' => $request->getLang(),
),
Expand Down

0 comments on commit a1e2615

Please sign in to comment.