Sign inSign up

ontotext/refine

By ontotext

Updated over 3 years ago

Turn Strings to Things

Image
1

7.6K

ontotext/refine repository overview

Quick Reference

What is Ontotext Refine ?

Ontotext Refine (“Refine”) is a version of the open-source OpenRefine data transformation tool adapted to work with Ontotext GraphDB.

Refine allows fast cleaning, mapping and transformation of any structured data to RDF and loading it to GraphDB.

Refine supports input from:

  • Tabular formats (TSV, CSV, *SV)
  • Fixed-width text files
  • Excel (XLS, XLSX)
  • JSON, JSON-LD, XML
  • RDF: XML, Turtle/N3
  • Google sheets (public or access controlled with OAuth)
  • Databases (PostgreSQL, MySQL, MariaDB, SQLite)

You can check the full Ontotext Refine documentation.

Usage

Run an instance of Ontotext Refine:

docker run -d --name refine -p 7333:7333 ontotext/refine

Docker Compose

Example docker-compose.yaml:

version: "3"

services:
  refine:
    image: ontotext/refine
    restart: unless-stopped
    ports:
      - "7333:7333"
    volumes:
      - refine_data:/opt/ontorefine/data

volumes:
  refine_data:

Tag summary

Content type

Image

Digest

sha256:edd294d13

Size

360.3 MB

Last updated

over 3 years ago

docker pull ontotext/refine