Skip to content

Commit

Permalink
Update nullable term #232
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Jan 22, 2025
1 parent 1d4e597 commit f294116
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion metadata/v2/v20/context.json
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@
"@id": "csvw:column"
},
"nullable": {
"@id": "sc:isNullable",
"@id": "ncit:NCIT_C47840",
"@type": "xsd:boolean"
},
"unit": {
Expand Down
32 changes: 16 additions & 16 deletions metadata/v2/v20/metadata_key_description.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,15 +186,15 @@ If a value is not yet available, use: `ToDo`.
| 1.1.1 | name | The name of the field. The name may only consist of lowercase alphanumeric characters or underscores. It must not begin with a number or an underscore. | year | [rdfs:label](https://www.w3.org/2000/01/rdf-schema#/label) | Iron | [1] |
| 1.1.2 | description | A text describing the field. | Reference year for which the data were collected. | [dct:description](http://purl.org/dc/terms/description) | Silver | [0..1] |
| 1.1.3 | type | The data type of the field. In case of a geom column in a database, also indicate the shape and CRS. | geometry(Point, 4326) | [csvw:datatype](https://www.w3.org/ns/csvw#datatype) | Iron | [1] |
| 1.1.4 | nullable | A boolean key to specify that a column can be nullable. True is the default value. | True | []() | Iron | [1] |
| 1.1.4 | nullable | A boolean key to specify that a column can be nullable. True is the default value. | True | [ncit:null](http://purl.obolibrary.org/obo/NCIT_C47840) | Iron | [1] |
| 1.1.5 | unit | The unit of a field. If it does not apply, use 'null'. If the unit is given in a separate field, reference this field (e.g. 'unit'). Use a space between numbers and units (100 m). | MW | [oeo:has unit](https://openenergyplatform.org/ontology/oeo/OEO_00040010/) | Silver | [0..1] |
| 1.1.6 | **isAbout** | An array of objects that describes the field in ontology terms. | | [sc:about](https://schema.org/about) | | [*] |
| 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] |
| 1.1.6.2 | @id | The path of the ontology term (IRI). | [OEO_00000044](https://openenergyplatform.org/ontology/oeo/OEO_00000044) | | Platinum | [0..1] |
| 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] |
| 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) | | [*] |
| 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] |
| 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] |
| 1.1.7.3 | @id | The path of the ontology term (IRI) in the column. | [OEO_00000311](https://openenergyplatform.org/ontology/oeo/OEO_00000311) | | Platinum | [0..1] |
| 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] |

#### Resource - Properties Keys
| <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> |
Expand All @@ -210,18 +210,18 @@ If a value is not yet available, use: `ToDo`.
| 1.4.2 | decimalSeparator | The symbol used to separate the integer part from the fractional part of a number written in decimal form. Depending on language and region this symbol can be '.' or ','. | . | [csvw:decimalChar](http://www.w3.org/ns/csvw#decimalChar) | Iron | [1] |

### Resource - Review Keys
| <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> |
|--------------------------------|----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|------------------------------------|--------------------------|
| 1. | **review** | The metadata on the OEP can go through an open peer review process. See the Academy course [Open Peer Review](https://openenergyplatform.github.io/academy/courses/09_peer_review/) for further information. | | | [0..1] |
| 1.1 | path | A link or path to the documented open peer review. | [open_peer_review/9](https://openenergyplatform.org/dataedit/view/model_draft/oep_table_example/open_peer_review/9/) | [sc:url](https://schema.org/url) | | [0..1] |
| 1.2 | badge | A badge of either Iron, Bronze, Silver, Gold or Platinum is used to label the quality of the metadata. |[oeo:quality control flag](https://openenergyplatform.org/ontology/oeo/OEO_00140098/) | Platinum | [0..1] |
| <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> |
|--------------------------------|----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|------------------------------------|
| 1. | **review** | The metadata on the OEP can go through an open peer review process. See the Academy course [Open Peer Review](https://openenergyplatform.github.io/academy/courses/09_peer_review/) for further information. | | | [0..1] |
| 1.1 | path | A link or path to the documented open peer review. | [open_peer_review/9](https://openenergyplatform.org/dataedit/view/model_draft/oep_table_example/open_peer_review/9/) | [sc:url](https://schema.org/url) | [0..1] |
| 1.2 | badge | A badge of either Iron, Bronze, Silver, Gold or Platinum is used to label the quality of the metadata. | Platinum | [oeo:quality control flag](https://openenergyplatform.org/ontology/oeo/OEO_00140098/) | [0..1] |

### MetaMetadata Keys
| <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:3em">Card.</div> |
|--------------------------------|----------------------------------|--------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|------------------------------------|----------------------|
| 1 | **metaMetadata** | An object that describes the metadata themselves, their format, version and license. | | | [1] |
| 1.1 | metadataVersion | Type and version number of the metadata. | OEMetadata-2.0 |[owl:versionInfo](http://www.w3.org/2002/07/owl#versionInfo) | [1] |
| 1.2 | **metadataLicense** | The license of the provided metadata. | | | [1] |
| 1.2.1 | name | The [SPDX](https://spdx.org/licenses/) identifier. | CC0-1.0 | [rdfs:label](https://www.w3.org/2000/01/rdf-schema#/label) | [1] |
| 1.2.2 | title | The official (human-readable) title of the license. | Creative Commons Zero v1.0 Universal |[dct:title](http://purl.org/dc/terms/title) | [1] |
| 1.2.3 | path | A link or path to the license text. | [creativecommons.org/publicdomain/zero/1.0/](https://creativecommons.org/publicdomain/zero/1.0/) | [sc:url](https://schema.org/url) | [1] |
| <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:3em">Card.</div> |
|--------------------------------|----------------------------------|--------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|--------------------------------------------------------------|------------------------------------|
| 1 | **metaMetadata** | An object that describes the metadata themselves, their format, version and license. | | | [1] |
| 1.1 | metadataVersion | Type and version number of the metadata. | OEMetadata-2.0 | [owl:versionInfo](http://www.w3.org/2002/07/owl#versionInfo) | [1] |
| 1.2 | **metadataLicense** | The license of the provided metadata. | | [dct:license](http://purl.org/dc/terms/license) | [1] |
| 1.2.1 | name | The [SPDX](https://spdx.org/licenses/) identifier. | CC0-1.0 | [rdfs:label](https://www.w3.org/2000/01/rdf-schema#/label) | [1] |
| 1.2.2 | title | The official (human-readable) title of the license. | Creative Commons Zero v1.0 Universal | [dct:title](http://purl.org/dc/terms/title) | [1] |
| 1.2.3 | path | A link or path to the license text. | [creativecommons.org/publicdomain/zero/1.0/](https://creativecommons.org/publicdomain/zero/1.0/) | [sc:url](https://schema.org/url) | [1] |

0 comments on commit f294116

Please sign in to comment.