Esempio n. 1
0
 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);
 }