| ... | @@ -45,52 +45,14 @@ However for adoption of your application- or domain-level metadata and semantics |
... | @@ -45,52 +45,14 @@ However for adoption of your application- or domain-level metadata and semantics |
|
|
- cite the EM-Glossary in appropriate places of your output or publication.
|
|
- cite the EM-Glossary in appropriate places of your output or publication.
|
|
|
|
|
|
|
|
### Metadata schemas
|
|
### Metadata schemas
|
|
|
Application level metadata is often collected and validated with metadata schemas. Different formats may be used for this, such as XML or JSON-Schema. We here highlight the latter as a very commonly used way of defining schemas, but envision similar implementations also in other formats or serialisation. In JSON schema fields like "external reference" that could carry an emg.owl class label and "identifier" carrying the related class IRIs is encouraged. For linked data schmemas such as YARRRML or JSON-Schema emg.owl base URI should be intergrated as the appropriate context.
|
|
Application level metadata is often collected and validated with metadata schemas. Different formats may be used for this, such as XML or JSON-Schema. We here highlight the latter as a very commonly used way of defining schemas, but envision similar implementations also in other formats or serialisation. In JSON schema fields like "external reference" that could carry an emg.owl class label and "identifier" carrying the related class IRIs is encouraged.
|
|
|
|
|
|
|
|
https://datatracker.ietf.org/doc/html/draft-pbryan-zyp-json-ref-00
|
|
|
|
|
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
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
:construction: under construction - further content will be added :construction:
|
|
|
### Semantic file formats
|
|
### 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.
|
|
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.
|
|
|
|
|
|
|
|
### Semantic artefacts (RDF, RDFs, OWL)
|
|
### Semantic artefacts (RDF, RDFs, OWL)
|
|
|
- import of emg.owl
|
|
:construction: under construction - further content will be added :construction:
|
|
|
- import of classes from emg.owl with annotation properties
|
|
|
|
|
- import of classe from emg.owl with partial annotation properties
|
|
|
|
|
- alignment of own class
|
|
|
|
|
- crosswalk with e.g. sssom
|
|
|
|
|
- keep emg IRI
|
|
|
|
|
|
|
|
|
|
- import with definition (to ensure backwards compatability after new releases of emg.owl).
|
|
|
|
|
|
|
|
|
|
How to adapt and use terminology from emg.owl in your application level artefact metadata
|
|
|
|
|
- how to technically adopt
|
|
|
|
|
- how we expect to be acknowledged
|
|
|
|
|
|
|
|
|
|
----
|
|
----
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |