-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGOoGK.soft
111 lines (88 loc) · 2.4 KB
/
GOoGK.soft
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
#
# General Ontology of Geographic Kinds
#
[General Ontology of Geographic Kinds]
# link to BFO
cat:GeographicObject -subcat-> *cat:ObjectAggregate
cat:GeographicRegion -subcat-> *cat:Surface
cat:GeographicProcess -subcat-> *cat:ProcessAggregate
cat:Altitude -subcat-> *cat:Quality
cat:PopulationDensity ~
# general
cat:GeographicObject -located_in-> cat:GeographicRegion
cat:Altitude -quality_of-> cat:GeographicRegion
cat:PopulationDensity ~
# naive geographic objects
cat:Lake -subcat-> cat:GeographicObject
cat:River ~
cat:Ocean ~
cat:Volcano ~
cat:Mountain ~
cat:Plateau ~
cat:Valley ~
# transportation (based on CityGML)
cat:TransportationComplex -subcat-> *cat:GeographicObject
cat:SoilCover ~
cat:Vegetation ~
cat:Sidewalk ~
cat:Curb ~
cat:Street -subcat-> cat:TransportationComplex
cat:Airport ~
cat:RailRoad ~
cat:Traffic -subcat-> *cat:GeographicProcess
cat:VehicularTraffic -subcat-> cat:Traffic
cat:PedestrianTraffic ~
cat:CenterLine -element_of-> cat:TransportationComplex
cat:City -subcat-> cat:GeographicObject
cat:CenterLine -subcat-> *cat:Line
cat:RoadMarking -part_for-> cat:TransportationComplex
cat:FootPath ~
cat:CyclePath ~
cat:CurbStone ~
cat:DrivingLane ~
cat:GreenArea ~
# naive vegetation
cat:Lawn -subcat-> cat:Vegetation
cat:Trees ~
cat:GreenArea -contains-> cat:Vegetation
# basic regionalization
cat:PhysiographicRegion -subcat-> cat:GeographicObject
cat:ClimateRegion ~
# zoning
cat:PlanningZone -subcat-> cat:GeographicObject
cat:Suburb -subcat-> cat:PlanningZone
cat:Downtown ~
cat:Residential ~
cat:Commercial ~
cat:Mixed ~
# structures
cat:Structure -subcat-> cat:GeographicObject
cat:Dam -subcat-> cat:Structure
cat:Canal ~
cat:Port ~
cat:Harbor ~
cat:Mine ~
cat:Antenna ~
cat:MicrowaveTower ~
cat:Bridge ~
# facilities
cat:Facility -subcat-> cat:GeographicObject
cat:NuclearFacility -subcat-> cat:Facility
cat:EducationalFacility ~
cat:MedicalFacility ~
cat:MiningFacility ~
cat:WasteFacility ~
cat:EneregyFacility ~
cat:PowerPlant -subcat-> cat:EneregyFacility
cat:Reactor -subcat-> cat:NuclearFacility
cat:Hospital -subcat-> cat:MedicalFacility
cat:College -subcat-> cat:EducationalFacility
cat:University ~
# Buildings
cat:Building -subcat-> cat:GeographicObject
cat:Facility -occupies-> cat:Building
cat:BuildingUse -subcat-> cat:Role
cat:Building -used_as-> cat:BuildingUse
cat:BuildingHistory -subcat-> cat:Process
cat:Building -has-> cat:BuildingHistory
# link into the building ontology