@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-LJBC6Z7V-H>
  skos:prefLabel "intelligence artificielle"@fr, "artificial intelligence"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-LFDZJV01-N> .

<http://data.loterre.fr/ark:/67375/8LP-LFDZJV01-N>
  skos:definition "An AI system that is designed to accomplish a specific problem-solving or reasoning task. (NIST, The Language of Trustworthy AI: An In-Depth Glossary of Terms, 2023)"@en, "Type de système d'IA qui se concentre sur des tâches définies pour traiter un problème spécifique. (ISO/IEC 22989:2022 Information technology — Artificial intelligence — Artificial intelligence concepts and terminology)"@fr ;
  skos:altLabel "intelligence artificielle faible"@fr, "weak AI"@en, "ANI"@en, "narrow AI"@en, "IA faible"@fr, "intelligence artificielle étroite"@fr, "narrow artificial intelligence"@en, "weak artificial intelligence"@en ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-LJBC6Z7V-H> ;
  skos:prefLabel "artificial narrow intelligence"@en, "IA étroite"@fr ;
  skos:hiddenLabel "Artificial narrow intelligence"@en, "Intelligence artificielle étroite"@fr ;
  dc:modified "2024-10-10T15:05:43"^^xsd:dateTime ;
  skos:exactMatch <https://www.wikidata.org/wiki/Q17097955> ;
  skos:example "The emergence of large language models (LLMs) have enticed researchers to apply them to NLP tasks that previously required their own \"narrow AI\" model (i.e. a model trained specifically for one task). (Prochnow, Bendler, Lange, Tzavellos, Göritzer, ten Thij & Batista-Navarro, 2024)"@en ;
  a skos:Concept .

