Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fusi3/knowledge_graphs_coursework

Worked on creating triples for an ontology, equivalence mapping 2 ontologies and running OWL2Vec
https://github.com/fusi3/knowledge_graphs_coursework

knowledge-graph owl-ontology sparql triples word-embeddings

Last synced: about 1 month ago
JSON representation

Worked on creating triples for an ontology, equivalence mapping 2 ontologies and running OWL2Vec

Awesome Lists containing this project

README

        

# knowledge_graphs_coursework

Worked on using the pizza onotology and dataset to create triple structures and build a graph that would be queryable through SPARQL. Manual work was reduced as much as possible by using SPARQL and dataframe manipulations to extract classes and create triples. Two different onotologies were also equivalenced mapped using string similarity and OWL2Vec was used for cosine similarity.

For the embeddings using OWL2Vec, while the python notebook (Word Embeddings) has been uploaded, it will not run without additional scripts. This is a view only. The other notebook can be run.