OntologyPathPack

class OntologyPathPack(format, path, rdf_format)[source]

Bases: NamedTuple

A format and path tuple.

Create new instance of OntologyPathPack(format, path, rdf_format)

Attributes Summary

format

The ontology format

path

The path to the ontology file

rdf_format

The RDF format

Attributes Documentation

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

  • path (Path)

  • rdf_format (str | None)

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

The ontology format

path: Path

The path to the ontology file

rdf_format: str | None

The RDF format