1
0
mirror of https://github.com/balkian/gists.git synced 2024-11-21 17:22:29 +00:00

Add 'repos/3cfb60263b6841cfbeaa/' from commit '5307d698ab9e119fcc48f121d37d003577e9e923'

git-subtree-dir: repos/3cfb60263b6841cfbeaa
git-subtree-mainline: 6dd86dd5d0
git-subtree-split: 5307d698ab
This commit is contained in:
J. Fernando Sánchez 2021-10-30 15:13:03 +02:00
commit fade8b48ad

View File

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