-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathglosis_observation.ttl
41 lines (37 loc) · 2.38 KB
/
glosis_observation.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
@prefix gsp: <http://www.opengis.net/ont/geosparql#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix glosis_ob: <http://w3id.org/glosis/model/observation/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix schema: <http://schema.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix ssn: <http://www.w3.org/ns/ssn/> .
@prefix sosa: <http://www.w3.org/ns/sosa/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
## APPENDED
@prefix iso28258: <http://w3id.org/glosis/model/iso28258/2013/> .
@prefix iso19156_OB: <http://def.isotc211.org/iso19156/2011/Observation#> .
<http://w3id.org/glosis/model/observation>
a owl:Ontology ;
owl:imports ssn: , sosa: , iso28258: ;
owl:versionIRI <http://w3id.org/glosis/model/observation/1.4.1> ;
owl:versionInfo "1.4.1" ;
dct:creator [ schema:affiliation [ foaf:name "PSNC" ] ;
rdfs:seeAlso <http://orcid.org/0000-0003-4289-4922> ;
foaf:name "Raul Palma"
] ,
[ schema:affiliation [ foaf:name "PSNC" ] ;
foaf:name "Bogusz Janiak"
] ;
dct:title "GlOSIS Ontology: Observation module"@en ;
dct:description "GLOSIS ontology has been created from the data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ;
rdfs:comment "This module contains the spatial class to describe the observation process, which is a subtype of OM_Process, and it is used to generate the result of the observation."@en ;
dct:source "Data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ;
dct:rights "This ontology is distributed under Creative Commons Attribution-NonCommercial-ShareAlike 3.0 IGO License - https://creativecommons.org/licenses/by-nc-sa/3.0/igo/"@en .
glosis_ob:GL_Observation
a owl:Class ;
rdfs:label "GL_Observation"@en ;
skos:definition "Data model for the Global Soil Information System (GloSIS) v1.0, edited by Tomas Reznik and Katharina Schleidt"@en ;
rdfs:subClassOf iso19156_OB:OM_Observation .