# NOR_0_area.properties | |
# This file contains area values for Norway | |
#/******************************************************************************* | |
# * Copyright (c) 2002 Statistics Norway. | |
# * All rights reserved. This program and the accompanying materials | |
# * are made available under the terms of the Eclipse Public License v1.0 | |
# * which accompanies this distribution, and is available at | |
# * http://www.eclipse.org/legal/epl-v10.html | |
# * | |
# * Contributors: | |
# * Kassaye Yitbarek Yigzaw | |
# * Lars Ilebrekke | |
# *******************************************************************************/ | |
# This is the name of the class that will interpret the rest of the file's contents | |
RECORD_CLASSNAME = org.eclipse.stem.internal.data.geography.specifications.CountryAreaLabelPropertyFileSpecification | |
# The ISO-3166-1 alpha3 code for the country | |
ISOKEY = NOR | |
# The administration level of the graph data | |
ADMIN_LEVEL = 0 | |
# This is the date range for which the values in this file are valid | |
# See http://purl.org/dc/terms/1.1/valid | |
VALID = start=2002-01-01; | |
# This is the source of the data | |
SOURCE = http://www.ssb.no/english/subjects/02/01/10/beftett_en/arkiv/tab-2002-09-03-03-en.html | |
# The key is the ISO-3166-1 alpha3 three letter identifier of the country | |
# The units are square kilometers | |
NOR = 323766 | |