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.
| Type | Label | Tags |
|---|---|---|
| Dataset | Number of reported cases of cholera | cholera |
| Dataset | Number of reported deaths from cholera | cholera |
| Dataset | Cholera case fatality rate | cholera |
SELECT distinct ?s
WHERE {
?s <http://cr.eionet.europa.eu/ontologies/contreg.rdf#tag> 'cholera'.
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
European Environment Agency
Kgs. Nytorv 6, DK-1050 Copenhagen K, Denmark - Phone: +45 3336 7100