Skip to main content

A library for mapping a data catalog to rdf

Project description

datacatalogtordf

Tests codecov PyPI Read the Docs

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)

Development

Requirements

% pipx install poetry==1.1.13
% pipx install nox==2022.1.7
% pipx inject nox nox-poetry==0.9.0

Install developer tools

% git clone https://github.com/Informasjonsforvaltning/datacatalogtordf.git
% cd datacatalogtordf
% pyenv install 3.8.12
% pyenv install 3.9.10
% pyenv local 3.8.12 3.9.10 
% 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-2.1.0.tar.gz (24.9 kB view details)

Uploaded Source

Built Distribution

datacatalogtordf-2.1.0-py3-none-any.whl (34.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: datacatalogtordf-2.1.0.tar.gz
  • Upload date:
  • Size: 24.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.8.10 Linux/5.13.0-1023-azure

File hashes

Hashes for datacatalogtordf-2.1.0.tar.gz
Algorithm Hash digest
SHA256 ede2532b32f2cb4c5b8a0c68c0ddf1d1aadb39acd8c201e8abf97a505905c17e
MD5 22024263cd0cda8e2449753bb81679a6
BLAKE2b-256 b9ebf6e93f33c46dc7116d145fe5069925dba9233b03470e65374cd4ac2d31b8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: datacatalogtordf-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 34.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.13 CPython/3.8.10 Linux/5.13.0-1023-azure

File hashes

Hashes for datacatalogtordf-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 7be1d8992432cee6244476529a34d7b33d881fc887dd890cff05130c9e8660a0
MD5 b6b1ba61f6353fd758edd75f10252e50
BLAKE2b-256 09b12d4649ade62932bcc469716d47adc94739555b381c3656c6867ce978b535

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