@prefix gsp: . @prefix owl: . @prefix rdf: . @prefix xsd: . @prefix rdfs: . @prefix glosis_ob: . @prefix dct: . @prefix schema: . @prefix foaf: . @prefix ssn: . @prefix sosa: . @prefix skos: . ## APPENDED @prefix iso28258: . @prefix iso19156_OB: . a owl:Ontology ; owl:imports ssn: , sosa: , iso28258: ; owl:versionIRI ; owl:versionInfo "1.4.0" ; dct:creator [ schema:affiliation [ foaf:name "PSNC" ] ; rdfs:seeAlso ; 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 .