SoilPulse / MetadataGenerator

The metadata generator guides researchers to the creation of reusable data sets in a webapp.
GNU General Public License v3.0
0 stars 0 forks source link

consume vocabularies #18

Closed jonaslenz closed 1 day ago

jonaslenz commented 5 months ago

to find common wording for concepts we should use vocabularies like AGROVOC

jonaslenz commented 5 months ago

First exploration of the AGROVOC SPARQL Endpoint AGROVOC_SPARQL_test.py.txt, which allows machine queries. Documented there: https://agrovoc.fao.org/sparql Also a Rest endpoint and a soap endpoint exists: https://www.fao.org/agrovoc/machine-use


the whole AGROVOC can be downloaded and made alive/queryable with a py package --> this allows local sparql requests

jonaslenz commented 1 day ago

method to load and cache all agrovoc concepts + english labels implemented through official sparql endpoint, method to select from these concepts added by st.selectbox() -> seems to be a convieniant way