Skip to content

Commit 0ade0d5

Browse files
committed
update documentation
1 parent e58f1d3 commit 0ade0d5

8 files changed

Lines changed: 298 additions & 158 deletions

File tree

doc_config

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
2+
abstract=
3+
ontologyTitle=Facilities and Industries Ontology
4+
ontologyPrefix=fio
5+
ontologyNamespaceURI=http://w3id.org/fio/fio#
6+
ontologyName=Facilities and Industries Ontology
7+
thisVersionURI=http://w3id.org/fio/v1/fio#
8+
latestVersionURI=http://w3id.org/fio/fio#
9+
previousVersionURI=
10+
dateCreated=2024-03-06
11+
dateModified=2024-03-06
12+
ontologyRevisionNumber=1
13+
licenseURI=https://www.gnu.org/licenses/gpl-3.0.html
14+
licenseName=GPL 3.0
15+
licenseIconURL=null
16+
citeAs=http://orcid.org/0000-0002-5331-5052, https://orcid.org/0000-0003-3271-6700. Facilities and Industries Ontology. Revision: 1. Retrieved from: http://w3id.org/fio/v1/fio#
17+
DOI=
18+
status=Ontology Specification Draft
19+
logo=
20+
description=Facilities are specific locations where commercial or institutional activity occurs. Industry classification schemes divide economic activities into functional groups. These two key concepts are crucial for analyzing institutional and economic activity and its spatial distribution, which are critical for understanding environmental impact, labor dynamics, supply chains, and many other complex social and environmental phenomena. The Facilities and Industries Ontology (FIO) is a generic ontology design pattern for linking facilities to industry sectors as defined in classification systems. FIO supports semantic reasoning to, e.g., infer broader industry sectors that are associated with facilities and organizations.
21+
introduction=The core concepts of the Facilities and Industries Ontology Design Pattern (FIO) are Facility and Industry. A Facility is defined as a physical entity with a fixed geospatial location where commercial or institutional activity occurs or has occurred in the past. An Industry represents a particular economic subdivision characterized by its function and services. For example, grain farming and grain milling represent distinct industries within the farming and food manufacturing sectors, respectively. Facilities and industries are closely connected: each facility is associated with one or more industries, modeled in FIO using the ofIndustry property.
22+
backwardsCompatibleWith=
23+
publisher=http://spatialai.org
24+
publisherURI=http://spatialai.org
25+
publisherInstitution=
26+
publisherInstitutionURI=
27+
authors=http://orcid.org/0000-0002-5331-5052;https://orcid.org/0000-0003-3271-6700
28+
authorsURI=http://orcid.org/0000-0002-5331-5052;https://orcid.org/0000-0003-3271-6700
29+
authorsInstitution=;
30+
authorsInstitutionURI=;
31+
contributors=
32+
contributorsURI=
33+
contributorsInstitution=
34+
contributorsInstitutionURI=
35+
importedOntologyNames=
36+
importedOntologyURIs=
37+
extendedOntologyNames=
38+
extendedOntologyURIs=
39+
RDFXMLSerialization=ontology.owl
40+
TurtleSerialization=ontology.ttl
41+
NTSerialization=ontology.nt
42+
JSONLDSerialization=ontology.jsonld
43+
images=
44+
source=
45+
seeAlso=
46+
fundingGrants=
47+
funders=

docs/index-en.html

Lines changed: 62 additions & 44 deletions
Large diffs are not rendered by default.

docs/ontology.jsonld

