| ... | ... | @@ -52,6 +52,29 @@ https://rml.io/yarrrml/ |
|
|
|
https://json-schema.org/
|
|
|
|
https://json-ld.org/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"@context": {
|
|
|
|
"name": "http://schema.org/name",
|
|
|
|
↑ This means that 'name' is shorthand for 'http://schema.org/name'
|
|
|
|
"image": {
|
|
|
|
"@id": "http://schema.org/image",
|
|
|
|
↑ This means that 'image' is shorthand for 'http://schema.org/image'
|
|
|
|
"@type": "@id"
|
|
|
|
↑ This means that a string value associated with 'image'
|
|
|
|
should be interpreted as an identifier that is an IRI
|
|
|
|
},
|
|
|
|
"homepage": {
|
|
|
|
"@id": "http://schema.org/url",
|
|
|
|
↑ This means that 'homepage' is shorthand for 'http://schema.org/url'
|
|
|
|
"@type": "@id"
|
|
|
|
↑ This means that a string value associated with 'homepage'
|
|
|
|
should be interpreted as an identifier that is an IRI
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
### Semantic file formats
|
|
|
|
In semantic file formats, such as HDF5 based containers or NeXus we propose to introduce cross references as doc-strings or separate fields associated with key that carry emg.owl class IRIs. Stronger integration might be achieved through semantic import and alignment of related ontologies.
|
|
|
|
|
| ... | ... | |
| ... | ... | |