All Projects → zazuko → graph-explorer

zazuko / graph-explorer

Licence: other
Graph Explorer can be used to explore RDF graphs in SPARQL endpoints or on the web.

Programming Languages

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

Projects that are alternatives of or similar to graph-explorer

semantic-python-overview
(subjective) overview of projects which are related both to python and semantic technologies (RDF, OWL, Reasoning, ...)
Stars: ✭ 406 (+1253.33%)
Mutual labels:  sparql, rdf
ontobio
python library for working with ontologies and ontology associations
Stars: ✭ 104 (+246.67%)
Mutual labels:  sparql, rdf
everything
The semantic desktop search engine
Stars: ✭ 22 (-26.67%)
Mutual labels:  sparql, rdf
skos-play
SKOS-Play allows to print SKOS files in HTML or PDF. It also embeds xls2rdf to generate RDF from Excel.
Stars: ✭ 58 (+93.33%)
Mutual labels:  sparql, rdf
Archived-SANSA-Query
SANSA Query Layer
Stars: ✭ 31 (+3.33%)
Mutual labels:  sparql, rdf
sparklis
Sparklis is a query builder in natural language that allows people to explore and query SPARQL endpoints with all the power of SPARQL and without any knowledge of SPARQL.
Stars: ✭ 28 (-6.67%)
Mutual labels:  sparql, rdf
amazon-neptune-csv-to-rdf-converter
Amazon Neptune CSV to RDF Converter is a tool for Amazon Neptune that converts property graphs stored as comma separated values into RDF graphs.
Stars: ✭ 27 (-10%)
Mutual labels:  sparql, rdf
QuitStore
🖧 Quads in Git - Distributed Version Control for RDF Knowledge Bases
Stars: ✭ 87 (+190%)
Mutual labels:  sparql, rdf
joinup-dev
The Joinup project moved to https://git.fpfis.eu/ec-europa/digit-joinup-reference
Stars: ✭ 41 (+36.67%)
Mutual labels:  sparql, rdf
corese
Software platform implementing and extending the standards of the Semantic Web.
Stars: ✭ 55 (+83.33%)
Mutual labels:  sparql, rdf
SolRDF
An RDF plugin for Solr
Stars: ✭ 115 (+283.33%)
Mutual labels:  sparql, rdf
cognipy
In-memory Graph Database and Knowledge Graph with Natural Language Interface, compatible with Pandas
Stars: ✭ 31 (+3.33%)
Mutual labels:  sparql, rdf
tentris
Tentris is a tensor-based RDF triple store with SPARQL support.
Stars: ✭ 34 (+13.33%)
Mutual labels:  sparql, rdf
viziquer
Tool for Search in Structured Semantic Data
Stars: ✭ 12 (-60%)
Mutual labels:  sparql, rdf
LD-Connect
LD Connect is a Linked Data portal for IOS Press in collaboration with the STKO Lab at UC Santa Barbara.
Stars: ✭ 0 (-100%)
Mutual labels:  sparql, rdf
sparql-proxy
SPARQL-proxy: provides cache, job control, and logging for any SPARQL endpoint
Stars: ✭ 26 (-13.33%)
Mutual labels:  sparql, rdf
trio
Datatype agnostic triple store & query engine API
Stars: ✭ 78 (+160%)
Mutual labels:  sparql, rdf
OLGA
an Ontology SDK
Stars: ✭ 36 (+20%)
Mutual labels:  sparql, rdf
Processor
Ontology-driven Linked Data processor and server for SPARQL backends. Apache License.
Stars: ✭ 54 (+80%)
Mutual labels:  sparql, rdf
matcha
🍵 SPARQL-like DSL for querying in memory Linked Data Models
Stars: ✭ 18 (-40%)
Mutual labels:  sparql, rdf

Graph Explorer

npm version CI status

Do you work with graph-based data and find it difficult to understand the underlying model?

Is your graph growing rapidly and you are looking for an exploratory tool to better understand how your knowledge graph is linked?

Are you looking for a way to document your schema, ontology or data for others?

Then Graph Explorer is the tool for you!

Graph Explorer is a JavaScript-based application and library that helps you visualize, navigate, and explore RDF-based knowledge graphs and data sources. It can be configured to work with one or more SPARQL endpoints, and it can load RDF resources from the web.

In short, Graph Explorer helps you, your team, and the world better access and understand linked data.

Graph Explorer is a fork of Ontodia, which is now part of Metaphacts. In an effort to further develop its open-source version, we decided to fork, maintain and extend the codebase where needed. Contributions from any partners are very welcome!

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

Examples

npm run demo and open http://localhost:10444/

Installation

npm install graph-explorer

Building / Publishing

npm run build-all
npm run typings
<bump>
npm publish
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].