Tag search

A tag is a non-hierarchical keyword or term assigned to a piece of information (such as an Internet bookmark, digital image, or computer file). This kind of metadata helps describe an item and allows it to be found again by browsing or searching. Tags are generally chosen informally and personally by the item's creator or by its viewer. Tag cloud is a list of tags where size reflects popularity.

> cholera remove tag

Oups, already at the end.
SELECT distinct ?s
WHERE {
 ?s <http://cr.eionet.europa.eu/ontologies/contreg.rdf#tag> 'cholera'.
 OPTIONAL {
  ?s <http://www.w3.org/2000/01/rdf-schema#label> ?sortObjVal
  }
 } order by asc(bif:either( bif:isnull(?sortObjVal) , (bif:lcase(bif:subseq (bif:replace (?s, '/', '#'), bif:strrchr (bif:replace (?s, '/', '#'), '#')+1))) , bif:lcase(?sortObjVal))) limit 15 offset 105