}
result.put(subject.stringValue(),m);
}
return result;
} catch (IOException e) {
throw new ParseException("could not parse JSON data",e);
} catch(RDFParseException e) {
throw new ParseException("could not parse JSON data",e);
} catch(UnsupportedRDFormatException e) {
throw new ParseException("could not parse JSON data",e);
}
}