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
-
... ... @@ -33,8 +33,9 @@ 33 33 To simplify the human-readability for all openMINDS users, technical properties specifically required for the JSON-LD syntax are, on purpose, not defined in the openMINDS schema templates. Instead, these technical properties are first added to the required property list of all openMINDS schemas after their template is transformed into an established, full-blown metadata schema format, such as JSON-Schema (cf. [[Technical details>>Technical details||target="_blank"]]). Let us explain why these technical JSON-LD properties are needed and how they are correctly provided for an openMINDS instance. 34 34 35 35 (% style="text-align: justify;" %) 36 -The JSON-LD propert ies**##"@context"##**and **##"@vocab"##** defineacommon vocabulary mapping, by stating a prefix that extends allnon-JSON-LDpropertynames and **##"@type"##**valuesthat donotcorrespond to an IRI or compact IRI. Within openMINDS,each metadata instance should map to the openMINDS vocabulary, meaning the**##"@context"##** and **##"@vocab"##** is thesame across all metadata instances (cf. code above). If you want to learnmoreaboutthe power ofthe openMINDS vocabulary please go to: [[Technicaldetails>>doc:Collabs.openminds.openMINDS core.Implementation details.WebHome||target="_blank"]].36 +The JSON-LD property **##"@type"##** expects an entry (value) of type string with the format of an IRI. 37 37 38 +(% style="text-align: justify;" %) 38 38 Generally speaking, the JSON-LD property **##"@type"##** defines which schema should be used to validate the particular JSON-LD. The **##"@type"##** expects an entry (value) of type string with the format of an IRI. Within openMINDS, the **##"@type"##** value equals the corresponding schema-namespace with the following naming convention: 39 39 40 40 (% style="text-align: center;" %)