Exemplo n.º 1
0
 public static String getDownloadPage(RepositoryConnection cn) throws RepositoryException {
   Resource r = RdfUtil.getResProperty(cn, MIVVI_DESKTOP_CLIENT, DOWNLOAD_PAGE);
   if (r instanceof IRI) {
     return ((IRI) r).toString();
   } else {
     return null;
   }
 }