wiki_research

personal research wiki
git clone https://a3nm.net/git/wiki_research/
Log | Files | Refs

open_world_query_answering (497B)


      1 # Open world query answering
      2 
      3 Given a [database], [database_dependency] or [ontology], and [query], check if
      4 it implied
      5 
      6 Also called "ontology-based data access", see also [ontology_mediated_query]
      7 
      8 - [query_rewriting]
      9 - [chase]
     10 - [combined_complexity] approaches, for instance [gottlob2023polynomial]
     11 
     12 By [constraint_language]:
     13 
     14 - [open_world_query_answering_fds]
     15 
     16 - [open_world_query_answering_rpqs]
     17 
     18 See also: [query_evaluation], [satisfiability], [open_world_semantics]
     19 
     20 Up: [database_theory]