Matches in Ruben’s data for { ?s ?p ?o }
- article-ldtraversal-security-short type CreativeWork.
- article-ldtraversal-security-short type Document.
- article-ldtraversal-security-short type Work.
- article-ldtraversal-security-short type Document.
- article-ldtraversal-security-short P50 me.
- article-ldtraversal-security-short P50 me.
- article-ldtraversal-security-short maker me.
- article-ldtraversal-security-short maker me.
- article-ldtraversal-security-short title "A Prospective Analysis of Security Vulnerabilities within Link Traversal-Based Query Processing".
- article-ldtraversal-security-short isPartOf proceedings_of_the_6th_workshop_on_storing_querying_and_benchmarking_knowledge_graphs.
- article-ldtraversal-security-short name "A Prospective Analysis of Security Vulnerabilities within Link Traversal-Based Query Processing".
- article-ldtraversal-security-short label "A Prospective Analysis of Security Vulnerabilities within Link Traversal-Based Query Processing".
- article-ldtraversal-security-short name "A Prospective Analysis of Security Vulnerabilities within Link Traversal-Based Query Processing".
- article-ldtraversal-security-short topic Big_Data.
- article-ldtraversal-security-short topic Research.
- article-ldtraversal-security-short topic Decentralization.
- article-ldtraversal-security-short topic personal_data.
- article-ldtraversal-security-short subject Big_Data.
- article-ldtraversal-security-short subject Research.
- article-ldtraversal-security-short subject Decentralization.
- article-ldtraversal-security-short subject personal_data.
- article-ldtraversal-security-short authorList b0_b1871.
- article-ldtraversal-security-short topic Big_Data.
- article-ldtraversal-security-short topic Research.
- article-ldtraversal-security-short topic Decentralization.
- article-ldtraversal-security-short topic personal_data.
- article-ldtraversal-security-short abstract "The societal and economic consequences surrounding Big Data-driven platforms have increased the call for decentralized solutions. However, retrieving and querying data in more decentralized environments requires fundamentally different approaches, whose properties are not yet well understood. Link-Traversal-based Query Processing (LTQP) is a technique for querying over decentralized data networks, in which a client-side query engine discovers data by traversing links between documents. Since decentralized environments are potentially unsafe due to their non-centrally controlled nature, there is a need for client-side LTQP query engines to be resistant against security threats aimed at the query engine’s host machine or the query initiator’s personal data. As such, we have performed an analysis of potential security vulnerabilities of LTQP. This article provides an overview of security threats in related domains, which are used as inspiration for the identification of 10 LTQP security threats. This list of security threats forms a basis for future work in which mitigations for each of these threats need to be developed and tested for their effectiveness. With this work, we start filling the unknowns for enabling query execution over decentralized environments. Aside from future work on security, wider research will be needed to uncover missing building blocks for enabling true data decentralization.".
- article-ldtraversal-security-short datePublished "2022".
- article-ldtraversal-security-short mainEntityOfPage taelman_quweda_2022.
- article-ldtraversal-security-short sameAs article-ldtraversal-security-short.
- article-ldtraversal-security-short isPrimaryTopicOf taelman_quweda_2022.
- article-ldtraversal-security-short page taelman_quweda_2022.
- article-ldtraversal-security-short number "3279".
- article-ldtraversal-security-short number "80".
- article-ldtraversal-security-short number "65".
- article-ldtraversal-security-short volume "3279".
- article-ldtraversal-security-short locator "3279".
- article-ldtraversal-security-short locator "80".
- article-ldtraversal-security-short locator "65".
- article-ldtraversal-security-short volume "3279".
- article-ldtraversal-security-short position "3279".
- article-ldtraversal-security-short volumeNumber "3279".
- article-ldtraversal-security-short endingPage "80".
- article-ldtraversal-security-short startingPage "65".
- article-ldtraversal-security-short pageEnd "80".
- article-ldtraversal-security-short pageStart "65".
- article-ldtraversal-security-short pageEnd "80".
- article-ldtraversal-security-short pageStart "65".
- article-quoted-triples-index author me.
- article-quoted-triples-index author me.
- article-quoted-triples-index creator me.
- article-quoted-triples-index creator me.
- article-quoted-triples-index about data_access.
- article-quoted-triples-index about SPARQL.
- article-quoted-triples-index about RDF.
- article-quoted-triples-index author me.
- article-quoted-triples-index author me.
- article-quoted-triples-index coparticipatesWith me.
- article-quoted-triples-index coparticipatesWith me.
- article-quoted-triples-index type ScholarlyArticle.
- article-quoted-triples-index type Article.
- article-quoted-triples-index type Document.
- article-quoted-triples-index type Q386724.
- article-quoted-triples-index type CreativeWork.
- article-quoted-triples-index type Document.
- article-quoted-triples-index type Work.
- article-quoted-triples-index type Document.
- article-quoted-triples-index P50 me.
- article-quoted-triples-index P50 me.
- article-quoted-triples-index maker me.
- article-quoted-triples-index maker me.
- article-quoted-triples-index title "In-Memory Indexing of Quoted RDF Triples".
- article-quoted-triples-index isPartOf proceedings_of_the_7th_workshop_on_storing_querying_and_benchmarking_knowledge_graphs.
- article-quoted-triples-index name "In-Memory Indexing of Quoted RDF Triples".
- article-quoted-triples-index label "In-Memory Indexing of Quoted RDF Triples".
- article-quoted-triples-index name "In-Memory Indexing of Quoted RDF Triples".
- article-quoted-triples-index topic data_access.
- article-quoted-triples-index topic SPARQL.
- article-quoted-triples-index topic RDF.
- article-quoted-triples-index subject data_access.
- article-quoted-triples-index subject SPARQL.
- article-quoted-triples-index subject RDF.
- article-quoted-triples-index authorList b0_b1831.
- article-quoted-triples-index topic data_access.
- article-quoted-triples-index topic SPARQL.
- article-quoted-triples-index topic RDF.
- article-quoted-triples-index abstract "The upcoming RDF 1.2 recommendation is scheduled to introduce the concept of quoted triples, which allows statements to be made about other statements. Since quoted triples enable new forms of data access in SPARQL 1.2, in the form of quoted triple patterns, there is a need for new indexing strategies that can efficiently handle these data access patterns. As such, we explore and evaluate different in-memory indexing approaches for quoted triples. In this paper, we investigate four indexing approaches, and evaluate their performance over an artificial dataset with custom triple pattern queries. Our findings show that the so-called indexed quoted triples dictionary vastly outperforms other approaches in terms of query execution time at the cost of increased storage size and ingestion time. Our work shows that indexing quoted triples in a dictionary separate from non-quoted RDF terms achieves good performance, and can be implemented using well-known indexing techniques into existing systems. Therefore, we illustrate that the addition of quoted triples into the RDF stack can be achieved in a performant manner.".
- article-quoted-triples-index datePublished "2023".
- article-quoted-triples-index mainEntityOfPage taelman_quweda_2023.
- article-quoted-triples-index sameAs article-quoted-triples-index.
- article-quoted-triples-index isPrimaryTopicOf taelman_quweda_2023.
- article-quoted-triples-index page taelman_quweda_2023.
- Article-ESWC2024-DFDP author me.
- Article-ESWC2024-DFDP author patrick_hochstenbach.
- Article-ESWC2024-DFDP author ieben_smessaert.
- Article-ESWC2024-DFDP author me.
- Article-ESWC2024-DFDP author me.
- Article-ESWC2024-DFDP creator me.
- Article-ESWC2024-DFDP creator patrick_hochstenbach.
- Article-ESWC2024-DFDP creator ieben_smessaert.