private static Profile createProfile(String id,
String trackName, String albumName,
String artistName) {
Profile p = new Profile();
ProfileAttributes pa=new ProfileAttributes(id, "1.0", "profile", "active", "unclassified", /*parent*/null,
/*children*/EL, "1.3.6.1.4.1.7655", /*revNotes*/EL);
p.setProfileAttributes(pa);
ResourceAttributes ra=new ResourceAttributes(p, id, trackName, Collections.singletonList("audio/mpeg"), /*desc*/null,
Collections.singletonList(artistName), /*subjects*/EL, /*pubs*/EL, /*contrib*/EL, /*dates*/EL, /*types*/EL,
/*sources*/EL, /*langs*/EL, /*relations*/EL, /*covs*/EL, /*rights*/EL,