ekglib

namespace

Central definitions of RDF namespaces and prefixes used throughout ekglib.

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 ekglib.namespace import DATASET, DATAOPS, CONCEPT

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