1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-01 08:01:44 +00:00
gists/repos/3cfb60263b6841cfbeaa/Check with rdflib.sh

1 line
116 B
Bash
Raw Normal View History

2015-09-25 13:20:05 +00:00
python -c 'import rdflib; g=rdflib.Graph(); g.parse("prueba.ttl", format="n3"); print(g.serialize(format="n3").str)'