Skip to content

Commit 0e6e8bb

Browse files
committed
Add mappingRelation to valueReference #302
1 parent e71bd4a commit 0e6e8bb

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

oemetadata/v2/v21/build_source/schemas/fields.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"null"
160160
],
161161
"examples": [
162-
"skos:exactMatch"
162+
"skos:closeMatch"
163163
],
164164
"badge": "Platinum",
165165
"title": "Is About SKOS Mapping Relation"
@@ -213,6 +213,18 @@
213213
"badge": "Platinum",
214214
"title": "Value Reference Identifier",
215215
"format": "uri"
216+
},
217+
"mappingRelation": {
218+
"description": "Using SKOS mapping properties to state mapping (alignment).",
219+
"type": [
220+
"string",
221+
"null"
222+
],
223+
"examples": [
224+
"skos:exactMatch"
225+
],
226+
"badge": "Platinum",
227+
"title": "Value Reference SKOS Mapping Relation"
216228
}
217229
},
218230
"badge": "Platinum",

oemetadata/v2/v21/metadata_key_description.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,11 +255,12 @@ If a value is not yet available, use: `ToDo`.
255255
| 1.1.6 | **isAbout** | An array of objects that describes the field in ontology terms. | | [sc:about](https://schema.org/about) | | [*] |
256256
| 1.1.6.1 | name | The class label of the ontology term. | wind energy converting unit | [rdfs:label](https://www.w3.org/2000/01/rdf-schema#/label) | Platinum | [0..1] |
257257
| 1.1.6.2 | @id | The path of the ontology term (IRI). | [OEO_00000044](https://openenergyplatform.org/ontology/oeo/OEO_00000044) | [dct:identifier](http://purl.org/dc/terms/identifier) | Platinum | [0..1] |
258-
| 1.1.6.3 | mappingRelation | Using [SKOS](https://www.w3.org/TR/skos-reference/#mapping) mapping properties to state mapping (alignment). | skos:exactMatch | [skos:mappingRelation](https://www.w3.org/TR/skos-reference/#mapping) | Platinum | [0..1] |
258+
| 1.1.6.3 | mappingRelation | Using [SKOS](https://www.w3.org/TR/skos-reference/#mapping) mapping properties to state mapping (alignment). | skos:closeMatch | [skos:mappingRelation](https://www.w3.org/TR/skos-reference/#mapping) | Platinum | [0..1] |
259259
| 1.1.7 | **valueReference** | An array of objects for an extended description of the values in the column in ontology terms. | | [prov:value](https://www.w3.org/ns/prov#value) | | [*] |
260260
| 1.1.7.1 | value | The name of the value in the column. | onshore | [rdf:value](https://www.w3.org/1999/02/22-rdf-syntax-ns#value) | Platinum | [0..1] |
261261
| 1.1.7.2 | name | The class label of the ontology term in the column. | onshore wind farm | [rdfs:label](https://www.w3.org/2000/01/rdf-schema#/label) | Platinum | [0..1] |
262262
| 1.1.7.3 | @id | The path of the ontology term (IRI) in the column. | [OEO_00000311](https://openenergyplatform.org/ontology/oeo/OEO_00000311) | [dct:identifier](http://purl.org/dc/terms/identifier) | Platinum | [0..1] |
263+
| 1.1.7.4 | mappingRelation | Using [SKOS](https://www.w3.org/TR/skos-reference/#mapping) mapping properties to state mapping (alignment). | skos:exactMatch | [skos:mappingRelation](https://www.w3.org/TR/skos-reference/#mapping) | Platinum | [0..1] |
263264

264265
#### Resources - Properties Keys
265266
| <div style="width:1em">#</div> | <div style="width:6em">Key</div> | <div style="width:20em">Description</div> | <div style="width:20em">Example</div> | <div style="width:20em">Ontology Class</div> | <div style="width:4em">Badge</div> | <div style="width:3em">Card.</div> |

0 commit comments

Comments
 (0)