Skip to content

Commit

Permalink
Progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
rchateauneu committed May 31, 2023
1 parent 99be850 commit 078755f
Show file tree
Hide file tree
Showing 2 changed files with 353 additions and 199 deletions.
5 changes: 5 additions & 0 deletions Experimental/strace2rdf/load_rdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ def LoadRdfFile(filename):
print("filename=", filename)
g = rdflib.Graph()
g.parse(filename)

# Ajouter des requetes Sparql standards pour tester le concept d'analyse des dependances:
# - Les sous-process.
# - Les dependances des fichiers.
# - Les commandes.

for oneFile in sys.argv[1:]:
LoadRdfFile(oneFile)

0 comments on commit 078755f

Please sign in to comment.