--- a/src/p4l/utils.py Wed Oct 02 05:30:19 2013 +0200
+++ b/src/p4l/utils.py Sat Oct 05 14:36:29 2013 +0200
@@ -84,6 +84,14 @@
def get_labels_for_uris(uri_list, scheme_uri, lang, acronyms=False):
+ '''
+ This methods gathers labels for concept in thesaurus.
+
+ :param uri_list: The list of uris of thesaurus entries.
+ :param scheme_uri: The scheme (uri) of the thesaurus
+ :param lang: The language for the label
+ :param acronyms: do the labels must include the acronym (altLabel)
+ '''
query_without_acronym = """
PREFIX skos:<http://www.w3.org/2004/02/skos/core#>
PREFIX rdf:<http://www.w3.org/1999/02/22-rdf-syntax-ns#>