Hillsborough, County Down (civil parish)

Hillsborough is a civil parish in County Down, Northern Ireland. It is situated in the historic barony of Iveagh Lower, Upper Half. It is also a townland of 642 acres.[1]

Settlements

The civil parish contains the following settlements:[1]

Townlands

Hillsborough civil parish contains the following townlands:[1]

  • Aghandunvarran
  • Ballyhomra
  • Ballykeel Artifinny
  • Ballykeel Edenagonnell
  • Ballyworfy
  • Cabragh
  • Clogher
  • Corcreeny
  • Drumatihugh
  • Edenticullo
  • Hillsborough
  • Large Park
  • Lisadian
  • Magheradartin
  • Reillys Trench
  • Small Park
  • Taughblane
  • Tullynore
gollark: ```haskell#!/usr/bin/stack{- stack --resolver lts-12.13 --install-ghc runghc --package Hclip --package deepseq-}import Data.Charimport Control.DeepSeqimport System.Hclipevaluate x = x `deepseq` xmain = do input <- evaluate <$> getContents let text = concatMap toFib $ zip input [0..] setClipboard text putStr textfibs :: [Int]fibs = 0 : 1 : zipWith (+) fibs (tail fibs)toFib :: (Char, Int) -> StringtoFib (c, i) = replicate (fibs !! i) ' ' ++ [c, "\n"]```
gollark: *opened haskell*
gollark: We must automate fibonacci indentation somehow.
gollark: !esowiki WHY
gollark: This is *annoying*. I can't have both cubic chunks and mods generating ores, unless I do something *ridiculous* like generate ores using CC.

See also

References

  1. "Hillsborough". IreAtlas Townlands Database. Retrieved 19 May 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.