File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -494,8 +494,8 @@ uncertainty
494
494
- Can be used to specify the uncertainty of the given metadata value.
495
495
496
496
reference
497
- - Returns a reference that can be used to state the origin or source file
498
- of the metadata of this Property .
497
+ - Returns a reference that can be used to state an external definition
498
+ of the metadata value .
499
499
500
500
dependency
501
501
- optional
@@ -507,6 +507,9 @@ dependency_value
507
507
- Value of the other Property specified in the 'dependency' attribute on
508
508
which this Property depends on.
509
509
510
+ value_origin
511
+ - A reference to state the origin of the metadata value e.g. a file name.
512
+
510
513
Let's check which attributes were defined for the Property 'NoCrewMembers'::
511
514
512
515
>>> print(odmlEX['TheCrew'].properties['NoCrewMembers'].name)
You can’t perform that action at this time.
0 commit comments