@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-X6XWRSZ9-J>
  skos:prefLabel "psycholinguistique"@fr, "psycholinguistics"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-C5LTTCGH-G> .

<http://data.loterre.fr/ark:/67375/8LP-C5LTTCGH-G>
  skos:hiddenLabel "Connaissance déclarative"@fr, "Declarative knowledge"@en ;
  a skos:Concept ;
  skos:example "PRESENTOR modules use declarative knowledge interpreted at run-time which can be customized by non-programmers without changing the modules. (Lavoie & Rambow, 1998)"@en, "This shows that declarative knowledge allows the system to learn the correct abstractions even from biased datasets. (Roy & Roth, 2018)"@en, "We evaluate EAE's ability to capture declarative knowledge using the LAMA knowledge probes introduced by Petroni et al. (Févry, Baldini Soares, FitzGerald, Choi & Kwiatkowski, 2020)"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-X6XWRSZ9-J> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "declarative knowledge"@en, "connaissance déclarative"@fr ;
  dc:modified "2024-06-28T13:07:24"^^xsd:dateTime .

