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
-
... ... @@ -16,7 +16,7 @@ 16 16 As stated above, openMINDS supports JSON-LD as serialization format for the metadata representations (instances) of its schemas. In the following we will briefly explain the JSON-LD syntax essential for writing a correct openMINDS instance. 17 17 18 18 (% style="text-align: justify;" %) 19 -Let us first start with the example of an openMINDS core schema that is not linked to any other openMINDS schema: the ContactInformation. According to its schema template (cf. its HTML), the only required property for a contact information instance is "email". Nonetheless, avalid JSON-LD needs two more properties: @type and @id.19 +Let us first start with the example of an openMINDS core schema that is not linked to any other openMINDS schema: the ##ContactInformation##. According to its schema template (cf. its HTML), the only required property for a contact information instance is ##"email"##. Nonetheless, every valid JSON-LD needs two more properties: ##@type## and ##@id##. 20 20 21 21 === The openMINDS Python API === 22 22