This project demonstrates the concepts of taxonomy, ontology, and knowledge graphs using a movie ontology.
local_ontology.owl: Predefined ontology file for movies.populate.py: Populates the ontology with instances (movies, actors, directors).query.py: Queries the ontology to retrieve information.
-
Install required libraries: pip install owlready2 rdflib
-
If you don't have local_ontology.owl, create it by running the ontology creation script: python ontology.py
-
Populate the ontology with instances by running: python populate.py
-
Query the populated ontology: python query.py
Movies: Movie: Titanic Actors in Titanic: Actor: Leonardo DiCaprio Actor: Kate Winslet Director of Titanic: Director: James Cameron