@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix demovoc: <http://thesaurus.web.ined.fr/demovoc> .

<http://thesaurus.web.ined.fr/demovoc/concept1622>
  skos:prefLabel "POPULATION DISTRIBUTION"@en, "REPARTITION SPATIALE DE LA POPULATION"@fr ;
  a skos:Concept ;
  skos:related <http://thesaurus.web.ined.fr/demovoc/concept457> .

demovoc:
  skos:prefLabel "DemoVoc"@en, "DemoVoc"@fr ;
  a skos:ConceptScheme .

<http://thesaurus.web.ined.fr/demovoc/collection610>
  skos:prefLabel "Subject"@en, "Matière"@fr ;
  a skos:Collection ;
  skos:member <http://thesaurus.web.ined.fr/demovoc/concept457> .

<http://thesaurus.web.ined.fr/demovoc/concept457>
  skos:broader <http://thesaurus.web.ined.fr/demovoc/concept1622> ;
  skos:inScheme demovoc: ;
  skos:prefLabel "POPULATION DENSITY"@en, "DENSITE DE POPULATION"@fr ;
  a skos:Concept .

