|
2 | 2 | { |
3 | 3 | "name": "id", |
4 | 4 | "description": "Unique identifier", |
5 | | - "type": "serial", |
| 5 | + "type": "integer", |
6 | 6 | "nullable": false, |
7 | 7 | "unit": null, |
8 | 8 | "isAbout": [ |
9 | 9 | { |
10 | 10 | "name": "identifier", |
11 | | - "@id": "http://purl.obolibrary.org/obo/IAO_0020000" |
| 11 | + "@id": "http://purl.obolibrary.org/obo/IAO_0020000", |
| 12 | + "mappingRelation": "skos:exactMatch" |
12 | 13 | } |
13 | 14 | ], |
14 | 15 | "valueReference": [ |
15 | 16 | { |
16 | 17 | "value": null, |
17 | 18 | "name": null, |
18 | | - "@id": null |
| 19 | + "@id": null, |
| 20 | + "mappingRelation": null |
19 | 21 | } |
20 | 22 | ] |
21 | 23 | }, |
22 | 24 | { |
23 | 25 | "name": "name", |
24 | 26 | "description": "Technology Name", |
25 | | - "type": "text", |
| 27 | + "type": "string", |
26 | 28 | "nullable": true, |
27 | 29 | "unit": null, |
28 | 30 | "isAbout": [ |
29 | 31 | { |
30 | 32 | "name": "power generation technology", |
31 | | - "@id": "http://openenergy-platform.org/ontology/oeo/OEO_00010423" |
| 33 | + "@id": "http://openenergy-platform.org/ontology/oeo/OEO_00010423", |
| 34 | + "mappingRelation": "skos:exactMatch" |
32 | 35 | } |
33 | 36 | ], |
34 | 37 | "valueReference": [ |
35 | 38 | { |
36 | 39 | "value": "wind", |
37 | 40 | "name": "wind power technology", |
38 | | - "@id": "http://openenergyplatform.org/ontology/oeo/OEO_00010424" |
| 41 | + "@id": "http://openenergyplatform.org/ontology/oeo/OEO_00010424", |
| 42 | + "mappingRelation": "skos:exactMatch" |
39 | 43 | } |
40 | 44 | ] |
41 | 45 | }, |
42 | 46 | { |
43 | 47 | "name": "type", |
44 | 48 | "description": "Type of wind farm", |
45 | | - "type": "text", |
| 49 | + "type": "string", |
46 | 50 | "nullable": true, |
47 | 51 | "unit": null, |
48 | 52 | "isAbout": [ |
49 | 53 | { |
50 | 54 | "name": "wind farm", |
51 | | - "@id": "https://openenergyplatform.org/ontology/oeo/OEO_00000447/" |
| 55 | + "@id": "https://openenergyplatform.org/ontology/oeo/OEO_00000447/", |
| 56 | + "mappingRelation": "skos:exactMatch" |
52 | 57 | } |
53 | 58 | ], |
54 | 59 | "valueReference": [ |
55 | 60 | { |
56 | 61 | "value": "onshore", |
57 | 62 | "name": "onshore wind farm", |
58 | | - "@id": "https://openenergyplatform.org/ontology/oeo/OEO_00000311/" |
| 63 | + "@id": "https://openenergyplatform.org/ontology/oeo/OEO_00000311/", |
| 64 | + "mappingRelation": "skos:exactMatch" |
59 | 65 | }, |
60 | 66 | { |
61 | 67 | "value": "offshore", |
62 | 68 | "name": "offshore wind farm", |
63 | | - "@id": "https://openenergyplatform.org/ontology/oeo/OEO_00000308/" |
| 69 | + "@id": "https://openenergyplatform.org/ontology/oeo/OEO_00000308/", |
| 70 | + "mappingRelation": "skos:exactMatch" |
64 | 71 | } |
65 | 72 | ] |
66 | 73 | }, |
|
73 | 80 | "isAbout": [ |
74 | 81 | { |
75 | 82 | "name": "year", |
76 | | - "@id": "https://openenergyplatform.org/ontology/oeo/UO_0000036/" |
| 83 | + "@id": "https://openenergyplatform.org/ontology/oeo/UO_0000036/", |
| 84 | + "mappingRelation": "skos:exactMatch" |
77 | 85 | } |
78 | 86 | ], |
79 | 87 | "valueReference": [ |
80 | 88 | { |
81 | 89 | "value": null, |
82 | 90 | "name": null, |
83 | | - "@id": null |
| 91 | + "@id": null, |
| 92 | + "mappingRelation": null |
84 | 93 | } |
85 | 94 | ] |
86 | 95 | }, |
87 | 96 | { |
88 | 97 | "name": "value", |
89 | 98 | "description": "Bruttoleistung", |
90 | | - "type": "decimal", |
| 99 | + "type": "number", |
91 | 100 | "nullable": true, |
92 | 101 | "unit": "MW", |
93 | 102 | "isAbout": [ |
94 | 103 | { |
95 | 104 | "name": "nameplate capacity", |
96 | | - "@id": "https://openenergyplatform.org/ontology/oeo/OEO_00230003/" |
| 105 | + "@id": "https://openenergyplatform.org/ontology/oeo/OEO_00230003/", |
| 106 | + "mappingRelation": "skos:exactMatch" |
97 | 107 | } |
98 | 108 | ], |
99 | 109 | "valueReference": [ |
100 | 110 | { |
101 | 111 | "value": null, |
102 | 112 | "name": null, |
103 | | - "@id": null |
| 113 | + "@id": null, |
| 114 | + "mappingRelation": null |
104 | 115 | } |
105 | 116 | ] |
106 | 117 | }, |
|
113 | 124 | "isAbout": [ |
114 | 125 | { |
115 | 126 | "name": "Operating Mode Status", |
116 | | - "@id": "https://ontology.brickschema.org/brick/Operating_Mode_Status" |
| 127 | + "@id": "https://ontology.brickschema.org/brick/Operating_Mode_Status", |
| 128 | + "mappingRelation": "skos:exactMatch" |
117 | 129 | } |
118 | 130 | ], |
119 | 131 | "valueReference": [ |
120 | 132 | { |
121 | 133 | "value": null, |
122 | 134 | "name": null, |
123 | | - "@id": null |
| 135 | + "@id": null, |
| 136 | + "mappingRelation": null |
124 | 137 | } |
125 | 138 | ] |
126 | 139 | }, |
127 | 140 | { |
128 | 141 | "name": "version", |
129 | 142 | "description": "Version", |
130 | | - "type": "integer", |
| 143 | + "type": "string", |
131 | 144 | "nullable": true, |
132 | 145 | "unit": null, |
133 | 146 | "isAbout": [ |
134 | 147 | { |
135 | 148 | "name": "version number", |
136 | | - "@id": "http://purl.obolibrary.org/obo/IAO_0000129" |
| 149 | + "@id": "http://purl.obolibrary.org/obo/IAO_0000129", |
| 150 | + "mappingRelation": "skos:exactMatch" |
137 | 151 | } |
138 | 152 | ], |
139 | 153 | "valueReference": [ |
140 | 154 | { |
141 | 155 | "value": null, |
142 | 156 | "name": null, |
143 | | - "@id": null |
| 157 | + "@id": null, |
| 158 | + "mappingRelation": null |
144 | 159 | } |
145 | 160 | ] |
146 | 161 | }, |
147 | 162 | { |
148 | 163 | "name": "comment", |
149 | 164 | "description": "", |
150 | | - "type": "text", |
| 165 | + "type": "string", |
151 | 166 | "nullable": true, |
152 | 167 | "unit": null, |
153 | 168 | "isAbout": [ |
154 | 169 | { |
155 | 170 | "name": "comment", |
156 | | - "@id": "http://semanticscience.org/resource/SIO_001167" |
| 171 | + "@id": "http://semanticscience.org/resource/SIO_001167", |
| 172 | + "mappingRelation": "skos:exactMatch" |
157 | 173 | } |
158 | 174 | ], |
159 | 175 | "valueReference": [ |
160 | 176 | { |
161 | 177 | "value": null, |
162 | 178 | "name": null, |
163 | | - "@id": null |
| 179 | + "@id": null, |
| 180 | + "mappingRelation": null |
164 | 181 | } |
165 | 182 | ] |
166 | 183 | } |
|
0 commit comments