@prefix q1w: <http://data.loterre.fr/ark:/67375/Q1W> .
@prefix inist: <http://www.inist.fr/Ontology#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix uneskos: <http://purl.org/umu/uneskos#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .

q1w:-KZZGW1PD-2
  inist:semCategory "Machine / Equipement"@fr, "Machine / Equipment"@en ;
  skos:prefLabel "grain harvester"@en, "moissonneuse"@fr ;
  a skos:Concept ;
  inist:domain "Crop science / Horticulture"@en, "Phytotechnie / Horticulture"@fr ;
  skos:hiddenLabel "harvester"@en ;
  dc:modified "2023-04-26"^^xsd:date ;
  skos:inScheme q1w: ;
  uneskos:memberOf q1w:-PHT, q1w:-EQUI .

q1w:-EQUI
  skos:prefLabel "Machine / Equipement"@fr, "Machine / Equipment"@en ;
  a isothes:ConceptGroup ;
  skos:member q1w:-KZZGW1PD-2 .

q1w:-PHT
  skos:prefLabel "Phytotechnie / Horticulture"@fr, "Crop science / Horticulture"@en ;
  a isothes:ConceptGroup ;
  skos:member q1w:-KZZGW1PD-2 .

q1w: a skos:ConceptScheme .
