1
0
mirror of https://github.com/balkian/gists.git synced 2024-10-31 23:51:44 +00:00
gists/Check with rdflib/Check with rdflib.sh
J. Fernando Sánchez f48bab94dd Move files
2021-10-30 15:23:01 +02:00

1 line
116 B
Bash

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