This repository has been archived by the owner on Jan 14, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
iso.ttl
37 lines (35 loc) · 1.82 KB
/
iso.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
# baseURI: http://resource.geosciml.org/ontology/timescale/gts/iso
# imports: http://def.seegrid.csiro.au/isotc211/iso19156/2011/sampling
# imports: http://resource.geosciml.org/ontology/timescale/gts
# imports: http://resource.geosciml.org/ontology/timescale/thors/iso
# prefix: iso
@prefix dc: <http://purl.org/dc/elements/1.1/> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix gts: <http://resource.geosciml.org/ontology/timescale/gts#> .
@prefix iso: <http://resource.geosciml.org/ontology/timescale/gts/iso#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sam: <http://def.seegrid.csiro.au/isotc211/iso19156/2011/sampling#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
gts:StratigraphicPoint
rdfs:subClassOf sam:SamplingPoint ;
.
gts:StratigraphicSection
rdfs:subClassOf sam:SamplingCurve ;
.
<http://resource.geosciml.org/ontology/timescale/gts/iso>
rdf:type owl:Ontology ;
dc:creator "Simon Jonathan David COX, CSIRO Australia" ;
dc:description "Geological Timescale model aligned to OWL implementation of ISO 19108 & ISO 19156" ;
dc:rights "Copyright © 2017 CSIRO" ;
dc:title "Geological Timescale model aligned to ISO 19108 & ISO 19156" ;
dcterms:created "2017-04-28"^^xsd:date ;
dcterms:license <https://creativecommons.org/licenses/by/4.0/> ;
dcterms:modified "2017-07-23"^^xsd:date ;
<http://purl.org/vocab/vann/preferredNamespacePrefix> "thors" ;
<http://purl.org/vocab/vann/preferredNamespaceUri> <http://resource.geosciml.org/ontology/timescale/thors#> ;
owl:imports <http://def.seegrid.csiro.au/isotc211/iso19156/2011/sampling> ;
owl:imports <http://resource.geosciml.org/ontology/timescale/gts> ;
owl:imports <http://resource.geosciml.org/ontology/timescale/thors/iso> ;
.