@base <http://data.ign.fr/def/geofla> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix : <#> .
@prefix ns: <http://creativecommons.org/ns#> .
@prefix org: <http://www.w3.org/ns/org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix xml: <http://www.w3.org/XML/1998/namespace> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix time: <http://www.w3.org/2006/time#> .
@prefix vann: <http://purl.org/vocab/vann/> .
@prefix terms: <http://purl.org/dc/terms/> .

ns:license
    a owl:AnnotationProperty .

<../codes/geonto/typedecommune/liste>
    a owl:NamedIndividual .

<>
    ns:license <http://creativecommons.org/licenses/by/2.0/>, <http://opendatacommons.org/licenses/by/>, <http://www.data.gouv.fr/Licence-Ouverte-Open-Licence> ;
    terms:contributor <_:genid-nodeid-node1d3jtb9nqx68>, <http://data.semanticweb.org/person/bernard-vatant>, <http://recherche.ign.fr/labos/cogit/cv.php?prenom=Bénédicte&nom=Bucher>, <http://www.eurecom.fr/~troncy/> ;
    terms:creator <_:genid-nodeid-node1d3jtb9nqx63>, <http://www.eurecom.fr/~atemezin/> ;
    terms:description "Ontologie décrivant le découpage administratif de la France métropolitaine, des départements d'outre-mer, ou de la collectivité  départementale de Mayotte, représentée comme une hiérarchie de classes OWL"@fr, "Ontology describing the administrative division of metropolitan France, the overseas departments, or the departmental community of Mayotte, represented as a hierarchy of OWL classes"@en ;
    terms:issued "2013-06-11"^^xsd:date ;
    terms:modified "2014-08-22"^^xsd:date, "2019-02-12"^^xsd:date ;
    terms:publisher <http://fr.dbpedia.org/resource/Institut_national_de_l%27information_g%C3%A9ographique_et_foresti%C3%A8re> ;
    terms:rights "Copyright 2019, IGN" ;
    terms:title "Ontologie des unités administratives de l'IGN"@fr, "Ontology of IGN administrative units"@en ;
    vann:preferredNamespacePrefix "geofla" ;
    vann:preferredNamespaceUri <#> ;
    a <http://purl.org/vocommons/voaf#Vocabulary>, owl:NamedIndividual, owl:Ontology ;
    owl:priorVersion <geofla/20140822.ttl> ;
    owl:versionInfo "Version 1.1 - 2019-02-12" .

:Arrondissement
    a owl:Class ;
    rdfs:comment "Cette classe contient l'ensemble des arrondissements (ce sont les arrondissements au sens INSEE, et non les arrondissements municipaux)."@fr, "This class contains all the boroughs (these are the districts in the INSEE sense, and not the municipal districts)."@en ;
    rdfs:isDefinedBy <> ;
    rdfs:label "Arrondissement"@en, "Arrondissement"@fr ;
    rdfs:subClassOf :UniteAdministrative, [
        a owl:Restriction ;
        owl:hasValue <http://www.geonames.org/ontology#A.ADM3> ;
        owl:onProperty <http://www.geonames.org/ontology#featureCode>
    ] ;
    owl:equivalentClass <http://rdf.insee.fr/def/geo#Arrondissement> .

:Canton
    a owl:Class ;
    rdfs:comment "Les cantons contenus dans les différentes bases de données de l'IGN sont des cantons au sens INSEE du terme, appelés pseudo-cantons. Un pseudo-canton, quant à lui, est un regroupement d'une ou plusieurs communes entières."@fr, "The cantons contained in the various databases of the IGN are cantons in the INSEE sense of the term, called pseudo-cantons. A pseudo-canton, meanwhile, is a grouping of one or more whole communes."@en ;
    rdfs:isDefinedBy <> ;
    rdfs:label "Canton"@en, "Canton"@fr ;
    rdfs:subClassOf :UniteAdministrative ;
    owl:equivalentClass <http://rdf.insee.fr/def/geo#CantonOuVille> .

