ekg-lib

namespace

Central definitions of RDF namespaces and prefixes used throughout ekg_lib.

This package keeps URIs and prefixes consistent across different modules and tools.

Defined Namespaces

The module defines rdflib.Namespace objects for common ontologies:

Constants

Usage

from ekg_lib.namespace import DATASET, DATAOPS, CONCEPT

# Use namespaces to create URIs
dataset_uri = DATASET.datasetCode
pipeline_uri = DATAOPS.Pipeline
concept_uri = CONCEPT.Concept