'; $query .= ''; $query .= ''.$url.''; $query .= ''; $w = waramu_get(); $resp = $w->listIdentifiers("", $query); $ids = $resp['identifiers'][0]['id']; if (!empty($ids)) { print json_encode('false'); } else { print json_encode('true'); } ?>