Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Department should be a list #5

Open
sylvainlb opened this issue Feb 20, 2015 · 3 comments
Open

Department should be a list #5

sylvainlb opened this issue Feb 20, 2015 · 3 comments
Assignees
Milestone

Comments

@sylvainlb
Copy link
Collaborator

Add list of departments in the jena base?

@jmvanel
Copy link
Owner

jmvanel commented Feb 20, 2015

I alrerady work on this for another project :
https://github.com/pixelhumain/cityData/wiki/GeographicData

INSEE should be a suitable data source here.

@sylvainlb
Copy link
Collaborator Author

Agreed. I can then use Select2 on the list for a user friendly presentation.

@sylvainlb sylvainlb modified the milestone: v0 Feb 23, 2015
@jmvanel jmvanel self-assigned this Feb 24, 2015
@jmvanel
Copy link
Owner

jmvanel commented Jan 8, 2016

Effectivement à data.insee.fr on a tout ce qu'il faut :

<http://id.insee.fr/geo/departement/01>
        a                        igeo:Departement ;
        igeo:codeDepartement     "01" ;
        igeo:codeINSEE           "01" ;
        igeo:nom                 "Ain" ;
        igeo:prefecture          <http://id.insee.fr/geo/commune/01053> ;
        igeo:sousPrefecture      <http://id.insee.fr/geo/commune/01269> , <http://id.insee.fr/geo/commune/01034> , <http://id.insee.fr/geo/commune/01173> ;
        igeo:subdivisionDe       <http://id.insee.fr/geo/region/82> ;
        igeo:subdivisionDirecte  <http://id.insee.fr/geo/arrondissement/014> , <http://id.insee.fr/geo/arrondissement/013> , <http://id.insee.fr/geo/arrondissement/012> , <http://id.insee.fr/geo/arrondissement/011> ;
        owl:sameAs               <http://fr.dbpedia.org/resource/Ain_(département)> , <http://data.ign.fr/id/geofla/departement/01> , <http://nuts.geovocab.org/id/FR711> .

et même les communes !
Le problème est que Sylvain est parti sur des formulaires à la main et non pas sur les formulaires déclaratifs de semantic_forms :( .

@sylvainlb sylvainlb modified the milestones: v0.1, v0 Jan 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants