@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:2665
  skos:broader thesbav:480 ;
  a skos:Concept ;
  skos:prefLabel "Télévision"@fr .

thesbav:2843
  skos:broader thesbav:480 ;
  a skos:Concept ;
  skos:prefLabel "Vidéo"@fr .

thesbav:478
  skos:broader thesbav:480 ;
  a skos:Concept ;
  skos:prefLabel "Cinéma"@fr .

thesbav:480
  a skos:Concept ;
  skos:inScheme thesbav: ;
  skos:narrower thesbav:2665, thesbav:2843, thesbav:478 ;
  skos:prefLabel "Cinéma Télévision"@fr ;
  skos:topConceptOf thesbav: .

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

