-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgwmlbh.ttl
48 lines (38 loc) · 2.03 KB
/
gwmlbh.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
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix gwmlbh: <http://def.isotc211.org/gwml/gwmlbh#>.
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/>.
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix voaf: <http://purl.org/vocommons/voaf#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix schema: <http://schema.org/>.
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix samfl: <http://def.seegrid.csiro.au/ontology/om/sam-lite#> .
gwmlbh:
a owl:Ontology ;
owl:versionIRI <http://def.isotc211.org/gwml/2018/gwmlbh#> ;
owl:imports <http://def.seegrid.csiro.au/ontology/om/sam-lite>,<https://rawgit.com/w3c/sdw/gh-pages/ssn/integrated/sosa.ttl> .
gwmlbh:GW_Well
a owl:Class;
rdfs:subClassOf samfl:SamplingCurve;
rdfs:label "Water Well"@en,"Puits"@fr;
skos:definition "A shaft or hole sunk, dug or drilled into the Earth to observe, extract or inject water (after IGH1397)."@en.
gwmlbh:GW_MonitoringSite
a owl:Class;
rdfs:subClassOf samfl:SpatialSamplingFeature;
rdfs:label "Monitoring Site"@en;
skos:definition "Observation site (e.g. well) used to watch for the advent of an anticipated condition, generally undesirable, such as the advance of the salt-water front in a coastal area where salt-water encroachment is occurring, or the movement of a pollutant injected into a disposal well. IGH0806"@en.
gwmlbh:GW_Spring
a owl:Class;
rdfs:subClassOf <http://def.isotc211.org/iso19109/2015/GeneralFeatureModel#AnyFeature>;
rdfs:label "Spring"@en;
skos:definition "Any natural situation where groundwater flows to the surface of the earth."@en.
gwmlbh:GW_Licence
a owl:Class;
rdfs:label "Licence"@en;
skos:definition "Licence relating to the drilling of the well or to the extraction of groundwater."@en.