@prefix bvm: <http://data.loterre.fr/ark:/67375/BVM> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix uneskos: <http://purl.org/umu/uneskos#> .
@prefix wgs84: <http://www.w3.org/2003/01/geo/wgs84_pos#> .

bvm:-FLORANCE
  a isothes:ConceptGroup ;
  skos:prefLabel "FLORANCE"@fr ;
  skos:member bvm:-SXC72P0V-5 .

bvm:-SXC72P0V-5
  uneskos:memberOf bvm:-FLORANCE ;
  wgs84:lat 4.464590e+1 ;
  wgs84:long -8.511000e-1 ;
  a skos:Concept ;
  skos:inScheme bvm: ;
  skos:prefLabel "FLORANCE"@fr, "FLORANCE"@en .

bvm: a skos:ConceptScheme .
