Skip to content

Commit b0a0b25

Browse files
committed
[format] Add Property values to value mapping
1 parent ac7e0f7 commit b0a0b25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

odml/format.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ class Property(Format):
109109
_map = {
110110
'dependencyvalue': 'dependency_value',
111111
'type': 'dtype',
112-
'id': 'oid'
112+
'id': 'oid',
113+
'value': 'values'
113114
}
114115
_rdf_map = {
115116
'id': _ns.hasId,

0 commit comments

Comments
 (0)