1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-23 18:02:29 +00:00
This commit is contained in:
J. Fernando Sánchez 2015-09-25 15:20:05 +02:00
commit ba3196e728

1
zshfz0Fxr.txt Normal file
View File

@ -0,0 +1 @@
python -c 'import rdflib; g=rdflib.Graph(); g.parse("prueba.ttl", format="n3"); print(g.serialize(format="n3").str)'