EdDuarte / semantic-graph

Semantic search web application with graph visualization in Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Semantic Graph

Django application for semantic search using RDF standards.

It implements graph visualisation with GraphViz and data inference with SPARQL queries, and supports reading and writing of N-Triples, N3 and RDF/XML documents.

Additionally, data is stored in Sesame triple store following a OWL ontology specification.

Description

Once Semantic Graph has been deployed and triples have been added to the triple store, you can use the Browse section to query any entity (subject or object) and find every semantic relationship associated with it, published using FOAF (Friend of a Friend), SKOS (Simple Knowledge Organization System) and Microformats Species standards.

Screenshot1

Additionally, you can use the Graph section to query triples and observe a relationship graph between them. You can add multiple subjects, predicates and objects, and search these simultaneously, generating a graph that merges all common entities and triples without duplicating nodes.

Screenshot2

Getting Started

Download the latest release and run the following command:

python manage.py runserver

The app will be deployed to http://127.0.0.1:8000/, which you can access from a browser. You can then use the provided graphical interface to add triples manually or import a RDF file in the N-Triples, N3 or XML format.

About

Semantic search web application with graph visualization in Django


Languages

Language:Python 47.8%Language:HTML 27.1%Language:JavaScript 18.7%Language:Web Ontology Language 4.5%Language:CSS 1.9%