@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 uneskos: <http://purl.org/umu/uneskos#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix inist: <http://www.inist.fr/Ontology#> .

q1w:-ALI
  skos:prefLabel "Agroalimentaire / Sciences des aliments"@fr, "Food industry / Food science"@en ;
  a isothes:ConceptGroup ;
  skos:member q1w:-Q22FRQS4-P .

q1w:-OBJE_Divers
  skos:prefLabel "Object_Miscellaneous"@en, "Objet_Divers"@fr ;
  a isothes:ConceptGroup ;
  skos:member q1w:-Q22FRQS4-P .

q1w: a skos:ConceptScheme .
q1w:-Q22FRQS4-P
  skos:prefLabel "emballage comestible"@fr, "edible packaging"@en ;
  skos:hiddenLabel "edible film"@en ;
  uneskos:memberOf q1w:-ALI, q1w:-OBJE_Divers ;
  dc:modified "2023-04-26"^^xsd:date ;
  a skos:Concept ;
  skos:altLabel "edible package"@en, "edible pack"@en ;
  inist:domain "Food industry / Food science"@en, "Agroalimentaire / Sciences des aliments"@fr ;
  inist:semCategory "Object"@en, "Objet"@fr ;
  skos:inScheme q1w: .

