-
Notifications
You must be signed in to change notification settings - Fork 0
/
sensorweb-core-medium.ttl
100 lines (65 loc) · 3.21 KB
/
sensorweb-core-medium.ttl
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
@prefix : <http://sensorml.com/ont/core/medium/> .
@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 <http://sensorml.com/ont/core/medium> .
<http://sensorml.com/ont/core/medium> rdf:type owl:Ontology ;
owl:imports <http://www.w3.org/ns/ssn/systems/> ;
<http://purl.org/dc/terms/creator> "OpenSensorHub Community" ;
rdfs:label "SensorWeb Sampled Features Ontology" ;
owl:versionInfo 1.0 .
#################################################################
# Classes
#################################################################
### http://sensorml.com/ont/core/medium/SampledFeature
:SampledFeature rdf:type owl:Class ;
rdfs:subClassOf <http://www.w3.org/ns/sosa/FeatureOfInterest>
<http://www.w3.org/2004/02/skos/core#definition> "A feature of interest that represents a large object or medium, that is further sampled by a 'sampling feature'." .
### http://sensorml.com/ont/core/medium/EarthSurface
:EarthSurface rdf:type owl:Class ;
rdfs:subClassOf :SampledFeature .
### http://sensorml.com/ont/core/medium/SeaWater
:SeaWater rdf:type owl:Class ;
rdfs:subClassOf :SampledFeature .
### http://sensorml.com/ont/core/medium/SeaSurface
:SeaSurface rdf:type owl:Class ;
rdfs:subClassOf :SampledFeature .
### http://sensorml.com/ont/core/medium/SeaFloor
:SeaFloor rdf:type owl:Class ;
rdfs:subClassOf :SampledFeature .
### http://sensorml.com/ont/core/medium/Atmosphere
:Atmosphere rdf:type owl:Class ;
rdfs:subClassOf :SampledFeature .
### http://sensorml.com/ont/core/medium/Troposphere
:Troposphere rdf:type owl:Class ;
rdfs:subClassOf :Atmosphere .
### http://sensorml.com/ont/core/medium/Stratosphere
:Stratosphere rdf:type owl:Class ;
rdfs:subClassOf :Atmosphere .
### http://sensorml.com/ont/core/medium/Mesosphere
:Mesosphere rdf:type owl:Class ;
rdfs:subClassOf :Atmosphere .
### http://sensorml.com/ont/core/medium/Thermosphere
:Thermosphere rdf:type owl:Class ;
rdfs:subClassOf :Atmosphere .
### http://sensorml.com/ont/core/medium/Exosphere
:Exosphere rdf:type owl:Class ;
rdfs:subClassOf :Atmosphere .
### http://sensorml.com/ont/core/medium/Cloud
:Cloud rdf:type owl:Class ;
rdfs:subClassOf :Atmosphere .
### http://sensorml.com/ont/core/medium/CloudTop
:CloudTop rdf:type owl:Class ;
rdfs:subClassOf :Cloud .
### http://sensorml.com/ont/core/medium/CloudBase
:CloudBase rdf:type owl:Class ;
rdfs:subClassOf :Cloud .
### http://sensorml.com/ont/core/medium/IndoorAir
:IndoorAir rdf:type owl:Class ;
rdfs:subClassOf :Atmosphere .
### http://sensorml.com/ont/core/medium/OutdoorAir
:OutdoorAir rdf:type owl:Class ;
rdfs:subClassOf :Atmosphere .
### Generated by the OWL API (version 4.5.9.2019-02-01T07:24:44Z) https://github.com/owlcs/owlapi