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

demovoc:
  skos:prefLabel "DemoVoc"@en, "DemoVoc"@fr ;
  a skos:ConceptScheme ;
  skos:hasTopConcept <http://thesaurus.web.ined.fr/demovoc/concept374> .

<http://thesaurus.web.ined.fr/demovoc/concept374>
  skos:topConceptOf demovoc: ;
  skos:altLabel "SITUATION DEMOGRAPHIQUE"@fr, "DEMOGRAPHIC SITUATION"@en ;
  skos:related <http://thesaurus.web.ined.fr/demovoc/concept1461> ;
  skos:inScheme demovoc: ;
  skos:prefLabel "POPULATION SITUATION"@en, "CONJONCTURE DEMOGRAPHIQUE"@fr ;
  a skos:Concept .

<http://thesaurus.web.ined.fr/demovoc/concept1461>
  skos:prefLabel "POPULATION"@en, "POPULATION"@fr ;
  a skos:Concept ;
  skos:related <http://thesaurus.web.ined.fr/demovoc/concept374> .

<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/concept374> .

