@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix isothes: <http://purl.org/iso25964/skos-thes#> .
@prefix dc: <http://purl.org/dc/terms/> .
@prefix skosxl: <http://www.w3.org/2008/05/skos-xl#> .
@prefix dc11: <http://purl.org/dc/elements/1.1/> .
@prefix lexinfo: <http://www.lexinfo.net/ontology/2.0/lexinfo#> .

<https://opendata.inra.fr/GGMGG/> a skos:ConceptScheme .
<https://opendata.inra.fr/GGMGG/Biochemistry_and_molecular_biology>
  skos:prefLabel "Biochimie et biologie moléculaire"@fr, "Biochemistry and molecular biology"@en ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <https://opendata.inra.fr/GGMGG/111> .

<https://opendata.inra.fr/GGMGG/111>
  dc:source "Journal Officiel, arrêté du 14 septembre 1990." ;
  skosxl:prefLabel <https://opendata.inra.fr/GGMGG/xl_fr_111-1> ;
  skos:definition "Se dit d'un bactériophage ou d'un virus qui, par suite d'une ou plusieurs mutations, est incapable d'accomplir seul son cycle infectieux. (source : INRA)"@fr ;
  dc11:subject "Biochimie et biologie moléculaire"@fr, "Biochemistry and molecular biology"@en ;
  a skos:Concept ;
  skos:inScheme <https://opendata.inra.fr/GGMGG/> ;
  skos:prefLabel "defective"@en, "défectif"@fr .

<https://opendata.inra.fr/GGMGG/xl_fr_111-1>
  lexinfo:partOfSpeech "adjectif"@fr, "adjective"@en ;
  skosxl:literalForm "défectif"@fr ;
  a skosxl:Label .

