An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# Knowledge Systems & Technologies Lab Exercises
[![Made withJupyter](https://img.shields.io/badge/Made%20with-Jupyter-orange?style=for-the-badge&logo=Jupyter)](https://jupyter.org/try)

[![Python](https://img.shields.io/badge/Python-3.7-blue.svg)](https://www.python.org/)
[![Open In Collab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/john98nf/Knowledge_Systems_Lab)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](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.