Item:OSW156bec0f8f674b69aaf17a4e2a97cfe8
No edit summary Tag: 2017 source edit |
No edit summary Tag: 2017 source edit |
||
Line 7: | Line 7: | ||
<div class="JsonEditor" style="font-size:medium;height:500px" data-config='{ | <div class="JsonEditor" style="font-size:medium;height:500px" data-config='{ | ||
"schema": { | "schema": { | ||
"type": "object", | "@context": { | ||
"name": "https://www.dublincore.org/specifications/dublin-core/dcmi-terms/#title", | |||
"keywords": "https://www.w3.org/ns/dcat#themeTaxonomy" | |||
" | }, | ||
"type": "object", | |||
"title": "My Dataset", | |||
"required": ["name", "keywords", "columns"], | |||
"properties": { | |||
"name": {"type": "string"}, | |||
"keywords": { | |||
"type": "array", | |||
"title": "keywords", | |||
"items": { | |||
"$ref": "/wiki/JsonSchema:UuidUriProperty?action=raw" | |||
} | |||
}, | |||
"columns": { | |||
"type": "array", | |||
"items": { | |||
"type": "object", | |||
"properties": { | |||
"name": { | |||
"type": "string" | |||
}, | }, | ||
" | "quantity": { | ||
"$ref": "/wiki/JsonSchema:UuidUriProperty?action=raw" | |||
} | } | ||
} | |||
} | |||
} | } | ||
} | |||
}, "data": { | }, "data": { | ||
"color": "#ff0000", | "color": "#ff0000", |
Revision as of 08:15, 26 April 2023
BattINFO Metadata Creator [OSW156bec0f8f674b69aaf17a4e2a97cfe8] | |
---|---|
ID | OSW156bec0f8f674b69aaf17a4e2a97cfe8 |
UUID | 156bec0f-8f67-4b69-aaf1-7a4e2a97cfe8 |
Label | BattINFO Metadata Creator |
Machine compatible name | BattinfoMetadataCreator |
Statements (outgoing) | |
Statements (incoming) | |
|
Description
Provides a service to annotate data with BattINFO terms
Item | |
---|---|
Type(s)/Category(s) | Tutorial |
Article |
Tutorial | |
---|---|
Prerequisites (required) | |
Prerequisites (optional) | |
Follow-up (recommended) |
Data Annotator
Input jsonschema
|
Json-Editor | Output jsondata
|
jsondata
type |
| |||||
---|---|---|---|---|---|---|
uuid | "156bec0f-8f67-4b69-aaf1-7a4e2a97cfe8" | |||||
label |
| |||||
description |
| |||||
name | "BattinfoMetadataCreator" |