https://github.com/john98nf/knowledge_systems_lab
Lab exercises for Knowledge Systems & Technologies course.
https://github.com/john98nf/knowledge_systems_lab
knowledge-base knowledge-based-systems knowledge-graph knowledge-representation
Last synced: 10 months ago
JSON representation
Lab exercises for Knowledge Systems & Technologies course.
- Host: GitHub
- URL: https://github.com/john98nf/knowledge_systems_lab
- Owner: john98nf
- License: mit
- Created: 2021-04-06T16:08:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-12T12:49:40.000Z (over 4 years ago)
- Last Synced: 2025-02-17T23:44:51.982Z (about 1 year ago)
- Topics: knowledge-base, knowledge-based-systems, knowledge-graph, knowledge-representation
- Language: Jupyter Notebook
- Homepage:
- Size: 62.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Knowledge Systems & Technologies Lab Exercises
[](https://jupyter.org/try)
[](https://www.python.org/)
[](https://colab.research.google.com/github/john98nf/Knowledge_Systems_Lab)
[](https://github.com/john98nf/Knowledge_Systems_Lab/blob/master/LICENSE)
## 🎓 School of Electrical & Computer Engineering - NTUA,
Spring Semester 2021
This repository includes the python notebooks, which were created for lab exercises of [*Knowledge Systems & Technologies*](https://www.ece.ntua.gr/en/undergraduate/courses/3183) course in the department of Electrical & Computer Engireering School, NTUA during spring semester of the academic year of 2021
### Contents
* [Lab1](https://github.com/john98nf/Knowledge_Systems_Lab/tree/main/notebooks/lab1):
* Queries from [WikiData](https://www.wikidata.org/wiki/Wikidata:Main_Page).
* Graph creation with [rdflib](https://rdflib.readthedocs.io/en/stable/).
* Usage of [imdb extensive dataset](https://www.kaggle.com/stefanoleone992/imdb-extensive-dataset).
* [Lab2](https://github.com/john98nf/Knowledge_Systems_Lab/tree/main/notebooks/lab2):
* Ontology Creation with [Owlready2](https://pypi.org/project/Owlready2/) & [Protégé](https://protege.stanford.edu/).
* Queries via [GraphDB](https://graphdb.ontotext.com/).
* [Lab3](https://github.com/john98nf/Knowledge_Systems_Lab/tree/main/notebooks/lab3):
* Creation of Axioms with [Protégé](https://protege.stanford.edu/)
* Further knowledge expansion.