@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix inist: <http://www.inist.fr/Ontology#> .
@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-TGLHPNBL-6>
  inist:definitionalContext "L'extraction d'événements peut porter sur des domaines variés. (Boros, Besançon, Ferret & Grau, 2014)"@fr ;
  skos:hiddenLabel "Event extraction"@en, "Extraction d'événements"@fr ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:example "– Le second corpus est un corpus de test permettant de comparer notre extraction d'événements par rapport à une vérité-terrain. (Serrano, Charnois, Brunessau, Grilheres & Bouzid, 2012)"@fr ;
  a skos:Concept ;
  dc:modified "2024-04-25T12:11:08"^^xsd:dateTime ;
  skos:definition "A task that aims at extracting event information, that is to say a specific occurrence of something that happens in a certain time and a certain place involving one or more participants, from unstructured plain texts into a structured form. (Adapted from Li et al., A Survey on Deep Learning Event Extraction: Approaches and Applications, 2022)"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-H2B2QFZ3-Q> ;
  skos:prefLabel "event extraction"@en, "extraction d'événements"@fr ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q120971508> .

<http://data.loterre.fr/ark:/67375/8LP-H2B2QFZ3-Q>
  skos:prefLabel "information extraction"@en, "extraction d'information"@fr ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-TGLHPNBL-6> .

