@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-CXPCLB75-R>
  skos:prefLabel "modèle"@fr, "model"@en ;
  a skos:Concept ;
  skos:narrower <http://data.loterre.fr/ark:/67375/8LP-J4T2X532-G> .

<http://data.loterre.fr/ark:/67375/8LP-J4T2X532-G>
  skos:example "Another trust model is proposed in (Moturu and Liu 2009) that relies on author's information and revision history of content. (Latif & Jaffry, 2013)"@en, "Moreover our trust model does not address potential side-channel attacks which could allow attackers to derive sensitive information from the model's intermediate activations. (Zhao, Song, Simenl3@uci.edu, Harris & Abdu Jyothi, 2024)"@en, "We next evaluate the performance of our trust model by comparing to two baseline models. (Zamani, Buffone & Schwartz, 2018)"@en ;
  skos:broader <http://data.loterre.fr/ark:/67375/8LP-CXPCLB75-R> ;
  skos:hiddenLabel "Trust model"@en, "Modèle de confiance"@fr ;
  dc:modified "2024-06-27T07:32:43"^^xsd:dateTime ;
  skos:inScheme <http://data.loterre.fr/ark:/67375/8LP> ;
  skos:prefLabel "trust model"@en, "modèle de confiance"@fr ;
  a skos:Concept .

