Switch to side-by-side view

--- a/src/net/timbusproject/dpes/alternative/PreservationIdentifierClient.java
+++ b/src/net/timbusproject/dpes/alternative/PreservationIdentifierClient.java
@@ -33,7 +33,6 @@
 import java.io.File;
 import java.io.IOException;
 import java.util.ArrayList;
-import java.util.List;
 
 /**
  * @author Rudolf Mayer
@@ -90,6 +89,8 @@
       //  identifiedRisks.add(createRisk("risk2", "InternetExplorer")); // get alternatives if using testdata/MusicClassificationDSOs_withHtmlFormat.owl
       //  identifiedRisks.add(createRisk("risk3", "HTML_File")); // get alternatives if using testdata/MusicClassificationDSOs_withHtmlFormat.owl
         identifiedRisks.add(createRisk("risk4", "DoesNotExist")); // causes entry in the shortLog property
+      //  Get alternatives using IRI and label. Because the label resolves to InternetExplorer and the kblib expects Internet-Explorer this returns fake alternatives.
+      //  identifiedRisks.add(createRisk("risk5", "http://timbus.teco.edu/ontologies/examples/MusicClassification/MusicClassificationDSOs_withHtmlFormat.owl#Internet_Explorer"));
 
         System.out.println("Retrieving alternatives...");
         PreservationIdentifierService pi = new PreservationIdentifierServiceService().getPreservationIdentifierServicePort();