Skip to content

Commit 661a577

Browse files
committed
updates
1 parent d87bb46 commit 661a577

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addTriplesToRdfFile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
f.writerow([])
7474

7575
#create rdf file
76-
g.serialize(format='n3', destination=open(rdfFileName[:rdfFileName.index('.')]+'Updated.n3','wb'))
76+
g.serialize(format='n3', destination=open(rdfFileName[:rdfFileName.index('.')]+date+'.n3','wb'))
7777
print g.serialize(format='n3')
7878
print 'Original triples count: ', originalTripleCount
7979
print 'Updated triples count: ', len(g)

0 commit comments

Comments
 (0)