Skip to content

iolanta:OutputDatatype class

  • Superclass


    rdfs:Datatype
    RDF Schema datatype

  • Purpose


    Output format where visualization applications render their results
    Examples: terminal text, HTML, Mermaid diagrams

iolanta:OutputDatatype represents the output format where visualization applications render their results. This class is a subclass of rdfs:Datatype and defines the various formats that Iolanta facets can produce.

Examples

  • Terminal Text: https://iolanta.tech/cli/textual
  • HTML: https://iolanta.tech/datatypes/html
  • Mermaid Diagrams: https://iolanta.tech/datatypes/mermaid
  • Icons: https://iolanta.tech/datatypes/icon

Usage

Facets specify which output datatypes they support using the iolanta:outputs property:

$id: pkg:pypi/iolanta#textual-graph
iolanta:outputs: https://iolanta.tech/cli/textual

This allows Iolanta to select appropriate facets based on the desired output format.