Skip to content
Snippets Groups Projects
Commit 62af8d20 authored by vlorentz's avatar vlorentz Committed by vlorentz
Browse files

bibtex: Document TMP_ROOT_URI_PREFIX

parent 525a54fb
No related branches found
No related tags found
1 merge request!508bibtex: Document TMP_ROOT_URI_PREFIX
Pipeline #8899 passed
......@@ -16,6 +16,9 @@ from swh.indexer.codemeta import compact, expand
from swh.indexer.namespaces import SCHEMA, SPDX_LICENSES
TMP_ROOT_URI_PREFIX = "https://www.softwareheritage.org/schema/2022/indexer/tmp-node/"
"""IRI used for `skolemization <https://www.w3.org/TR/rdf11-concepts/#section-skolemization>`_;
it is not used outside :func:`codemeta_to_bibtex`.
"""
def codemeta_to_bibtex(doc: Dict[str, Any]) -> str:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment