Skip to content

Commit

Permalink
Fix in the graph id
Browse files Browse the repository at this point in the history
  • Loading branch information
enridaga committed Jan 13, 2016
1 parent 7263fc4 commit 40630fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mks-data-cataloguing/inc/rdf-catalogue-notifier.inc
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function mksdc_notify_rdf_catalogue($post_id, $type, $action){
$p = get_post($post_id);
if($type == 'mksdc-datasets'){
$jsonld = MKSDC_JSONLD::dataset($p->post_name);
$uuid = $jsonld->{"@id"};
$uuid = $jsonld->{"uuid"};
$graph = MKSDC_Plugin::getLinkedDataURI('dataset/' . $uuid);
}else if($type == 'mksdc-policies'){
$jsonld = MKSDC_JSONLD::policy($p->post_name);
Expand Down

0 comments on commit 40630fa

Please sign in to comment.