-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathUrbanSystemSimulation.owl
More file actions
183 lines (116 loc) · 7.42 KB
/
UrbanSystemSimulation.owl
File metadata and controls
183 lines (116 loc) · 7.42 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<?xml version="1.0"?>
<rdf:RDF xmlns="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/"
xml:base="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/"
xmlns:schema="http://schema.org/"
xmlns:adms="http://www.w3.org/ns/adms#"
xmlns:owl="http://www.w3.org/2002/07/owl#"
xmlns:ns="http://creativecommons.org/ns#"
xmlns:xsd="http://www.w3.org/2001/XMLSchema#"
xmlns:skos="http://www.w3.org/2004/02/skos/core#"
xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:RecurringEvent="http://ontology.eil.utoronto.ca/icity/RecurringEvent/#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:terms="http://purl.org/dc/terms/"
xmlns:xml="http://www.w3.org/XML/1998/namespace"
xmlns:om-1="http://www.wurvoc.org/vocabularies/om-1.8/"
xmlns:wgs84_pos="http://www.w3.org/2003/01/geo/wgs84_pos#"
xmlns:bibo="http://purl.org/ontology/bibo/"
xmlns:vann="http://purl.org/vocab/vann/"
xmlns:OM="http://ontology.eil.utoronto.ca/icity/OM/"
xmlns:foaf="http://xmlns.com/foaf/0.1/"
xmlns:WV="http://www.wurvoc.org/vocabularies/WV/"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<owl:Ontology rdf:about="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/">
<owl:versionIRI rdf:resource="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/1.0/"/>
<owl:imports rdf:resource="http://ontology.eil.utoronto.ca/icity/UrbanSystem/1.2/"/>
<dc:title>Urban System Simulation Ontology</dc:title>
<adms:relatedDocumentation>See accompanying iCity report http://ontology.eil.utoronto.ca/icity/iCityOntologyReport_1.2.pdf.</adms:relatedDocumentation>
<rdfs:comment>Developed as part of the overall iCity ontology effort, the UrbanSystemSimulation Ontology is designed to capture concepts related to simulations of (parts of) the urban system.
Copyright @ 2018 Megan Katsumi, iCity Research Group</rdfs:comment>
</owl:Ontology>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Annotation properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://creativecommons.org/ns#license -->
<owl:AnnotationProperty rdf:about="http://creativecommons.org/ns#license"/>
<!-- http://purl.org/dc/elements/1.1/date -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/date"/>
<!-- http://purl.org/dc/elements/1.1/title -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/elements/1.1/title">
<rdfs:comment>A name given to the resource.</rdfs:comment>
<rdfs:label>Title</rdfs:label>
</owl:AnnotationProperty>
<!-- http://purl.org/dc/terms/creator -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/creator"/>
<!-- http://purl.org/dc/terms/description -->
<owl:AnnotationProperty rdf:about="http://purl.org/dc/terms/description"/>
<!-- http://www.w3.org/ns/adms#relatedDocumentation -->
<owl:AnnotationProperty rdf:about="http://www.w3.org/ns/adms#relatedDocumentation"/>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Object Properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/UrbanSystemSimulationOntologyProperty -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/UrbanSystemSimulationOntologyProperty">
<rdfs:comment>Added for organizational purposes, to identify all properties defined in the Urban System Simulation ontology.</rdfs:comment>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/hasSimulationOutput -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/hasSimulationOutput">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/UrbanSystemSimulationOntologyProperty"/>
<owl:inverseOf rdf:resource="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/outputOfSimulation"/>
<rdfs:comment>Represents the relationship between a simulation and the individuals generated by it (i.e. its result output).</rdfs:comment>
</owl:ObjectProperty>
<!-- http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/outputOfSimulation -->
<owl:ObjectProperty rdf:about="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/outputOfSimulation">
<rdfs:subPropertyOf rdf:resource="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/UrbanSystemSimulationOntologyProperty"/>
</owl:ObjectProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Data properties
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/hasRunDateTime -->
<owl:DatatypeProperty rdf:about="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/hasRunDateTime">
<rdfs:domain rdf:resource="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/Simulation"/>
<rdfs:range rdf:resource="http://www.w3.org/2001/XMLSchema#dateTimeStamp"/>
<rdfs:comment>The date and time at which a simulation run was generated (start time).</rdfs:comment>
</owl:DatatypeProperty>
<!--
///////////////////////////////////////////////////////////////////////////////////////
//
// Classes
//
///////////////////////////////////////////////////////////////////////////////////////
-->
<!-- http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/Simulation -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/Simulation">
<rdfs:subClassOf rdf:resource="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/UrbanSystemOntologySimulationThing"/>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/hasSimulationOutput"/>
<owl:someValuesFrom rdf:resource="http://ontology.eil.utoronto.ca/icity/UrbanSystem/UrbanSystemOntologyThing"/>
</owl:Restriction>
</rdfs:subClassOf>
<rdfs:subClassOf>
<owl:Restriction>
<owl:onProperty rdf:resource="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/hasRunDateTime"/>
<owl:qualifiedCardinality rdf:datatype="http://www.w3.org/2001/XMLSchema#nonNegativeInteger">1</owl:qualifiedCardinality>
<owl:onDataRange rdf:resource="http://www.w3.org/2001/XMLSchema#dateTimeStamp"/>
</owl:Restriction>
</rdfs:subClassOf>
</owl:Class>
<!-- http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/UrbanSystemOntologySimulationThing -->
<owl:Class rdf:about="http://ontology.eil.utoronto.ca/icity/UrbanSystemSimulation/UrbanSystemOntologySimulationThing">
<rdfs:comment>Added for organizational purposes, to identify all classes included in the Urban System Simulation ontology.</rdfs:comment>
</owl:Class>
</rdf:RDF>
<!-- Generated by the OWL API (version 4.2.8.20170104-2310) https://github.com/owlcs/owlapi -->