-
Notifications
You must be signed in to change notification settings - Fork 0
/
GeoDescriptionOntology.owl
178 lines (141 loc) · 12.5 KB
/
GeoDescriptionOntology.owl
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
@prefix : <https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@base <https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology> .
<https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology> rdf:type owl:Ontology ;
owl:versionIRI <https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology/1> ;
owl:imports <http://purl.obolibrary.org/obo/iao/2020-12-09/iao.owl> ,
<https://www.inf.ufrgs.br/bdi/ontologies/geocoreontology> ,
<https://www.inf.ufrgs.br/bdi/ontologies/geologicalspatialrelationsontology/1.0> ,
<https://www.inf.ufrgs.br/bdi/ontologies/georeservoirontology/2.0> ;
<http://purl.org/dc/elements/1.1/contributor> "Luan Garcia" ;
<http://purl.org/dc/elements/1.1/description> "Ontology for the description of Geological Entities, such as Geological Objects, Amount of Rocks, Basins and others."@en .
#################################################################
# Object Properties
#################################################################
### https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#UFRGS:GeoDescription_has_author
:UFRGS:GeoDescription_has_author rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000051> ;
<http://purl.obolibrary.org/obo/IAO_0000115> "The person who created the geological description. Not necessarily is the same person that inputs the data in the system."@en ;
rdfs:label "has author"@en .
### https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#UFRGS:GeoDescription_has_descriptor
:UFRGS:GeoDescription_has_descriptor rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000051> ;
<http://purl.obolibrary.org/obo/IAO_0000115> "The person who inputs the data in the system, not necessarily the author of the geological descriptions."@en ;
rdfs:label "has descriptor"@en .
### https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#UFRGS:GeoDescription_has_identifier
:UFRGS:GeoDescription_has_identifier rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000051> ;
rdfs:domain :UFRGS:GeoDescription_description ;
rdfs:range <http://purl.obolibrary.org/obo/IAO_0020000> ;
<http://purl.obolibrary.org/obo/IAO_0000115> "The relation between a 'geological description' and its unique identifier. This should be the URI of the description."@en ;
rdfs:label "has identifier"@en .
### https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#UFRGS:GeoDescription_has_svg_attribute
:UFRGS:GeoDescription_has_svg_attribute rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000051> ;
rdfs:label "has svg attribute"@en .
### https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#UFRGS:GeoDescription_has_svg_element
:UFRGS:GeoDescription_has_svg_element rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000051> ;
rdfs:label "has svg element"@en .
### https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#UFRGS:GeoDescription_has_two_dimensional_point
:UFRGS:GeoDescription_has_two_dimensional_point rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf <http://purl.obolibrary.org/obo/BFO_0000051> ;
rdfs:label "has two dimensional point"@en .
#################################################################
# Data properties
#################################################################
### https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#UFRGS:GeoDescription_creation_date
:UFRGS:GeoDescription_creation_date rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf owl:topDataProperty ;
rdfs:label "creation date"@en .
### https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#UFRGS:GeoDescription_has_literal
:UFRGS:GeoDescription_has_literal rdf:type owl:DatatypeProperty ;
rdfs:label "has literal"@en .
### https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#UFRGS:GeoDescription_update_date
:UFRGS:GeoDescription_update_date rdf:type owl:DatatypeProperty ;
rdfs:subPropertyOf owl:topDataProperty ;
rdfs:label "update date"@en .
#################################################################
# Classes
#################################################################
### http://purl.obolibrary.org/obo/IAO_0000590
<http://purl.obolibrary.org/obo/IAO_0000590> rdfs:subClassOf [ rdf:type owl:Restriction ;
owl:onProperty :UFRGS:GeoDescription_has_literal ;
owl:someValuesFrom xsd:string
] .
### https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#UFRGS:GeoDescription_description
:UFRGS:GeoDescription_description rdf:type owl:Class ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000310> ,
[ rdf:type owl:Restriction ;
owl:onProperty :UFRGS:GeoDescription_has_author ;
owl:someValuesFrom <http://purl.obolibrary.org/obo/IAO_0000302>
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :UFRGS:GeoDescription_has_descriptor ;
owl:someValuesFrom <http://purl.obolibrary.org/obo/IAO_0000302>
] ,
[ rdf:type owl:Restriction ;
owl:onProperty <http://purl.obolibrary.org/obo/IAO_0000136> ;
owl:allValuesFrom <https://www.inf.ufrgs.br/bdi/ontologies/georeservoirontology#UFRGS:GeoReservoirOntology_geological_site>
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :UFRGS:GeoDescription_has_identifier ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass <http://purl.obolibrary.org/obo/IAO_0000578>
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :UFRGS:GeoDescription_update_date ;
owl:someValuesFrom xsd:dateTime
] ,
[ rdf:type owl:Restriction ;
owl:onProperty :UFRGS:GeoDescription_creation_date ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onDataRange xsd:dateTime
] ;
<http://purl.obolibrary.org/obo/IAO_0000115> "Uma descrição geológica é uma descrição humana de entidades materiais ou imateriais identificadas em um estudo geológico com base em dados geológicos diretos (testemunho, amostra de mão, etc) ou indiretos (sísmica, log de poço, fotografia, etc)."@pt ;
rdfs:label "descrição geológica"@pt ,
"geological description"@en .
### https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#UFRGS:GeoDescription_scalable_vector_graphics
:UFRGS:GeoDescription_scalable_vector_graphics rdf:type owl:Class ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000309> ,
[ rdf:type owl:Restriction ;
owl:onProperty :UFRGS:GeoDescription_has_svg_element ;
owl:someValuesFrom :UFRGS:GeoDescription_svg_element
] ;
<http://purl.obolibrary.org/obo/IAO_0000118> "scalable vector graphics"@en ;
rdfs:label "svg"@en ,
"svg"@pt .
### https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#UFRGS:GeoDescription_svg_attribute
:UFRGS:GeoDescription_svg_attribute rdf:type owl:Class ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000309> ;
rdfs:label "svg attribute"@en .
### https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#UFRGS:GeoDescription_svg_element
:UFRGS:GeoDescription_svg_element rdf:type owl:Class ;
rdfs:subClassOf <http://purl.obolibrary.org/obo/IAO_0000309> ,
[ rdf:type owl:Restriction ;
owl:onProperty :UFRGS:GeoDescription_has_svg_attribute ;
owl:someValuesFrom :UFRGS:GeoDescription_svg_attribute
] ;
rdfs:label "svg element"@en .
### https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#UFRGS:GeoDescription_svg_point
:UFRGS:GeoDescription_svg_point rdf:type owl:Class ;
rdfs:subClassOf :UFRGS:GeoDescription_svg_attribute ,
[ rdf:type owl:Restriction ;
owl:onProperty :UFRGS:GeoDescription_has_two_dimensional_point ;
owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ;
owl:onClass <http://purl.obolibrary.org/obo/IAO_0000402>
] ;
rdfs:label "svg point"@en .
### https://www.inf.ufrgs.br/bdi/ontologies/geodescriptionontology#UFRGS:GeoDescription_svg_polygon
:UFRGS:GeoDescription_svg_polygon rdf:type owl:Class ;
rdfs:subClassOf :UFRGS:GeoDescription_svg_element ,
[ rdf:type owl:Restriction ;
owl:onProperty :UFRGS:GeoDescription_has_svg_attribute ;
owl:someValuesFrom :UFRGS:GeoDescription_svg_point
] ;
rdfs:label "svg polygon"@en .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi