OntologyPathPack

class OntologyPathPack(format, path)[source]

Bases: NamedTuple

A format and path tuple.

Create new instance of OntologyPathPack(format, path)

Attributes Summary

format

The ontology format

path

The path to the ontology file

Attributes Documentation

Parameters:
  • format (Literal['obo', 'owl', 'json', 'rdf'])

  • path (Path)

format: Literal['obo', 'owl', 'json', 'rdf']

The ontology format

path: Path

The path to the ontology file