We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44d878f commit 4eca70cCopy full SHA for 4eca70c
1 file changed
Assignment4/Raul_Guijarro_24C028/task07.py
@@ -9,7 +9,7 @@
9
**Task 07: Querying RDF(s)**
10
"""
11
12
-!pip install rdflib
+#!pip install rdflib
13
import urllib.request
14
url = 'https://raw.githubusercontent.com/FacultadInformatica-LinkedData/Curso2025-2026/refs/heads/master/Assignment4/course_materials/python/validation.py'
15
urllib.request.urlretrieve(url, 'validation.py')
@@ -147,4 +147,4 @@
147
148
## Validation: Do not remove
149
report.validate_07_04(g,query)
150
-report.save_report("_Task_07")
+report.save_report("_Task_07")
0 commit comments