Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2ed800c23b5692336452e914c2d3ac4a07954c0f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# SDN_0_SDN_1.properties 
#/*******************************************************************************
# * Copyright (c) 2007 IBM Corporation and others.
# * 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:
# *     IBM Corporation - initial API and implementation
# *******************************************************************************/

# 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.RelativePhysicalGeographicRelationshipPropertyFileSpecification

# The title of the relationship
TITLE = Physical containment of SDN level (1) by SDN (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=1900-01-01;

# This is the source of the data
SOURCE = http://www.ibm.com

# ISO3166-1 alpha3 keys and levels of relationship
ISOKEY_0 = SDN
ISOKEY_0_LEVEL = 0
ISOKEY_1 = SDN
ISOKEY_1_LEVEL = 1

# Record Number = Key1, Key2, relationship
1 = SDN, SD-DAF, Contains
2 = SDN, SD-EQ, Contains
3 = SDN, SD-KOR, Contains
4 = SDN, SD-UPN, Contains
5 = SDN, SD-C, Contains
6 = SDN, SD-N, Contains
7 = SDN, SD-E, Contains
8 = SDN, SD-BEG, Contains
9 = SDN, SD-KHA, Contains

Back to the top