@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:2069
  skos:narrower thesbav:1900 ;
  a skos:Concept ;
  skos:prefLabel "Physique"@fr .

thesbav:1466
  skos:broader thesbav:1900 ;
  a skos:Concept ;
  skos:prefLabel "Laser"@fr .

thesbav:2062
  skos:broader thesbav:1900 ;
  a skos:Concept ;
  skos:prefLabel "Photonique"@fr .

thesbav:1706
  skos:broader thesbav:1900 ;
  a skos:Concept ;
  skos:prefLabel "Miroir"@fr .

thesbav:2287
  skos:broader thesbav:1900 ;
  a skos:Concept ;
  skos:prefLabel "Reflet"@fr .

thesbav:1900
  a skos:Concept ;
  skos:broader thesbav:2069 ;
  skos:inScheme thesbav: ;
  skos:narrower thesbav:2287, thesbav:2062, thesbav:1706, thesbav:1466 ;
  skos:prefLabel "Optique"@fr .

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

