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
-
... ... @@ -44,7 +44,7 @@ 44 44 where **##XXX##** and **##YYY##** should be replaced with the openMINDS sub-module (e.g., **##core##**) and corresponding schema-name (e.g., **##ContactInformation##**), respectively. 45 45 46 46 (% style="text-align: justify;" %) 47 -In return, the JSON-LD property **##"@id"##** defines the particular metadata instance (node). For this reason, the **##"@id"##** also expects an entry (value) of type string with the format of an IRI. In particular when you plan to submit your metadata collection later to the EBRAINS Knowledge Graph, we recommend you use the following naming convention on your local machine for this identifier: 47 +In return, the JSON-LD property **##"@id"##** defines the particular metadata instance (i.e., graph database node). For this reason, the **##"@id"##** also expects an entry (value) of type string with the format of an IRI. In particular when you plan to submit your metadata collection later to the EBRAINS Knowledge Graph, we recommend you use the following naming convention on your local machine for this identifier: 48 48 49 49 (% style="text-align: center;" %) 50 50 **##"@id": "http:~/~/localhost/YYY/ZZZ"##** ... ... @@ -121,7 +121,7 @@ 121 121 {{/code}} 122 122 123 123 (% class="wikigeneratedid" %) 124 -To learn in general about the available openMINDS metadata models and schemas including their required or optional metadata properties, please check out the HTML representations of the schemas (cf. [[Metadata models & schemas>>doc:Collabs.openminds.Documentation on.Metadata models&schemas.WebHome]]) or the code on the corresponding GitHub.124 +To learn in general about the available openMINDS metadata models and schemas including their required or optional metadata properties, please check out the HTML representations of the schemas (cf. [[Metadata models & schemas>>doc:Collabs.openminds.Documentation.Metadata models and schemas.WebHome]]) or the code on the corresponding GitHub. 125 125 126 126 Interactively you can also get an overview of the requirement of a schema and all its properties by using the **##help_##** function of the openMINDS.compiler. Here an example: 127 127 ... ... @@ -129,7 +129,6 @@ 129 129 mycollection.help_core_person() 130 130 {{/code}} 131 131 132 - 133 133 134 134 === The openMINDS spreadsheet templates === 135 135