@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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#> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
<http://data.loterre.fr/ark:/67375/8LP-J07T5M81-B>
  skos:prefLabel "BART"@en, "BART"@fr ;
  a skos:Concept ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-RWWV231L-P> .

<http://data.loterre.fr/ark:/67375/8LP-RWWV231L-P>
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  a skos:Concept ;
  skos:altLabel "DAE"@en, "DAE"@fr ;
  skos:hiddenLabel "Denoising autoencoder"@en, "Autoencodeur débruiteur"@fr ;
  skos:prefLabel "denoising autoencoder"@en, "autoencodeur débruiteur"@fr ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-J07T5M81-B> ;
  dc:modified "2024-05-30T12:33:46"^^xsd:dateTime ;
  skos:example "Eugénie Schonek a réalisé le premier visualiseur de DAE. (Blanchon & Boitet, 2004)"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-L64WPPZV-D> .

<http://data.loterre.fr/ark:/67375/8LP-L64WPPZV-D>
  skos:prefLabel "autoencoder"@en, "autoencodeur"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-RWWV231L-P> .

