MapComplete/assets/layers/school/school.json

1105 lines
51 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"id": "school",
"name": {
"en": "Primary and secondary schools",
"nl": "Lagere en middelbare scholen",
"de": "Grund- und weiterführende Schulen",
"fr": "Écoles primaires et secondaires",
"ca": "Escoles de primària i secundària",
"cs": "Základní a střední školy",
"es": "Escuelas primarias y secundarias"
},
"description": "Schools giving primary and secondary education and post-secondary, non-tertiary education. Note that this level of education does not imply an age of the pupiles",
"source": {
"osmTags": {
"or": [
"amenity=school",
"amenity=kindergarten"
]
}
},
"calculatedTags": [
"_enclosing=enclosingFeatures(feat)('school').map(f => f.feat.properties.id)",
"_is_enclosed=feat.properties._enclosing != '[]'"
],
"isShown": {
"or": [
"building=",
"_is_enclosed!=true"
]
},
"minzoom": 12,
"title": {
"render": {
"en": "School <i>{name}</i>",
"nl": "School <i>{name}</i>",
"de": "Schule <i>{name}</i>",
"fr": "École <i>{name}</i>",
"pl": "Szkoła <i>{name}</i>",
"ca": "Escola <i>{name}</i>",
"cs": "Škola <i>{name}</i>",
"es": "Escuela <i>{name}</i>"
}
},
"pointRendering": [
{
"label": {
"mappings": [
{
"if": "name~*",
"then": "<div class='bg-white rounded-lg p-1'>{name}</div>"
}
]
},
"iconSize": "40,40",
"location": [
"point",
"centroid"
],
"anchor": "center",
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": {
"render": "./assets/layers/school/school.svg",
"mappings": [
{
"if": {
"or": [
"amenity=kindergarten",
"school=kindergarten"
]
},
"then": "./assets/layers/school/kindergarten.svg"
},
{
"if": "school:orientation=academic",
"then": "./assets/layers/school/school_academic.svg"
},
{
"if": "school~.*secondary.*",
"then": "./assets/layers/school/school.svg"
},
{
"if": "school~.*primary.*",
"then": "./assets/layers/school/school_primary.svg"
}
]
}
}
]
}
],
"lineRendering": [
{
"color": "#fcd862",
"width": 1
}
],
"presets": [
{
"tags": [
"amenity=school",
"fixme=Added with MapComplete, the precise geometry should still be drawn"
],
"title": {
"en": "a primary or secondary school",
"nl": "een lagere of middelbare school",
"de": "eine Grundschule oder weiterführende Schule",
"fr": "une école primaire ou secondaire",
"ca": "una escola de primària o secundària",
"cs": "základní nebo střední škola",
"es": "una escuela primaria o secundaria"
}
},
{
"title": {
"en": "a kindergarten",
"nl": "een kleuterschool",
"ca": "una llar d'infants",
"de": "ein Kindergarten",
"cs": "mateřská škola"
},
"description": "A kindergarten (also known as <i>preschool</i>) is a school where small kids receive early education.",
"tags": [
"amenity=kindergarten",
"school=kindergarten",
"isced:level=0"
]
}
],
"tagRenderings": [
"images",
{
"render": {
"en": "This school is named {name}",
"nl": "Deze school heet <b>{name}</b>",
"de": "Diese Schule heißt {name}",
"fr": "Cet établissement scolaire s'appelle {name}",
"ca": "L'escola s'anomena {name}",
"pl": "Ta szkoła nazywa się {name}",
"cs": "Tato škola se jmenuje {name}",
"es": "Esta escuela se llama {name}",
"uk": "Ця школа називається {name}"
},
"question": {
"en": "What is the name of this school?",
"nl": "Wat is de naam van deze school?",
"de": "Wie lautet der Name dieser Schule?",
"fr": "Quel est le nom de cet établissement scolaire?",
"ca": "Quin és el nom d'aquesta escola?",
"pl": "Jaką nazwę ma ta szkoła?",
"cs": "Jak se jmenuje tato škola?",
"es": "¿Cómo se llama esta escuela?",
"uk": "Як називається ця школа?"
},
"freeform": {
"key": "name"
},
"id": "school-name"
},
"contact",
"address.address",
{
"id": "capacity",
"question": {
"en": "How much students can at most enroll in this school?",
"de": "Wie viele Schüler können sich maximal an dieser Schule anmelden?",
"nl": "Ten hoogste hoeveel studenten kunnen er les volgen in deze school?",
"fr": "Combien d'élèves peuvent s'inscrire au maximum dans cette école ?",
"ca": "Quants alumnes, com a màxim, poden matricular-se en aquesta escola?",
"cs": "Kolik studentů se může na tuto školu maximálně zapsat?",
"es": "¿Cuántos alumnos como máximo pueden matricularse en esta escuela?",
"uk": "Скільки учнів можна зарахувати до цієї школи?"
},
"render": {
"en": "This school can enroll at most {capacity} students",
"nl": "Deze school kan maximaal {capacity} studenten lesgeven",
"de": "Diese Schule kann höchstens {capacity} Schüler aufnehmen",
"fr": "Cette école peut accueillir au maximum {capacity} étudiants",
"ca": "A aquesta escola poden inscriure's com a màxim {capacity} estudiants",
"cs": "Tato škola může přijmout maximálně {capacity} studentů",
"es": "Esta escuela puede matricular como máximo {capacity} alumnos",
"uk": "Ця школа може зарахувати максимум {capacity} учнів"
},
"freeform": {
"key": "capacity",
"type": "pnat"
}
},
{
"id": "education-level-belgium",
"condition": "_country=be",
"question": {
"en": "What level of education is given on this school?",
"nl": "Wat is het onderwijsniveau van deze school?",
"de": "Welches Bildungsniveau wird an dieser Schule vermittelt?",
"fr": "Quel est le niveau d'enseignement dispensé dans cette école ?",
"ca": "Quin nivell d'educació s'imparteix en aquesta escola?",
"cs": "Jaký stupeň vzdělání se na této škole poskytuje?",
"es": "¿Qué nivel de educación se imparte en esta escuela?"
},
"mappings": [
{
"if": "school=kindergarten",
"alsoShowIf": "amenity=kindergarten",
"then": {
"en": "This is a school with a kindergarten section where young kids receive some education which prepares reading and writing.",
"nl": "Dit is een school die ook een kleuterschool bevat",
"de": "Es handelt sich um eine Schule mit einer Kindergartenabteilung, in der kleine Kinder eine Ausbildung erhalten, die auf das Lesen und Schreiben vorbereitet.",
"fr": "C'est une école avec une section maternelle où les jeunes enfants reçoivent un enseignement qui prépare à la lecture et à l'écriture.",
"ca": "Aquesta és una escola amb una secció deducació infantil on els més petits reben una educació que prepara la lectura i lescriptura.",
"cs": "Jedná se o školu s mateřskou školou, kde se malé děti vzdělávají v oblasti čtení a psaní.",
"es": "Esta es una escuela con una sección de jardín de infancia donde los niños pequeños reciben educación que prepara la lectura y la escritura."
}
},
{
"if": "school=primary",
"addExtraTags": [
"amenity=school"
],
"then": {
"en": "This is a school where one learns primary skills such as basic literacy and numerical skills. <div class='subtle'>Pupils typically enroll from 6 years old till 12 years old</div>",
"nl": "Dit is een lagere school",
"de": "In dieser Schule lernt man grundlegende Fähigkeiten wie Lesen, Schreiben und Rechnen. <div class='subtle'>Schüler besuchen die Schule in der Regel im Alter von 6 bis 12 Jahren</div>",
"fr": "C'est une école où l'on apprend les compétences primaires telles que l'alphabétisation de base et les compétences numériques.. <div class='subtle'>Les élèves s'inscrivent généralement de 6 à 12 ans.</div>",
"ca": "Aquesta és una escola on s'aprèn competències primàries com ara l'alfabetització bàsica i les habilitats numèriques. <div class='subtle'>Els alumnes solen matricular-se des dels 6 anys fins als 12 anys</div>",
"cs": "Jedná se o školu, kde se člověk učí základním dovednostem, jako je základní gramotnost a numerické dovednosti. <div class='subtle'>Žáci se obvykle zapisují ve věku od 6 let do 12 let</div>",
"es": "Esta es una escuela donde se aprenden habilidades primarias como la alfabetización básica y las habilidades numéricas. <div class='subtle'>Los alumnos normalmente se matriculan desde los 6 años hasta los 12 años</div>"
}
},
{
"if": "school=secondary",
"addExtraTags": [
"amenity=school"
],
"then": {
"en": "This is a secondary school which offers all grades",
"nl": "Dit is een middelbare school die alle schooljaren aanbiedt (dus van het eerste tot en met het zesde middelbaar)",
"de": "Dies ist eine weiterführende Schule, die alle Jahrgangsstufen anbietet",
"fr": "C'est une école secondaire qui offre toutes les classes",
"ca": "Aquesta és una escola secundària que ofereix tots els graus",
"cs": "Jedná se o střední školu, která nabízí všechny ročníky",
"es": "Esta es una escuela secundaria que ofrece todos los grados"
}
},
{
"if": "school=lower_secondary",
"addExtraTags": [
"amenity=school"
],
"then": {
"en": "This is a secondary school which does <i>not</i> have all grades, but offers <b>first and second</b> grade",
"nl": "Dit is een middelbare school die <i>niet</i> alle schooljaren aanbiedt, maar wel <b>het eerste en tweede middelbaar</b>",
"de": "Dies ist eine weiterführende Schule, die <i>nicht</i> alle Klassenstufen hat, aber <b>erste und zweite</b> Klasse anbietet",
"fr": "C'est une école secondaire qui n'a <i>pas</i> toutes les classes, mais qui offre <b>la première et la deuxième</b> années",
"ca": "Aquesta és una escola secundària que <i>no</i> ofereix tots els graus, però ofereix <b>primer i segon</b> grau",
"cs": "Toto je střední škola, která <i>nemá</i> všechny ročníky, ale nabízí <b>první a druhý</b> ročník",
"es": "Esta es una escuela secundaria que <i>no</i> tiene todos los grados, pero ofrece el <b>primero y segundo</b> grado"
}
},
{
"if": "school=middle_secondary",
"addExtraTags": [
"amenity=school"
],
"then": {
"en": "This is a secondary school which does <i>not</i> have all grades, but offers <b>third and fourth</b> grade",
"nl": "Dit is een middelbare school die <i>niet</i> alle schooljaren aanbiedt, maar wel <b>het derde en vierde middelbaar</b>",
"de": "Dies ist eine weiterführende Schule, die <i>nicht</i> alle Klassenstufen hat, aber <b>dritte und vierte</b> Klasse anbietet",
"fr": "C'est une école secondaire qui n'a <i>pas</i> toutes les classes, mais qui offre <b>la troisième et la quatrième</b> années",
"ca": "Aquesta és una escola secundària que <i>no</i> ofereix tots els graus, però ofereix <b>tercer i quart</b> grau",
"cs": "Toto je střední škola, která <i>nemá</i> všechny ročníky, ale nabízí <b>třetí a čtvrtý</b> ročník",
"es": "Esta es una escuela secundaria que <i>no</i> tiene todos los grados, pero ofrece el <b>tercero y cuarto</b> grado"
}
},
{
"if": "school=upper_secondary",
"addExtraTags": [
"amenity=school"
],
"then": {
"en": "This is a secondary school which does <i>not</i> have all grades, but offers <b>fifth and sixth</b> grade",
"nl": "Dit is een middelbare school die <i>niet</i> alle schooljaren aanbiedt, maar wel <b>het vijfde en zesde middelbaar</b>",
"de": "Dies ist eine weiterführende Schule, die <i>nicht</i> alle Klassenstufen hat, aber <b>fünfte und sechste</b> Klasse anbietet",
"fr": "C'est une école secondaire qui n'a <i>pas</i> toutes les classes, mais qui offre <b>la cinquième et la sixième</b> années",
"ca": "Aquesta és una escola secundària que <i>no</i> ofereix tots els graus, però ofereix <b>cinqué i sisé</b> grau",
"cs": "Toto je střední škola, která <i>nemá</i> všechny ročníky, ale nabízí <b>pátý a šestý</b> ročník",
"es": "Esta es una escuela secundaria que <i>no</i> tiene todos los grados, pero ofrece el <b>quinto y sexto</b> grado"
}
},
{
"if": "school=post_secondary",
"addExtraTags": [
"amenity=school"
],
"then": {
"en": "This school offers post-secondary education (e.g. a seventh or eight specialisation year)",
"nl": "Deze school biedt post-secundair onderwijs (bijvoorbeeld <b>specialisatiejaren</b>)",
"de": "Diese Schule bietet eine postsekundäre Ausbildung (z. B. ein siebtes oder achtes Spezialisierungsjahr)",
"fr": "Cette école propose un enseignement post-secondaire (par exemple une septième ou huitième année de spécialisation)",
"ca": "Aquesta escola ofereix educació post secundària (p.e. un sèptim o vuité any d'especialitzció)",
"cs": "Tato škola nabízí pomaturitní studium (např. sedmý nebo osmý ročník oboru)",
"es": "Esta escuela ofrece educación postsecundaria (por ejemplo, un séptimo u octavo año de especialización)"
}
}
],
"multiAnswer": true
},
{
"id": "is_special_needs",
"question": {
"en": "Does this school target students with a special need?",
"nl": "Richt deze school zich op leerlingen met een speciale zorgbehoefte?",
"de": "Richtet sich diese Schule an Schüler mit besonderem Förderbedarf??",
"fr": "Est-ce que cet établissement scolaire s'adresse aux étudiants ayant des besoins particuliers?",
"ca": "Aquesta escola es dirigeix a estudiants amb necessitats especials?",
"cs": "Zaměřuje se tato škola na studenty se speciálními potřebami?",
"es": "¿Está esta escuela dirigida a alumnos con necesidades especiales?"
},
"questionHint": {
"en": "A special needs school has expertise and supports students with a (severe) diagnosis. In many countries, a certificate is needed to enroll.",
"nl": "Een buitengewone school is een school waar leerlingen met een attest op speciale zorg terecht kunnen.",
"ca": "Una escola de necessitats especials té experiència i dona suport als estudiants amb un diagnòstic (greu). En molts països, es necessita un certificat per inscriure's.",
"de": "Eine Sonderschule verfügt über Fachwissen und unterstützt Schüler mit einer (schweren) Diagnose. In vielen Ländern ist für die Anmeldung eine Bescheinigung erforderlich.",
"cs": "Škola pro studenty se zvláštními potřebami má odbornost a podporuje studenty se (závažnými) diagnózami. V mnoha zemích je pro zápis potřeba potvrzení."
},
"mappings": [
{
"if": "school:special_needs=only",
"then": {
"en": "This school is only for special need students; a certificate is needed to enroll",
"nl": "Deze school is enkel voor buitengewone leerlingen. Je hebt een attest nodig om hier school te mogen lopen.",
"ca": "Aquesta escola només és per a estudiants amb necessitats especials; es necessita un certificat per matricular-se",
"de": "Diese Schule ist nur für Schüler mit besonderem Förderbedarf; für die Einschreibung ist ein Zertifikat erforderlich.",
"cs": "Tato škola je jen pro studenty se zvláštními potřebami; pro zápis je potřeba potvrzení"
}
},
{
"if": "school:special_needs=separated",
"then": {
"en": "This school has a separate section for special need students.",
"nl": "Deze school heeft een apart deel voor buitengewone leerlingen. ",
"ca": "Aquesta escola disposa d'una secció separada per a estudiants amb necessitats especials.",
"de": "Diese Schule hat einen separaten Bereich für Schüler mit besonderen Bedürfnissen.",
"cs": "Tato škola má samostatnou sekci pro studenty se zvláštními potřebami."
}
},
{
"if": "school:special_needs=mixed",
"then": {
"en": "Students with special needs and non-special need students have classes together.",
"nl": "Buitengewone (geattesteerde) leerlingen en leerlingen zonder extra zorgnood zitten samen in de klas.",
"ca": "Els estudiants amb necessitats especials i sense necessitats especials fan classes junts.",
"de": "Schüler mit und ohne besonderen Förderbedarf haben gemeinsamen Unterricht.",
"cs": "Studenti se zvláštními potřebami a ostatní studenti se učí společně."
}
},
{
"if": "school:special_needs=limited",
"alsoShowIf": "school:special_needs=",
"then": {
"en": "This school offers limited, ad hoc support but has no significant expertise and is not considered a special needs school.",
"nl": "Deze school biedt ad hoc, beperkte extra zorg aan maar telt niet als buitengwoon onderwij.s",
"ca": "Aquesta escola ofereix un suport limitat i ad hoc, però no té una experiència significativa i no es considera una escola de necessitats especials.",
"de": "Diese Schule bietet begrenzte, ad hoc Unterstützung, verfügt jedoch nicht über nennenswertes Fachwissen und gilt nicht als Sonderschule.",
"cs": "Tato škola nabízí omezenou ad hoc podporu, ale nemá významnou odbornost a nelze ji považovat za školu pro studenty se zvláštními potřebami."
}
},
{
"if": "school:special_needs=no",
"then": {
"en": "This school has no support for special need students.",
"nl": "Deze school heeft geen ondersteuning voor buitengewone leerlingen.",
"ca": "Aquesta escola no té suport per a estudiants amb necessitats especials.",
"de": "Diese Schule bietet keine Unterstützung für Schüler mit besonderen Bedürfnissen.",
"cs": "Tato škola nemá podporu pro studenty se zvláštními potřebami."
}
},
{
"if": "school:special_needs=yes",
"hideInAnswer": true,
"then": {
"en": "This school is for special need students.",
"nl": "Deze school is voor buitengewone leerlingen.",
"ca": "Aquesta escola és per a estudiants amb necessitats especials.",
"de": "Diese Schule ist für Schüler mit besonderen Bedürfnissen.",
"cs": "Tato škola je pro studenty se zvláštními potřebami."
}
}
]
},
{
"id": "orientation_belgium",
"question": {
"en": "What does this school train pupils for?",
"nl": "Waarop wordt een leerling voorbereid?",
"ca": "Per a què capacita als alumnes?",
"de": "Was lernt man an dieser Schule?",
"cs": "Pro co tato škola žáky vyučuje?"
},
"condition": {
"and": [
{
"or": [
"school~i~(.+;)?upper_secondary(;.+)?",
"school~i~(.+;)?secondary(;.+)?"
]
},
{
"or": [
"school:special_needs=no",
"school:special_needs=",
"school:special_needs=limited"
]
}
]
},
"multiAnswer": true,
"filter": true,
"mappings": [
{
"if": "school:orientation=academic",
"then": {
"en": "Prepares for an academic study at university",
"nl": "<b>Doorstroomfinaliteit</b>: een opleiding hier bereidt voor op universitaire studies",
"ca": "Preparació per a un estudi acadèmic a la universitat",
"de": "Bereitet sich auf ein akademisches Studium an der Universität vor",
"cs": "Připravuje pro akademické studium na univerzitě"
}
},
{
"if": "school:orientation=professional",
"then": {
"en": "Prepares for a professional study at a college",
"nl": "<b>Dubbele finaliteit</b>: een opleiding hier bereidt voor op verdere studie (bv. aan een hogeschool of secundair-na-secundair) of op de arbeidsmarkt",
"ca": "Prepara per a estudis professionals en un cicle formatiu de grau superior",
"de": "Bereitet sich auf ein Fachstudium an einer Hochschule vor",
"cs": "Připravuje pro profesní studium na vysoké škole"
}
},
{
"if": "school:orientation=vocational",
"then": {
"en": "Prepares for a job",
"nl": "<b>Arbeidsfinaliteit</b>: een opleiding hier bereidt voor op de arbeidsmarkt",
"ca": "Prepara per a una feina",
"de": "Bereitet sich auf einen Arbeitsplatz vor",
"cs": "Připravuje pro praxi"
}
}
]
},
{
"id": "orientation_belgium_special_needs",
"question": {
"en": "What does this school train pupils for?",
"nl": "Waar traint deze school de leerlingen voor?",
"ca": "Per a què capacita als alumnes?",
"de": "Wozu bildet diese Schule Schüler aus?",
"cs": "Pro co tato škola žáky učí?"
},
"condition": {
"and": [
{
"or": [
"school~i~(.+;)?upper_secondary(;.+)?",
"school~i~(.+;)?secondary(;.+)?"
]
},
{
"or": [
"school:special_needs=yes",
"school:special_needs=only"
]
}
]
},
"multiAnswer": true,
"mappings": [
{
"if": "school:orientation=care_institution",
"then": {
"en": "<b>Training type 1</b>: trains elementary life skills to live in an institution. There is no intention to do a (paid) job after training",
"nl": "<b>Onderwijsvorm type 1</b>: leert elementaire vaardigheden om te functioneren in een zorginstelling",
"ca": "<b>Entrenament tipus 1</b>: entrena habilitats bàsiques per a la vida quotidiana per viure en una societat. No hi ha intenció de fer una feina (retribuïda) després de la formació",
"de": "<b>Ausbildungstyp 1</b>: vermittelt elementare Lebenskompetenzen für das Leben in einer Einrichtung. Es besteht nicht die Absicht, nach der Ausbildung eine (bezahlte) Arbeit aufzunehmen.",
"cs": "<b>Výuka typu 1</b>: učí základní životní dovednosti pro život v instituci. Není cílem vykonávat (placenou) práci"
}
},
{
"if": "school:orientation=sheltered_workshop",
"then": {
"en": "<b>Training type 2</b>: prepares to work in an environment with extra care and facilities such as a sheltered workshop",
"nl": "<b>Onderwijsvorm type 2</b>: leert vaardigheden om te werken in een een beschermde arbeidsomgeving zoals een maatwerkbedrijf",
"ca": "<b>Formació tipus 2</b>: prepara per treballar en un entorn amb atenció especial i instal·lacions com un taller tutelat",
"de": "<b>Ausbildungstyp 2</b>: bereitet auf die Arbeit in einem Umfeld mit zusätzlicher Betreuung und Einrichtungen wie z.B. einer Behindertenwerkstatt vor",
"cs": "<b>Výuka typu 2</b>: připravuje pro práci v prostředí se zvláštní péčí a v zařízeních, jako je chráněná dílna"
}
},
{
"if": "school:orientation=vocational",
"then": {
"en": "<b>Training type 3</b>: prepares for a job and a (more-or-less) independent life in society",
"nl": "<b>Onderwijsvorm type 3</b>: leert vaardigheden voor een een job op de reguliere arbeidsmarkt en zelfstandig wonen",
"ca": "<b>Formació tipus 3</b>: prepara per a un treball i una vida (més o menys) independent en la societat",
"de": "<b>Ausbildungstyp 3</b>: bereitet auf einen Arbeitsplatz und ein (mehr oder weniger) unabhängiges Leben in der Gesellschaft vor",
"cs": "<b>Výuka typu 3</b>: připravuje pro zaměstnání a (víceméně) nezávislý život ve společnosti"
}
},
{
"if": "school:orientation=professional",
"then": {
"en": "<b>Training type 4</b>: prepares for a job or continued education",
"nl": "<b>Onderwijsvorm type 4</b>: leert vaardigheden voor een een job op de reguliere arbeidsmarkt of voor voortgezette studies",
"ca": "<b>Formació tipus 4</b>: prepara per a un treball o educació continuada",
"de": "<b>Ausbildungstyp 4</b>: bereitet auf einen Arbeitsplatz oder eine weiterführende Ausbildung vor",
"cs": "<b>Výuka typu 4</b>: připravuje pro zaměstnání a pokračující vzdělávání"
}
}
]
},
{
"id": "gender",
"question": {
"en": "Which genders can enroll at this school?",
"nl": "Mogen jongens en meisjes les volgen op deze school?",
"de": "Welche Geschlechter können sich an dieser Schule anmelden?",
"fr": "Quels genres de personnes peuvent s'inscrire dans cette école ?",
"ca": "Quins gèneres poden inscriure's a aquesta escola?",
"cs": "Které pohlaví se může na tuto školu přihlásit?",
"es": "¿Qué géneros pueden matricularse en esta escuela?"
},
"mappings": [
{
"if": "school:gender=mixed",
"then": {
"en": "Both boys and girls can enroll here and have classes together",
"nl": "Zowel jongens als meisjes kunnen hier les volgen. In de lessen zitten jongens en meisjes samen.",
"de": "Sowohl Jungen als auch Mädchen können sich hier anmelden und gemeinsam unterrichtet werden",
"fr": "Les garçons et les filles peuvent s'inscrire ici et suivre des cours ensemble",
"ca": "Els dos, nois i noies poden inscriure's aquí i prendre classes junts",
"cs": "Mohou se sem zapsat chlapci i dívky a mají společné hodiny",
"es": "Tanto niños como niñas pueden matricularse aquí y tener clases juntos"
}
},
{
"if": "school:gender=separated",
"then": {
"en": "Both boys and girls can enroll here but they are separated (e.g. they have lessons in different classrooms or at different times)",
"nl": "Jongens en meisjes kunnen hier lesvolgen, maar de lessen zijn gescheiden (bv. de lessen zijn in andere lokalen of op andere momenten)",
"de": "Hier können sich sowohl Jungen als auch Mädchen anmelden, aber sie werden getrennt unterrichtet (z. B. in verschiedenen Klassenräumen oder zu verschiedenen Zeiten)",
"fr": "Les garçons et les filles peuvent s'inscrire ici, mais ils sont séparés (par exemple, ils ont des cours dans des classes différentes ou à des heures différentes)",
"ca": "Els dos, nois i noies poden inscriure's aquí, però estan separats (p. e. prenen les classes a diferents aules o diferentes hores)",
"cs": "Mohou se sem zapsat chlapci i dívky, ale jsou odděleni (např. mají hodiny v různých třídách nebo v různých časech)",
"es": "Tanto niños como niñas pueden matricularse aquí, pero están separados (por ejemplo, tienen clases en diferentes aulas o en diferentes horarios)"
}
},
{
"if": "school:gender=male",
"then": {
"en": "This is a boys only-school",
"nl": "Deze school is enkel voor jongens",
"de": "Dies ist eine reine Jungenschule",
"fr": "C'est une école réservée aux garçons",
"ca": "Aquesta és una escola exclusivament per a nois",
"cs": "Toto je škola určená pouze pro chlapce",
"es": "Esta es una escuela solo para niños"
}
},
{
"if": "school:gender=female",
"then": {
"en": "This is a girls-only school",
"nl": "Deze school is enkel voor meisjes",
"de": "Dies ist eine reine Mädchenschule",
"fr": "C'est une école réservée aux filles",
"ca": "Aquesta és una escola exclusivament per a noies",
"cs": "Toto je škola pouze pro dívky",
"es": "Esta es una escuela solo para niñas"
}
}
]
},
{
"id": "pedagogy",
"question": {
"en": "What educational theory is applied on this school?",
"de": "Welche Bildungstheorie wird auf dieser Schule angewendet?",
"es": "¿Qué teoría educativa se aplica en esta escuela?",
"cs": "Jaká pedagogická teorie je na této škole aplikována?",
"ca": "Quina teoria educativa s'aplica en aquesta escola?"
},
"mappings": [
{
"if": "pedagogy=mainstream",
"then": {
"en": "This school does not use a specific pedagogy",
"de": "Diese Schule benutzt keine spezifische Pädagogik",
"es": "Esta escuela no utiliza una pedagogía específica",
"cs": "Tato škola nepoužívá specifickou pedagogiku",
"ca": "Aquesta escola no utilitza una pedagogia específica"
}
},
{
"if": "pedagogy=montessori",
"then": {
"en": "This school uses the Montessori method of education",
"de": "Diese Schule nutzt die Montessori Methode der Bildung",
"es": "Esta escuela utiliza el método Montessori de educación",
"cs": "Tato škola využívá Montessori metodu vzdělávání",
"ca": "Aquesta escola utilitza el mètode Montessori d'educació"
}
},
{
"if": "pedagogy=freinet",
"then": {
"en": "This school is associated with the Freinet Modern School Movement",
"de": "Diese Schule ist mit der Freinet Modern School Movement verbunden",
"es": "Esta escuela está asociada con el Movimiento de Escuelas Modernas Freinet",
"cs": "Tato škola je spojena s Freinet Modern School Movement",
"ca": "Aquesta escola està associada amb el Moviment d'Escoles Modernes Freinet"
}
},
{
"if": "pedagogy=jenaplan",
"then": {
"en": "This school uses the Jenaplan teaching concept",
"de": "Diese Schule nutzt das Lehrkonzept von Jenaplan",
"es": "Esta escuela utiliza el concepto de enseñanza Jenaplan",
"cs": "Tato škola využívá koncept výuky Jenaplan",
"ca": "Aquesta escola utilitza el concepte d'ensenyament de Jenaplan"
}
},
{
"if": "pedagogy=waldorf",
"then": {
"en": "This school uses the Steiner/Waldorf educational philosophy",
"de": "Diese Schule nutzt die Steiner/Waldorfer Bildungsphilosophie",
"es": "Esta escuela utiliza la filosofía educativa Waldorf/Steiner",
"cs": "Tato škola využívá filozofii vzdělávání Steiner/Waldorf",
"ca": "Aquesta escola utilitza la filosofia educativa Steiner/Waldorf"
}
},
{
"if": "pedagogy=dalton",
"then": {
"en": "This school uses the Dalton plan teaching concept",
"de": "Diese Schule nutzt das Dalton Plan Lehrkonzept",
"es": "Esta escuela utiliza el concepto de enseñanza del plan Dalton",
"cs": "Tato škola využívá koncept výuky podle Daltonského plánu",
"ca": "Aquesta escola utilitza el concepte d'ensenyament del pla Dalton"
}
},
{
"if": "pedagogy=outdoor",
"then": {
"en": "This school uses outdoor learning",
"de": "Diese Schule nutzt Outdoor-Lernen",
"es": "Esta escuela utiliza el aprendizaje al aire libre",
"cs": "Tato škola využívá venkovní výuku",
"ca": "Aquesta escola utilitza l'aprenentatge a l'exterior"
}
},
{
"if": "pedagogy=reggio_emilia",
"then": {
"en": "This school uses the Reggio Emilia approach",
"de": "Diese Schule nutzt den Reggio Emilia-Ansatz",
"es": "Esta escuela utiliza el enfoque Reggio Emilia",
"cs": "Tato škola využívá přístup Reggio Emilia",
"ca": "Aquesta escola utilitza l'enfocament Reggio Emilia"
}
},
{
"if": "pedagogy=sudbury",
"then": {
"en": "This school uses the Sudbury system",
"de": "Diese Schule nutzt das Sudbury-System",
"es": "Esta escuela utiliza el sistema Sudbury",
"cs": "Tato škola používá systém Sudbury",
"ca": "Aquesta escola utilitza el sistema Sudbury"
}
}
],
"render": {
"en": "This school uses {pedagogy}",
"de": "Diese Schule benutzt {pedagogy}",
"es": "Esta escuela utiliza {pedagogy}",
"cs": "Tato škola používá {pedagogy}",
"ca": "Aquesta escola utilitza {pedagogy}"
},
"freeform": {
"key": "pedagogy"
}
},
{
"id": "special_needs_categories_be",
"condition": {
"and": [
"_country=be",
"school:special_needs!~no",
"school:special_needs!="
]
},
"question": {
"en": "What type of special needs are given here?",
"nl": "Welke soorten zorg voor buitengewone leerlingen is hier beschikbaar?",
"ca": "Quin tipus de necessitats especials es donen aquí?",
"de": "Welche Art von besonderen Bedürfnissen wird hier behandelt?",
"cs": "Pro jaký druh zvláštních potřeb je to zde připraveno?"
},
"multiAnswer": true,
"mappings": [
{
"if": "special_needs:intellectual_disability=yes",
"ifnot": "special_needs:intellectual_disability=no",
"then": {
"nl": "Voor leerlingen met een verstandelijke beperking (type 2)",
"en": "For students with an intellectual disability (type 2)",
"ca": "Per a estudiants amb discapacitat intel·lectual (tipus 2)",
"de": "Für Schüler mit einer geistigen Behinderung (Typ 2)",
"cs": "Pro studenty s postižením intelektu (typ 2)"
}
},
{
"if": "special_needs:emotional_behavioural_disorder=yes",
"ifnot": "special_needs:emotional_behavioural_disorder=no",
"then": {
"nl": "Voor leerlingen met een gedragsstoornis (type 3)",
"en": "For students with an emotional and behavioural problem (type 3)",
"ca": "Per a estudiants amb un problema emocional i conductual (tipus 3)",
"de": "Für Schüler mit emotionalen und Verhaltensproblemen (Typ 3)",
"cs": "Pro studenty s emocionálními a behaviorálními potížemi (typ 3)"
}
},
{
"if": "special_needs:physical_disability=yes",
"ifnot": "special_needs:physical_disability=no",
"then": {
"nl": "Voor leerlingen met een motorische of lichamelijke beperking (type 4)",
"en": "For students with an physical disability (type 4)",
"ca": "Per a estudiants amb discapacitat física (tipus 4)",
"de": "Für Studierende mit einer körperlichen Behinderung (Typ 4)",
"cs": "Pro studenty s fyzickým postižením (typ 4)"
}
},
{
"if": "special_needs:blind=yes",
"ifnot": "special_needs:blind=no",
"then": {
"nl": "Voor blinde en slechtziende leerlingen (type 6)",
"en": "For blind and visually impaired students (type 6)",
"ca": "Per a estudiants cecs i amb discapacitat visual (tipus 6)",
"de": "Für blinde und sehbehinderte Schüler (Typ 6)",
"cs": "Pro nevidomé a zrakově hendikepované studenty (typ 6)"
}
},
{
"if": "special_needs:deaf=yes",
"ifnot": "special_needs:deaf=no",
"then": {
"nl": "Voor dove leerlingen and leerlingen met een auditieve beperking (type 7)",
"en": "For deaf students and students with hearing loss (type 7)",
"ca": "Per a estudiants sords i estudiants amb pèrdua auditiva (tipus 7)",
"de": "Für gehörlose Schüler und Schüler mit Hörverlust (Typ 7)",
"cs": "Pro neslyšící a sluchově hendikepované studenty (typ 7)"
}
},
{
"if": "special_needs:language_disorder=yes",
"ifnot": "special_needs:language_disorder=no",
"then": {
"nl": "Voor leerlingen met een Spraak- of Taalontwikkelingsstoornis (type 7 - STOS/TOS)",
"en": "For students with a Developemental Language Disorder (type 7 - DLD)",
"ca": "Per a estudiants amb un trastorn del llenguatge de desenvolupament (tipus 7 - TDL)",
"de": "Für Schüler mit einer Entwicklungsbedingten Sprachstörung (Typ 7 DLD)",
"cs": "Pro studenty s vývojovou dysfázií (typ 7 -DLD)"
}
},
{
"if": "special_needs:autism=yes",
"ifnot": "special_needs:autism=no",
"then": {
"nl": "Voor leerlingen met een autisme spectrum stoornis (type 9)",
"en": "For students with an autism spectrum disorder (type 9)",
"ca": "Per a estudiants amb trastorn de l'espectre autista (tipus 9)",
"de": "Für Schüler mit einer Autismus-Spektrum-Störung (Typ 9)",
"cs": "Pro studenty s poruchami autistického spektra (typ 9)"
}
},
{
"if": "special_needs:learning_disabilities=yes",
"ifnot": "special_needs:learning_disabilities=no",
"hideInAnswer": "school!~.*primary.*",
"then": {
"nl": "Voor leerlingen die omwille van een leerprobleem niet in het gewone onderwijs terecht kunnen (basisaanbod)",
"en": "For students with a learning disability (basic offering )",
"ca": "Per a estudiants amb discapacitat d'aprenentatge (oferta bàsica )",
"de": "Für Schüler mit Lernschwierigkeiten (Grundangebot)",
"cs": "Pro studenty s poruchami učení (základní nabídka)"
}
}
]
},
{
"id": "school-language",
"render": {
"special": {
"type": "language_chooser",
"key": "language",
"render_all": {
"en": "The following languages are used in this school:{list()}",
"de": "Folgende Sprachen werden in der Schule verwendet:{list()}",
"ca": "En aquesta escola s'utilitzen els idiomes següents:{list()}",
"fr": "Ces langues sont utilisées dans cette école :{list()}",
"pl": "Następujące języki są używane w tej szkole:{list()}",
"cs": "V této škole se používají následující jazyky:{list()}",
"es": "Los siguientes idiomas se utilizan en esta escuela:{list()}"
},
"render_single_language": {
"en": "{language()} is the main language of this school",
"de": "{language()} ist die Hauptsprache der Schule",
"ca": "{language()} és la llengua principal d'aquesta escola",
"fr": "{language()} est la langue principale dans cette école",
"pl": "Język {language()} jest głównym językiem używanym w tej szkole",
"cs": "{language()} je hlavním jazykem této školy",
"es": "{language()} es el idioma principal de esta escuela"
},
"question": {
"en": "What is the main language of this school?<div class='subtle'>What language is spoken with the students in non-language related courses and with the administration?</div>",
"nl": "Wat is de voertaal van deze school?<div class='subtle'>Welke taal wordt met de studenten gesproken in niet-taal-gerelateerde vakken en met de administratie?</div>",
"de": "Was ist die Hauptsprache dieser Schule?<div class='subtle'>Welche Sprache wird mit den Schülern in den nicht sprachbezogenen Kursen und mit der Verwaltung gesprochen?</div>",
"fr": "Quelle est la langue principale de cette école ?<div class='subtle'>Quelle langue est parlée avec les élèves des cours non linguistiques et avec l'administration ?</div>",
"ca": "Quina és la llengua principal d'aquesta escola?<div class='subtle'>Quina llengua es parla amb els estudiants en classes no relacionades amb la llengua i l'administració?</div>",
"cs": "Jaký je hlavní jazyk této školy?<div class='subtle'>Jakým jazykem se mluví se studenty v nejazykových kurzech a administrativou?</div>",
"es": "¿Cuál es el idioma principal de esta escuela?<div class='subtle'>¿Qué idioma se habla con los alumnos en los cursos no relacionados con el idioma y con la administración?</div>",
"uk": "Яка основна мова цієї школи?<div class='subtle'>Якою мовою розмовляють зі студентами на немовних курсах та з адміністрацією?</div>"
},
"no_known_languages": {
"en": "The main language of this school is unknown",
"nl": "De voertaal van deze school is niet gekend",
"de": "Die Unterrichtssprache der Schule ist unbekannt",
"fr": "La langue principale de cette école est inconnue",
"ca": "La llengua principal d'aquesta escola és desconeguda",
"cs": "Hlavní jazyk této školy není znám",
"es": "Se desconoce el idioma principal de esta escuela",
"uk": "Основна мова цієї школи невідома"
}
}
}
},
{
"id": "uniform",
"question": {
"en": "Do pupils have to wear a uniform or obey a dresscode?",
"nl": "Moeten leerlingen een uniform dragen of specifieke kledingsvoorschriften volgen?",
"ca": "Els estudiants han de dur uniforme o seguir un codi de vestimenta?",
"cs": "Musejí žáci nosit uniformu nebo dodržovat požadavky na oblečení?"
},
"multiAnswer": true,
"render": {
"en": "{dress_code}",
"ca": "{dress_code}",
"cs": "{dress_code}"
},
"freeform": {
"key": "dress_code"
},
"invalidValues": {
"or": [
{
"and": [
"dress_code~(^|.*;)uniform(.*|$)",
"dress_code~(^|.*;)(casual|obligated_colour)(.*|$)"
]
}
]
},
"mappings": [
{
"if": "dress_code=uniform",
"then": {
"en": "Students must wear a uniform, which is extensively described",
"nl": "Studenten moeten een specifiek uniform dragen",
"ca": "Els estudiants han de portar un uniforme, que es descriu àmpliament",
"cs": "Studenti musejí nosit uniformu, která je přesně popsána"
}
},
{
"if": "dress_code=obligated_colour",
"then": {
"en": "Students must wear clothes in a specific colour scheme",
"nl": "Leerlingen moeten kleren van een bepaalde kleur dragen",
"ca": "Els alumnes han de portar roba d'una combinació de colors específica",
"cs": "Studenti musejí nosit oblečení specifického barevného schématu"
}
},
{
"if": "dress_code=casual",
"then": {
"en": "There is no formal dress code, students are allowed to come in casual wear such as t-shirt, jeans, ...",
"nl": "Er is geen uniformverplichting, leerlingen mogen kledij zoals t-shirts, jeans, ... dragen",
"ca": "No hi ha cap codi de vestimenta formal, els estudiants poden venir amb roba casual com samarreta, texans,...",
"cs": "Nejsou tu žádné formální požadavky na oblečení, studenti mohou nosit běžné oblečení jako trička, džíny..."
}
},
{
"if": "dress_code=arms_covered",
"then": {
"en": "Arms must be covered by the clothes",
"nl": "De armen moeten volledig bedekt zijn",
"ca": "Els braços han d'estar coberts per roba",
"cs": "Paže musejí být zakryté oblečením"
}
},
{
"if": "dress_code=knees_covered",
"then": {
"en": "Knees must be covered by the clothes",
"nl": "De knieën moeten volledig bedekt zijn",
"ca": "Els genolls han d'estar coberts per roba",
"cs": "Kolena musejí být zakrytá oblečením"
}
},
{
"if": "dress_code=legs_covered",
"then": {
"en": "Legs must be covered by the clothes",
"nl": "De benen moeten volledig bedekt zijn",
"ca": "Les cames han d'estar cobertes per roba",
"cs": "Nohy musejí být zakryty oblečením"
}
},
{
"if": "dress_code=belly_covered",
"then": {
"en": "The belly must be covered by the clothes",
"nl": "De buik mag niet zichtbaar zijn",
"ca": "El melic ha d'estar cobert per roba",
"cs": "Břicho musí být zakryto oblečením"
}
}
]
},
"wikipedia"
],
"filter": [
"pedagogy",
{
"id": "level",
"options": [
{
"question": {
"en": "All levels of education",
"ca": "Tots els nivells educatius",
"de": "Alle Bildungsstufen"
}
},
{
"question": {
"en": "Has a kindergarten",
"nl": "Kleuterafdeling",
"ca": "Té una llar d'infants",
"de": "Hat einen Kindergarten"
},
"osmTags": {
"or": [
"school~i~(.+;)?kindergarten(;.+)?",
"amenity=kindergarten"
]
}
},
{
"question": {
"en": "Primary school",
"nl": "Lagere school",
"ca": "Escola primària",
"de": "Grundschule"
},
"osmTags": "school~i~(.+;)?primary(;.+)?"
},
{
"question": {
"en": "Secondary school with all grades",
"nl": "Secundaire school met alle graden",
"ca": "Escola secundària amb tots els graus",
"de": "Sekundarstufe I und II"
},
"osmTags": "school~i~(.+;)?secondary(;.+)?"
},
{
"question": {
"en": "Has first grade",
"nl": "Heeft eerste graad",
"ca": "Té primer cicle d'ESO",
"de": "Hat die erste Klasse"
},
"osmTags": {
"or": [
"school~i~(.+;)?lower_secondary(;.+)?",
"school~i~(.+;)?secondary(;.+)?"
]
}
},
{
"question": {
"en": "Has second grade",
"nl": "Heeft tweede graad",
"ca": "Té segon cicle d'ESO",
"de": "Hat die zweite Klasse"
},
"osmTags": {
"or": [
"school~i~(.+;)?middle_secondary(;.+)?",
"school~i~(.+;)?secondary(;.+)?"
]
}
},
{
"question": {
"en": "Has third grade",
"nl": "Heeft derde graad",
"ca": "Té Batxillerat o FP de Grau Mitjà",
"de": "Hat die dritte Klasse"
},
"osmTags": {
"or": [
"school~i~(.+;)?upper_secondary(;.+)?",
"school~i~(.+;)?secondary(;.+)?"
]
}
},
{
"question": {
"en": "This school offers post-secondary education (e.g. a seventh or eight specialisation year)",
"nl": "Heeft specialisatiejaar",
"ca": "Aquesta escola ofereix educació postsecundària (Batxillerat o Cicle Mitjà)",
"de": "Diese Schule bietet eine postsekundäre Ausbildung (z. B. ein siebtes oder achtes Spezialisierungsjahr)"
},
"osmTags": "school~i~.+;)?post_secondary(;.+"
},
{
"question": {
"en": "Unknown school level",
"ca": "Nivell escolar desconegut",
"de": "Unbekanntes Schulniveau"
},
"osmTags": {
"and": [
"school=",
"amenity!=kindergarten"
]
}
}
]
},
{
"id": "has_special_needs",
"options": [
{
"question": {
"en": "Does this school have special need education?",
"ca": "Aquesta escola ofereix educació per a necessitats especials?",
"de": "Bietet diese Schule sonderpädagogische Förderung an?"
}
},
{
"question": {
"en": "Has special education",
"nl": "Buitengewoon onderwijs",
"ca": "Té educació especial",
"de": "Hat eine Sonderausbildung"
},
"osmTags": {
"and": [
"school:special_needs!=",
"school:special_needs!=no"
]
}
},
{
"question": {
"en": "No or limited special need education",
"ca": "Educació per a necessitats especials nula o limitada",
"de": "Keine oder nur eingeschränkte sonderpädagogische Förderung"
},
"osmTags": {
"or": [
"school:special_needs=",
"school:special_needs=no",
"school:special_needs=limited"
]
}
}
]
}
],
"allowMove": {
"enableImproveAccuracy": true,
"enableRelocation": true
}
}