:Commune
    a owl:Class ;
    rdfs:comment "Cette classe contient l'ensemble des communes métropolitaines, des 5 départements d'outre-mer (Guadeloupe, Martinique, Guyane, La Réunion et Mayotte)."@fr, "This class contains all metropolitan municipalities, 5 overseas departments (Guadeloupe, Martinique, French Guiana, Reunion and Mayotte)."@en ;
    rdfs:isDefinedBy <> ;
    rdfs:label "Commune"@en, "Commune"@fr ;
    rdfs:subClassOf :UniteAdministrative, [
        a owl:Restriction ;
        owl:hasValue <http://www.geonames.org/ontology#A.ADM4> ;
        owl:onProperty <http://www.geonames.org/ontology#featureCode>
    ] ;
    owl:equivalentClass <http://rdf.insee.fr/def/geo#Commune> .

:Departement
    a owl:Class ;
    rdfs:comment "Cette classe contient l'ensemble des départements."@fr, "This class contains all departments."@en ;
    rdfs:isDefinedBy <> ;
    rdfs:label "Department"@en, "Département"@fr ;
    rdfs:subClassOf :UniteAdministrative, [
        a owl:Restriction ;
        owl:hasValue <http://www.geonames.org/ontology#A.ADM2> ;
        owl:onProperty <http://www.geonames.org/ontology#featureCode>
    ] ;
    owl:equivalentClass <http://rdf.insee.fr/def/geo#Departement> .

:Region
    a owl:Class ;
    rdfs:comment "Cette classe contient l'ensemble des régions."@fr, "This class contains all regions."@en ;
    rdfs:isDefinedBy <> ;
    rdfs:label "Region"@en, "Région"@fr ;
    rdfs:subClassOf :UniteAdministrative, [
        a owl:Restriction ;
        owl:hasValue <http://www.geonames.org/ontology#A.ADM1> ;
        owl:onProperty <http://www.geonames.org/ontology#featureCode>
    ] ;
    owl:equivalentClass <http://rdf.insee.fr/def/geo#Region> .

:TypeDeCommune
    a owl:Class ;
    rdfs:label "Type de commune"@fr, "Type of commune"@en ;
    rdfs:subClassOf skos:Concept .

:UniteAdministrative
    a owl:Class ;
    rdfs:comment "Geographical object resulting from the administrative division of the French territory."@en, "Objet géographique résultant du découpage administratif du territoire français."@fr ;
    rdfs:isDefinedBy <> ;
    rdfs:label "Administrative subdivision"@en, "Unité administrative"@fr ;
    rdfs:subClassOf <topo#EntiteTopographique> .

:arr
    a owl:ObjectProperty ;
    rdfs:comment "Arrondissement auquel appartient l'unité administrative."@fr, "District to which the administrative unit belongs."@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (:Canton
            :Commune
        )
    ] ;
    rdfs:label "appartient à l'arrondisssement"@fr, "belongs to arrondisssement"@en ;
    rdfs:range :Arrondissement .

:cant
    a owl:ObjectProperty ;
    rdfs:comment "Canton auquel appartient l'unité administrative."@fr, "Canton to which the administrative unit belongs."@en ;
    rdfs:domain :Commune ;
    rdfs:label "appartient au canton"@fr, "belongs to canton"@en ;
    rdfs:range :Canton .

:chefLieu
    a owl:ObjectProperty ;
    rdfs:comment "Chef-lieu de l'unité administrative lorsqu'il existe (un canton ne possède pas toujours de chef-lieu. Cela arrive dans le cas de cantons situés à la périphérie d'une ville importante constituant à elle seule un canton non précisé.)"@fr, "The capital of the administrative unit when it exists (a canton does not always have a capital city, this happens in the case of cantons located on the outskirts of a major city which alone constitutes an unspecified canton.)"@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (:Arrondissement
            :Canton
            :Departement
        )
    ] ;
    rdfs:label "capital of the administrative subdivision"@en, "chef-lieu de l'unité administrative"@fr ;
    rdfs:range :Commune .

:codeArr
    a owl:DatatypeProperty ;
    rdfs:comment "Code géographique de l'arrondissement (texte d'un caractère)."@fr, "Geographical code of the district (text of a character)."@en ;
    rdfs:domain :Arrondissement ;
    rdfs:label "code géographique de l'arrondissement"@fr, "geographic code of the arrondissement"@en ;
    rdfs:range xsd:string .

