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
yarnandyalc - 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
sandas 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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sand.py-2.1.9.dev0.tar.gz.
File metadata
- Download URL: sand.py-2.1.9.dev0.tar.gz
- Upload date:
- Size: 5.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ecd9aef65c4d85ee1b4a13377d437f56361ed3b84c818d250277989c369f01e2
|
|
| MD5 |
e7d094c0298777582ad3ed70fa862bd4
|
|
| BLAKE2b-256 |
379ab6a0af8d0549aefb6d4db2db1ed7b8d628fae52f1c95865ae0427d1a7fde
|
File details
Details for the file sand.py-2.1.9.dev0-py3-none-any.whl.
File metadata
- Download URL: sand.py-2.1.9.dev0-py3-none-any.whl
- Upload date:
- Size: 5.5 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.0 importlib_metadata/4.8.2 pkginfo/1.8.2 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.0 CPython/3.9.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2155d929a1404f604718398366a9e149f3f684d8f9177352a3b51ff64839c77
|
|
| MD5 |
918816c3e2f0f0e87818d53ea7875dc5
|
|
| BLAKE2b-256 |
2e178fddb213eb18699d252cef7f32181da8bc1562872dfeccece9bc24d74a8b
|