mirror of
https://github.com/p2p-ld/nwb-linkml.git
synced 2024-11-10 00:34:29 +00:00
13 lines
165 B
Python
13 lines
165 B
Python
"""
|
|
Draft of a source to target mapping in pseudo-markup
|
|
"""
|
|
|
|
namespace_map = {
|
|
"source": "Namespace",
|
|
"outputs": [
|
|
{}
|
|
],
|
|
"maps": [
|
|
|
|
]
|
|
}
|