Lines changed: 36 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[ {
2-
"@id" : "_:genid3",
2+
"@id" : "_:genid1",
3+
"http://www.w3.org/2002/07/owl#inverseOf" : [ {
4+
"@id" : "http://www.w3.org/ns/prov#wasAttributedTo"
5+
} ]
6+
}, {
7+
"@id" : "_:genid4",
38
"@type" : [ "http://www.w3.org/2002/07/owl#Restriction" ],
49
"http://www.w3.org/2002/07/owl#onProperty" : [ {
510
"@id" : "http://w3id.org/fio/v1/fio#ofIndustry"
@@ -78,28 +83,37 @@
7883
}, {
7984
"@id" : "http://w3id.org/fio/v1/fio#Facility",
8085
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
81-
"http://purl.org/dc/terms/description" : [ {
86+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
8287
"@value" : "Any physical building, building complex or site (e.g. an airstrip, a mine, or superfund site) at which a commercial or institutional activity occurs."
8388
} ],
8489
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
8590
"@value" : "Facility"
8691
} ],
8792
"http://www.w3.org/2000/01/rdf-schema#subClassOf" : [ {
88-
"@id" : "_:genid3"
93+
"@id" : "_:genid4"
8994
} ]
9095
}, {
9196
"@id" : "http://w3id.org/fio/v1/fio#Industry",
9297
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
93-
"http://purl.org/dc/terms/description" : [ {
98+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
9499
"@value" : "A distinct group of productive or profit-making enterprises."
95100
} ],
96101
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
97102
"@value" : "Industry"
98103
} ]
104+
}, {
105+
"@id" : "http://w3id.org/fio/v1/fio#IndustryCollection",
106+
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
107+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
108+
"@value" : "A collection of industries grouped by a common characteristic."
109+
} ],
110+
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
111+
"@value" : "Industry Collection"
112+
} ]
99113
}, {
100114
"@id" : "http://w3id.org/fio/v1/fio#Organization",
101115
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ],
102-
"http://purl.org/dc/terms/description" : [ {
116+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
103117
"@value" : ""
104118
} ],
105119
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
@@ -111,7 +125,7 @@
111125
}, {
112126
"@id" : "http://w3id.org/fio/v1/fio#hasFacility",
113127
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
114-
"http://purl.org/dc/terms/decscription" : [ {
128+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
115129
"@value" : "A relation between an organization and a facility it has ownership, management or other affiliation with."
116130
} ],
117131
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
@@ -122,11 +136,23 @@
122136
} ],
123137
"http://www.w3.org/2000/01/rdf-schema#range" : [ {
124138
"@id" : "http://w3id.org/fio/v1/fio#Facility"
139+
} ],
140+
"http://www.w3.org/2000/01/rdf-schema#subPropertyOf" : [ {
141+
"@id" : "_:genid1"
142+
} ]
143+
}, {
144+
"@id" : "http://w3id.org/fio/v1/fio#hasMember",
145+
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
146+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
147+
"@value" : "A relation between a collection a member of the collection."
148+
} ],
149+
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
150+
"@value" : "has member"
125151
} ]
126152
}, {
127153
"@id" : "http://w3id.org/fio/v1/fio#ofIndustry",
128154
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ],
129-
"http://purl.org/dc/terms/description" : [ {
155+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
130156
"@value" : "A relation between an entity and the industry it is classified under"
131157
} ],
132158
"http://www.w3.org/2000/01/rdf-schema#label" : [ {
@@ -145,7 +171,7 @@
145171
}, {
146172
"@id" : "http://w3id.org/fio/v1/fio#ofYear",
147173
"@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
148-
"http://purl.org/dc/terms/description" : [ {
174+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
149175
"@value" : "A relation between an industry code and the schema year it belongs to."
150176
} ],
151177
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
@@ -175,7 +201,7 @@
175201
}, {
176202
"@id" : "http://w3id.org/fio/v1/fio#subcodeOf",
177203
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty", "http://www.w3.org/2002/07/owl#TransitiveProperty" ],
178-
"http://purl.org/dc/terms/description" : [ {
204+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
179205
"@value" : "A hierarchical relation between an industry and its parent industry"
180206
} ],
181207
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
@@ -190,7 +216,7 @@
190216
}, {
191217
"@id" : "http://w3id.org/fio/v1/fio#yearDeprecated",
192218
"@type" : [ "http://www.w3.org/2002/07/owl#DatatypeProperty" ],
193-
"http://purl.org/dc/terms/description" : [ {
219+
"http://www.w3.org/2000/01/rdf-schema#comment" : [ {
194220
"@value" : "A relation between an industry code and the schema year it was deprecated and removed as a industry code with the same meaning."
195221
} ],
196222
"http://www.w3.org/2000/01/rdf-schema#domain" : [ {
@@ -208,9 +234,6 @@
208234
}, {
209235
"@id" : "http://www.w3.org/ns/prov#Agent",
210236
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
211-
}, {
212-
"@id" : "http://www.w3.org/ns/prov#Organization",
213-
"@type" : [ "http://www.w3.org/2002/07/owl#Class" ]
214237
}, {
215238
"@id" : "http://www.w3.org/ns/prov#wasAttributedTo",
216239
"@type" : [ "http://www.w3.org/2002/07/owl#ObjectProperty" ]

docs/ontology.nt

Lines changed: 30 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -71,22 +71,29 @@
7171
#
7272
# http://w3id.org/fio/v1/fio#hasFacility
7373
<http://w3id.org/fio/v1/fio#hasFacility> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
74+
<http://w3id.org/fio/v1/fio#hasFacility> <http://www.w3.org/2000/01/rdf-schema#subPropertyOf> _:genid1 .
75+
_:genid1 <http://www.w3.org/2002/07/owl#inverseOf> <http://www.w3.org/ns/prov#wasAttributedTo> .
7476
<http://w3id.org/fio/v1/fio#hasFacility> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/fio/v1/fio#Organization> .
7577
<http://w3id.org/fio/v1/fio#hasFacility> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/fio/v1/fio#Facility> .
76-
<http://w3id.org/fio/v1/fio#hasFacility> <http://purl.org/dc/terms/decscription> "A relation between an organization and a facility it has ownership, management or other affiliation with." .
78+
<http://w3id.org/fio/v1/fio#hasFacility> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between an organization and a facility it has ownership, management or other affiliation with." .
7779
<http://w3id.org/fio/v1/fio#hasFacility> <http://www.w3.org/2000/01/rdf-schema#label> "has Facility" .
7880
#
81+
# http://w3id.org/fio/v1/fio#hasMember
82+
<http://w3id.org/fio/v1/fio#hasMember> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
83+
<http://w3id.org/fio/v1/fio#hasMember> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between a collection a member of the collection." .
84+
<http://w3id.org/fio/v1/fio#hasMember> <http://www.w3.org/2000/01/rdf-schema#label> "has member" .
85+
#
7986
# http://w3id.org/fio/v1/fio#ofIndustry
8087
<http://w3id.org/fio/v1/fio#ofIndustry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#ObjectProperty> .
8188
<http://w3id.org/fio/v1/fio#ofIndustry> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/fio/v1/fio#Industry> .
82-
<http://w3id.org/fio/v1/fio#ofIndustry> <http://www.w3.org/2002/07/owl#propertyChainAxiom> _:genid2 .
83-
_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid1 .
84-
_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
85-
_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/fio/v1/fio#subcodeOf> .
86-
_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
87-
_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/fio/v1/fio#ofIndustry> .
89+
<http://w3id.org/fio/v1/fio#ofIndustry> <http://www.w3.org/2002/07/owl#propertyChainAxiom> _:genid3 .
90+
_:genid3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid2 .
91+
_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
92+
_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/fio/v1/fio#subcodeOf> .
8893
_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
89-
<http://w3id.org/fio/v1/fio#ofIndustry> <http://purl.org/dc/terms/description> "A relation between an entity and the industry it is classified under" .
94+
_:genid3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> <http://w3id.org/fio/v1/fio#ofIndustry> .
95+
_:genid3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/1999/02/22-rdf-syntax-ns#List> .
96+
<http://w3id.org/fio/v1/fio#ofIndustry> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between an entity and the industry it is classified under" .
9097
<http://w3id.org/fio/v1/fio#ofIndustry> <http://www.w3.org/2000/01/rdf-schema#label> "of industry" .
9198
#
9299
# http://w3id.org/fio/v1/fio#sameCode
@@ -101,7 +108,7 @@ _:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/19
101108
<http://w3id.org/fio/v1/fio#subcodeOf> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#TransitiveProperty> .
102109
<http://w3id.org/fio/v1/fio#subcodeOf> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/fio/v1/fio#Industry> .
103110
<http://w3id.org/fio/v1/fio#subcodeOf> <http://www.w3.org/2000/01/rdf-schema#range> <http://w3id.org/fio/v1/fio#Industry> .
104-
<http://w3id.org/fio/v1/fio#subcodeOf> <http://purl.org/dc/terms/description> "A hierarchical relation between an industry and its parent industry" .
111+
<http://w3id.org/fio/v1/fio#subcodeOf> <http://www.w3.org/2000/01/rdf-schema#comment> "A hierarchical relation between an industry and its parent industry" .
105112
<http://w3id.org/fio/v1/fio#subcodeOf> <http://www.w3.org/2000/01/rdf-schema#label> "subcode of" .
106113
#
107114
# http://www.w3.org/ns/prov#wasAttributedTo
@@ -120,14 +127,14 @@ _:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/19
120127
<http://w3id.org/fio/v1/fio#ofYear> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
121128
<http://w3id.org/fio/v1/fio#ofYear> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/fio/v1/fio#Industry> .
122129
<http://w3id.org/fio/v1/fio#ofYear> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#date> .
123-
<http://w3id.org/fio/v1/fio#ofYear> <http://purl.org/dc/terms/description> "A relation between an industry code and the schema year it belongs to." .
130+
<http://w3id.org/fio/v1/fio#ofYear> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between an industry code and the schema year it belongs to." .
124131
<http://w3id.org/fio/v1/fio#ofYear> <http://www.w3.org/2000/01/rdf-schema#label> "of Year" .
125132
#
126133
# http://w3id.org/fio/v1/fio#yearDeprecated
127134
<http://w3id.org/fio/v1/fio#yearDeprecated> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#DatatypeProperty> .
128135
<http://w3id.org/fio/v1/fio#yearDeprecated> <http://www.w3.org/2000/01/rdf-schema#domain> <http://w3id.org/fio/v1/fio#Industry> .
129136
<http://w3id.org/fio/v1/fio#yearDeprecated> <http://www.w3.org/2000/01/rdf-schema#range> <http://www.w3.org/2001/XMLSchema#date> .
130-
<http://w3id.org/fio/v1/fio#yearDeprecated> <http://purl.org/dc/terms/description> "A relation between an industry code and the schema year it was deprecated and removed as a industry code with the same meaning." .
137+
<http://w3id.org/fio/v1/fio#yearDeprecated> <http://www.w3.org/2000/01/rdf-schema#comment> "A relation between an industry code and the schema year it was deprecated and removed as a industry code with the same meaning." .
131138
<http://w3id.org/fio/v1/fio#yearDeprecated> <http://www.w3.org/2000/01/rdf-schema#label> "year deprecated" .
132139
#
133140
#
@@ -141,28 +148,30 @@ _:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/19
141148
#
142149
# http://w3id.org/fio/v1/fio#Facility
143150
<http://w3id.org/fio/v1/fio#Facility> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
144-
<http://w3id.org/fio/v1/fio#Facility> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid3 .
145-
_:genid3 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://w3id.org/fio/v1/fio#Industry> .
146-
_:genid3 <http://www.w3.org/2002/07/owl#onProperty> <http://w3id.org/fio/v1/fio#ofIndustry> .
147-
_:genid3 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
148-
<http://w3id.org/fio/v1/fio#Facility> <http://purl.org/dc/terms/description> "Any physical building, building complex or site (e.g. an airstrip, a mine, or superfund site) at which a commercial or institutional activity occurs." .
151+
<http://w3id.org/fio/v1/fio#Facility> <http://www.w3.org/2000/01/rdf-schema#subClassOf> _:genid4 .
152+
_:genid4 <http://www.w3.org/2002/07/owl#someValuesFrom> <http://w3id.org/fio/v1/fio#Industry> .
153+
_:genid4 <http://www.w3.org/2002/07/owl#onProperty> <http://w3id.org/fio/v1/fio#ofIndustry> .
154+
_:genid4 <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Restriction> .
155+
<http://w3id.org/fio/v1/fio#Facility> <http://www.w3.org/2000/01/rdf-schema#comment> "Any physical building, building complex or site (e.g. an airstrip, a mine, or superfund site) at which a commercial or institutional activity occurs." .
149156
<http://w3id.org/fio/v1/fio#Facility> <http://www.w3.org/2000/01/rdf-schema#label> "Facility" .
150157
#
151158
# http://w3id.org/fio/v1/fio#Industry
152159
<http://w3id.org/fio/v1/fio#Industry> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
153-
<http://w3id.org/fio/v1/fio#Industry> <http://purl.org/dc/terms/description> "A distinct group of productive or profit-making enterprises." .
160+
<http://w3id.org/fio/v1/fio#Industry> <http://www.w3.org/2000/01/rdf-schema#comment> "A distinct group of productive or profit-making enterprises." .
154161
<http://w3id.org/fio/v1/fio#Industry> <http://www.w3.org/2000/01/rdf-schema#label> "Industry" .
155162
#
163+
# http://w3id.org/fio/v1/fio#IndustryCollection
164+
<http://w3id.org/fio/v1/fio#IndustryCollection> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
165+
<http://w3id.org/fio/v1/fio#IndustryCollection> <http://www.w3.org/2000/01/rdf-schema#comment> "A collection of industries grouped by a common characteristic." .
166+
<http://w3id.org/fio/v1/fio#IndustryCollection> <http://www.w3.org/2000/01/rdf-schema#label> "Industry Collection" .
167+
#
156168
# http://w3id.org/fio/v1/fio#Organization
157169
<http://w3id.org/fio/v1/fio#Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
158170
<http://w3id.org/fio/v1/fio#Organization> <http://www.w3.org/2000/01/rdf-schema#subClassOf> <http://www.w3.org/ns/prov#Agent> .
159-
<http://w3id.org/fio/v1/fio#Organization> <http://purl.org/dc/terms/description> "" .
171+
<http://w3id.org/fio/v1/fio#Organization> <http://www.w3.org/2000/01/rdf-schema#comment> "" .
160172
<http://w3id.org/fio/v1/fio#Organization> <http://www.w3.org/2000/01/rdf-schema#label> "Organization" .
161173
#
162174
# http://www.w3.org/ns/prov#Agent
163175
<http://www.w3.org/ns/prov#Agent> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
164176
#
165-
# http://www.w3.org/ns/prov#Organization
166-
<http://www.w3.org/ns/prov#Organization> <http://www.w3.org/1999/02/22-rdf-syntax-ns#type> <http://www.w3.org/2002/07/owl#Class> .
167-
#
168177
# Generated by the OWL API (version 5.1.18) https://github.com/owlcs/owlapi/

0 commit comments

Comments
 (0)