Sriharsha Chintalapani a6d544a5d8
RDF Ontology, Json LD, DCAT vocabulary support by mapping OM Schemas to RDF (#22852)
* Support for RDF, SPARQL, SQL-TO-SPARQL

* Tests are working

* Add  RDF relations tests

* improve Knowledge Graph UI, tags , glossary term relations

* Lang translations

* Fix level depth querying

* Add semantic search interfaces , integration into search

* cleanup

* Update generated TypeScript types

* Fix styling

* remove duplicated ttl file

* model generator cleanup

* Update OM - DCAT vocab

* Update DataProduct Schema

* Improve JsonLD Translator

* Update generated TypeScript types

* Fix Tests

* Fix java checkstyle

* Add RDF workflows

* fix unit tests

* fix e2e

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com>
2025-08-17 18:36:26 -07:00

14 lines
405 B
Plaintext

# Docker volumes location for RDF services
# Default: Uses docker-volumes directory in current path
# You can override this to use an external directory like:
# DOCKER_VOLUMES_PATH=/home/user/docker-volumes
DOCKER_VOLUMES_PATH=./docker-volumes
# Fuseki settings
FUSEKI_ADMIN_PASSWORD=admin
FUSEKI_MEMORY_MAX=4g
FUSEKI_MEMORY_MIN=2g
# OpenSearch settings
OPENSEARCH_MEMORY_MAX=4g
OPENSEARCH_MEMORY_MIN=2g