Bare, Mitrovica

Bare (definite Albanian form: Barja, Serbian: Баре/Bare) is a village in the municipality of Mitrovica in the District of Mitrovica, Kosovo. According to the 2011 census, it had 841 inhabitants,[2] all of whom were Albanian.[3]

Bare
Village
Bare
Location in Kosovo
Coordinates: 42°57′07.7″N 20°57′57.0″E
Location Kosovo[lower-alpha 1]
DistrictMitrovicë
MunicipalityMitrovicë
Population
 (2011)[1]
  Total841
Time zoneUTC+1 (CET)

Notes

  1. Kosovo is the subject of a territorial dispute between the Republic of Kosovo and the Republic of Serbia. The Republic of Kosovo unilaterally declared independence on 17 February 2008, but Serbia continues to claim it as part of its own sovereign territory. The two governments began to normalise relations in 2013, as part of the 2013 Brussels Agreement. Kosovo is currently recognized as an independent state by 97 out of the 193 United Nations member states. In total, 112 UN member states recognized Kosovo at some point, of which 15 later withdrew their recognition.
gollark: ***OpenCL***
gollark: I wanted a hyperapp-like state management thing with no view for skynet (it's a long story...) so I made this, because Javascript microlibraries are trendy.```javascriptconst R = require("ramda")module.exports = (initialState, actions, context = {}, expose) => { let state = initialState const wired = R.map(action => (...args) => { const result = action(...args)(state, actions, context) if (typeof result === "object") { state = R.merge(state, result) } }, actions) if ("init" in wired) { wired.init() } if (expose) { return R.pick(expose, wired) } else { return wired }}```
gollark: Er, how do I uninvert it?
gollark: It's to help users by emphasising the idiomatic bottom-up approach involving making programs from small composable functions.
gollark: Ours is upside-down, though.

References


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.