Spaces:
Runtime error
Runtime error
Final app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def importRDF(filename, format):
|
|
18 |
|
19 |
# IMPORTING THE RDF
|
20 |
with st.spinner('Loading all the stuffs...'):
|
21 |
-
graph = importRDF("
|
22 |
|
23 |
# MOTHOD TO CONVERT THE QUERY RESULT INTO A DATAFRAME
|
24 |
def sparql_results_to_df(results):
|
|
|
18 |
|
19 |
# IMPORTING THE RDF
|
20 |
with st.spinner('Loading all the stuffs...'):
|
21 |
+
graph = importRDF("rdf-dataset.ttl", "ttl")
|
22 |
|
23 |
# MOTHOD TO CONVERT THE QUERY RESULT INTO A DATAFRAME
|
24 |
def sparql_results_to_df(results):
|