Category:OSW0e084decca6f48a7b023d6b7b2c1452d
No edit summary |
(Update package: OSW Base) |
||
Line 1: | Line 1: | ||
=={{#switch: {{USERLANGUAGECODE}} |en=Instances|de=Instanzen|#default=Instances}}== | |||
{{#ask: [[{{FULLPAGENAME}}]] | {{#ask: [[{{FULLPAGENAME}}]] | ||
|?HasStartDateAndTime={{#switch: {{USERLANGUAGECODE}} |en=Start date|de=Startdatum|#default=Start date}} | |?HasStartDateAndTime={{#switch: {{USERLANGUAGECODE}} |en=Start date|de=Startdatum|#default=Start date}} | ||
jsondata | |||
---|---|---|---|
Line 1: | Line 1: | ||
{ | { | ||
"subclass_of": [ | "subclass_of": [ | ||
"Category: | "Category:OSWb97757b46edb430591758662c18d354d" | ||
], | ], | ||
"type": [ | "type": [ | ||
Line 9: | Line 9: | ||
"label": [ | "label": [ | ||
{ | { | ||
"text": "Event", | "text": "Event with People", | ||
"lang": "en" | "lang": "en" | ||
}, | }, | ||
{ | { | ||
"text": " | "text": "Veranstaltung", | ||
"lang": "de" | "lang": "de" | ||
} | } | ||
Line 19: | Line 19: | ||
"description": [ | "description": [ | ||
{ | { | ||
"text": "An event, either local, remote or hybrid. | "text": "An event, either local, remote or hybrid. E.g., a meeting or a conference. This element is intended to be used to document events. It is dedicated especially to notes, resolutions and tasks. For recurring events (series), the tasks should be managed there.", | ||
"lang": "en" | "lang": "en" | ||
}, | }, | ||
Line 30: | Line 30: | ||
"📆" | "📆" | ||
], | ], | ||
"name": " | "name": "EventWithPeople", | ||
"instance_rdf_type": [ | "instance_rdf_type": [ | ||
"schema:Event" | "schema:Event" | ||
] | ] | ||
} | } | ||
jsonschema | |||
Line 1: | Line 1: | ||
{ | { | ||
"@context": [ | "@context": [ | ||
{ | { | ||
"associated_ou": { | "associated_ou": { | ||
"@id": "Property:HasAssociatedOu", | "@id": "Property:HasAssociatedOu", | ||
"@type": "@id" | "@type": "@id" | ||
}, | }, | ||
Line 35: | Line 18: | ||
"@type": "@id" | "@type": "@id" | ||
}, | }, | ||
" | "funding": { | ||
"@id": "schema: | "@id": "schema:funding", | ||
"@type": "@id" | |||
}, | |||
"funding*": { | |||
"@id": "Property:HasFunding", | |||
"@type": "@id" | |||
}, | |||
"funding_name": { | |||
"@id": "schema:funding", | |||
"@type": "@id" | "@type": "@id" | ||
}, | }, | ||
" | "funding_name*": { | ||
"@id": "Property: | "@id": "Property:HasFunding", | ||
"@type": "@id" | "@type": "@id" | ||
}, | }, | ||
"location_name": { | "location_name": { | ||
"@id": "schema:location", | "@id": "schema:location", | ||
"@type": " | "@type": "@id" | ||
}, | }, | ||
"location_name*": { | "location_name*": { | ||
"@id": "Property:HasLocation", | "@id": "Property:HasLocation", | ||
"@type": " | "@type": "@id" | ||
}, | }, | ||
"minutes_taker": { | "minutes_taker": { | ||
Line 69: | Line 60: | ||
"project": { | "project": { | ||
"@id": "Property:HasProject", | "@id": "Property:HasProject", | ||
"@type": "@id" | "@type": "@id" | ||
}, | }, | ||
Line 95: | Line 78: | ||
"@type": "@id" | "@type": "@id" | ||
} | } | ||
} | }, | ||
"/wiki/Category:OSWb97757b46edb430591758662c18d354d?action=raw\u0026slot=jsonschema" | |||
], | ], | ||
"allOf": [ | "allOf": [ | ||
{ | { | ||
"$ref": "/wiki/Category: | "$ref": "/wiki/Category:OSWb97757b46edb430591758662c18d354d?action=raw\u0026slot=jsonschema" | ||
} | } | ||
], | ], | ||
"uuid": "0e084dec-ca6f-48a7-b023-d6b7b2c1452d", | |||
"type": "object", | "type": "object", | ||
"title": "Event with People", | |||
"title": "Event", | |||
"title*": { | "title*": { | ||
"de": " | "de": "Veranstaltung", | ||
"en": "Event" | "en": "Event with People" | ||
}, | }, | ||
"description": "An event, either local, remote or hybrid. | "description": "An event, either local, remote or hybrid. E.g., a meeting or a conference. This element is intended to be used to document events. It is dedicated especially to notes, resolutions and tasks. For recurring events (series), the tasks should be managed there.", | ||
"description*": { | "description*": { | ||
"de": "Ein Ereignis, entweder lokal, remote oder hybrid. Z.B. eine Besprechung oder eine Konferenz. Dieses Element ist für die Dokumentation von Ereignissen gedacht. Es ist insbesondere für Notizen, Beschlüsse und Aufgaben vorgesehen. Bei wiederkehrenden Ereignissen (Serien) sollten die Aufgaben dort verwaltet werden.", | "de": "Ein Ereignis, entweder lokal, remote oder hybrid. Z.B. eine Besprechung oder eine Konferenz. Dieses Element ist für die Dokumentation von Ereignissen gedacht. Es ist insbesondere für Notizen, Beschlüsse und Aufgaben vorgesehen. Bei wiederkehrenden Ereignissen (Serien) sollten die Aufgaben dort verwaltet werden.", | ||
"en": "An event, either local, remote or hybrid. | "en": "An event, either local, remote or hybrid. E.g., a meeting or a conference. This element is intended to be used to document events. It is dedicated especially to notes, resolutions and tasks. For recurring events (series), the tasks should be managed there." | ||
}, | }, | ||
"required": [ | |||
"allday", | |||
"start_date", | |||
"type" | |||
], | |||
"defaultProperties": [ | |||
"allday", | |||
"start_date", | |||
"end_date", | |||
"event_series", | |||
"location_name", | |||
"participants", | |||
"minutes_taker", | |||
"organizer", | |||
"project", | |||
"event_classifier", | |||
"associated_ou" | |||
], | |||
"properties": { | "properties": { | ||
"type": { | "type": { | ||
Line 132: | Line 121: | ||
"Category:OSW0e084decca6f48a7b023d6b7b2c1452d" | "Category:OSW0e084decca6f48a7b023d6b7b2c1452d" | ||
] | ] | ||
}, | |||
"allday": { | |||
"type": "boolean", | |||
"title": "All day", | |||
"title*": { | |||
"de": "Ganztägig" | |||
}, | |||
"default": false | |||
}, | }, | ||
"start_date": { | "start_date": { | ||
Line 141: | Line 138: | ||
"oneOf": [ | "oneOf": [ | ||
{ | { | ||
"format": " | "format": "datetime-local", | ||
"title": "Date", | "title": "Date and time", | ||
"title*": { | "title*": { | ||
"de": "Datum" | "de": "Datum und Uhrzeit" | ||
} | } | ||
}, | }, | ||
{ | { | ||
"format": " | "format": "date", | ||
"title": "Date | "title": "Date", | ||
"title*": { | "title*": { | ||
"de": "Datum | "de": "Datum" | ||
} | } | ||
} | } | ||
] | ] | ||
}, | }, | ||
"start_date_min": { | "start_date_min": { | ||
Line 167: | Line 161: | ||
"format": "datetime-local", | "format": "datetime-local", | ||
"options": { | "options": { | ||
"conditional_visible": { | "conditional_visible": { | ||
"modes": "query" | "modes": "query" | ||
Line 186: | Line 179: | ||
"format": "datetime-local", | "format": "datetime-local", | ||
"options": { | "options": { | ||
"conditional_visible": { | "conditional_visible": { | ||
"modes": "query" | "modes": "query" | ||
Line 198: | Line 190: | ||
}, | }, | ||
"duration": { | "duration": { | ||
"type": " | "type": "string", | ||
"title": " | "title": "Duration", | ||
"title*": { | "title*": { | ||
"de": "Dauer | "de": "Dauer" | ||
}, | }, | ||
" | "format": "time", | ||
"options": { | |||
"flatpickr": { | |||
"enableTime": true, | |||
"noCalendar": true, | |||
"dateFormat": "H:i", | |||
"time_24hr": true | |||
" | |||
" | |||
" | |||
" | |||
" | |||
} | } | ||
} | } | ||
Line 238: | Line 213: | ||
"oneOf": [ | "oneOf": [ | ||
{ | { | ||
"format": " | "format": "datetime-local", | ||
"title": "Date", | "title": "Date and time", | ||
"title*": { | "title*": { | ||
"de": "Datum" | "de": "Datum und Uhrzeit" | ||
} | } | ||
}, | }, | ||
{ | { | ||
"format": " | "format": "date", | ||
"title": "Date | "title": "Date", | ||
"title*": { | "title*": { | ||
"de": "Datum | "de": "Datum" | ||
} | } | ||
} | } | ||
] | ] | ||
}, | }, | ||
"event_series": { | "event_series": { | ||
Line 274: | Line 246: | ||
"default": "" | "default": "" | ||
}, | }, | ||
" | "funding": { | ||
"type": "string", | "title": "Funding", | ||
"title": " | "title*": { | ||
"de": "Förderung" | |||
}, | |||
"description": "Funding (Grant) for the event.", | |||
"description*": { | |||
"de": "Förderung für das Ereignis." | |||
}, | |||
"type": "array", | |||
"format": "table", | |||
"items": { | |||
"title": "Funding", | |||
"title*": { | |||
"de": "Förderung" | |||
}, | |||
"type": "string", | |||
"format": "autocomplete", | |||
"category": "Category:OSW25bc4daf97644737a76434b88e1d5b21", | |||
"default": "" | |||
} | |||
}, | |||
"funding_name": { | |||
"title": "Funding (grant no. or name)", | |||
"title*": { | "title*": { | ||
"de": " | "de": "Förderung (Förderkennzeichen oder Bezeichnung)" | ||
}, | }, | ||
"format": " | "description": "Name of the funding (Grant) for the event.", | ||
" | "description*": { | ||
"de": "Name oder Kennzeichen der Förderung für das Ereignis." | |||
}, | |||
"type": "array", | |||
"format": "table", | |||
"items": { | |||
"title": "Funding", | |||
"title*": { | |||
"de": "Förderung" | |||
}, | |||
"type": "string", | |||
"default": "" | |||
} | |||
}, | }, | ||
"location_name": { | "location_name": { | ||
Line 308: | Line 313: | ||
"internal", | "internal", | ||
"external" | "external" | ||
] | ], | ||
"default": "", | |||
"options": { | |||
"enum_titles": [ | |||
"Internal", | |||
"External" | |||
], | |||
"enum_titles*": { | |||
"de": [ | |||
"Intern", | |||
"Extern" | |||
] | |||
} | |||
} | |||
}, | }, | ||
"participants": { | "participants": { | ||
Line 447: | Line 465: | ||
] | ] | ||
} | } | ||
} | } | ||
} | } | ||
header_template | |||
Line 21: | Line 21: | ||
<tr> | <tr> | ||
<th>{{{_label_location_name|Location}}}</th> | <th>{{{_label_location_name|Location}}}</th> | ||
<td>{{ | <td>{{{location_name|}}}</td> | ||
</tr> | </tr> | ||
<tr> | <tr> |
Latest revision as of 06:56, 21 February 2025
Category | |
---|---|
RDF type(s) of instancesReferences a class/type/category in another ontology to describe the instances of this category. Typically a prefix, representing the resolvable URI of an ontology and an id from the namespace of said ontology, separated by colon, e.g., "schema:Person"<br>Definition: CategoryClass |
|
Supercategories<br>Definition: CategoryClass |
|
UTF8-Iconssee https://www.unicode.org/cldr/charts/latest/annotations/romance.html<br>Definition: CategoryClass |
|
Instances
jsondata
subclass_of |
| ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
type |
| ||||||||||
uuid | "0e084dec-ca6f-48a7-b023-d6b7b2c1452d" | ||||||||||
label |
| ||||||||||
description |
| ||||||||||
utf8_icon |
| ||||||||||
name | "EventWithPeople" | ||||||||||
instance_rdf_type |
|
jsonschema
@context |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
allOf |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
uuid | "0e084dec-ca6f-48a7-b023-d6b7b2c1452d" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | "object" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title | "Event with People" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
title* |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description | "An event, either local, remote or hybrid. E.g., a meeting or a conference. This element is intended to be used to document events. It is dedicated especially to notes, resolutions and tasks. For recurring events (series), the tasks should be managed there." | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
description* |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
required |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
defaultProperties |
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
Pages in category "OSW0e084decca6f48a7b023d6b7b2c1452d"
The following 136 pages are in this category, out of 136 total.
2
A
B
- BATT4EU Webinar on Advancing Non-Road Mobility
- Batteries Event 2024
- Batteries Event Dunkerque 2025
- Batteries in Stationary Energy Storage Applications
- Battery 2030+ / HYDRA Standards and Best Practices Workshop
- Battery 2030+ Annual Conference 2024
- Battery 2030+ Excellence Seminar - David Howey
- Battery 2030+ Excellence Seminar - Gerbrand Ceder
- BATTERY 2030+ Large-Scale Research Initiative Roadmap Workshop
- Battery Anodes 2024
- Battery Asset Management Summit Europe 2024
- Battery Day 2024
- Battery Design by Modeling and Simulation: From particle over electrode structure to cell performance
- Battery Forum September 2024
- Battery Innovation Days 2024
- Battery Innovation Days 2025
- Battery Knowledge Base Webinar 2024-09-06
- Battery Pub @ London
- Battery Pub Oslo September 2024
- Battery Pub Oxford November 2024
- Battery Pub September 2024
- Battery Pub, November 2024
- Battery Recycling & Reuse 2025
- Battery Research Summer School 2025
- Battery Safety Summit 2024
- Battery Show Europe 2025
- Battery Technologies Summit 2024
- Battery2030+ Annual Conference 2025
- Battery2030+ Excellence Seminar - Laurence Croguennec
- Battery2030+ Excellence Seminar - Montse Casas-Cabanas
- Battery2030+ Excellence Seminar - Patrik Johansson
- Battery2030+ Excellence Seminar: Simon Clark
- Battery2030+ Workshop on Recycling
- BatteryPass Closing Event
- BEPA Technology Brokerage Event
- BMS Alliance Webinar
C
- Chemo-mechanical Challenges in Solid State Cathodes
- CircuBAT 2025
- Clean Energy Forum Korea
- Clustering Battery2030+ & Cross Fertilisation Event
- Comprehensive Metal Impurity Analysis in Battery Manufacturing
- Conference on Battery Direct Recycling 2024
- Cutting-Edge Imaging Characterization Techniques for Beam-Sensitive Battery Materials
D
E
- E-Tech Europe 2025
- EARPA Autumn Meeting 2024
- EARPA Spring Meeting 2025
- ECS PRiME 2024 Pacific Rim Meeting on Electrochemical and Solid State Science
- ElectROBatt 2024
- Electrochemical Impedance Spectroscopy: A Powerful Technique for the Development of Batteries
- Electrochemical techniques for battery research and testing
- Electrochemistry 2024
- EMIRI General Assembly
- Enabling battery quality at scale
- Energy Storage Global Conference 2024
- Enhancing Battery R&D and Manufacturing via Advanced Data Management, and Interpretation
- EUnified Battery Data Workshop
- European Sustainable Energy Week 2024
- Excelling in Battery Failure Analysis with Cutting-Edge Analytical Solutions
F
I
M
N
P
S
- Safe and Low-Cost Aqueous Energy Storage Technologies and Their Applications
- Speeding Up Electrochemical Energy Storage: Deciphering Rate-Limiting Processes with the CVCaRe Software and Operando Methods
- StoRIES Project and EERA Joint Programme Energy Storage
- Swiss Battery Days 2024
- Symposium on Enhancing Electrochemistry with Quantum Computers
- Symposium on Physics and Machine Learning for Batteries 2024