Changes for page Application details
Last modified by lzehl on 2021/10/13 13:11
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -51,8 +51,13 @@ 51 51 ] 52 52 } 53 53 {{/code}} 54 + 55 +(% style="text-align: justify;" %) 54 54 Note that we did not use all schema defined properties for this person instance, but only the required property **##"givenName"##** and the two optional properties **##"familyName"##** and **##"ContactInformation"##**. Please also note, that a person is allowed to link to multiple contact information instances, hence it expects a list of dictionaries, instead of a single dictionary. 55 55 58 +(% style="text-align: justify;" %) 59 +You learned now how to write a valid JSON-LD for an openMINDS metadata instance and how you can link different openMINDS metadata instances. In the following sections you will learn that you do not have to manually write such JSON-LDs, but that there are different tools that support you to create your own openMINDS metadata collection. 60 + 56 56 === The openMINDS Python API === 57 57 58 58 (% style="text-align: justify;" %)