@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-D73KVZ17-N>
  skos:prefLabel "couche"@fr, "layer"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-HMV4D733-S> .

<http://data.loterre.fr/ark:/67375/8LP-HMV4D733-S>
  skos:hiddenLabel "Linear layer"@en, "Couche linéaire"@fr ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-D73KVZ17-N> ;
  skos:prefLabel "couche linéaire"@fr, "linear layer"@en ;
  a skos:Concept ;
  dc:modified "2024-05-13T14:37:41"^^xsd:dateTime ;
  skos:definition "Type de couche dans un réseau neuronal composée de paramètres entrainables qui réalisent une transformation linéaire des données d'entrées."@fr, "A type of layer in a neural network that consists of learnable parameters which perform a linear transformation of the input data."@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:example "This linear layer effectively maps the contextualized embeddings produced by BERT to the desired output labels addressing the complex challenges of fine-grained Arabic NER. (Alshammari, 2024)"@en .