:codeCant
    a owl:DatatypeProperty ;
    rdfs:comment "Il s'agit du code géographique permettant d'identifier le canton dans son département d'appartenance (texte de deux caractères)."@fr, "This is the geographic code to identify the canton in its department of membership (two-character text)."@en ;
    rdfs:domain :Canton ;
    rdfs:label "code géographique du canton"@fr, "geographic code of the canton"@en ;
    rdfs:range xsd:string .

:codeComm
    a owl:DatatypeProperty ;
    rdfs:comment "Il s'agit du code géographique permettant d'identifier la commune dans son département d'appartenance (texte de trois caractères)."@fr, "This is the geographical code to identify the municipality in its department of membership (text of three characters)."@en ;
    rdfs:domain :Commune ;
    rdfs:label "code géographique de la commune"@fr, "geographic code of the commune"@en ;
    rdfs:range xsd:string .

:codeDpt
    a owl:DatatypeProperty ;
    rdfs:comment "Code géographique du département (texte de deux caractères)."@fr, "Geographical code of the department (two-character text)."@en ;
    rdfs:domain :Departement ;
    rdfs:label "code géographique du département"@fr, "geographic code of the department"@en ;
    rdfs:range xsd:string .

:codeReg
    a owl:DatatypeProperty ;
    rdfs:comment "Code géographique de la région (texte de deux caractères)."@fr, "Geographical code of the region (two-character text)."@en ;
    rdfs:domain :Region ;
    rdfs:label "code géographique de la région"@fr, "geographic code of the region"@en ;
    rdfs:range xsd:string .

:dpt
    a owl:ObjectProperty ;
    rdfs:comment "Department to which the administrative unit belongs"@en, "Département auquel appartient l'unité administrative"@fr ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (:Arrondissement
            :Canton
            :Commune
        )
    ] ;
    rdfs:label "appartient au département"@fr, "belongs to department"@en ;
    rdfs:range :Departement .

:numInsee
    a owl:DatatypeProperty ;
    rdfs:comment "Il s'agit d'un numéro de 5 caractères : le code du département suivi du code géographique de la commune. Pour les DOM, le 3ème caractère est commun au numéro de département et au numéro de commune."@fr, "This is a 5-character number: the department code followed by the geographical code of the municipality. For DOMs, the 3rd character is common to the department number and the commune number."@en ;
    rdfs:domain :Commune ;
    rdfs:label "insee identifier of the commune"@en, "numéro insee de la commune"@fr ;
    rdfs:range xsd:string .

:population
    a owl:DatatypeProperty ;
    rdfs:comment "Chiffre de population sans doubles comptes au dernier recensement, en milliers d'habitants, à une décimale."@fr, "Population count without double count at last census, in thousands of inhabitants, to one decimal place."@en ;
    rdfs:domain :Commune ;
    rdfs:label "population"@en, "population"@fr ;
    rdfs:range xsd:double .

:region
    a owl:ObjectProperty ;
    rdfs:comment "Region to which the administrative unit belongs."@en, "Région à laquelle appartient l'unité administrative."@fr ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (:Arrondissement
            :Canton
            :Commune
            :Departement
        )
    ] ;
    rdfs:label "appartient à la région"@fr, "belongs to region"@en ;
    rdfs:range :Region .

:siegeDuChefLieu
    a owl:ObjectProperty ;
    rdfs:comment "Point qui représente la localisation du siège du chef-lieu de l'unité administrative."@fr, "Point representing the location of the seat of the administrative center of the administrative unit."@en ;
    rdfs:domain [
        a owl:Class ;
        owl:unionOf (:Arrondissement
            :Canton
            :Commune
            :Departement
        )
    ] ;
    rdfs:label "head office of the capital"@en, "siège du chef-lieu"@fr ;
    rdfs:range <geometrie#Point> .

:statut
    a owl:ObjectProperty ;
    rdfs:domain :Commune ;
    rdfs:label "status"@en, "statut"@fr ;
    rdfs:range [
        a owl:Restriction ;
        owl:hasValue <../codes/geonto/typedecommune/liste> ;
        owl:onProperty skos:inScheme
    ] .

