################################################################# Etalab's Public Sector Code. Consulté le 21-10-2020. INSEE Institut national de la statistique et des études économiques. Répertoire créé le 17/03/2015. --> Ontologie (SKOS) (InseeFr) Vocabulaires RDF de l'Insee 24/06/2020 file 1/2. 640 lines (571 sloc) 25 KB. --> Ontologie (SKOS) (InseeFr) Vocabulaires RDF de l'Insee 24/06/2020 file 2/2. 241 lines (192 sloc) 10.7 KB. [schéma] ################################################################# @prefix gn: . @prefix rdfs: . @prefix igeo: . @prefix foaf: . @prefix voaf: . @prefix owl: . @prefix rdf: . @prefix cc: . @prefix dc: . @prefix dcterms: . @prefix vann: . @prefix xsd: . @prefix skos: . a owl:Ontology , voaf:Vocabulary ; cc:license ; dcterms:creator [ a foaf:Person ; foaf:name "Franck Cotton" ] ; dcterms:contributor [ a foaf:Person ; foaf:name "Bernard Vatant" ] ; dcterms:contributor [ a foaf:Person ; foaf:name "Christophe Yon" ] ; dcterms:contributor [ a foaf:Person ; foaf:name "Guillaume Duffes" ] ; dcterms:contributor [ a foaf:Person ; foaf:name "Antoine Dreyer" ] ; dcterms:description "Ontologie des objets géographiques de l'Insee, en particulier des territoires administratifs de la France"@fr ; dcterms:issued "2019-03-11"^^xsd:date ; dcterms:modified "2019-05-06"^^xsd:date ; dcterms:publisher ; dcterms:title "Ontologie géographique de l'Insee"@fr ; vann:preferredNamespacePrefix "igeo" ; vann:preferredNamespaceUri ; dc:rights "Copyright © 2019 Insee" ; voaf:classNumber "29"^^xsd:integer ; voaf:propertyNumber "15"^^xsd:integer ; owl:incompatibleWith ; owl:incompatibleWith ; owl:versionInfo "Version 4.0.2 - 2019-05-06" . igeo:Arrondissement a owl:Class ; rdfs:label "Arrondissement"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:CirconscriptionAdministrative, igeo:CollectiviteTerritoriale ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass igeo:Departement ; owl:onProperty igeo:subdivisionDirecteDe ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:allValuesFrom igeo:Commune ; owl:onProperty igeo:subdivisionDirecte ] . igeo:ArrondissementMunicipal a owl:Class ; rdfs:label "Arrondissement municipal"@fr ; rdfs:comment "Cette classe n'est utilisée que pour les arrondissements de Paris, Lyon et Marseille"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:TerritoireAdministratif ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass igeo:Commune ; owl:onProperty igeo:subdivisionDirecteDe ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . igeo:Canton a owl:Class ; rdfs:label "Canton"@fr ; rdfs:comment "Canton français, circonscription d'élection des conseillers départementaux"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:TerritoireAdministratif ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass igeo:Departement ; owl:onProperty igeo:subdivisionDirecteDe ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . igeo:CantonOuVille a owl:Class ; rdfs:label "Canton-ou-ville"@fr ; rdfs:comment "Dit aussi 'pseudo-canton', c'est un regroupement d'une ou plusieurs communes entières"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:TerritoireStatistique ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty igeo:subdivisionDirecte ; owl:allValuesFrom igeo:Commune ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass igeo:Departement ; owl:onProperty igeo:subdivisionDirecteDe ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . igeo:Commune a owl:Class ; rdfs:label "Commune"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:CirconscriptionAdministrative, igeo:CollectiviteTerritoriale, igeo:LAU2 ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass igeo:Arrondissement ; owl:onProperty igeo:subdivisionDirecteDe ; owl:maxCardinality "1"^^xsd:nonNegativeInteger ] . igeo:CommuneDeleguee a owl:Class ; rdfs:label "Commune déléguée"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:TerritoireAdministratif; rdfs:subClassOf [ a owl:Restriction ; owl:onClass igeo:Commune ; owl:onProperty igeo:subdivisionDirecteDe ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty igeo:chefLieu ; owl:cardinality "0"^^xsd:nonNegativeInteger ] . igeo:CommuneAssociee a owl:Class ; rdfs:label "Commune associée"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:TerritoireAdministratif; rdfs:subClassOf [ a owl:Restriction ; owl:onClass igeo:Commune ; owl:onProperty igeo:subdivisionDirecteDe ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty igeo:chefLieu ; owl:cardinality "0"^^xsd:nonNegativeInteger ] . igeo:Departement a owl:Class ; rdfs:label "Département"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:NUTS3, igeo:CirconscriptionAdministrative ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass igeo:Region ; owl:onProperty igeo:subdivisionDirecteDe ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty igeo:subdivisionDirecte ; owl:allValuesFrom igeo:Arrondissement ] . igeo:CDCTE a owl:Class ; rdfs:label "Conseil départemental ou collectivité territoriale équivalente"@fr ; rdfs:comment "Conseil départemental, métropole de Lyon ou collectivité territoriale unique"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:CollectiviteTerritoriale ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass igeo:Region ; owl:onProperty igeo:subdivisionDirecteDe ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty igeo:subdivisionDirecte ; owl:allValuesFrom igeo:Arrondissement ] . igeo:Region a owl:Class ; rdfs:label "Région"@fr ; rdfs:comment "Région française"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:NUTS2 , igeo:CirconscriptionAdministrative, igeo:CollectiviteTerritoriale ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty igeo:subdivisionDirecte ; owl:allValuesFrom owl:unionOf (igeo:Departement igeo:CDCTE) ] . igeo:AireUrbaine2010 a owl:Class ; rdfs:label "Aire urbaine 2010"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:GroupementStatistiqueDeCommunes . igeo:UniteUrbaine2010 a owl:Class ; rdfs:label "Unité urbaine 2010"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:GroupementStatistiqueDeCommunes . igeo:ZoneDEmploi2010 a owl:Class ; rdfs:label "Zone d'emploi 2010"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:GroupementStatistiqueDeCommunes . igeo:BassinDeVie2012 a owl:Class ; rdfs:label "Bassin de vie 2012"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:GroupementStatistiqueDeCommunes . igeo:Intercommunalite a owl:Class ; rdfs:label "Intercommunalité"@fr ; rdfs:comment "Intercommunalité : Établissement public de coopération intercommunale (EPCI) ou Métropole"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:TerritoireAdministratif ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty igeo:subdivisionDirecte ; owl:allValuesFrom igeo:Commune ] . igeo:GrandQuartier a owl:Class ; rdfs:label "Grand Quartier"@fr ; rdfs:comment "Grand quartier ou terminé par 00 pour les communes non découpées"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:TerritoireStatistique ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass igeo:Commune, igeo:ArrondissementMunicipal ; owl:onProperty igeo:subdivisionDirecteDe ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty igeo:subdivisionDirecte ; owl:allValuesFrom igeo:IRIS ] . igeo:IRIS a owl:Class ; rdfs:label "Iris"@fr ; rdfs:comment "Zones infra communales de plus de 2000 habitants (ou code terminé par 0000 pour les communes non découpées)"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:TerritoireStatistique ; rdfs:subClassOf [ a owl:Restriction ; owl:onClass igeo:GrandQuartier ; owl:onProperty igeo:subdivisionDirecteDe ; owl:qualifiedCardinality "1"^^xsd:nonNegativeInteger ] . igeo:TerritoireAdministratif a owl:Class ; rdfs:label "Territoire administratif"@fr ; rdfs:comment "Subdivision administrative du territoire français"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:TerritoireFrancais . igeo:TerritoireFrancais a owl:Class ; rdfs:label "Territoire français"@fr ; rdfs:comment "Subdivision administrative ou statistique du territoire français"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:PaysOuTerritoire ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty igeo:subdivisionDe ; owl:hasValue ] . igeo:TerritoireStatistique a owl:Class ; rdfs:label "Territoire statistique"@fr ; rdfs:comment "Subdivision du territoire français utilisée pour la production de statistiques"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:PaysOuTerritoire . igeo:CollectiviteTerritoriale a owl:Class ; rdfs:label "Collectivité territoriale"@fr ; rdfs:comment "Collectivité territoriale (possédant la personnalité juridique)"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:TerritoireAdministratif . igeo:GroupementStatistiqueDeCommunes a owl:Class ; rdfs:label "Groupement statistique de communes"@fr ; rdfs:comment "Modélise des zonages divers d'intérêt statistique"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:TerritoireStatistique ; rdfs:subClassOf [ a owl:Restriction ; owl:onProperty igeo:subdivisionDirecte ; owl:allValuesFrom igeo:Commune ] . igeo:PaysOuTerritoire a owl:Class ; rdfs:label "Pays ou territoire"@fr ; rdfs:comment "Pays ou subdivision géopolitique d'un pays"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf dcterms:Location ; rdfs:subClassOf ; rdfs:subClassOf . igeo:CirconscriptionAdministrative a owl:Class ; rdfs:label "Circonscription administrative"@fr ; rdfs:comment "Circonscription administrative de la France"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:TerritoireAdministratif . igeo:Carreau a owl:Class ; rdfs:label "Carreau"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:TerritoireStatistique . igeo:Pays a owl:Class ; rdfs:label "Pays"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf igeo:PaysOuTerritoire . igeo:TypeDEPCI a owl:Class ; rdfs:subClassOf skos:Concept ; rdfs:label "Type d'EPCI"@fr ; rdfs:isDefinedBy ; rdfs:seeAlso . igeo:TypeDIRIS a owl:Class ; rdfs:subClassOf skos:Concept ; rdfs:label "Type d'Iris"@fr ; rdfs:isDefinedBy ; rdfs:seeAlso . igeo:EvenementGeographique a owl:Class ; rdfs:label "Événement géographique"@fr ; rdfs:comment "Classe générique de tous les événements liés à la création, à la suppression ou à la modification de territoires"@fr ; rdfs:isDefinedBy ; rdfs:subClassOf . igeo:codeINSEE a owl:DatatypeProperty ; rdfs:label "code Insee"@fr ; rdfs:comment "Code donné par l'Insee au territoire"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:PaysOuTerritoire ; rdfs:range xsd:token . igeo:codeISO a owl:DatatypeProperty ; rdfs:label "code de pays ISO"@fr ; rdfs:comment "Code conforme à la norme ISO 3166-1-alpha-2"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:Pays ; rdfs:range xsd:token ; owl:equivalentProperty gn:countryCode . igeo:nom a owl:DatatypeProperty ; rdfs:label "nom"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:PaysOuTerritoire ; rdfs:range xsd:token . igeo:nomSansArticle a owl:DatatypeProperty ; rdfs:label "nom sans article"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:PaysOuTerritoire ; rdfs:range xsd:token . igeo:nomEPCI a owl:DatatypeProperty ; rdfs:label "nom développé de l'EPCI"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:EPCI ; rdfs:range xsd:token . igeo:date a owl:FunctionalProperty , owl:DatatypeProperty ; rdfs:label "date"@fr ; rdfs:comment "Date de l'événement"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:EvenementGeographique ; rdfs:range xsd:date ; rdfs:subPropertyOf dcterms:date . igeo:dateDebut a owl:FunctionalProperty , owl:DatatypeProperty ; rdfs:label "date de création"@fr ; rdfs:comment "Date de création"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:PaysOuTerritoire ; rdfs:range xsd:date ; rdfs:subPropertyOf dcterms:date . igeo:dateFin a owl:FunctionalProperty , owl:DatatypeProperty ; rdfs:label "date de suppression"@fr ; rdfs:comment "Date de suppression"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:PaysOuTerritoire ; rdfs:range xsd:date ; rdfs:subPropertyOf dcterms:date . igeo:chefLieu a owl:FunctionalProperty , owl:ObjectProperty ; rdfs:label "chef-lieu"@fr ; rdfs:comment "La commune siège des institutions administratives du territoire"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:PaysOuTerritoire ; rdfs:range igeo:Commune, igeo:CommuneDeleguee . igeo:bureauCentralisateur a owl:ObjectProperty ; rdfs:label "bureau centralisateur de canton"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:Canton ; rdfs:range igeo:Commune ; rdfs:subPropertyOf igeo:chefLieu . igeo:chefLieuCommuneNouvelle a owl:ObjectProperty ; rdfs:label "commune déléguée chef-lieu de la commune nouvelle"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:Commune ; rdfs:range igeo:CommuneDeleguee ; rdfs:subPropertyOf igeo:chefLieu . igeo:prefecture a owl:ObjectProperty ; rdfs:label "préfecture de département"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:Departement ; rdfs:range igeo:Commune ; rdfs:subPropertyOf igeo:chefLieu . igeo:prefectureDeRegion a owl:ObjectProperty ; rdfs:label "préfecture de région"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:Region ; rdfs:range igeo:Commune ; rdfs:subPropertyOf igeo:chefLieu . igeo:sousPrefecture a owl:ObjectProperty ; rdfs:label "sous-préfecture de département, chef-lieu d'arrondissement"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:Arrondissement ; rdfs:range igeo:Commune ; rdfs:subPropertyOf igeo:chefLieu . igeo:subdivision a owl:TransitiveProperty , owl:ObjectProperty ; rdfs:label "subdivision"@fr ; rdfs:comment "Le territoire objet est subdivision du territoire sujet"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:PaysOuTerritoire ; rdfs:range igeo:PaysOuTerritoire ; rdfs:subPropertyOf dcterms:hasPart ; owl:inverseOf igeo:subdivisionDe . igeo:subdivisionDe a owl:TransitiveProperty , owl:ObjectProperty ; rdfs:label "subdivision de"@fr ; rdfs:comment "Le territoire sujet est subdivision du territoire objet"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:PaysOuTerritoire ; rdfs:range igeo:PaysOuTerritoire ; rdfs:subPropertyOf dcterms:isPartOf ; owl:inverseOf igeo:subdivision . igeo:subdivisionDirecte a owl:ObjectProperty ; rdfs:label "subdivision directe"@fr ; rdfs:comment "Le territoire objet est subdivision directe du territoire sujet"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:PaysOuTerritoire ; rdfs:range igeo:PaysOuTerritoire ; rdfs:subPropertyOf dcterms:hasPart ; owl:inverseOf igeo:subdivisionDirecteDe . igeo:subdivisionDirecteDe a owl:TransitiveProperty , owl:ObjectProperty ; rdfs:label "subdivision directe de"@fr ; rdfs:comment "Le territoire sujet est subdivision directe du territoire objet"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:PaysOuTerritoire ; rdfs:range igeo:PaysOuTerritoire ; rdfs:subPropertyOf dcterms:isPartOf ; owl:inverseOf igeo:subdivision . igeo:territoireCommunAvec a owl:SymmetricProperty , owl:ObjectProperty ; rdfs:label "a un territoire en commun avec"@fr ; rdfs:comment "Deux territoires partagent un territoire commun"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:PaysOuTerritoire ; rdfs:range igeo:PaysOuTerritoire . # rdfs:subPropertyOf dcterms:hasPart ; igeo:cree a owl:ObjectProperty ; rdfs:label "crée"@fr ; rdfs:comment "Associe un événement à un territoire qu'il crée"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:EvenementGeographique ; rdfs:range igeo:PaysOuTerritoire . igeo:detruit a owl:ObjectProperty ; rdfs:label "détruit"@fr ; rdfs:comment "Associe un événement à un territoire qu'il détruit"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:EvenementGeographique ; rdfs:range igeo:PaysOuTerritoire . igeo:typeDEPCI a owl:ObjectProperty ; rdfs:label "type d'EPCI"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:EPCI ; rdfs:range [ a owl:Restriction ; owl:onProperty skos:inScheme ; owl:hasValue ] . igeo:typeDIRIS a owl:ObjectProperty ; rdfs:label "type d'Iris"@fr ; rdfs:isDefinedBy ; rdfs:domain igeo:IRIS ; rdfs:range [ a owl:Restriction ; owl:onProperty skos:inScheme ; owl:hasValue ] . a skos:ConceptScheme ; rdfs:label "Type d'EPCI"@fr ; rdfs:seeAlso igeo:TypeDEPCI ; skos:hasTopConcept , , , , . a skos:Concept ; a igeo:TypeDEPCI ; skos:inScheme ; skos:prefLabel "Communauté d'agglomération"@fr ; skos:notation "CA" . a skos:Concept ; a igeo:TypeDEPCI ; skos:inScheme ; skos:prefLabel "Communauté de communes"@fr ; skos:notation "CC" . a skos:Concept ; a igeo:TypeDEPCI ; skos:inScheme ; skos:prefLabel "Communauté urbaine"@fr ; skos:notation "CU" . a skos:Concept ; a igeo:TypeDEPCI ; skos:inScheme ; skos:prefLabel "Syndicat d'agglomération nouvelle"@fr ; skos:notation "SAN" . a skos:Concept ; a igeo:TypeDEPCI ; skos:inScheme ; skos:prefLabel "Métropole"@fr ; skos:notation "Metro" . a skos:ConceptScheme ; rdfs:label "Type d'Iris"@fr ; rdfs:seeAlso igeo:TypeDIRIS ; skos:hasTopConcept , , . a skos:Concept ; a igeo:TypeDIRIS ; skos:inScheme ; skos:prefLabel "Iris d'activité"@fr ; skos:notation "A" . a skos:Concept ; a igeo:TypeDIRIS ; skos:inScheme ; skos:prefLabel "Iris divers"@fr ; skos:notation "D" . a skos:Concept ; a igeo:TypeDIRIS ; skos:inScheme ; skos:prefLabel "Iris d'habitat"@fr ; skos:notation "H" . # Individuals a igeo:Pays ; rdfs:label "France"@fr ; rdfs:comment "La France ('France entière' est parfois utilisé) comprend les 96 départements d'Europe et les 5 départements d'Outre-mer : Guadeloupe, Martinique, Guyane, La Réunion et Mayotte (depuis avril 2011), soit 101 départements. Cet ensemble est celui qui fait partie de l'Union européenne."@fr ; igeo:codeISO "FR" ; rdfs:isDefinedBy . a igeo:TerritoireFrancais ; rdfs:label "France métropolitaine"@fr ; rdfs:comment "La France métropolitaine comprend les 96 départements d'Europe."@fr ; rdfs:isDefinedBy . a igeo:TerritoireFrancais ; rdfs:label "Territoire de la République française"@fr ; rdfs:comment "Le Territoire de la République française comprend la France et les territoires suivants : Nouvelle-Calédonie, Polynésie française, îles Wallis et Futuna, Terres australes et antarctiques françaises, îles éparses de l'Océan indien, ainsi que la collectivité territoriale à statut particulier : Saint-Pierre-et-Miquelon."@fr ; rdfs:isDefinedBy . ################################################################# 241 lines (192 sloc) 10.7 KB @prefix xsd: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix skos: . @prefix dc: . @prefix dcterms: . @prefix org: . @prefix voaf: . @prefix vann: . @prefix cc: . @prefix pav: . @prefix prov: . @prefix dcat: . @prefix insee: . @prefix coos: . ################################################################# # Ontology ################################################################# a owl:Ontology, voaf:Vocabulary ; dc:title "Vocabulaire de base INSEE"@fr , "INSEE base vocabulary"@en ; rdfs:comment "Ce vocabulaire contient les termes communément utilisés à l'INSEE"@fr ; rdfs:comment "This vocabulary contains terms commonly used at INSEE"@en ; dc:contributor "Guillaume Duffes", "Marie-Hélène Kerouanton" ; dc:creator "Franck Cotton" ; vann:preferredNamespacePrefix "insee" ; vann:preferredNamespaceUri ; dc:rights "Copyright © 2017 INSEE" ; cc:license ; voaf:classNumber "7"^^xsd:integer ; voaf:propertyNumber "11"^^xsd:integer ; owl:versionInfo "Version 0.4 - 2017-07-11" . ################################################################# # Classes ################################################################# # Statistical operations and series or families of operations # TODO Link to gsbpm:StatisticalProductionActivity insee:StatisticalOperation a rdfs:Class, owl:Class ; rdfs:label "Statistical operation"@en, "Opération statistique"@fr ; rdfs:subClassOf prov:Activity ; rdfs:isDefinedBy dcterms:isPartOf insee:StatisticalOperationSeries . # Convenience (abstract) class; use DC hasPart/isPartOf to link SOG and SO insee:StatisticalOperationGroup a rdfs:Class, owl:Class ; rdfs:label "Statistical operation group"@en, "Groupe d'opérations statistiques"@fr ; rdfs:isDefinedBy . insee:StatisticalOperationSeries a rdfs:Class, owl:Class ; rdfs:label "Statistical operation series"@en, "Série d'opérations statistiques"@fr ; rdfs:subClassOf insee:StatisticalOperationGroup ; rdfs:isDefinedBy dcterms:hasPart insee:StatisticalOperation . insee:StatisticalOperationFamily a rdfs:Class, owl:Class ; rdfs:label "Statistical operation family"@en, "Famille d'opérations statistiques"@fr ; rdfs:subClassOf insee:StatisticalOperationGroup ; rdfs:isDefinedBy . # Statistical organizations, National Statistical Institutes and other statistical authorities insee:StatisticalOrganization a rdfs:Class, owl:Class ; rdfs:label "Statistical organization"@en, "Organisation statistique"@fr ; rdfs:subClassOf org:Organization, prov:Organization, dcterms:Agent ; rdfs:isDefinedBy owl:sameAs coos:StatisticalOrganization . insee:NationalStatisticalInstitute a rdfs:Class, owl:Class ; rdfs:label "National statistical institute"@en, "Institut national de statistique"@fr ; rdfs:subClassOf insee:StatisticalOrganization ; rdfs:isDefinedBy ; owl:sameAs coos:NationalStatisticalInstitute . insee:OtherNationalAuthority a rdfs:Class, owl:Class ; rdfs:label "Other national authority"@en, "Autre autorité nationale"@fr ; rdfs:subClassOf insee:StatisticalOrganization ; owl:disjointWith insee:NationalStatisticalInstitute ; rdfs:isDefinedBy . # Statistical products insee:StatisticalProduct a rdfs:Class, owl:Class ; rdfs:label "Statistical product"@en, "Produit statistique"@fr ; rdfs:subClassOf prov:Entity ; rdfs:isDefinedBy owl:sameAs coos:StatisticalProduct . insee:StatisticalDataset a rdfs:Class, owl:Class ; rdfs:label "Statistical dataset"@en, "Jeu de données statistiques"@fr ; rdfs:subClassOf insee:StatisticalProduct, dcat:Dataset ; rdfs:isDefinedBy owl:sameAs coos:StatisticalDataset . insee:StatisticalIndicator a rdfs:Class, owl:Class ; rdfs:label "Statistical indicator"@en, "Indicateur statistique"@fr ; rdfs:subClassOf insee:StatisticalProduct ; rdfs:isDefinedBy . insee:TimeSeries a rdfs:Class, owl:Class ; rdfs:label "Time series"@en, "Serie temporelle"@fr ; rdfs:subClassOf insee:StatisticalDataset ; rdfs:isDefinedBy . ################################################################# # Annotation properties ################################################################# # Ressemblances entre postes associés insee:similarityNote a rdf:Property, owl:AnnotationProperty ; rdfs:label "Ressemblances entre postes associés"@fr, "Similarities between associated items"@en ; rdfs:comment "Précise le contenu des ressemblances entre postes reliés par une association de concepts"@fr, "Details the content of the similarities between items linked by a concept association"@en ; rdfs:isDefinedBy . insee:differenceNote a rdf:Property, owl:AnnotationProperty ; rdfs:label "Différences entre postes associés"@fr, "Differences between associated items"@en ; rdfs:comment "Précise le contenu des différences entre postes reliés par une association de concepts"@fr, "Details the content of the differences between items linked by a concept association"@en ; rdfs:isDefinedBy . ################################################################# # Data properties ################################################################# # Characterization of a statistical organization or organization unit as a ministerial department insee:ministerialDepartment a rdf:Property, owl:DatatypeProperty ; rdfs:label "service ministériel"@fr, "ministerial service"@en ; rdfs:comment "Indicates if a organizational unit is a service of a ministry"@en ; rdfs:comment "Indique si un organisme statistique est un service d'un ministère"@fr ; rdfs:isDefinedBy ; rdfs:domain insee:StatisticalOrganization ; rdfs:range xsd:boolean . # Instant de début de validité insee:validFrom a rdf:Property, owl:DatatypeProperty ; rdfs:label "Valide depuis"@fr, "Valid from"@en ; rdfs:comment "Instant de début de validité"@fr ; rdfs:isDefinedBy ; rdfs:range xsd:dateTime . # Instant de fin de validité insee:validUntil a rdf:Property, owl:DatatypeProperty ; rdfs:label "Valide jusqu'à"@fr , "Valid until"@en ; rdfs:comment "Instant de fin de validité"@fr ; rdfs:isDefinedBy ; rdfs:range xsd:dateTime . # Instant de publication insee:publishedOn a rdf:Property, owl:DatatypeProperty ; rdfs:label "Publié à"@fr, "Published on"@en ; rdfs:comment "Instant de publication"@fr ; rdfs:isDefinedBy ; rdfs:range xsd:dateTime . ################################################################# # Object properties ################################################################# # Document associé (pourrait être un seeAlso) # TODO Valider le nom, pourrait être un verbe insee:additionalMaterial a rdf:Property, owl:ObjectProperty ; rdfs:label "Document lié"@fr, "Linked document"@en ; rdfs:isDefinedBy . # Document légal associé # TODO Valider le nom, pourrait être un verbe insee:legalMaterial a rdf:Property, owl:ObjectProperty ; rdfs:label "Textes légaux"@fr, "Legal texts"@en ; rdfs:isDefinedBy ; rdfs:subPropertyOf insee:additionalMaterial . # Statut de diffusion insee:disseminationStatus a rdf:Property, owl:ObjectProperty ; rdfs:label "Statut de diffusion"@fr, "Dissemination status"@fr ; rdfs:isDefinedBy ; rdfs:range [ a owl:Restriction ; owl:onProperty skos:inScheme ; owl:hasValue ] . ################################################################# # Concepts et Concept Schemes SKOS ################################################################# # Statuts de diffusion # TODO Mettre ici ou sous id.insee.fr/concepts ? # TODO Ajouter des commentaires pour les modalités insee:StatutDiffusion rdfs:Class, owl:Class; rdfs:subClassOf skos:Concept ; rdfs:label "Statut de diffusion"@fr ; rdfs:isDefinedBy ; rdfs:seeAlso . a skos:ConceptScheme ; rdfs:label "Statuts de diffusion"@fr, "Dissemination statuses"@en ; skos:notation "statutsDiffusion" ; rdfs:isDefinedBy ; rdfs:seeAlso insee:StatutDiffusion ; skos:hasTopConcept ; skos:hasTopConcept ; skos:hasTopConcept . a skos:Concept, insee:StatutDiffusion ; skos:prefLabel "Privé"@fr ; skos:inScheme ; skos:notation "Prive" ; rdfs:isDefinedBy ; skos:topConceptOf . a skos:Concept, insee:StatutDiffusion ; skos:prefLabel "Public spécifique"@fr ; skos:inScheme ; skos:notation "PublicSpecifique" ; rdfs:isDefinedBy ; skos:topConceptOf . # TODO : peut-être plutôt 'Public général' a skos:Concept, insee:StatutDiffusion ; skos:prefLabel "Public générique"@fr ; skos:inScheme ; skos:notation "PublicGenerique" ; rdfs:isDefinedBy ; skos:topConceptOf . #################################################################