@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#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .

<http://data.loterre.fr/ark:/67375/8LP-CV0V3HLH-8>
  skos:hiddenLabel "Entité rare"@fr, "Long-tail entity"@en, "long tail entity"@en ;
  a skos:Concept ;
  skos:definition "Entité dans un graphe de connaissances qui représente une connaissance plus spécialisée, moins fréquemment mentionnée ou moins populaire que d'autres entités plus courantes dans le graphe."@fr, "An entity or concept that is relatively rare or infrequently mentioned in a knowledge graph."@en ;
  skos:example "Knowledge of long-tail entities is already sparse in KGs and is even more deficient in LLMs. (Sun, Xu, Zha, Liu & Dong, 2024)"@en, "To evaluate the performance of long-tail entities we first rank entity types by their frequency. (Wang, Zhang, Li, Liu, Han, Zhao & Ji, 2024)"@en ;
  dc:modified "2024-05-21T12:28:26"^^xsd:dateTime ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-M34XG6SC-1> ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "entité rare"@fr, "long-tail entity"@en .

<http://data.loterre.fr/ark:/67375/8LP-M34XG6SC-1>
  skos:prefLabel "graphe de connaissances"@fr, "knowledge graph"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-CV0V3HLH-8> .

<http://data.loterre.fr/ark:/67375/8LP> a owl:Ontology, skos:ConceptScheme .