:superficieHa
    a owl:DatatypeProperty ;
    rdfs:comment "Area of the municipality in hectares."@en, "Superficie de la commune en hectares."@fr ;
    rdfs:domain :Commune ;
    rdfs:label "area in hectares"@en, "superficie en hectares"@fr ;
    rdfs:range xsd:integer .

:zMoyen
    a owl:DatatypeProperty ;
    rdfs:comment "Altitude moyenne de la commune en mètres."@fr, "Average altitude of the municipality in meters."@en ;
    rdfs:domain :Commune ;
    rdfs:label "altitude moyenne"@fr, "mean altitude"@en ;
    rdfs:range xsd:integer .

<geometrie#Point>
    a owl:Class .

<topo#EntiteTopographique>
    a owl:Class ;
    rdfs:label "Entité topographique"@fr, "Topographic entity"@en .

<../id/codes/geofla/typedecommune/CapitaleDEtat>
    a :TypeDeCommune, owl:NamedIndividual, skos:Concept ;
    skos:definition "Commune principale d'un état, siège du gouvernement et de l'administration."@fr, "Main municipality of a state, seat of government and administration."@en ;
    skos:inScheme <../id/codes/geofla/typedecommune/liste> ;
    skos:prefLabel "capitale d'état"@fr, "state capital"@en .

<../id/codes/geofla/typedecommune/ChefLieuDeCanton>
    a :TypeDeCommune, owl:NamedIndividual, skos:Concept ;
    skos:definition "Chef-lieu d'un canton français."@fr, "Chief town of a French canton."@en ;
    skos:inScheme <../id/codes/geofla/typedecommune/liste> ;
    skos:prefLabel "chef-lieu de canton"@fr, "township capital"@en .

<../id/codes/geofla/typedecommune/CommuneSimple>
    a :TypeDeCommune, owl:NamedIndividual, skos:Concept ;
    skos:definition "Commune sans rôle administratif particulier."@fr, "Commune without a particular administrative role."@en ;
    skos:inScheme <../id/codes/geofla/typedecommune/liste> ;
    skos:prefLabel "commune simple"@fr, "simple commune"@en .

<../id/codes/geofla/typedecommune/PrefectureDeDepartement>
    a :TypeDeCommune, owl:NamedIndividual, skos:Concept ;
    skos:definition "Chef-lieu d'un département français."@fr, "Chief town of a French department."@en ;
    skos:inScheme <../id/codes/geofla/typedecommune/liste> ;
    skos:prefLabel "prefecture"@en, "préfecture de département"@fr .

<../id/codes/geofla/typedecommune/PrefectureDeRegion>
    a :TypeDeCommune, owl:NamedIndividual, skos:Concept ;
    skos:definition "Chef-lieu d'une région française."@fr, "Chief town of a French region."@en ;
    skos:inScheme <../id/codes/geofla/typedecommune/liste> ;
    skos:prefLabel "préfecture de région"@fr, "regional prefecture"@en .

<../id/codes/geofla/typedecommune/SousPrefecture>
    a :TypeDeCommune, owl:NamedIndividual, skos:Concept ;
    skos:definition "Chef-lieu d'un arrondissement français."@fr, "Chief town of a French district."@en ;
    skos:inScheme <../id/codes/geofla/typedecommune/liste> ;
    skos:prefLabel "sous-préfecture"@fr, "subprefecture"@en .

<../id/codes/geofla/typedecommune/liste>
    a owl:NamedIndividual, skos:ConceptScheme ;
    rdfs:comment "List of the different roles that can be played by a municipality in the French administrative organization, represented as a list of SKOS concepts."@en, "Liste des différents rôles pouvant être joués par une commune dans l'organisation administrative française, représentés comme une liste de concepts SKOS."@fr ;
    rdfs:label "type de commune"@fr, "type of commune"@en .

<http://data.semanticweb.org/person/bernard-vatant>
    a owl:NamedIndividual, foaf:Person .

terms:contributor
    a owl:AnnotationProperty .

terms:creator
    a owl:AnnotationProperty .

terms:description
    a owl:AnnotationProperty .

terms:issued
    a owl:AnnotationProperty .

terms:modified
    a owl:AnnotationProperty .

terms:publisher
    a owl:AnnotationProperty .

terms:rights
    a owl:AnnotationProperty .

terms:title
    a owl:AnnotationProperty .

