-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathformats.yaml
More file actions
91 lines (80 loc) · 2.4 KB
/
formats.yaml
File metadata and controls
91 lines (80 loc) · 2.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
file_formats:
- name: Zarr
handle: zarr
description: Specification for storage of large N-dimensional typed arrays
homepage: https://zarr.dev/
# base: None
mimetypes:
- TBD:
extra_info: https://github.com/zarr-developers/zarr-specs/issues/123
extensions:
- zarr
content: Hierarchy of JSON metadata with chunked binary arrays
wikidata: Q130377195
tags:
- n-d array
- name: OME-Zarr
handle: ome-zarr
description: optimized for storying, viewing, & sharing large images
base: zarr
# mimetypes inheritance may not be possible in YAML-LD, so we repeat it here
mimetypes:
- TBD:
extra_info: https://github.com/zarr-developers/zarr-specs/issues/123
# same for file extensions
extensions:
- zarr
- ome.zarr
content: Domain-specific metadata & data layout for Zarr
wikidata: Q126596270
tags:
- image
- name: Tag Image File Format
handle: tiff
description: an image file format for storing raster graphics images
homepage: https://www.loc.gov/preservation/digital/formats/fdd/fdd000022.shtml
# base: None
mimetypes:
- image/tiff
extensions:
- tiff
- tif
- btf
content: a single binary with a header that points to one or more directories of tagged metadata entries
wikidata: Q215106
tags:
- image
- name: OME-TIFF
handle: ome-tiff
description: optimized for storying, viewing, & sharing large images
base: tiff
# mime_type inheritance may not be possible in YAML-LD, so we repeat it here
mimetypes:
- image/tiff
# same for extensions
extensions:
- tiff
- tif
- btf
content: Domain-specific metadata & data layout for TIFF
wikidata: Q29167443
tags:
- image
# YAML-LD context
"@context":
"@vocab": "https://schema.org/"
"@base": "https://example.org/nfdi_formats/"
handle:
"@id": "@id"
file_formats: "https://schema.org/hasPart"
base: "https://schema.org/isBasedOn"
mimetypes: "https://schema.org/encodingFormat"
tags: "https://schema.org/keywords"
extra_info: "http://www.w3.org/2000/01/rdf-schema#seeAlso"
content: "https://schema.org/description"
wikidata:
"@id": "https://schema.org/sameAs"
"@type": "@id"
"@context":
"@base": "http://www.wikidata.org/entity/"
extensions: "http://www.wikidata.org/entity/P1195" # omit the leading dot