@prefix q1w: <http://data.loterre.fr/ark:/67375/Q1W> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .

q1w:-PHQ
  isothes:subGroup q1w:-OPT, q1w:-MEC, q1w:-MES ;
  isothes:superGroup q1w:-Regroupement_par_domaine ;
  a isothes:ConceptGroup ;
  skos:inScheme q1w: ;
  skos:prefLabel "Physique"@fr, "Physics"@en .

q1w:-OPT
  skos:prefLabel "Electromagnétisme / Optique"@fr, "Electromagnetism / Optics"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-PHQ .

q1w:-MES
  skos:prefLabel "Métrologie"@fr, "Metrology"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-PHQ .

q1w:-Regroupement_par_domaine
  skos:prefLabel "Grouping by subject field"@en, "Regroupement par domaine"@fr ;
  a isothes:ConceptGroup ;
  isothes:subGroup q1w:-PHQ .

q1w:-MEC
  skos:prefLabel "Mécanique"@fr, "Mechanics"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-PHQ .

q1w: a skos:ConceptScheme .
