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:
You can check the full Ontotext Refine documentation.
Run an instance of Ontotext Refine:
docker run -d --name refine -p 7333:7333 ontotext/refine
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:
Content type
Image
Digest
sha256:edd294d13…
Size
360.3 MB
Last updated
over 3 years ago
docker pull ontotext/refine