Skip to content

A template repository for adopters to create CASE mappings utilizing Python.

License

Notifications You must be signed in to change notification settings

casework/CASE-Mapping-Template-Python

Repository files navigation

Continuous Integration CASE Version

CASE Mapping Template Python

A template repository for adopters to create CASE mappings utilizing Python.

This repository is a basic example that generates a simple CASE-compliant RDF graph utilizing two different approaches.

  1. Utilizing serialized Python dictionaries that are converted to JSON
  2. Utilizing rdflib to build triple stores

Continuous Integration

Syntax Validation

This repository utilizes pre-commit with hooks for the following utilities to maintain consistency across the repository:

Graph Validation

These two output graphs are tested using pytest and rdflib to ensure the graphs were properly created and contain at least one triple.

The graphs are then tested for conformance with the CASE ontology using a GitHub Action.

About

A template repository for adopters to create CASE mappings utilizing Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages