Linked Data Semantic Repository: Reason-able Views

Reason-able views (RAV) represent a practical approach for reasoning with the web of linked data. It is an assembly of independent datasets, which can be used as a single body of knowledge - an integrated dataset - with respect to reasoning and query evaluation. The integrated dataset is designed to meet some criteria for "reasonability", e.g. it has specific qualities with respect to a specific reasoning task and language. For example, "consistent with OWL Lite" or "allows RDFS entailment within O(n) time and space".

Linked data reason-able view can be considered a special case where:

Considering the size of the LOD datasets, in order to make query evaluation and reasoning practically feasible, the integrated dataset of a linked RAV should be loaded in a single repository (even if it employs some sort of distribution internally). Such linked RAV can be considered as index, which caches parts of the LOD cloud and provides access to the datasets included in it in a manner similar to the one in which web search engines index WWW pages and facilitate their usage.

As a final practical consideration, to allow for caching and indexing, linked RAVs should include only datasets that are more or less static; this excludes various types of wrappers or virtual datasets, where RDF is generated in answer to retrieval requests (one can make an analogy with the dynamic part of the WWW).

Standard Methods of Inference

Practically inapplicable to a web of linked data are the standard methods of sound and complete inference with respect to relatively rich flavor of the First Order Predicate Calculus (FOPC). Some of the major obstacles are:

Linking the Linked Data

Reasoning has the potential to enhance the interlinking between linked data datasets, as long as it it ensures enforcement of the semantics of the links. For instance, the link between the identifiers for Vienna in DBPedia (dbpedia:Vienna) and in Geonames (geonames:2761369), and the statements linking Vienna to the corresponding high-level administrative region in Austria (geonames:2761367):

dbpedia:Vienna owl:sameAs geonames:2761369
geonames:2761369 gno:parentFeature geonames:2761367

derive by simple inference the statement:

dbpedia:Vienna gno:parentFeature geonames:2761367

This would allow this connection between the DBPedia entry of Vienna and the Geonames description of Austria to appear when exploring dbpedia:Vienna or to be considered during query evaluation.


Copyright © 2008-2009 Ontotext AD