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