Skip to main content

A library for mapping a data catalog to rdf

Project description

Tests codecov PyPI Read the Docs

datacatalogtordf

A small Python library for mapping a data catalog to rdf

The library contains helper classes for the following dcat classes:

Other relevant classes are also supported, such as:

The library will map to the Norwegian Application Profile of the DCAT standard.

Usage

Install

% pip install datacatalogtordf

Getting started

from datacatalogtordf import Catalog, Dataset

# Create catalog object
catalog = Catalog()
catalog.identifier = "http://example.com/catalogs/1"
catalog.title = {"en": "A dataset catalog"}
catalog.publisher = "https://example.com/publishers/1"

# Create a dataset:
dataset = Dataset()
dataset.identifier = "http://example.com/datasets/1"
dataset.title = {"nb": "inntektsAPI", "en": "incomeAPI"}
#
# Add dataset to catalog:
catalog.datasets.append(dataset)

# get rdf representation in turtle (default)
rdf = catalog.to_rdf()
print(rdf.decode())

Development

Requirements

% pipx install poetry==1.1.4
% pipx install nox==2020.8.22
% pipx inject nox nox-poetry

Install

% git clone https://github.com/Informasjonsforvaltning/datacatalogtordf.git
% cd datacatalogtordf
% pyenv install 3.8.2
% pyenv install 3.7.6
% pyenv local 3.8.2 3.7.6
% poetry install

Run all sessions

% nox

Run all tests with coverage reporting

% nox -rs tests

Debugging

You can enter into Pdb by passing --pdb to pytest:

nox -rs tests -- --pdb

You can set breakpoints directly in code by using the function breakpoint().

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

datacatalogtordf-1.4.3.tar.gz (23.3 kB view details)

Uploaded Source

Built Distribution

datacatalogtordf-1.4.3-py3-none-any.whl (32.3 kB view details)

Uploaded Python 3

File details

Details for the file datacatalogtordf-1.4.3.tar.gz.

File metadata

  • Download URL: datacatalogtordf-1.4.3.tar.gz
  • Upload date:
  • Size: 23.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.9.5 Linux/5.4.0-1047-azure

File hashes

Hashes for datacatalogtordf-1.4.3.tar.gz
Algorithm Hash digest
SHA256 7440369d4bd491a1c1cb3c51f1c11fcd105d74e11cd95a8b83a61de34bd8edc7
MD5 556adcf69844885bb2f99472d3e18998
BLAKE2b-256 b566285abccd74c5b06898c52825356309c1225e877089211c903bf7680fb271

See more details on using hashes here.

File details

Details for the file datacatalogtordf-1.4.3-py3-none-any.whl.

File metadata

  • Download URL: datacatalogtordf-1.4.3-py3-none-any.whl
  • Upload date:
  • Size: 32.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.4 CPython/3.9.5 Linux/5.4.0-1047-azure

File hashes

Hashes for datacatalogtordf-1.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 217709e520f318cf4d61c00978326ed8a76c0e85affa888fc7dcc8d91a1b7b93
MD5 7a8acafb6d1b1803d01fa79ec339ef3c
BLAKE2b-256 748188f8a0301c4e9e35dc6c875387d2a428f3edec180b293106a96794686c1e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page