UI for browsing/editing semantic descriptions
Project description
SAND
Table of Contents
Introduction
SAND is an application to annotate semantic descriptions of tables and (optionally) linked records in tables to a target knowledge graph, then it can automatically export the table data to RDF, JSON-LD, etc. It also does basic data cleaning automatically based on the annotated semantic descriptions. SAND is designed to be customizable: you can plug in a new semantic modeling algorithm (which generates a semantic description automatically) or different knowledge graphs as long as you have a suitable plugin implemented SAND's plugin interface.
Moreover, SAND offers an internal KG browsing and table filtering so you can interactively browsing and modeling your tables.
For a demo, please see: our demo paper, demo video.
Installation
Install from pip: pip install -U web-sand
Usage
- Initialize database:
sand init -d <dbfile>
. For example:sand init -d ./data/sand.db
- Start the webserver:
sand start -d <dbfile> --externaldb <folder_of_ent_and_ont_db>
- Open the URL:
http://localhost:5524
For example, checkout server.sh
Development
- cd to
www
- Install
yarn
andyalc
- Install dependencies:
yarn install
- Start development server:
yarn start
. Then, access development server at:http://127.0.0.1:3000
. - Build production files:
yarn build
- Build library files and publish to private index (only if you are released
sand
as a library):yarn build:lib && yalc public --private
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file web_sand-2.1.13.tar.gz
.
File metadata
- Download URL: web_sand-2.1.13.tar.gz
- Upload date:
- Size: 5.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 161b1917c6ac2f09f5759e03c976bcc111ffca6cc7d095c5bf170e01dace3867 |
|
MD5 | 47f0c751ef9b4a63d197c395e2aeec35 |
|
BLAKE2b-256 | 0b534e385a36c4641ddc88d92a4a3c5ac8cc8c26113e879ca386fb1714621520 |
File details
Details for the file web_sand-2.1.13-py3-none-any.whl
.
File metadata
- Download URL: web_sand-2.1.13-py3-none-any.whl
- Upload date:
- Size: 5.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e1986ad321e849cc2ff0b2cd92b9a907543f43073ae0064d371ca037a3b4451 |
|
MD5 | 6a53476b9707a3b47320903a8c178687 |
|
BLAKE2b-256 | 65970cbdb5de6aa8fdf27ee58bca0f749e9ecd2d5acac8d1380b232be4a71557 |