{
  "id": "tertiary_education",
  "name": {
    "en": "Colleges and universities",
    "nl": "Universiteiten en hogescholen"
  },
  "description": "Layer with all tertiary education institutes (ISCED:2011 levels 6,7 and 8)",
  "source": {
    "osmTags": {
      "or": [
        "amenity=college",
        "amenity=university",
        {
          "and": [
            "amenity=school",
            {
              "or": [
                "isced:2011:level~.*bachelor.*",
                "isced:2011:level~.*master.*"
              ]
            }
          ]
        }
      ]
    }
  },
  "title": {
    "mappings": [
      {
        "if": "name~*",
        "then": {
          "*": "{name}"
        }
      },
      {
        "if": "amenity=college",
        "then": {
          "en": "College",
          "nl": "Hogeschool"
        }
      },
      {
        "if": "amenity=university",
        "then": {
          "en": "University",
          "nl": "Universiteit"
        }
      },
      {
        "if": "amenity=school",
        "then": {
          "en": "School providing tertiary education",
          "nl": "Onderwijsinstelling die tertiair onderwijs geeft"
        }
      }
    ]
  },
  "tagRenderings": [
    {
      "id": "institution-kind",
      "question": {
        "en": "What kind of institution is this?",
        "nl": "Wat voor onderwijsinstelling is dit?"
      },
      "mappings": [
        {
          "if": "amenity=college",
          "then": {
            "en": "This is an institution of post-secondary, non-tertiary education. One has to have completed secondary education to enroll here, but no bachelor (or higher) degrees are awarded here",
            "nl": "Dit is een onderwijsinstelling waar post-secundair, niet-tertiair onderwijs wordt gegeven. Om dit onderwijs te volgen, moet je je secundair onderwijs afgewerkt hebben maar de opleiding behaalt niet het niveau van van een bachelor."
          }
        },
        {
          "if": "amenity=university",
          "then": {
            "en": "This is a university, an institution of tertiary education where bachelor degrees or higher are awarded.",
            "nl": "Dit is een universiteit (of hogeschool), een onderwijsinstelling van tertaire educatie. De gegeven opleidingen halen het niveau van een bachelor-opleiding of hoger."
          }
        }
      ]
    },
    {
      "id": "isced",
      "question": {
        "en": "What level of education is given here?",
        "nl": "Wat is het niveau van onderwijs?"
      },
      "multiAnswer": true,
      "mappings": [
        {
          "if": "isced:2011:level=bachelor",
          "then": {
            "en": "Bachelor degrees are awarded here",
            "nl": "Bacheloropleidingen (of equivalent) worden hier gegeven"
          }
        },
        {
          "if": "isced:2011:level=master",
          "then": {
            "en": "Master degrees are awarded here",
            "nl": "Masteropleidingen (of equivalent) worden hier gegeven"
          }
        },
        {
          "if": "isced:2011:level=doctorate",
          "then": {
            "en": "Doctorate degrees are awarded here",
            "nl": "Doctoraatsopleidingen (of equivalent) worden hier gegeven"
          }
        }
      ],
      "condition": "amenity=university"
    },
    {
      "builtin": [
        "school.capacity",
        "school.gender"
      ],
      "override": {
        "condition": null
      }
    },
    "website",
    "email",
    "phone"
  ],
  "mapRendering": [
    {
      "location": [
        "point",
        "centroid"
      ],
      "iconSize": {
        "render": "40,40,center"
      },
      "label": {
        "mappings": [
          {
            "if": "name~*",
            "then": "<div class='bg-white rounded-lg p-1'>{name}</div>"
          }
        ]
      },
      "icon": "circle:white;./assets/layers/school/college.svg"
    },
    {
      "color": "#22f1f4",
      "width": 1
    }
  ],
  "presets": [
    {
      "title": {
        "en": "a university",
        "nl": "een universiteit"
      },
      "description": {
        "en": "An institute where tertiary education is given (at the level equivalent of a bachelors degree or higher). A single point per campus is enough - buildings and faculties should not be mapped with different university points.",
        "nl": "Een onderwijsinstelling waar tertiair onderwijs wordt gegeven - dit is onderwijs waarvan het niveau overeenkomt met een bachelor of hoger is. Eén enkel punt per campus is genoeg - gebouwen en faculteiten worden hier niet op aangeduid."
      },
      "tags": [
        "amenity=university",
        "fixme=Added with MapComplete, geometry to be drawn"
      ]
    }
  ]
}