Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit d137932

Browse files
authored
dds_glossary/services.py Add ICC and WCA
1 parent 0001d96 commit d137932

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

dds_glossary/services.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ class GlossaryController:
8181
),
8282
),
8383
Dataset(name="ISIC4.rdf", url=fao_url + "ISICRev4/ISIC4.rdf"),
84+
Dataset(name="ICC11.rdf", url=fao_url + "ICCv1.1/ICC11.rdf"),
85+
Dataset(name="WCACROPS-core.rdf", url=fao_url + "WCA2020Crops/WCACROPS.rdf"),
8486
]
8587

8688
def __init__(

0 commit comments

Comments
 (0)