Skip to content

Commit

Permalink
closes #23
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlm28 committed Jul 22, 2022
1 parent 905ba10 commit 024d2fe
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 57,768 deletions.
Binary file removed logo.png
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes
2 changes: 1 addition & 1 deletion rds_query/pruebas.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ WHERE { ?image a dpv:Image .
OPTIONAL {?packages dct:license ?pacLicense } .
OPTIONAL {?packages sd:programmingLanguage ?pacLanguage } .
OPTIONAL {?packages sd:name ?pacName }
}
}
```
22 changes: 0 additions & 22 deletions rds_query/pyhton_prueba.py

This file was deleted.

24 changes: 6 additions & 18 deletions rds_query/queries.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,7 @@
" ?image dpv:tag ?tag.\n",
" ?image \n",
" } \n",
" \"\"\")\n",
"sparql.setReturnFormat(CSV)\n",
"results_lib = sparql.query().convert()\n",
"results_2lib = io.StringIO(results_lib.decode('utf-8'))\n",
"lib_results = pd.read_csv(results_2lib)\n",
"print(lib_results)\n"
" \"\"\")\n"
]
},
{
Expand Down Expand Up @@ -125,10 +120,7 @@
" ?image c2t:created ?created. \n",
"} \n",
"\"\"\")\n",
"results_im = sparql.query().convert()\n",
"results_2im = io.StringIO(results_im.decode('utf-8'))\n",
"im_results = pd.read_csv(results_2im)\n",
"print(im_results)\n",
"\n",
"\n",
"\n",
"sparql.setQuery(\"\"\"\n",
Expand All @@ -152,11 +144,7 @@
"\t?package dpv:isInstalledOn ?image;\n",
"\t\t\tc2t:operativeSystemPackageVersion ?packageT .\n",
"}GROUP BY (?packageT)\n",
"\"\"\")\n",
"results_pa = sparql.query().convert()\n",
"results_2pa = io.StringIO(results_pa.decode('utf-8'))\n",
"pa_results = pd.read_csv(results_2pa)\n",
"print(pa_results)"
"\"\"\")"
]
},
{
Expand Down Expand Up @@ -333,7 +321,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3.10.5 ('venv': venv)",
"display_name": "Python 3.10.4 ('venv': venv)",
"language": "python",
"name": "python3"
},
Expand All @@ -347,12 +335,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.5"
"version": "3.10.4"
},
"orig_nbformat": 4,
"vscode": {
"interpreter": {
"hash": "cf6dabbbd4bd4d26e5121e2a0b8f7ad87e535a6b4577c81d458c4b9b8cb74cd0"
"hash": "63aabb47dc653dea3c5022a2c9cdb4cf17c5a0ddfb767cb4813222d2c24042ea"
}
}
},
Expand Down
3 changes: 0 additions & 3 deletions src/readme.md

This file was deleted.

57,724 changes: 0 additions & 57,724 deletions src/res/final_result.nt

This file was deleted.

0 comments on commit 024d2fe

Please sign in to comment.