All Projects → metaphacts → Ontodia

metaphacts / Ontodia

Licence: other
Ontodia data diagraming library

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to Ontodia

Akutan
A distributed knowledge graph store
Stars: ✭ 1,616 (+1410.28%)
Mutual labels:  graph, rdf, sparql
Trifid
Lightweight Linked Data Server and Proxy
Stars: ✭ 51 (-52.34%)
Mutual labels:  rdf, sparql
G6
♾ A Graph Visualization Framework in JavaScript
Stars: ✭ 8,490 (+7834.58%)
Mutual labels:  graph, diagram
Rdflib
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
Stars: ✭ 1,584 (+1380.37%)
Mutual labels:  graph, rdf
Askomics
DEPRECATED. See askomics/flaskomics
Stars: ✭ 22 (-79.44%)
Mutual labels:  rdf, sparql
Activetriples
An ActiveModel-like interface for RDF data
Stars: ✭ 31 (-71.03%)
Mutual labels:  graph, rdf
Graphql To Sparql.js
Converts GraphQL queries to SPARQL queries
Stars: ✭ 62 (-42.06%)
Mutual labels:  rdf, sparql
Database
Blazegraph High Performance Graph Database
Stars: ✭ 568 (+430.84%)
Mutual labels:  rdf, sparql
Sparnatural
Sparnatural : javascript visual SPARQL query builder
Stars: ✭ 65 (-39.25%)
Mutual labels:  rdf, sparql
Rdfsharp
Lightweight and friendly .NET library for modeling Semantic Web applications
Stars: ✭ 72 (-32.71%)
Mutual labels:  rdf, sparql
Virtuoso Sparql Endpoint Quickstart
creates a docker image with Virtuoso preloaded with the latest DBpedia dataset
Stars: ✭ 80 (-25.23%)
Mutual labels:  rdf, sparql
Jena
Apache Jena
Stars: ✭ 700 (+554.21%)
Mutual labels:  rdf, sparql
Awesome Semantic Web
A curated list of various semantic web and linked data resources.
Stars: ✭ 642 (+500%)
Mutual labels:  rdf, sparql
Sparql Engine
🚂 A framework for building SPARQL query engines in Javascript/Typescript
Stars: ✭ 39 (-63.55%)
Mutual labels:  rdf, sparql
Gojs
JavaScript diagramming library for interactive flowcharts, org charts, design tools, planning tools, visual languages.
Stars: ✭ 5,739 (+5263.55%)
Mutual labels:  graph, diagram
Rasqal
Redland Rasqal RDF Query Library
Stars: ✭ 57 (-46.73%)
Mutual labels:  rdf, sparql
Client.js
[DEPRECATED] A JavaScript client for Triple Pattern Fragments interfaces.
Stars: ✭ 95 (-11.21%)
Mutual labels:  rdf, sparql
Diagram
☊ Tool for making node graphs. Inspired by dependency graph. Used mainly for automation services 📈
Stars: ✭ 510 (+376.64%)
Mutual labels:  graph, diagram
Easyrdf
EasyRdf is a PHP library designed to make it easy to consume and produce RDF.
Stars: ✭ 546 (+410.28%)
Mutual labels:  rdf, sparql
Semantic forms
Form generators leveraging semantic web standards (RDF(S), OWL, SPARQL , ...
Stars: ✭ 63 (-41.12%)
Mutual labels:  rdf, sparql

Ontodia npm CircleCI

Ontodia is a JavaScript library that allows to visualize, navigate and explore data in the form of an interactive graph based on underlying data sources.

What is Ontodia for?

Ontodia allows you to create and persist diagrams made from existing data - relational, object, semantic.

It was designed to visualize RDF data sets in particular, but could be tailored to almost any data source by implementing a data provider interface.

Core features

  • Visual navigation and diagramming over large graph data sets
  • Rich graph visualization and context-aware navigation features
  • Ability to store and retrieve diagrams
  • User friendly - no graph query language or prior knowledge of the schema required
  • Customizable user interface (by modifying templates for nodes and links) and data storage back-end

How to try it?

You can follow developer tutorials at the developer documentation page

License

The Ontodia library is distributed under LGPL-2.1. A commercial license with additional features, support and custom development is available, please contact us at [email protected].

Developer documentation and contributing

Developer documentation is available at wiki page.

Giving Ontodia people credit

If you use the Ontodia library in your projects, please provide a link to this repository in your publication and a citation reference to the following paper:

Mouromtsev, D., Pavlov, D., Emelyanov, Y., Morozov, A., Razdyakonov, D. and Galkin, M., 2015. The Simple Web-based Tool for Visualization and Sharing of Semantic Data and Ontologies. In International Semantic Web Conference (Posters & Demos).

@inproceedings{Mouromtsev2015,
    author = {Mouromtsev, Dmitry and Pavlov, Dmitry and Emelyanov, Yury and
        Morozov, Alexey and Razdyakonov, Daniil and Galkin, Mikhail},
    year = {2015},
    month = {10},
    title = {The Simple Web-based Tool for Visualization and Sharing of Semantic Data and Ontologies},
    booktitle = {International Semantic Web Conference (Posters & Demos)}
}

It really helps our team to gain publicity and acknowledgment for our efforts. Thank you for being considerate!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].