ThaCovenant / COMP474_Project

Build an intelligent agent that can answer university course and student related questions, using a knowledge graph and natural language processing
0 stars 0 forks source link

Triplification #43

Closed Mishtec closed 5 months ago

Mishtec commented 6 months ago

Using your RDF Schema from Part #1 of the project, encode the named entity information you extracted in form of Topic triples that link them to the corresponding URI of the course material (lab, lecture, tutorial, etc.) and material URIs4 and add them to your Knowledge Base served by Fuseki.

Make sure all your URIs are properly connected: you have multiple courses, each course has multiple lectures, each lecture has multiple associated contents (slides, web pages, ...) and each content has (typically) multiple topic mentions.

Mishtec commented 5 months ago

Create topics triples under topics.ttl