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.

> cholesterol remove tag

Type Label Tags
Dataset Raised total cholesterol (>= 5.0 mmol/L) (crude estimate) cholesterol
Dataset Raised total cholesterol (>= 5.0 mmol/L) (age-standardized estimate) cholesterol
Dataset Mean Total Cholesterol (age-standardized estimate) cholesterol
Dataset Mean Total Cholesterol (crude estimate) cholesterol
Dataset Raised total cholesterol (≥ 6.2 mmol/L) (age-standardized estimate) cholesterol
Dataset Raised total cholesterol (≥ 6.2 mmol/L) (crude estimate) cholesterol
SELECT distinct ?s
WHERE {
 ?s <http://cr.eionet.europa.eu/ontologies/contreg.rdf#tag> 'cholesterol'.
 OPTIONAL {
  ?s <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> ?sortObjVal
  }
 } order by desc(bif:lcase(bif:subseq (bif:replace (?sortObjVal, '/', '#'), bif:strrchr (bif:replace (?sortObjVal, '/', '#'), '#')+1))) limit 15 offset 0