diff --git a/repos/3cfb60263b6841cfbeaa/Check with rdflib.sh b/repos/3cfb60263b6841cfbeaa/Check with rdflib.sh new file mode 100644 index 0000000..1e3af04 --- /dev/null +++ b/repos/3cfb60263b6841cfbeaa/Check with rdflib.sh @@ -0,0 +1 @@ +python -c 'import rdflib; g=rdflib.Graph(); g.parse("prueba.ttl", format="n3"); print(g.serialize(format="n3").str)' \ No newline at end of file