vann:preferredNamespacePrefix
    a owl:AnnotationProperty .

vann:preferredNamespaceUri
    a owl:AnnotationProperty .

<http://purl.org/vocommons/voaf#Vocabulary>
    a owl:Class .

<http://rdf.insee.fr/def/geo#Arrondissement>
    a owl:Class .

<http://rdf.insee.fr/def/geo#CantonOuVille>
    a owl:Class .

<http://rdf.insee.fr/def/geo#Commune>
    a owl:Class .

<http://rdf.insee.fr/def/geo#Departement>
    a owl:Class .

<http://rdf.insee.fr/def/geo#Region>
    a owl:Class .

<http://recherche.ign.fr/labos/cogit/cv.php?prenom=Bénédicte&nom=Bucher>
    a owl:NamedIndividual, foaf:Person .

<http://www.eurecom.fr/~atemezin/>
    a owl:NamedIndividual, foaf:Person .

<http://www.eurecom.fr/~troncy/>
    a owl:NamedIndividual, foaf:Person .

<http://www.geonames.org/ontology#A.ADM1>
    a owl:NamedIndividual .

<http://www.geonames.org/ontology#A.ADM2>
    a owl:NamedIndividual .

<http://www.geonames.org/ontology#A.ADM3>
    a owl:NamedIndividual .

<http://www.geonames.org/ontology#A.ADM4>
    a owl:NamedIndividual .

<http://www.geonames.org/ontology#featureCode>
    a owl:ObjectProperty .

skos:Concept
    a owl:Class .

skos:ConceptScheme
    a owl:Class .

skos:definition
    a owl:AnnotationProperty .

skos:prefLabel
    a owl:AnnotationProperty .

time:Instant
    a owl:Class .

time:Interval
    a owl:Class .

time:hasBeginning
    a owl:AnnotationProperty .

time:inXSDDateTimeStamp
    a owl:AnnotationProperty .

org:Membership
    a owl:Class .

org:Role
    a owl:Class .

org:hasMembership
    a owl:AnnotationProperty .

org:memberDuring
    a owl:AnnotationProperty .

org:organization
    a owl:AnnotationProperty .

org:role
    a owl:AnnotationProperty .

foaf:Person
    a owl:Class .

foaf:family_name
    a owl:AnnotationProperty .

foaf:firstName
    a owl:AnnotationProperty .

foaf:mbox
    a owl:AnnotationProperty .

foaf:name
    a owl:AnnotationProperty .

foaf:workInfoHomepage
    a owl:AnnotationProperty .

[]
    a foaf:Person ;
    org:hasMembership [
        a org:Membership ;
        org:memberDuring [
            a time:Interval ;
            time:hasBeginning [
                a time:Instant ;
                time:inXSDDateTimeStamp "2005-09-09"^^xsd:dateTimeStamp
            ]
        ] ;
        org:organization <http://recherche.ign.fr/>, <http://www.ign.fr/> ;
        org:role [
            a org:Role ;
            rdfs:label "Chargée de recherche"@fr, "Survey engineer and Scientist"@en
        ]
    ] ;
    foaf:family_name "Abadie" ;
    foaf:firstName "Nathalie" ;
    foaf:mbox <mailto:nathalie-f.abadie@ign.fr> ;
    foaf:name "Nathalie Abadie" ;
    foaf:workInfoHomepage <http://recherche.ign.fr/labos/cogit/cv.php?prenom=Nathalie&nom=Abadie> .

[]
    a foaf:Person ;
    org:hasMembership [
        a org:Membership ;
        org:memberDuring [
            a time:Interval ;
            time:hasBeginning [
                a time:Instant ;
                time:inXSDDateTimeStamp "2014-04-01T00:00:00+08:00"^^xsd:dateTimeStamp
            ]
        ] ;
        org:organization <http://dbpedia.org/resource/JPL>, <https://www.jpl.nasa.gov> ;
        org:role [
            a org:Role ;
            rdfs:label "Data Scientist"
        ]
    ] ;
    foaf:family_name "McGibbney" ;
    foaf:firstName "Lewis J" ;
    foaf:mbox <mailto:lewis.j.mcgibbney@jpl.nasa.gov> ;
    foaf:name "Lewis John McGibbney" .

