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

q1w:-MMAT
  skos:prefLabel "Matériau / Matière / Etat de la matière"@fr, "Material / Matter / State of matter"@en ;
  a isothes:ConceptGroup ;
  isothes:subGroup q1w:-CMAT .

q1w:-ECHI
  skos:prefLabel "Elément chimique"@fr, "Chemical element"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-CMAT .

q1w:-CCHI
  skos:prefLabel "Chemical compound"@en, "Composé chimique"@fr ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-CMAT .

q1w:-CMAT_Divers
  skos:prefLabel "Composant de la matière_Divers"@fr, "Matter compound_Miscellaneous"@en ;
  a isothes:ConceptGroup ;
  isothes:superGroup q1w:-CMAT .

q1w: a skos:ConceptScheme .
q1w:-CMAT
  isothes:subGroup q1w:-CCHI, q1w:-CMAT_Divers, q1w:-ECHI ;
  isothes:superGroup q1w:-MMAT ;
  a isothes:ConceptGroup ;
  skos:inScheme q1w: ;
  skos:prefLabel "Composant de la matière"@fr, "Matter compound"@en .

