New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

graph-explorer

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graph-explorer

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

1.3.0
latest
Source
npm
Version published
Weekly downloads
89
25.35%
Maintainers
0
Weekly downloads
 
Created
Source

Graph Explorer

npm version CI status

Working with RDF graph-based data and struggling to grasp the underlying model?

Experiencing rapid graph growth and seeking an exploratory tool to better comprehend your knowledge graph's connections?

Need a solution for documenting your schema, ontology, or data for others?

Graph Explorer is the perfect tool for you!

Graph Explorer is a JavaScript application and library designed to visualize, navigate, and examine RDF-based knowledge graphs and data sources. It's configurable to operate with single or multiple SPARQL endpoints and can load RDF resources from the web.

In essence, Graph Explorer empowers you, your team, and the global community to access and understand linked data more effectively.

Graph Explorer is a fork of Ontodia, now incorporated into Metaphacts. To advance the open-source version, we chose to fork, maintain, and expand the codebase as necessary. Contributions from partners are highly encouraged!

Features

  • Visual navigation and diagramming for extensive graph data sets
  • Engaging graph visualization and context-aware navigation capabilities
  • Diagram storage and retrieval functionality
  • User-friendly design, no graph query language or schema knowledge needed
  • Customizable UI (by adjusting node and link templates) and data storage back-end

Examples

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

or

SPARQL_ENDPOINT=http://localhost:7200/repositories/foobar npm run demo and open http://localhost:10444/envendpoint.html

Installation

npm install graph-explorer

Building / Publishing

npm run build-all
npm run typings
<bump>
npm publish

Keywords

owl

FAQs

Package last updated on 05 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts