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

<https://opendata.inra.fr/BRMH/xl_fr_203-1>
  lexinfo:gender "feminine"@en, "féminin"@fr ;
  lexinfo:partOfSpeech "noun"@en, "nom"@fr ;
  skosxl:literalForm "transfection"@fr ;
  a skosxl:Label .

<https://opendata.inra.fr/BRMH/203>
  skos:related <https://opendata.inra.fr/BRMH/209> ;
  skos:note "Transfection is the incorporation of foreign DNA into cultured, usually eukaryotic cells by exposing them to naked DNA. (Source : INRA)"@en ;
  skosxl:prefLabel <https://opendata.inra.fr/BRMH/xl_fr_203-1> ;
  dc11:subject "Biotechnology and applied microbiology"@en, "Biotechnologies et microbiologie appliquée"@fr ;
  a skos:Concept ;
  skos:inScheme <https://opendata.inra.fr/BRMH/> ;
  skos:prefLabel "transfection"@fr, "transfection"@en .

<https://opendata.inra.fr/BRMH/> a skos:ConceptScheme .
<https://opendata.inra.fr/BRMH/Biotechnology_and_applied_microbiology>
  skos:prefLabel "Biotechnology and applied microbiology"@en, "Biotechnologies et microbiologie appliquée"@fr ;
  a isothes:ConceptGroup, skos:Collection ;
  skos:member <https://opendata.inra.fr/BRMH/203> .

<https://opendata.inra.fr/BRMH/209>
  skos:prefLabel "gene transfer"@en, "transfert de gènes"@fr ;
  a skos:Concept ;
  skos:related <https://opendata.inra.fr/BRMH/203> .

