@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-RB7PVBXD-0>
  skos:prefLabel "abstractive summarization"@en, "résumé par abstraction"@fr ;
  skos:definition "Automatic reformulation of prominent concepts or ideas in a source text in clear language, often including words or sentences that do not exist in the source text. (Based on Cai et al., Integrating domain knowledge for biomedical text analysis into deep learning: A survey, 2023)"@en, "Résumé automatique d'un texte utilisant de nouveaux mots ou des paraphrases."@fr ;
  skos:altLabel "résumé automatique de texte par abstraction"@fr ;
  dc:modified "2024-05-13T14:35:20"^^xsd:dateTime ;
  a skos:Concept ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-RS0LHHZW-7> ;
  skos:hiddenLabel "Abstractive summarization"@en, "Résumé par abstraction"@fr .

<http://data.loterre.fr/ark:/67375/8LP-RS0LHHZW-7>
  skos:prefLabel "résumé automatique"@fr, "automatic summarization"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-RB7PVBXD-0> .

