Skip to content

Commit dae25af

Browse files
committed
[doc/tutorial] Add property value origin desc
1 parent 9255889 commit dae25af

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/tutorial.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,8 @@ uncertainty
494494
- Can be used to specify the uncertainty of the given metadata value.
495495

496496
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.
499499

500500
dependency
501501
- optional
@@ -507,6 +507,9 @@ dependency_value
507507
- Value of the other Property specified in the 'dependency' attribute on
508508
which this Property depends on.
509509

510+
value_origin
511+
- A reference to state the origin of the metadata value e.g. a file name.
512+
510513
Let's check which attributes were defined for the Property 'NoCrewMembers'::
511514

512515
>>> print(odmlEX['TheCrew'].properties['NoCrewMembers'].name)

0 commit comments

Comments
 (0)