Project

General

Profile

« Previous | Next » 

Revision 52753

New names for system:type and ckan groups correspond to maintaining RI consortium, hence only RI_Projects will have one.

View differences:

ResourceReader.java
363 363
		return res;
364 364
	}
365 365

  
366
	public Iterator<String> getMaintainersForManagementSection(final Resource resource){
366
	public Iterator<String> getMaintainersLabels(final Resource resource){
367 367
		StmtIterator it = resource.listProperties(CRMpe.PP44_has_maintaining_team);
368 368
		return Iterators.transform(it, f -> getLabel(f.getResource()));
369 369
	}

Also available in: Unified diff