@prefix dc:    <http://purl.org/dc/elements/1.1/> .
@prefix tm:    <http://def.seegrid.csiro.au/isotc211/iso19108/2002/temporal#> .
@prefix vann:  <http://purl.org/vocab/vann/> .
@prefix h2o:   <http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic#> .
@prefix gf:    <http://def.seegrid.csiro.au/isotc211/iso19109/2005/feature#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .
@prefix gm:    <http://def.seegrid.csiro.au/isotc211/iso19107/2003/geometry#> .
@prefix voaf:  <http://purl.org/vocommons/voaf#> .
@prefix basic: <http://def.seegrid.csiro.au/isotc211/iso19103/2005/basic#> .
@prefix dct:   <http://purl.org/dc/terms/> .
@prefix owl:   <http://www.w3.org/2002/07/owl#> .
@prefix xsd:   <http://www.w3.org/2001/XMLSchema#> .
@prefix spin:  <http://spinrdf.org/spin#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix skos:  <http://www.w3.org/2004/02/skos/core#> .

<http://def.seegrid.csiro.au/isotc211/iso19109/2005/feature>
        a                              voaf:Vocabulary , owl:Ontology ;
        rdfs:comment                   "An OWL representation of part of the General Feature Model described in ISO 19109 and the General Feature Instance model described in Annex C of ISO 19156:2011. \r\n\r\nThis vocabulary is provisional, pending finalization of ISO 19150-2.\r\n\r\nThe URI stem http://def.seegrid.csiro.au/isotc211/ is temporary. The vocabulary is expected to be ultimately published in the domain http://def.isotc211.org/"^^xsd:string ;
        dc:creator                     "Simon J D Cox\nCSIRO"^^xsd:string ;
        dc:description                 "An OWL representation of part of the General Feature Model described in ISO 19109 and the General Feature Instance model described in Annex C of ISO 19156:2011"^^xsd:string ;
        dc:rights                      "Copyright © 2012-2013 CSIRO"^^xsd:string ;
        dc:source                      "ISO 19109 Geographic Information - Rules for Application Schema"^^xsd:string , "ISO 19156:2011\nGeographic Information - Observations and Measurements" ;
        dc:title                       "OWL representation of ISO 19109 (General Feature Model)"^^xsd:string ;
        dc:type                        "http://www.w3.org/2002/07/owl"^^rdf:PlainLiteral ;
        dct:created                    "2010-10-27T00:00:00"^^xsd:dateTime ;
        dct:hasPart                    gf:AnyFeature ;
        dct:license                    <http://creativecommons.org/licenses/by/3.0/> ;
        dct:modified                   "2013-11-14T00:00:00"^^xsd:dateTime ;
        vann:preferredNamespacePrefix  "gf"^^xsd:string ;
        vann:preferredNamespaceUri     gf: ;
        owl:imports                    <http://def.seegrid.csiro.au/isotc211/iso19107/2003/geometry> , <http://def.seegrid.csiro.au/isotc211/iso19108/2002/temporal> , <http://def.seegrid.csiro.au/isotc211/iso19103/2005/basic> , <http://def.seegrid.csiro.au/isotc211/iso19150/-2/2012/basic> ;
        owl:priorVersion               <http://def.seegrid.csiro.au/isotc211/iso19109/20120605/feature> ;
        owl:versionIRI                 <https://www.seegrid.csiro.au/subversion/xmml/ontologies/tags/201207-Toulouse/ISOTC211/feature.rdf> .

gf:AnyFeature  a          owl:Class ;
        rdfs:comment      "In ISO 19156 the class GFI_Feature is defined as an instance of GF_FeatureType. In this OWL representation we do not have a specific class for GF_FeatureType because this would imply subclassing owl:Class which is inconsistent with OWL-DL restrictions."^^xsd:string ;
        rdfs:isDefinedBy  <http://def.seegrid.csiro.au/isotc211/iso19109/2005/feature> ;
        rdfs:label        "Geographic feature"^^xsd:string ;
        h2o:isAbstract    true ;
        owl:disjointWith  tm:Object , gm:Object ;
        skos:notation     "GFI_Feature"^^h2o:ISOClassName .
