--- jupytext: formats: md:myst text_representation: extension: .md format_name: myst format_version: 0.13 jupytext_version: 1.11.5 kernelspec: display_name: Python 3 (ipykernel) language: python name: python3 --- # BY SOME SOME For a in detail explanation of the BY SOME inferencing c.f. {doc}`x_milch_DE`. We provide here a minimal stand alone example. ```{code-cell} ipython3 from gd05 import GenDifS_Map mm = "BY-SOME-SOME" o = GenDifS_Map(f"../mm/{mm}.mm", verbose=1) ``` ```{code-cell} ipython3 o.rdflib.serialize(destination=f"../ttl/{mm}.ttl") ``` ```{code-cell} ipython3 o.parser_markdown() ``` ```{code-cell} ipython3 print(o.show_turtle([])) ```