Skip to content

Commit

Permalink
Merge f54969b into 535bb55
Browse files Browse the repository at this point in the history
  • Loading branch information
Wim-De-Clercq committed Aug 14, 2020
2 parents 535bb55 + f54969b commit 6aa9c51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions atramhasis/scripts/dump_rdf.py
Expand Up @@ -110,6 +110,7 @@ def main():
graph.serialize(destination=filename_ttl, format='turtle')
print('Dumping %s to RDFxml: %s' % (pid, filename_rdf))
graph.serialize(destination=filename_rdf, format='pretty-xml')
del graph
print("--- %s seconds ---" % (time.time() - start_time))

print('All files dumped to %s' % dump_location)
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Expand Up @@ -6,13 +6,13 @@ pyramid_rewrite==0.2
skosprovider==0.7.1
#-e git+https://github.com/koenedaele/skosprovider.git@develop#egg=skosprovider
#skosprovider_sqlalchemy==0.6.0
-e git+https://github.com/koenedaele/skosprovider_sqlalchemy.git@DEV_0.6.0#egg=skosprovider_sqlalchemy
-e git+https://github.com/koenedaele/skosprovider_sqlalchemy.git@0.6.0#egg=skosprovider_sqlalchemy
#pyramid_skosprovider==0.9.0
-e git+https://github.com/koenedaele/pyramid_skosprovider.git@DEV_0.9#egg=pyramid_skosprovider
-e git+https://github.com/koenedaele/pyramid_skosprovider.git@0.9.0#egg=pyramid_skosprovider
skosprovider_rdf==0.7.0
#-e git+https://github.com/OnroerendErfgoed/skosprovider_rdf.git@develop#egg=skosprovider_rdf
#skosprovider_getty==0.5.2
-e git+https://github.com/OnroerendErfgoed/skosprovider_getty.git@DEV_0.5.0#egg=skosprovider_getty
-e git+https://github.com/OnroerendErfgoed/skosprovider_getty.git@0.5.0#egg=skosprovider_getty

#language-tags
language-tags==0.5.0 ; python_version < '3.6'
Expand Down

0 comments on commit 6aa9c51

Please sign in to comment.