@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#> .
@prefix inist: <http://www.inist.fr/Ontology#> .
@prefix uneskos: <http://purl.org/umu/uneskos#> .

q1w:-CHA
  skos:prefLabel "Chimie analytique"@fr, "Analytical chemistry"@en ;
  a isothes:ConceptGroup ;
  skos:member q1w:-GGK93GT8-K .

q1w:-TECH_Divers
  skos:prefLabel "Technique / Method_Miscellaneous"@en, "Technique / Méthode_Divers"@fr ;
  a isothes:ConceptGroup ;
  skos:member q1w:-GGK93GT8-K .

q1w:-GGK93GT8-K
  skos:altLabel "chromatographie d'exclusion stérique"@fr, "chromatographie par perméation de gel"@fr, "size-exclusion chromatography"@en ;
  inist:semCategory "Technique / Method"@en, "Technique / Méthode"@fr ;
  a skos:Concept ;
  uneskos:memberOf q1w:-CHA, q1w:-TECH_Divers ;
  skos:inScheme q1w: ;
  skos:prefLabel "chromatographie sur gel"@fr, "gel permeation chromatography"@en ;
  inist:domain "Analytical chemistry"@en, "Chimie analytique"@fr .

q1w: a skos:ConceptScheme .
