示例#1
0
文件: Helper.java 项目: GeoKnow/rsine
 public static void setAltLabel(
     RepositoryConnection repCon,
     org.openrdf.model.URI concept,
     Literal newAltLabel,
     PersistAndNotifyProvider persistAndNotifyProvider)
     throws RepositoryException {
   setLabel(repCon, concept, SKOS.ALT_LABEL, newAltLabel, persistAndNotifyProvider);
 }