@prefix thesbav: <https://uri.ird.fr/so/kos/thesbav/> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

thesbav:2333
  skos:narrower thesbav:666 ;
  a skos:Concept ;
  skos:prefLabel "Religions"@fr .

thesbav:2170
  skos:broader thesbav:666 ;
  a skos:Concept ;
  skos:prefLabel "Prière"@fr .

thesbav:1507
  skos:broader thesbav:666 ;
  a skos:Concept ;
  skos:prefLabel "Liturgie"@fr .

thesbav:2182
  skos:broader thesbav:666 ;
  a skos:Concept ;
  skos:prefLabel "Procession"@fr .

thesbav:2413
  skos:broader thesbav:666 ;
  a skos:Concept ;
  skos:prefLabel "Sacrifice"@fr .

thesbav:2016
  skos:broader thesbav:666 ;
  a skos:Concept ;
  skos:prefLabel "Pèlerinage"@fr .

thesbav:2384
  skos:broader thesbav:666 ;
  a skos:Concept ;
  skos:prefLabel "Rituel"@fr .

thesbav:666
  a skos:Concept ;
  skos:broader thesbav:2333 ;
  skos:inScheme thesbav: ;
  skos:narrower thesbav:1507, thesbav:2384, thesbav:2016, thesbav:2182, thesbav:2170, thesbav:2413 ;
  skos:prefLabel "Culte"@fr .

thesbav:
  a owl:Ontology, skos:ConceptScheme ;
  skos:prefLabel "thesbav" .

