Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VisualDataWeb/LD-VOWL
Visualizing Linked Data endpoints
https://github.com/VisualDataWeb/LD-VOWL
Last synced: about 2 months ago
JSON representation
Visualizing Linked Data endpoints
- Host: GitHub
- URL: https://github.com/VisualDataWeb/LD-VOWL
- Owner: VisualDataWeb
- License: mit
- Created: 2016-08-01T19:37:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T12:23:58.000Z (almost 5 years ago)
- Last Synced: 2024-08-08T18:24:01.716Z (5 months ago)
- Language: JavaScript
- Homepage: http://vowl.visualdataweb.org
- Size: 381 KB
- Stars: 36
- Watchers: 9
- Forks: 12
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-starred - VisualDataWeb/LD-VOWL - Visualizing Linked Data endpoints (others)
README
# LD-VOWL
LD-VOWL (LinkedDataVOWL) extracts ontology information out of arbitrary SPARQL endpoints and shows the extracted information in an overview visualization using the VOWL notation (with minor modifications).
## Requirements
LD-VOWL requires [Node.js](https://nodejs.org/) to be built.
## Setup
1. Download and install [Node.js](https://nodejs.org/en/download/).
2. Clone this repository running `git clone https://github.com/VisualDataWeb/LD-VOWL.git`.
3. Run `npm install` in the root directory of LD-VOWL to install the dependencies.
4. Run `npm run-script start` to start a local webpack development server on port 8080 or run `npm run-script deploy` for a production build.## Build
To get a production build, run `npm run-script deploy`. After the build is finished, the results will be inside the `dist` directory.
## Tests
In order to run the unit tests, run `npm run-script test`.
## License
LD-VOWL is licensed under the MIT License. See LICENSE.txt for more details.
## Demo
A public demo is available at [http://ldvowl.visualdataweb.org](http://ldvowl.visualdataweb.org/).